-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip adding new decoder * improved web3.js readme * reworked decodeParameters * bumped ethers version * fixed tests * fixed decode Log tests * fixed decoding tests * fixed encoding tests * removed old encoder/decoder * fixed all tests * updated ether-js * struct encoding and decoding * decoding index params separate * improved log decoding for indexed paramaters * removed lock files * fixed tests * fixed test * add components to contract * Added some struct tests * Finished decodeParameters testing * Finished encodeParameter and encodeParameters tests * fixed ABICoder decodeParameters * fixed ABICoder decodeParameters * removed console.log * removed out commented code * console.log removed * decodeParameter in ABICoder fixed * codestyle improvement * new version of ethersjs abiCoder implemented and tested * testcases added for structs * package-lock removed * encodeParameters extended for simplified format * codestyle improvement * simplified types added to decodeParameters * types mapping fixed * Started with updating of the documentation for encoding and decoding of parameters * new abi lib tested and documentation updated * decodeParameter/s tested and documentation updated * package-locks fixed * web3-eth-abi package version fixed * gitignore updated * web3.js removed * modified package.lock * documentation updated
- Loading branch information
Showing
45 changed files
with
8,055 additions
and
3,585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,6 @@ bower_components | |
/bower | ||
.idea/ | ||
.npm/ | ||
.vscode/ | ||
.vscode/ | ||
dist/ | ||
!./dist/web3.min.js |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
0ef6ee8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!