-
Notifications
You must be signed in to change notification settings - Fork 206
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
Pegasus rollout #4306
Comments
meanwhile, stay tuned to informalsystems/hermes#1801 |
I made progress! Soooo close! With informalsystems/hermes#1840, I can get as far as:
Hermes doesn't detect newly-created
I know I sent an invalid packet (it was just |
informalsystems/hermes#1844 describes another Hermes blocker. |
Same value stability pools will handle one token transferred over multiple paths. |
What is the Problem Being Solved?
We need to be able to roll out Pegasus in a principled manner, compatible with
ibc-go
'stransfer
implementation.Description of the Design
Here are the proposed steps:
transfer
port topegasus
cosmos-transfer
ibc-go
transfer
port to justtransfer
.Have Pegasus blacklist creation of Pegs of tokens that come fromvbank
(they can already useibc-go
transfer
)ibc-go
transfer
module'sMsgTransfer
implementation, channels and escrow accountsSecurity Considerations
Improved security by restricting Pegasus not to conflict with
ibc-go
.Test Plan
IBC transfer testing on devnet.
The text was updated successfully, but these errors were encountered: