multichain

A C# library for blockchain JSON-RPC - focusing on MultiChain

MIT License

Stars
24
Committers
8

Bot releases are hidden (Show)

multichain - v0.0.0.17 Latest Release

Published by JonathanCrossland 8 months ago

Added Missing Permissions to BlockChainPermission

  • Create

Added missing overrides for Permissions.Grant and ListPermissions, ListPermissionsAsync
Where appropriate called the overrides or the async version with GetAwaiter rather than duplicate the client execute

Added additional params (nativeamount, comment, commentTo, startBlock and endBlock) to GrantAsync. They were in the signature but not actually sent to RPC
Added additional params (nativeamount, comment, commentTo, startBlock and endBlock) to GrantFromAsync.They were in the signature but not actually sent to RPC
Added missing param adresses to ListUnspent(int minConf = 1, int maxConf = 999999, IEnumerable addresses = null) call
Util.StringifyValues joins strings in list, added null check.
FIXED: ListUnspentAsync did not pass in the address, so the filter was never used

multichain - 0.0.0.11

Published by JonathanCrossland about 1 year ago

Related Projects