Skip to content

v0.1.39

Compare
Choose a tag to compare
@danield9tqh danield9tqh released this 22 Jul 02:13
· 2650 commits to master since this release
277a1b1

What's Changed

This is a smaller release. There are some improvements to the pool code, code cleanup (we've deleted rust-wasm). We are also making a change to how transactions are gossiped to see if that improves transaction propagation time and network usage for nodes.

Pool

Bug Fixes / Code Improvements

  • change metrics meter to exponential weighted moving average by @wd021 in #1646
  • FEAT: Add expiration to accounts:transaction command by @hairtail in #1801
  • Remove wasm code by @mat-if in #1814
  • Remove unnecessary type aliases by @mat-if in #1815
  • fix(ironfish): Remove submittedSequence check in accounts:transactions by @rohanjadvani in #1813
  • Add default trait to memo for better memo ergonomics by @mat-if in #1820

Block and Transaction Gossip

Full Changelog: v0.1.38...v0.1.39