-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Rosetta: more user guide and troubleshooting #9575
Comments
We've been facing this issue #9488 with Rosetta breaking when processing a block containing a transaction that creates a new denom. This would need to be fixed in order for Rosetta to be compatible with the Gravity bridge, as new denoms are created and minted when new ERC-20 tokens are transferred from Ethereum to the Gravity module for the first time. |
We have discussed about current Rosetta implementation issues here: regen-network/regen-ledger#352 (comment) Regarding newly minted denoms, it's a known issue but unfortunately Coinbase is not being responsive on how to address this use case. (NOTE: this fails at rosetta-cli level only, if you query anything using the rosetta client you won't encounter any issue.) |
I know, @fdymylja - I think that it's better that the person who is in charge of Rosetta will handle it or re-delegate. For most of us it will be re-engineering to go through the process. |
Summing up the rosetta history, the original PR that includes the Rosetta support within the cosmos-sdk supports the stargate release series. The functionality and how to use it has been documented in the relevant ADR and in the article published by @fdymylja. The issue emerged with the regent-testnet is that the testnet was set-up with a v0.42.x version and later upgraded to a 0.43-dev version (that included the rosetta integration), but there has been a incompatible change here that caused an issue related to interpreting protobuf messages encoded before that version. (this has been pointed out by @fdymylja in the comment above) The current status as I see is that the protofile breanking change has been rolled back yesterday (see Also the non-zero default fees pr had some impact with rosetta but AFAICS the issue was resolved. Giving the fact that the I'll follow up on this first thing next week. |
@anilcse what is the current status of the As mentioned before the proto files have being going through some changes and I believe at this point would be better to dump/restore the chain data from the latest v0.43 release or to restart the testnet. @robert-zaremba do you know if any more changes are undergoing on the protobuf level? |
@anilcse @robert-zaremba any update here? Would be great to make sure @noandrea has what he needs to make sure testing is successful. |
There's an issue with migration (pruning setting is causing some issues). I am still looking for a fix. |
For the troubleshooting section, @anilcse - could you list here (simple bullet-points) of the things we had a problem with? So future users won't have the same problems. |
It found out to be an issue with our upgrade handler integration and not the issue from pruning settings. Thanks to @AmauryM . We were checking for a wrong upgrade-name for new store migrations and it caused the issue. |
@anilcse - ok, so is there anything else to mention in the troubleshooting for the future users? If not then we can have that section empty (or not have it at all). |
We can leave it empty for now and add when we find out specific issues. For now we can mention about cross checking directory structure and simlink i.e., current binary version? |
* docs(rosetta): add Rosetta documentation page related to #9575 * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * Update docs/rosetta/README.md Co-authored-by: Ryan Christoffersen <[email protected]> * combine with existing doc Co-authored-by: Robert Zaremba <[email protected]> Co-authored-by: Jonathan Gimeno <[email protected]> Co-authored-by: Ryan Christoffersen <[email protected]> Co-authored-by: ryanchrypto <[email protected]>
Summary
In v0.43 release has a first production ready Rosetta client integrated. However we are missing proper documentation about the setup and best practice.
Problem Definition
When we were trying to run and integrate Rosetta, we encounter some problems. Let's have a proper guide for Rosetta API
Proposal
We should provide:
For Admin Use
The text was updated successfully, but these errors were encountered: