-
Notifications
You must be signed in to change notification settings - Fork 5
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
Test/hyperlane jit transfer #60
Closed
Closed
Conversation
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
Feat/develop
Feat/update tool
fix: add more commands
Fix/for windows
* chore: bump versions * Fix/args (#35) * fix: args for struct * fix: args for struct * fix: args for struct * fix:test error --------- Co-authored-by: Gene <[email protected]>
* feat/evm cryptos (#36) * fix: add proto for evm crypto methods * fix: evm crytpo api methods * fix: add G1 and G2 for encoding params * fix: add uint256 * fix: remove parseInt * fix: bigModeExp use uint8array * fix: bn256Pairing result check * fix: ecRecover * fix: optimize bytes to hex * fix: blake2F * fix: Adjust the structure of blake2F to avoid the Array<u64> encoding problem of as proto * feat: added a host api for retrieving the current remaining gas in Aspect * fix: change call tree data from map to array & fixed some lint issue (#38) * feat: add code compression transform for aspect tool (#39) * feat: add init method & update tool scripts (#40) * dep: bump package version * tests: migrating integration test to new framework (#42) * tests: migrating old integration to new framework * tests: submit new test aspects * tests: add more test cases * tests: add default aspect compile args * tests: add cross-contract call tests * fest/aspect-system-contract (#43) * test: binding limit exceeded * test: remove print receipt for async send * test: adjust binding limit case * test: binding-unbinding, large aspect * fix: operation init entrance (#45) * fix: operation tests (#46) * fix/aspect host functions testcases (#47) * fix: properity testcase * fix: upgrade properity testcase * fix: add state test case * fix: context testcase * fix: statedb testcase * fix: joinpoint testcase * fix: crypto testcase * fix: evm call testcase * fix: state test typo * fix: add context key testcase * fix/contract type test(legacy/accesslist/dynamic-fee) (#48) * fix: add legacy/accesslist/dynamic-fee contract testcase * fix: disable checking context values * fix/intergration test cases (#49) * fix/aspect binding contracts limit (#50) * fix: aspect binding testcase * fix: more tests about binding multi contracts * fix/json rpc tests, namespace eth (#51) * fix: json rpc namespace eth tests * fix: testcases of json rpc eth * fix/testcase json rpc with namesapce except eth (#52) * fix: txpool testcases * fix: jsonrpc we3 testcases * fix: jsonrpc net testcases * fix: json rpc personal testcases * test: add lt/gt condition * test: json rpc debug runtime releated * test: testcase of traceTransaction and traceBlock * fix/pub sub (#53) * fix/propery converter (#54) * fix: aspect property * fix: use padding bytes for uint256 * test: update expect values * fix: fix sender address issue --------- Co-authored-by: Luke <[email protected]> Co-authored-by: Jack Li <[email protected]> Co-authored-by: No-Brainer <[email protected]>
* build: bump package versions * build: bump package versions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issue #58