Michael Shaw
8f5cee5be6
interface changes from ethdb.Database and state/storage validation, run db container(s) for go test -v ./... in CICD
2023-03-15 17:35:44 -04:00
Michael Shaw
31c3436624
go mod and sum updated for geth 1.11.2 4.3.7 statediffing
2023-03-15 16:54:04 -04:00
Michael
c32409b210
Merge pull request #61 from cerc-io/ABastionOfSanity-patch-2
...
Create basic-build-test.yml
Only does go build at this point. go test in separate PR, as more complicated.
2023-03-15 16:43:49 -04:00
Michael
1285590a54
Update basic-build-test.yml
...
just build to get workflow integrated.
Will flesh out more complicated testing scenario (needs db containers) in separate PR
2023-03-15 16:34:37 -04:00
Michael
22724f64ae
Create basic-build-test.yml
2023-03-15 16:08:09 -04:00
Michael
449376ee1e
Merge pull request #60 from cerc-io/unit_tests_fix
...
fix broken unit tests
2023-03-15 16:02:53 -04:00
i-norden
7935334888
fix unit tests
2023-03-15 14:09:43 -05:00
Ian Norden
9930065d40
Merge pull request #45 from roysc/improve-logging
...
Improve logging on failed traversal
2023-03-10 10:24:00 -06:00
efeb7ff7e6
clean up
2023-03-10 23:48:28 +08:00
32f174de16
refactor config
2023-03-10 15:54:22 +08:00
cc1f054632
Improve logging on failure
2023-03-10 14:16:58 +08:00
Michael
edecb9d1cc
Merge pull request #46 from cerc-io/v4.0.10-wip
...
dependency updates for geth 1.10.26
2022-11-07 13:46:42 -05:00
Michael Shaw
97e7ea67c1
dependency updates for geth 1.10.26
2022-11-07 13:35:40 -05:00
1e7528e339
Merge pull request #41 from roysc/with-recovery
...
Fix module versions
2022-10-21 08:24:55 -05:00
f5a0e32c44
Fix module versions
2022-10-21 06:23:48 -07:00
Michael
2c21e86452
Merge pull request #44 from cerc-io/geth-1.10.25-wip
...
dependency updates for geth 1.10.25 rebase
2022-09-23 14:08:15 -04:00
Michael Shaw
b37de4fc32
dependency updates for geth 1.10.25 rebase
2022-09-23 14:07:11 -04:00
Michael
74f49e0e8b
Cerc refactor ( #43 )
...
* pointing to unpublished versions
* pointing to unpublished versions
* updated for bumped go-eth-state-node-iterator and other cerc refactors
2022-09-14 15:01:21 -04:00
de813d73e6
Merge pull request #39 from roysc/with-recovery
...
Track and restore iterator state
2022-09-07 00:22:26 -05:00
defc4c8c06
Track and recover iteration state
2022-09-07 07:21:59 +02:00
Michael
d1b423830c
Merge pull request #40 from vulcanize/rebase-1.10.23-wip
...
version updates for geth 1.10.23 rebase
2022-09-01 17:03:59 -04:00
Michael Shaw
859df44546
version updates for geth 1.10.23 rebase
2022-09-01 17:02:36 -04:00
Ian Norden
aecb98129c
Merge pull request #36 from vulcanize/use-async-iter
...
Use concurrent node iterator
2022-08-16 09:54:07 -05:00
aababba8d0
rm dev mod
2022-08-15 12:36:41 -05:00
c16fa94850
Use concurrent node iterator
2022-08-11 17:11:52 -05:00
Michael
880b2440d9
Merge pull request #34 from vulcanize/geth-rebase-wip
...
go-ipfs renamed to kubo and needed by dependents
2022-08-02 11:08:08 -04:00
Michael Shaw
b573a4dca6
go-ipfs renamed to kubo and needed by dependents
2022-08-02 11:00:33 -04:00
Michael
3686aeb883
Merge pull request #33 from vulcanize/geth-rebase-wip
...
updating for 4.0.5 ipfs-ethdb and coupling to vulcanize geth
2022-08-01 18:26:35 -04:00
Michael Shaw
b59c941062
updating for 4.0.5 ipfs-ethdb and coupling to vulcanize geth
2022-08-01 18:25:45 -04:00
Michael
1fcc8b4b93
Merge pull request #32 from vulcanize/geth-rebase-wip
...
missed ipfs-ethdb version update
2022-07-29 16:31:00 -04:00
Michael Shaw
84e6e8dd28
missed ipfs-ethdb version update
2022-07-29 16:28:24 -04:00
Michael
7e1ed6cb21
Merge pull request #31 from vulcanize/geth-rebase-wip
...
geth 1.10.21 updates
2022-07-29 16:01:11 -04:00
Michael Shaw
d7ea483c42
geth 1.10.21 updates
2022-07-29 16:00:29 -04:00
Michael
134130ad65
Merge pull request #30 from vulcanize/release-v4.0.4-alpha
...
go-ethereum 1.10.20 version update
2022-07-20 17:01:23 -04:00
Michael Shaw
8596ad8ca6
go-ethereum 1.10.20 version update
2022-07-19 01:28:21 -04:00
Abdul Rabbani
f6d7948220
Merge pull request #28 from vulcanize/feature/update-geth-v1.10.19
...
Update geth versions and vulcanize dependencies
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
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
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
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
2022-05-12 16:42:01 +05:30
bce89d43da
Update module path for v4
2022-05-11 19:09:31 +05:30
54f5f4cd9c
Upgrade dependencies
2022-05-11 19:05:10 +05:30
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
2022-05-04 10:18:28 +05:30
c64a6e59f8
Upgrade dependencies and update module path for v3
2022-05-03 11:53:29 +05:30