Skip to content

Releases: cerc-io/ipld-eth-server

v3.0.0

28 Apr 08:36
f57b816
Compare
Choose a tag to compare
  • Upgrade geth-statediff to version v1.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

26 Jan 18:19
5d86b6e
Compare
Choose a tag to compare

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

30 Dec 14:22
c3bcb81
Compare
Choose a tag to compare

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

21 Oct 10:12
68152b0
Compare
Choose a tag to compare

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

12 Oct 07:21
c3d267a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6-alpha...v0.3.7-alpha

v0.3.6-alpha

12 Aug 10:46
000c0ef
Compare
Choose a tag to compare
bump version (#89)

v0.3.5-alpha

11 Apr 02:30
f4ff261
Compare
Choose a tag to compare
  • Expose net endpoints

v0.3.4-alpha

19 Mar 21:16
4ea61b0
Compare
Choose a tag to compare

v0.3.3-alpha

10 Mar 16:19
d3f30b6
Compare
Choose a tag to compare
support custom chain config (#36)

* support custom chain config

* move loading config logic to a separate helper function

v0.3.2-alpha

10 Mar 10:21
33bb152
Compare
Choose a tag to compare
[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