Skip to content

v1.0.126

Compare
Choose a tag to compare
@iulianpascalau iulianpascalau released this 05 Jun 19:35
6757634

Release v1.0.126 is out 🚀

What's new:

  • #1864 Synchronization of SC data tries is now done in parallel as to speed up the sync process. Added unregister functionality on cachers. Trie nodes hashes are now accumulated before each request in order to compact the request messages as much as possible.

Bug fixes:

  • #1876 Fix the panic that occurred when trying to get a transaction which is in pool using the REST API route /transaction/:txhash caused by a wrong cast to []byte.