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

Support overriding encodeInput and decodeOutput #36

Merged
merged 7 commits into from
Apr 28, 2021

Conversation

dekz
Copy link
Member

@dekz dekz commented Apr 26, 2021

Description

Generated wrappers can now take an encodeInput and decodeOutput override allowing a different ABI encoder to be passed in.

Testing instructions

Types of changes

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

@dekz dekz force-pushed the feat/override-encode-decode branch from fc9f6f4 to 8c18bc1 Compare April 26, 2021 22:11
@dekz dekz force-pushed the feat/override-encode-decode branch from b78b5e2 to e38f67b Compare April 27, 2021 07:14
@dekz dekz marked this pull request as ready for review April 27, 2021 07:19
utils/package.json Outdated Show resolved Hide resolved
abi-gen/CHANGELOG.json Outdated Show resolved Hide resolved
base-contract/src/index.ts Outdated Show resolved Hide resolved
abi-gen/templates/TypeScript/contract.handlebars Outdated Show resolved Hide resolved
@dekz dekz force-pushed the feat/override-encode-decode branch from b1651b8 to b768442 Compare April 28, 2021 04:11
@dekz dekz merged commit 5d17d8f into development Apr 28, 2021
@dekz dekz deleted the feat/override-encode-decode branch April 28, 2021 04:19
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.

2 participants