You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue aims to track the work going into the Q1 objective of enabling Nomic and Namada to reach Mainnet by incorporating the IBC-rs module.
It is worth noting that achieving this objective also results in achieving “supporting Anoma's onboarding efforts” goal and is mainly coupled with "ADR005", which can be followed under the "ActivityGroup" field in the IBC-rs project board.
Task List
The content you are editing has changed. Please copy your edits and refresh the page.
Background
This issue aims to track the work going into the Q1 objective of enabling Nomic and Namada to reach Mainnet by incorporating the IBC-rs module.
It is worth noting that achieving this objective also results in achieving “supporting Anoma's onboarding efforts” goal and is mainly coupled with "ADR005", which can be followed under the "ActivityGroup" field in the IBC-rs project board.
Task List
Implement ADR005
Reflect ADR-005 changes on all other impacted parts/modules
val_exec_ctx
feature flag #415send_packet()
andsend_transfer()
API #442Reach out to Nomic, Namada, and Penumbra and provide assistance with the implementation
Update existing unit and integration tests to cover ADR-005
val_exec_ctx
feature informalsystems/basecoin-rs#73Validation/ExecutionContext
API #413basecoin-rs
compatible withibc-rs
changes until v0.29.0 informalsystems/basecoin-rs#77Fix potential findings and bugs
ConnectionOpenTry
andConnectionOpenAck
#550Obtain feedback and implement new design requirements
Send + Sync
requirement onModule
trait #480validate_self_client()
should returnContextError
instead ofConnectionError
#482From<Amount>
conversion foru64
#486'static
requirement onModule
#490The text was updated successfully, but these errors were encountered: