Releases: cerc-io/ipld-eth-server
Releases · cerc-io/ipld-eth-server
v3.0.0
- Upgrade
geth-statediff
to versionv1.10.16-statediff-3.0.2
- Align major version with major version of compatible
ipld-eth-db
- Exclusively use sqlx for db operations instead of using interfaces from vulcanize geth
- Use self hosted runner for unit tests
v2.0.0
What's Changed
- Upgrade geth-statediff to version v1.10.15-statediff-2.0.0
- Align major version with major version of compatible ipld-eth-db
- Direct proxy mode, for forwarding eth_calls directly to a proxy service that supports the ETH-JSON-RPC endpoint
- Ability to load ENV variables from .env file
- Integration tests for proxy forwarding
Full Changelog: release-v0.3.9...release-v2.0.0
v0.3.9
What's Changed
- Upgrade geth-statediff to version v1.10.14-statediff-0.0.29
- Upgrade ipfs-ethdb to version v0.0.6
- Upgrade eth-ipfs-state-validator to version v0.1.0
- Add direct proxying option for eth_calls
- Add new unit tests for proxying
Full Changelog: v0.3.8-alpha...v0.3.9
v0.3.8-alpha
What's Changed
- remove db schema and migrations from this repo by @i-norden in #114
- Upgrade geth-statediff to version v1.10.11-statediff-0.0.27 by @arijitAD in #116
Full Changelog: v0.3.7-alpha...v0.3.8-alpha
v0.3.7-alpha
What's Changed
- Fix
getLog
API to uselog_cids
table by @arijitAD in #92 - Fix state leaf key removed query by @arijitAD in #98
- Use groupcache pool for state db access by @ashwinphatak in #91
- Dedup receipt by @arijitAD in #103
- fix encoding when storage is empty by @n0cte in #94
- Update eth_call code. by @arijitAD in #105
- Bump up daptools image tag and geth version. by @arijitAD in #110
- Security update by @i-norden in #113
- Use ipld-eth-db docker image. by @arijitAD in #111
Full Changelog: v0.3.6-alpha...v0.3.7-alpha
v0.3.6-alpha
bump version (#89)
v0.3.5-alpha
- Expose
net
endpoints
v0.3.4-alpha
proxy
command which exposes the functionality of https://github.com/vulcanize/gap-filler- consolidate db migrations
v0.3.3-alpha
support custom chain config (#36) * support custom chain config * move loading config logic to a separate helper function
v0.3.2-alpha
[WIP] don't write to public.node from ipld-eth-server (#37) * don't write to public.node from ipld-eth-server * update ipld-eth-indexer to version v0.7.0-alpha