Skip to content

Commit

Permalink
Merge pull request #6553 from m-Peter/add-abi-support-for-solidity-by…
Browse files Browse the repository at this point in the history
…te-types

[Flow EVM] Add support for `ABI` encoding/decoding of Solidity `byte` types
  • Loading branch information
franklywatson authored Oct 19, 2024
2 parents 295c3ef + bd059ee commit 53a2bca
Show file tree
Hide file tree
Showing 7 changed files with 1,171 additions and 51 deletions.
2 changes: 1 addition & 1 deletion engine/execution/state/bootstrap/bootstrap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestBootstrapLedger(t *testing.T) {
}

func TestBootstrapLedger_ZeroTokenSupply(t *testing.T) {
expectedStateCommitmentBytes, _ := hex.DecodeString("d4c956063e3d187b73cfe81bbecc75279e055ddd4741b79847faf407999888c0")
expectedStateCommitmentBytes, _ := hex.DecodeString("ee5cf2cc18be411036aafc471b8a1389490491c698d54164612583351188dac6")
expectedStateCommitment, err := flow.ToStateCommitment(expectedStateCommitmentBytes)
require.NoError(t, err)

Expand Down
Loading

0 comments on commit 53a2bca

Please sign in to comment.