b1440d9673
Fix off by one error
2022-09-21 13:06:41 -06:00
6d103cb1f1
Add some logging
2022-09-02 10:51:13 -06:00
99f84b6fe6
Comment
2022-09-01 23:43:38 -06:00
5b7f5feb1b
Enable pprof
2022-09-01 23:42:55 -06:00
7f8885f044
Add comment
2022-08-31 07:54:16 -06:00
d235f3b84c
Initial version of parallel workers for prerun-only mode
2022-08-30 22:31:54 -06:00
Michael
1fdb8763ac
Merge pull request #101 from vulcanize/geth_1_10_21_wip
...
updates for geth 1.10.21
2022-08-03 10:21:22 -04:00
Michael Shaw
cd5aee30c7
missed go mod tidy
2022-08-03 10:08:01 -04:00
Michael Shaw
040638ca05
updates for geth 1.10.21
2022-08-03 10:03:57 -04:00
Ashwin Phatak
681e656034
Merge pull request #98 from deep-stack/pm-import-instructions
...
Add instructions to import data output in file mode
2022-07-19 15:10:25 +05:30
85896f91b7
Expose database stats in metrics
2022-07-19 15:00:01 +05:30
52c7f84432
Update instructions to import data output
2022-07-18 19:14:41 +05:30
aa6ee578f4
Add instructions to import data output in file mode
2022-07-13 19:33:47 +05:30
prathamesh0
1f898f60c3
Upgrade geth after schema changes ( #97 )
...
* Include intermediate nodes in builder tests for watched addresses
* Upgrade geth
2022-07-12 16:38:05 +05:30
0c56037e1f
Upgrade geth and add params for CSV file mode ( #96 )
...
* Upgrade geth and add params for CSV file mode
* Add options for file mode flag
* index intermediate nodes when watching addresses
2022-07-01 13:29:48 +05:30
prathamesh0
9aa683442e
Reuse builder from vulcanize-geth ( #92 )
...
* Reuse builder code from vulcanize-geth
* Upgrade geth dependency
2022-06-24 14:12:58 +05:30
Abdul Rabbani
adf3dd4b6f
Update CICD pipeline to skip duplicate tests ( #95 )
...
* Update CICD pipeline to skip duplicate tests
* fix dependencies
* Fix other dep
2022-06-17 09:45:53 -04:00
Abdul Rabbani
5ea4b6766a
Merge pull request #94 from vulcanize/feature/update-geth-v1.10.19
...
Update geth and check for duplicate jobs in CI
2022-06-17 09:00:19 -04:00
Abdul Rabbani
2c4fd6f099
Update geth and check for duplicate jobs in CI
2022-06-17 08:56:25 -04:00
Ashwin Phatak
f964b53fe3
Merge pull request #91 from vulcanize/ng-update-iterator
...
Update go-eth-state-node-iterator version
2022-06-10 15:27:31 +05:30
b8dad6a09b
Update go-eth-state-node-iterator version
2022-06-10 15:02:42 +05:30
Abdul Rabbani
1dc90d0417
Merge pull request #89 from vulcanize/feature/update-go-geth-sharding
...
Feature/update go geth sharding
2022-05-31 13:41:15 -04:00
Abdul Rabbani
784ffb8726
Update geth version
2022-05-31 13:37:35 -04:00
Abdul Rabbani
1ddffe65be
Merge branch 'master' into feature/update-go-geth-sharding
2022-05-31 13:35:11 -04:00
Abdul Rabbani
fdeece4b5d
Merge pull request #88 from vulcanize/release-v3.0.3
...
Update go and geth versions
2022-05-31 07:30:38 -04:00
Abdul Rabbani
a58b16b0a1
Update go and dependencies
2022-05-27 15:10:57 -04:00
Abdul Rabbani
a99dcb4ca9
Update the PR and release pipeline
2022-05-26 15:32:48 -04:00
Abdul Rabbani
d3fd7ef532
Update geth version using 1.10.18
2022-05-26 08:30:55 -04:00
Abdul Rabbani
3e8f5d34fb
Merge pull request #86 from vulcanize/feature/cicd-docker-test
...
Combine build and publish
2022-05-18 15:21:38 -04:00
Abdul Rabbani
1df0e8b840
Fix GHA issues
2022-05-18 15:16:42 -04:00
Abdul Rabbani
5bdec6bc41
Change pipeline to not rebuild the image.
2022-05-18 15:11:06 -04:00
Abdul Rabbani
9fbc07c836
Combine build and publish
2022-05-18 14:58:46 -04:00
cdcc3df9f2
Upgrade geth version to v4 ( #85 )
...
* Upgrade geth version to v4
* Upgrade go-eth-state-node-iterator version
2022-05-17 19:22:30 +05:30
5f6aec35b2
Support remote RPC client to access LevelDB ( #83 )
...
* Implement use of custom chain config to test locally
* Use leveldb-ethdb-rpc instead of leveldb path
* Implement flag for leveldb access mode
* Remove custom chain config json
* Move database client to leveldb-ethdb-rpc
* Update leveldb-ethdb-rpc version
2022-05-17 14:35:11 +05:30
Ashwin Phatak
867f5c9971
Merge pull request #84 from deep-stack/ng-update-geth
...
Update vulcanize geth version to 1.10.17
2022-05-16 10:10:58 +05:30
257b16e184
Add missing tests for direct indexing mode
2022-05-13 18:28:58 +05:30
b4a899cc8c
Remove WatchedStorageSlots param and local chain.json
2022-05-13 17:25:31 +05:30
4363bf5c07
Implement use of custom chain config to test locally
2022-05-13 16:37:30 +05:30
7c19e86698
Call method for computing watchedAddressesLeafKeys
2022-05-12 15:51:46 +05:30
6ed1bc739d
Update builder tests to use geth statediff test helpers
2022-05-11 18:53:39 +05:30
32724ff46c
Fix rlp.EncodeToBytes arg and creating node iterators
2022-05-11 15:21:23 +05:30
9a7ecf9ef3
Add watched addresses direct indexing mode changes
2022-05-11 00:03:20 +05:30
ea4fb6222b
Update geth version
2022-05-10 11:36:14 +05:30
Ian Norden
1d10009678
Merge pull request #78 from vulcanize/release-v3.0.0
...
Release v3.0.0
2022-02-01 12:15:32 -06:00
i-norden
feca7b67db
bump major version
2022-02-01 12:11:57 -06:00
i-norden
edef920ae4
bump iterator version
2022-02-01 12:11:21 -06:00
i-norden
ec0fdb5215
rebase
2022-02-01 12:08:25 -06:00
i-norden
040bc850f0
bump statediff geth version
2022-02-01 11:34:02 -06:00
Ian Norden
0c630b6e99
Merge pull request #77 from vulcanize/release-v2.0.0
...
update to use v1.10.15-statediff-2.0.0 geth
2022-01-26 09:27:35 -06:00
i-norden
b68bd29304
bump version
2022-01-26 09:26:18 -06:00