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

chore: change executeData type from 0x${string} to string #317

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

npty
Copy link
Member

@npty npty commented Apr 5, 2024

Description

Problem: Current param types create compatibility conflicts with popular ecosystem libraries such as ethers.js. This can lead to type error issue.

Solution: Refactor param types to use string, aligning with standards used by most ecosystem libraries. This improves compatibility and avoids potential workarounds in the future.

AXE-3533

@npty npty requested review from canhtrinh and StephenFluin April 5, 2024 06:55
@npty npty self-assigned this Apr 5, 2024
@npty npty merged commit 35f364c into main Apr 11, 2024
4 checks passed
@npty npty deleted the chore/change-execute-data-type branch April 11, 2024 04:05
npty added a commit that referenced this pull request Apr 18, 2024
* chore: fix gas limit function doc (#316)

* chore: fix gas limit function doc

* chore: remove mantle

* chore: change executeData type from `0x${string}` to `string` (#317)

* chore: change executeData type from `0x${string}` to `string`

* chore: fix build error

* chore: fix testnet rpc

* Update issue templates

* chore: bump axelar-cgp-solidity to 6.3.0

---------

Co-authored-by: Canh Trinh <[email protected]>
canhtrinh added a commit that referenced this pull request May 8, 2024
* chore: fix decimals issue with l2 dest chains (#315)

* chore: fix decimals issue with l2 dest chains

chore: delete unused test

* 0.16.0-alpha.1

* chore: improve convertTokenAmount impl

* chore: refactor bignumber amount conversion

---------

Co-authored-by: npty <[email protected]>

* chore: fix commandId generation (#321)

* chore: fix gas limit function doc (#316)

* chore: fix gas limit function doc

* chore: remove mantle

* chore: fix commandId generation

* chore: update comment

* chore: remove unused var

* chore: update testnet rpc

* chore: bump axelar-cgp-solidity to 6.3.0 (#324)

* chore: fix gas limit function doc (#316)

* chore: fix gas limit function doc

* chore: remove mantle

* chore: change executeData type from `0x${string}` to `string` (#317)

* chore: change executeData type from `0x${string}` to `string`

* chore: fix build error

* chore: fix testnet rpc

* Update issue templates

* chore: bump axelar-cgp-solidity to 6.3.0

---------

Co-authored-by: Canh Trinh <[email protected]>

* 0.16.0

* chore: update changelog for 0.16.0

* chore: remove unused import

* chore: update changelog date

---------

Co-authored-by: Canh Trinh <[email protected]>
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