noot

Results 36 comments of noot

I like this idea, I think it shouldn't be too hard to implement like you said - just make a new offer after the swap completes with the remaining liquidity....

@doonte Thanks for the issue, I agree that Alice is somewhat incentivized not to call `setReady()` if gas is very high and they're not in a rush for a swap...

@0xClandestine hey, thanks for these suggestions! let us know if you plan to open a PR with these changes, otherwise I can add these in. if you have any contributing...

@crodriguezvega I'd somewhat modeled it off of the existing: ``` message QueryConsensusStateRequest { // client identifier string client_id = 1; // consensus state revision number uint64 revision_number = 2; //...

@damiannolan yep, adding the height to the HTTP header is my current workaround, but as I'm using a Rust IBC implementation, I felt this was a bit strange as it...

@oleganza that is true, I should specify that it would be needed for a complete/equivalent implementation.