Christopher Goes
Christopher Goes
What if an old `consensusHeight` is used? Can this cause problems? - e.g. if the timestamps of the two chains are off Do we need to include verification of the...
Ref https://github.com/cosmos/cosmos-sdk/issues/6736 At present, the specification and implementation do not agree on what fields a Tendermint light client state should store. The specification ([ICS 7](https://github.com/cosmos/ics/tree/master/spec/ics-007-tendermint-client#client-state)) has the following fields: ```typescript...
ref https://github.com/cosmos/cosmos-sdk/issues/7171
Should work both on ordered & unordered channels. This will need to alter the handshakes.
Most of them are some variant of proxy client & master-slave security. Message passing architectures also vary, TBD whether that can be instantiated accurately. - Eth 2.0 - Polkadot cc...
Followup from https://github.com/cosmos/ics/issues/126. Think about multi-hop case, prepare IBC protocol for eventual usage as such. - Construct data structures accordingly(e.g. channels are end-to-end) - Write a trivial routing module which...
Split off from https://github.com/cosmos/ics/issues/126. Possible sorts of fairness: - Fairness across all connections on a chain - Fairness across set of connections between two chains - Fairness across set of...
Split off from https://github.com/cosmos/ics/issues/126. Desiderata - Packets can specify a set of ancestor identifiers which must be received prior to receiving the packet - Super-set of: - Ordered channels: one...
Goal is to allow easy `transferFrom` usage without deployment of a second proxy. - Exchange contract requires known `AuthenticatedProxy` implementation for semantic correctness of `proxy` - Could add an extra,...
As title.