Luke Rhoads

Results 7 comments of Luke Rhoads

Local repo @ https://github.com/lukerhoads/gc-challenge

You can probably avoid merging this just now, there are some more issues I am not on PC so cannot sign them right now Such as the duplicate in `questions...

Would that mean just bumping everything up in the `types/errors.go`

Ahh yes much more efficient 💯

So maybe the message request would look like: ```json { "@type": "/tendermint.liquidity.MsgSwapWithinBatch", "swap_requester_address": "cosmos1h6ht09xx0ue0fqmezk7msgqcc9k20a5x5ynvc3", "pool_id": "1", "pool_id_2": "2", "swap_type_id": 1, "swap_type_id_2": 2, "offer_coin": { "denom": "uusd", "amount": "50000000" }, "middle_coin_denom":...

I think those listed above are adequate, but not completely sure. Maybe we could change the message name to multiaction instead to generalize all of those. I am probably going...

For sure. Sorry for not clarifying earlier. Most transactions sent to the [Uniswap V3 Router](https://etherscan.io/address/0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45) call the multicall function in the input data [example](https://etherscan.io/tx/0x50c85b0f9941d77751136fa77ca1bd9b1135a941f76c9edc17c880477a31d74f). I am fairly confident that the...