Releases: vechain-energy/rpc-proxy
Releases · vechain-energy/rpc-proxy
1.7.0
- 🦄 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
andlogIndex
toeth_getLogs
results - 🗑️ Remove cache functionality due to changes in SDK's
HttpClient
behavior
Full Changelog: 1.6.0...1.7.0
1.6.0
- 🦄 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
- ⚙️ Move caching into http request layer for better overall performance
Full Changelog: 1.5.0...1.5.1
1.5.0
- 🦄 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
- 🐛 Ensure
logIndex
andtransactionIndex
match ineth_getLogs
andeth_getTransactionReceipt
Full Changelog: 1.4.7...1.4.9
1.4.8
- 🐛 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
- 🐛 Support
null
foraddress
ineth_getLogs
Full Changelog: 1.4.5...1.4.6
1.4.5
- 🐛 Support for multiple topic filters for
get_getLogs
- 🐛 Respect
hydrated
flag foreth_getBlockByNumber
andeth_getBlockByHash
- 🐛 Fix crash on call of certain unsupported functions like
eth_getBlockReceipts
Full Changelog: 1.4.0...1.4.5
1.4.0
Full Changelog: 1.3.0...1.4.0
- Update to latest @vechain/sdk-network release without any custom patches