43 Commits
Author SHA1 Message Date
Abdul Rabbani f6d7948220 Merge pull request #28 from vulcanize/feature/update-geth-v1.10.19
Update geth versions and vulcanize dependencies
v4.0.3-alpha
2022-06-17 08:43:29 -04:00
Abdul Rabbani e64788e900 Update geth versions and vulcanize dependencies
```
08:29:49:~/GitHub/cerc/eth-ipfs-state-validator go test ./... -v
?       github.com/vulcanize/eth-ipfs-state-validator/v4        [no test files]
?       github.com/vulcanize/eth-ipfs-state-validator/v4/cmd    [no test files]
=== RUN   TestTrieValidator
Running Suite: IPFS ETH trie validator test
===========================================
Random Seed: 1655469020
Will run 12 of 12 specs

••••••••••••
Ran 12 of 12 Specs in 1.325 seconds
SUCCESS! -- 12 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestTrieValidator (1.33s)
PASS
ok      github.com/vulcanize/eth-ipfs-state-validator/v4/pkg    1.749s
```
2022-06-17 08:31:15 -04:00
Abdul Rabbani afe207445a Merge pull request #27 from vulcanize/feature/update-go-geth-sharding
Feature/update go geth sharding
v4.0.1-alpha
2022-05-31 13:23:55 -04:00
Abdul Rabbani f029bb323f Update dependencies 2022-05-31 13:23:08 -04:00
Abdul Rabbani 169229b86c Merge branch 'master' into feature/update-go-geth-sharding 2022-05-31 13:19:27 -04:00
Abdul Rabbani dbd73f5361 Merge pull request #26 from vulcanize/feature/update-ipfs-ethdb-dep
Update ipfs-ethdb version
v3.0.2 v4.0.2-alpha
2022-05-31 13:16:38 -04:00
Abdul Rabbani 242db8870a Update ipfs-ethdb version 2022-05-31 13:11:07 -04:00
Abdul Rabbani f95f8aaa20 Merge pull request #25 from vulcanize/release-v3.0.1
Utilized update version of ipfs-ethdb
2022-05-31 07:37:22 -04:00
Abdul Rabbani e9da27e34a Utilized update version of ipfs-ethdb v3.0.1 2022-05-27 14:01:32 -04:00
Ashwin Phatak c8813448e9 Merge pull request #22 from deep-stack/pm-v4-schema-updates
Update to use v4 schema
v4.0.0-alpha
2022-05-12 16:42:01 +05:30
prathamesh bce89d43da Update module path for v4 2022-05-11 19:09:31 +05:30
prathamesh 54f5f4cd9c Upgrade dependencies 2022-05-11 19:05:10 +05:30
prathamesh a42ad0441b Update tests to use v4 schema 2022-05-11 18:58:22 +05:30
Ashwin Phatak bd01384525 Merge pull request #21 from deep-stack/pm-v3-upgrades
Upgrade dependencies and update module path for v3
v3.0.0
2022-05-04 10:18:28 +05:30
prathamesh c64a6e59f8 Upgrade dependencies and update module path for v3 2022-05-03 11:53:29 +05:30
Ian Norden 8a46648418 Merge pull request #20 from vulcanize/v0.1.0
bump go version
v0.1.0
2021-12-29 14:03:10 -06:00
i-norden 6e5bfa6bc5 bump go version 2021-12-29 14:01:38 -06:00
Ian Norden e66ac139fa Merge pull request #19 from vulcanize/release-v0.0.3
v0.0.3
v0.0.3
2021-12-29 13:54:15 -06:00
i-norden 5203c506b0 type assertion needed v0.3.0 2021-12-29 13:44:32 -06:00
i-norden 0926e1f53f bump ipfs-ethdb and go-ethereum versions 2021-12-29 13:44:21 -06:00
Ian Norden eea7ef859d Merge pull request #15 from vulcanize/security_update
Security update
v0.0.2
2021-10-11 10:22:42 -05:00
i-norden f7ce7a48dd fix unit tests after updating deps 2021-10-11 10:18:45 -05:00
i-norden 3fb74dfbf6 update deps 2021-10-11 10:09:03 -05:00
Ashwin Phatak 91cd784baa Use groupcache based ethdb/validator. (#12)
* Use groupcache based ethdb/validator.

* Use latest ipfs-ethdb version
v0.0.1
2021-08-25 13:50:31 +05:30
Ashwin Phatak 12ee1f4947 Update go-ipfs version to fix tls panics on go >= 1.15 (#9) 2021-08-03 09:38:42 +05:30
Ian Norden d85825c0ab Merge pull request #5 from vulcanize/code
fix
2020-07-30 19:26:54 -05:00
Ian Norden 00223269f8 code referenced by codehash in contract accounts needs to be present in kv dstore for the trie to be considered complete by the state node iterator 2020-07-30 19:23:46 -05:00
Ian Norden d26bb68995 Merge pull request #4 from vulcanize/doc
minor doc fixes; missing config init
2020-07-15 22:11:31 -05:00
Ian Norden dd4034068f minor doc fixes; missing config init 2020-07-15 00:08:58 -05:00
Ian Norden ca51cd14d3 Merge pull request #3 from vulcanize/validateTrie
Unit tests and block-service based type
2020-07-12 23:20:23 -05:00
Ian Norden 4f089a7a1a ipfs blockservice based validator 2020-07-12 23:16:16 -05:00
Ian Norden cad3bb3fb6 unit tests 2020-07-12 23:16:16 -05:00
Ian Norden 662ad5fa8a go report card 2020-07-12 23:16:16 -05:00
Ian Norden d5495e9648 Merge pull request #2 from vulcanize/validateTrie
Different modes; fix for geth 1.9.15 compatibility
2020-06-29 19:40:36 -05:00
Ian Norden 7819e16027 remove depedency 2020-06-29 16:07:28 -05:00
Ian Norden a48e10ac7a fix missing root node edge case and use nil snapshot to work with 1.9.15 2020-06-26 17:47:39 -05:00
Ian Norden 18ba50ad67 update readme 2020-06-26 13:12:06 -05:00
Ian Norden b82b8f5139 different modes (full, state, storage) 2020-06-26 13:12:06 -05:00
Ian Norden 97d7b6e590 Merge pull request #1 from vulcanize/validateTrie
Validate trie command
2020-06-25 15:29:53 -05:00
Ian Norden 477d735918 go mod; goimports -w 2020-06-25 15:15:47 -05:00
Ian Norden 2cb1366b79 command 2020-06-25 15:12:02 -05:00
Ian Norden 00e217264b validator 2020-06-25 15:11:50 -05:00
Ian Norden 806db90fb7 init repo 2020-06-25 15:11:39 -05:00