Notable changes
- Fixed a bug where calling
wallet:transaction
orwallet:transactions
on a transaction with more than 255 output notes would only display at most the first 255 results. #3950
What's Changed
- Add chain database size to telemetry by @ygao76 in #3928
- fix: typescript perf tests run in band, longer timeout by @mat-if in #3929
- fixes error message from IronFlag by @hughy in #3935
- updates sync service to submit transaction gossip to api by @hughy in #3926
- Allow empty strings in the
--memo
argument ofwallet:send
by @andreacorbellini in #3938 - Fix the installation instructions link in the README by @andreacorbellini in #3939
- Add the 'expiration' field to transactions returned by followChainStream by @andreacorbellini in #3943
- Prepare rust crates' metadata for publishing by @andreacorbellini in #3945
- Rename the
ironfish_rust
crate to justironfish
by @andreacorbellini in #3946 - Update
crypto_box
andcrossbeam-channel
by @andreacorbellini in #3947 - Fix wallet:transaction decrypting at most 255 notes by @dguenther in #3950
- Move chain db size out of telemetry class and into stats cmd by @ygao76 in #3954
- Remove the sapling params from the published Rust crate, and download them from GitHub at build time by @andreacorbellini in #3951
- Add Iron Fish Tank: a Docker Compose application to simulate Iron Fish clusters by @andreacorbellini in #3948
- Prevent accidental publishing of crates that are not meant to be publ… by @andreacorbellini in #3957
- Reorder stats cmd by @ygao76 in #3958
- Update dependencies to fix vulnerabilities found by
yarn audit
by @andreacorbellini in #3956 - test: Add an improved benchmark util for typescript by @mat-if in #3959
- feat: Take 'reverse' parameter as option in loadTransactionsByTime by @dgca in #3953
- refactor(ironfish-rust): Introduce download-params feature-flag by @mat-if in #3961
- Start mining on empty blocks until template is ready by @danield9tqh in #3942
- adds test fixtures for mining manager tests by @hughy in #3962
- Add functionality to rename accounts in a wallet by @andreacorbellini in #3955
- removes extra block verification on submitted blocks by @hughy in #3963
- Blstrs by @dguenther in #3922
- Log chain db size in stats by @ygao76 in #3964
- fix: Fix mining manager not sending out empty block templates by @mat-if in #3965
- removes loops from getNewBlockTransactions by @hughy in #3927
- adds missing fixture for rename rpc by @hughy in #3968
- Revert "Blstrs (#3922)" by @mat-if in #3969
- bumps versions for v1.4.0 by @hughy in #3971
- STAGING -> MASTER by @mat-if in #3966
New Contributors
- @andreacorbellini made their first contribution in #3938
Full Changelog: v1.3.0...v1.4.0