Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cosmos-sdk based rollup integration with wallets #130

tzdybal started this conversation in General
Discussion options

We need to think about integrating cosmos-sdk based, optimint rollups with wallets like Kepr.

What are the implications for UI (few stages of confirations, etc)?
What to do about rollbacks?

You must be logged in to vote

Replies: 2 comments

Comment options

Rollbacks should never happen if the full node the wallet connects to is actually a full node (which it should be). If they're using an Infura-like service (which they should be), then the wallet can just assume the service will never lie, and if they do and you have to do a rollback just nuke the entire wallet state and re-initialize it.

You must be logged in to vote
0 replies
Comment options

"Confirmations" can simply be displayed immediately once accepted by the block producer of the respective block. This might require additional networking messages so that the block producer can communicate to service providers that it will accept a transaction into a block. Note that this doesn't cause any rollbacks of block height because they're just soft confirmations displayed to the user as having their transaction accepted.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /