Skip to content

Commit 4981011

Browse files
Merge pull request #222 from vulcanize/v1.10.17-statediff-v3.2.0
Handle all breaking changes for the patch
2 parents e5824ec + e6ac85f commit 4981011

File tree

14 files changed

+137
-135
lines changed

14 files changed

+137
-135
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ related-repositories/ipld-eth-db/**
5757
statediff/indexer/database/sql/statediffing_test_file.sql
5858
statediff/statediffing_test_file.sql
5959
statediff/known_gaps.sql
60+
related-repositories/foundry-test/
61+
related-repositories/ipld-eth-db/

statediff/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636

3737
var (
3838
nullHashBytes = common.Hex2Bytes("0000000000000000000000000000000000000000000000000000000000000000")
39-
emptyNode, _ = rlp.EncodeToBytes([]byte{})
39+
emptyNode, _ = rlp.EncodeToBytes(&[]byte{})
4040
emptyContractRoot = crypto.Keccak256Hash(emptyNode)
4141
nullCodeHash = crypto.Keccak256Hash([]byte{}).Bytes()
4242
)

0 commit comments

Comments
 (0)