Skip to content

Commit

Permalink
Merge pull request #222 from vulcanize/v1.10.17-statediff-v3.2.0
Browse files Browse the repository at this point in the history
Handle all breaking changes for the patch
  • Loading branch information
abdulrabbani00 authored Apr 6, 2022
2 parents e5824ec + e6ac85f commit 4981011
Show file tree
Hide file tree
Showing 14 changed files with 137 additions and 135 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ related-repositories/ipld-eth-db/**
statediff/indexer/database/sql/statediffing_test_file.sql
statediff/statediffing_test_file.sql
statediff/known_gaps.sql
related-repositories/foundry-test/
related-repositories/ipld-eth-db/
2 changes: 1 addition & 1 deletion statediff/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

var (
nullHashBytes = common.Hex2Bytes("0000000000000000000000000000000000000000000000000000000000000000")
emptyNode, _ = rlp.EncodeToBytes([]byte{})
emptyNode, _ = rlp.EncodeToBytes(&[]byte{})
emptyContractRoot = crypto.Keccak256Hash(emptyNode)
nullCodeHash = crypto.Keccak256Hash([]byte{}).Bytes()
)
Expand Down
Loading

0 comments on commit 4981011

Please sign in to comment.