feat: add ABI encoding and decoding#434
Open
brunomenezes wants to merge 17 commits intofeat/add-node-connectionfrom
Open
feat: add ABI encoding and decoding#434brunomenezes wants to merge 17 commits intofeat/add-node-connectionfrom
brunomenezes wants to merge 17 commits intofeat/add-node-connectionfrom
Conversation
9 tasks
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
1ec6e2e to
fadca47
Compare
05722a4 to
5688afa
Compare
* refactor connection indexedDB implementation to use information from the new lib/db.ts.
* Apparently it fixed dev hot-reload problems.
959af0b to
6101d4d
Compare
This file contains hidden or 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
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.
Summary
This is the code change to port the specification feature from current rollups-explorer. There are 60 files changed, however the heavy is inside the
specification/folder that is the port.Test
To test this feature you can use the below live deployed version of this PR branch.
Link: https://dave-git-feat-add-abi-encoding-and-decoding-cartesi.vercel.app/
The mock is disabled in all preview deployments. Therefore, the first thing the application will ask you is to create a connection with a rollups node. Point to the RPC (e.g. http://localhost:6751/rpc) and the chain rpc if the default connection auto completed failed (e.g. as I use the cartesi cli it would be http://localhost:6751/anvil).
You can use the latest cartesi-cli or run your own rollups-node with an deployed application.
Testing Input/Output Decoding:
Rawyou can change toDecoded.Testing Specifications
Specifications.