Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for function overload with different parameters #72

Merged
merged 2 commits into from
Mar 25, 2020
Merged

Add support for function overload with different parameters #72

merged 2 commits into from
Mar 25, 2020

Conversation

leayingly
Copy link
Contributor

#71

Sample function:
let abi = getAbi('ContractName.sol', 'functionName', ["address", "address"]);

@vita-dounai vita-dounai merged commit 0f4a402 into FISCO-BCOS:release-1.0.0 Mar 25, 2020
@leayingly leayingly deleted the release-1.0.0 branch March 25, 2020 15:35
vita-dounai added a commit that referenced this pull request Jun 19, 2020
* release-1.0.0 (#67)

* support ABIEncoderV2

* support SQL parsing

* add version length check in CNS service

* make codacy happy

* support RPBFT config

* support RPBFT config (#68)

* support ABIEncoderV2

* support SQL parsing

* add version length check in CNS service

* make codacy happy

* support RPBFT config

* fix bug that detect sem version of solc failed (#69)

* support ABIEncoderV2

* support SQL parsing

* add version length check in CNS service

* make codacy happy

* support RPBFT config

* fix bug that detect sem version of solc failed

* Add support for function overload with different parameters (#72)

* add support for function overload with different parameters

* chore: fix coding styling

* enhance interface for compiling (#74)

* fix variable undefined error in compile.js (#76)

* fix variable undefined error in compile.js

* support event log, multi-account and block cache (#77)

* update readme (#78)

* fix network exception (#79)

* remove incorrect description in configuration (#80)

* support encodeABI interface (#81)

* support solc 0.5.1 under SM_CRYPTO mode (#82)

* abolish singleton configuration (#83)

* fix circular dependency problem (#84)

* chore: enable installation from git and update readme (#85)

* add getCode sub command for CLI (#86)

* add permission manager for SysConfig (#87)

* fix bug that deployByCNS can't work (#88)

* update link of get_acount.sh (#90)

* add p12 account (#89)

* when connection ends throw an exception (#91)

* support multi-user in dynamic functions & support linker (#92)

* support multi-user in dynamic functions

* fix bug that linker not supported

* update minimum version requirement of Node.js

* update README.md (#93)

* remove useless test (#94)

* fix bug that get decoder failer (#95)

* fix bug that deployByCNS does not verify account name (#96)

* fix bug that deployByCNS does not verify account name (#96) (#97)

* update changelog for v1.0.0 (#98)

* fix format issues (#100)

* fix format issues (#101)

Co-authored-by: Lynn Mao <leayingly@gmail.com>
Co-authored-by: longdacao <41536742+longdacao@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants