v0.1.59
What's Changed
- feat(ironfish): Remove
AsyncGenerator
return type fromiterateBlockTransactions
by @rohanjadvani in #2902 - fix(ironfish): Keep consistent iteration in block connect events by @rohanjadvani in #2904
- fixes transactionValue to use signed bigints in balance deltas by @hughy in #2906
- chore: removing sender from proposed transaction, no longer needed by @jowparks in #2908
- replaces 'x' with blank space in transactions cli by @hughy in #2911
- feat(cli): Pool miner will now load the default public address by @mat-if in #2914
- fix(cli): Add table flags to
wallet:balances
by @mat-if in #2913 - adds 'confirmations' option to wallet:transactions by @hughy in #2915
- fix(cli): Make
fee
denomination in mint/burn consistent with send by @rohanjadvani in #2916 - fix(cli): Make account optional for mint and burn by @rohanjadvani in #2918
- fixes webApi URL for /deposits/address by @hughy in #2922
- adds asset name, id to notes in wallet:transaction output by @hughy in #2923
- simplifies getTransactions logic with limit by @hughy in #2920
- feat(cli): Add asset selector for
wallet:send
by @mat-if in #2912 - fix(cli):
wallet:send
examples use long-form arguments for clarity by @mat-if in #2919 - Wallet create transaction cleanup by @ygao76 in #2926
- Post transaction cleanup by @ygao76 in #2927
- Make metadata an optional field in minting, else default to empty string by @EvanJRichard in #2921
- chore(cli): Add more examples for mint / burn CLI by @rohanjadvani in #2931
- fix(cli): Update amount denominations in mint/burn to be IRON by @rohanjadvani in #2917
- adds timestamp to wallet:transaction by @hughy in #2934
- Show timezones for all CLI timestamps by @NullSoldier in #2940
- Remove transaction prefix from obviously tx things by @NullSoldier in #2937
- adds mints count and burns count to wallet:transaction by @hughy in #2935
- feat(cli): Add interactive mode to mint command by @rohanjadvani in #2936
- feat(cli): Add interactive mode to burn by @rohanjadvani in #2939
- adds IRON amount to wallet:transactions output by @hughy in #2907
- replaces creator and isMinersFee with transaction type by @hughy in #2943
- fixes comparison for transaction type by @hughy in #2944
- Version bump 0.1.59 CLI, 0.1.21 RUST, 0.0.35 SDK by @NullSoldier in #2942
- STAGING -> MASTER by @NullSoldier in #2941
Full Changelog: v0.1.58...v0.1.59