Skip to content

Commit

Permalink
feat: Contract ABI Encoding and Decoding (#172)
Browse files Browse the repository at this point in the history
* feat: abi decoding compatibility with `cast calldata`

* feat: abi stuffs

* feat: added tests and usage docs

* docs: abi usage

* gofmt
  • Loading branch information
IdrisHanafi authored Jan 3, 2024
1 parent aec91f8 commit dc40b6d
Show file tree
Hide file tree
Showing 13 changed files with 1,577 additions and 113 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Note: Do not modify this section! It is auto-generated by `cobra` using `make ge

<generated>

- [polycli abi](doc/polycli_abi.md) - Parse an ABI and print the encoded signatures.
- [polycli abi](doc/polycli_abi.md) - Provides encoding and decoding functionalities with contract signatures and ABI.

- [polycli dbbench](doc/polycli_dbbench.md) - Perform a level/pebble db benchmark

Expand Down
Loading

0 comments on commit dc40b6d

Please sign in to comment.