Include genesis block state diff. #77

Merged
arijitAD merged 4 commits from genesis-state-diff into v1.10.3-statediff 2021-06-18 15:34:32 +00:00
arijitAD commented 2021-05-28 11:40:33 +00:00 (Migrated from github.com)

Tested using ipld-eth-indexer

Subscription Test

./build/bin/geth --syncmode=full --statediff --ws

DB Test

./build/bin/geth --syncmode=full --statediff --ws --rinkeby --statediff.writing=true --statediff.db="postgresql://postgres@localhost:5432/vulcanize_test?sslmode=disable" --statediff.dbnodeid="test_node" --statediff.dbclientname="test_client"

Fixes #61

Tested using `ipld-eth-indexer` Subscription Test ``` ./build/bin/geth --syncmode=full --statediff --ws ``` DB Test ``` ./build/bin/geth --syncmode=full --statediff --ws --rinkeby --statediff.writing=true --statediff.db="postgresql://postgres@localhost:5432/vulcanize_test?sslmode=disable" --statediff.dbnodeid="test_node" --statediff.dbclientname="test_client" ``` Fixes #61
ashwinphatak (Migrated from github.com) reviewed 2021-05-28 11:40:33 +00:00
i-norden reviewed 2021-05-31 21:02:46 +00:00
i-norden left a comment
Member

LGTM! Just needs the linting fix then feel free to merge. We can avoid bumping the version meta here since on v1.10.3-statediff we bumped on the last PR but haven't cut a release on top of that yet, we can cut the 0.0.23 release after this PR to include both. So once this is merged we should push the v1.10.3-statediff branch to v1.10.3-statediff-0.0.23 and cut a release against that branch.

LGTM! Just needs the linting fix then feel free to merge. We can avoid bumping the version meta here since on v1.10.3-statediff we bumped on the last PR but haven't cut a release on top of that yet, we can cut the 0.0.23 release after this PR to include both. So once this is merged we should push the v1.10.3-statediff branch to v1.10.3-statediff-0.0.23 and cut a release against that branch.
arijitAD commented 2021-06-02 07:03:12 +00:00 (Migrated from github.com)
WIll merge after https://github.com/vulcanize/go-ethereum/issues/78
i-norden approved these changes 2021-06-14 20:30:27 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/go-ethereum#77
No description provided.