Skip to content

Commit

Permalink
Merge pull request rust-ethereum#147 from fstnetwork/fix-encode-decode
Browse files Browse the repository at this point in the history
Fix abi encoding/decoding
  • Loading branch information
dvdplm authored Aug 7, 2019
2 parents a2f322d + dff6c12 commit 43cb5c6
Show file tree
Hide file tree
Showing 9 changed files with 723 additions and 791 deletions.
42 changes: 38 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ethabi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ethereum-types = "0.6.0"

[dev-dependencies]
hex-literal = "0.1.1"
paste = "0.1.5"

[features]
backtrace = ["error-chain/backtrace"]
Expand Down
Loading

0 comments on commit 43cb5c6

Please sign in to comment.