good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 00064ddc authored by Gary Rong's avatar Gary Rong Committed by GitHub
Browse files

accounts/abi: implement new fallback functions (#20764)


* accounts/abi: implement new fackball functions

In Solidity v0.6.0, the original fallback is separated
into two different sub types: fallback and receive.

This PR addes the support for parsing new format abi
and the relevant abigen functionalities.

* accounts/abi: fix unit tests

* accounts/abi: minor fixes

* accounts/abi, mobile: support jave binding

* accounts/abi: address marius's comment

* accounts/abi: Work around the uin64 conversion issue

Co-authored-by: default avatarGuillaume Ballet <gballet@gmail.com>
parent 2a836bb2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment