Commit Graph

12 Commits

Author SHA1 Message Date
bc3a7934cf
Upgrade to v5 schema (#32)
* refactor vulcanize => cerc
* update geth and cerc dependencies
* update packages, ginkgo
* refactor chain generation
* update integration tests, contract, makefile
* go embed contract code
* rm old readme
* move unit tests into package
* rm ginkgo where not needed
* use tx in ref integrity functions
2023-06-22 07:25:27 +08:00
Michael
517bd1823e
updates for geth 1.10.26 and cerc repo migration (#24)
* updates for geth 1.10.26 and cerc repo migration

* pull from git.vdb.to

* docker login not valid here as workflow action
2022-11-09 11:46:03 -05:00
prathamesh0
acf8e6f96a
Make writeStateDiffAt call on missing block and add metrics (#20)
* Add chainID flag and make chainConfig optional

* Add prometheus metrics to monitor validation progress

* Make writeStateDiffAt calls on missing blocks

* Update docs and config improvements

* Use standard logger

* Add copyright to files

* Upgrade dependencies
2022-08-23 13:05:50 +05:30
Abdul Rabbani
d111dd85db
Feature/update go geth sharding (#13)
* Upgrade Geth, Go and add CICD

* update ipld-eth-server version

* Track validation progress on a channel

* Add integration tests

* Setup validator config and update instructions to run tests locally

* Update readme and tests

* Update test to use v4 Infrastructure

* Inlcude the env file

* Fix config file write

* Update DB configuration

Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
Co-authored-by: Ashwin Phatak <ashwinpphatak@gmail.com>
2022-06-03 09:28:02 -04:00
prathamesh0
6eeaa2c8bd
Make validation process perpetual (#8)
* Make validation process perpetual

* Get sleep interval from config

* Add license

* Gracefully shutdown validator on interrupt

* Change default trail and sleep values
2022-05-31 11:59:49 +05:30
356599aa6f Upgrade geth version to 1.10.17 2022-05-18 17:35:30 +05:30
f4c1ca4ebe Use LoadConfig from ipld-eth-server 2022-05-17 18:36:08 +05:30
c468b494dc Load chain config from a file 2022-05-17 10:00:31 +05:30
ba1ef473f8 Updates to use v3 ipld-eth-server 2022-05-06 16:51:11 +05:30
Arijit Das
80bcb2580f Add integration test and dynamic txn unit test. 2022-01-20 18:52:01 +05:30
Arijit Das
7afb77c18d Add missing files. 2022-01-18 11:53:01 +05:30
Arijit Das
527bbecc25 Implement ethereum state validator. 2022-01-17 19:10:13 +05:30