Skip to content

v0.0.0.17

Latest
Compare
Choose a tag to compare
@JonathanCrossland JonathanCrossland released this 19 Feb 11:17
· 1 commit to master since this release

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