Skip to content

Releases: vechain-energy/rpc-proxy

1.7.0

01 Aug 15:07
1777c4d
Compare
Choose a tag to compare
  • 🦄 Add test connection to a modified node that provides missing RPC data for better speed
  • 💫 Update to newest @vechain/sdk-network and remove no longer needed workarounds
  • 🐛 Fix slow performance when adding transactionIndex and logIndex to eth_getLogs results
  • 🗑️ Remove cache functionality due to changes in SDK's HttpClient behavior

Full Changelog: 1.6.0...1.7.0

1.6.0

12 Jul 13:01
d38c2d1
Compare
Choose a tag to compare
  • 🦄 Improve performance by caching network requests made to thor nodes. The new optional redis cache storage allows persistent or shared storage for long running or clustered use.

Full Changelog: 1.5.1...1.6.0

1.5.1

11 Jul 09:22
f53f240
Compare
Choose a tag to compare
  • ⚙️ Move caching into http request layer for better overall performance

Full Changelog: 1.5.0...1.5.1

1.5.0

02 Jul 07:45
6343458
Compare
Choose a tag to compare
  • 🦄 Improve eth_getLogs performance using caching
  • ⚙️ Adjust docker version to use pm2 instead of node for process startup

Full Changelog: 1.4.9...1.5.0

1.4.9

28 Jun 15:30
c98e028
Compare
Choose a tag to compare
  • 🐛 Ensure logIndex and transactionIndex match in eth_getLogs and eth_getTransactionReceipt

Full Changelog: 1.4.7...1.4.9

1.4.8

27 Jun 08:07
9d5ee09
Compare
Choose a tag to compare
  • 🐛 Fix eth_getLogs missing indexes
  • 🐛 Fix situations in which errors responded with a success

Full Changelog: 1.4.6...1.4.8

1.4.6

26 Jun 13:36
49fd98a
Compare
Choose a tag to compare
  • 🐛 Support null for address in eth_getLogs

Full Changelog: 1.4.5...1.4.6

1.4.5

26 Jun 11:44
74d0310
Compare
Choose a tag to compare
  • 🐛 Support for multiple topic filters for get_getLogs
  • 🐛 Respect hydrated flag for eth_getBlockByNumber and eth_getBlockByHash
  • 🐛 Fix crash on call of certain unsupported functions like eth_getBlockReceipts

Full Changelog: 1.4.0...1.4.5

1.4.0

13 Jun 19:21
67d9bac
Compare
Choose a tag to compare

Full Changelog: 1.3.0...1.4.0

  • Update to latest @vechain/sdk-network release without any custom patches

1.3.0

22 Apr 09:25
ef0f8d1
Compare
Choose a tag to compare
  • Migrate to from web3-connex-providers to @vechain/sdk