What's Changed
- Rename expirationSequence -> expiration in JS by @NullSoldier in #2782
- feat(ci): Fetch cargo-tarpaulin binary from github instead of using github action by @mat-if in #2784
- fix(napi): Update changes to autogenerated files by @mat-if in #2787
- Rename expirationSequence -> expiration in RS by @NullSoldier in #2785
- feat(cli,ironfish): Update balance CLI command to include
assetIdentifier
by @rohanjadvani in #2762 - feat(ironfish): Add RPC route for minting asset by @rohanjadvani in #2786
- feat(ironfish): Pass
assetIdentifier
intransaction/sendTransaction
by @rohanjadvani in #2760 - Fix submittedSequence in connectTransaction by @mirayadav in #2791
- feat(cli): Introduce
assets:mint
CLI command by @rohanjadvani in #2788 - removes unused wallet code for syncing transactions by @hughy in #2783
- Add DatabaseIteratorOptions by @mirayadav in #2798
- Add support for iterating database entries by key order by @mirayadav in #2799
- feat(cli): Show asset identifier for amount being paid instead of $IRON by @rohanjadvani in #2800
- removes balance repair from accounts:repair by @hughy in #2802
- Display Mints and Burns for accounts:transactions by @ygao76 in #2803
- Extend status column to 12 by @NullSoldier in #2805
- Transaction Ordering By Timestamp by @mirayadav in #2790
- Change RPC note.amount to be value by @NullSoldier in #2806
- Replace hex-array library with native (de)serialization by @danield9tqh in #2794
- Replace all fixed sized BigInt serialization and deserialization with bufio by @danield9tqh in #2781
- Remove buildRawTransaction() in blockchain.test by @NullSoldier in #2801
- Update to Nodejs 18 by @dguenther in #2768
- Remove useRawTxFixture() fixture by @NullSoldier in #2804
- Don't save latest until transaction commit by @danield9tqh in #2809
- Display asset identifier for accounts:notes cli by @ygao76 in #2793
- Add chain:asset command by @NullSoldier in #2815
- Add useMintBlockFixture for tests by @NullSoldier in #2810
- feat(ironfish): Update mint arguments to be consistent with pay by @rohanjadvani in #2817
- adds chain state fields to balances datastore by @hughy in #2792
- Fix note encoding not using CurrencyUtils by @NullSoldier in #2821
- Delete fees RPC namespace by @NullSoldier in #2822
- feat(ironfish): Add burn method to wallet by @rohanjadvani in #2816
- Merge transaction namespace into wallet RPC namespace by @NullSoldier in #2823
- Upgrading oclif/core to 1.23.1 by @NullSoldier in #2824
- adds balance delta mapping to transactionValue by @hughy in #2819
- Kill CLI aliases. by @EvanJRichard in #2825
- Move transaction routes into wallet folder by @NullSoldier in #2829
- Rename Wallet.pay() -> Wallet.send() by @NullSoldier in #2830
- feat(ironfish): Add RPC route for
wallet/burnAsset
by @rohanjadvani in #2833 - feat(cli): Add
wallet:burn
CLI command by @rohanjadvani in #2834 - refactor(ironfish): Move mint asset under wallet namespace by @rohanjadvani in #2831
- feat(rust): use
checked_add
forValueBalance
by @mat-if in #2840 - refactor(cli,ironfish,rust,rust-nodejs): asset identifier -> asset id by @rohanjadvani in #2837
- Update napi-rs by @dguenther in #2842
- Rename assetIdentifier -> assetId by @NullSoldier in #2843
- feat: update get transaction stream (1/2) by @jowparks in #2835
- Move fixtures into distinct folders by @NullSoldier in #2844
- Rename accounts commands to wallet by @NullSoldier in #2845
- feat: wire up multi asset syncer to API (2/2) by @jowparks in #2795
- fixes submittedSequence to be non-nullable by @hughy in #2841
- delegates headHashes datastore to account by @hughy in #2832
- displays balance head hash and sequence in CLI by @hughy in #2839
- fix: bug in multi asset syncer by @jowparks in #2848
- adds account filtering logic to connect/disconnect by @hughy in #2820
New Contributors
- @EvanJRichard made their first contribution in #2825
Full Changelog: v0.1.55...v0.1.56