block-sdk/x/auction/keeper
David Terpay 736b2d3997
fix: String representation of escrow address (#238)
* greedy approach to lane verification

* docs

* base lane testing

* mev lane testing nits

* abci top level testing done

* network spamming in E2E

* string rep of escrow address

* nit

* removing logs from testing

* query test
2023-11-27 17:10:43 -05:00
..
auction_test.go chore: format (#182) 2023-11-02 14:14:22 -04:00
auction.go fix(auction): Adding extra check on bundler timeouts (#156) 2023-10-13 12:50:25 -04:00
errors.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
genesis.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
grpc_query_test.go fix: String representation of escrow address (#238) 2023-11-27 17:10:43 -05:00
grpc_query.go fix: String representation of escrow address (#238) 2023-11-27 17:10:43 -05:00
keeper_test.go fix: String representation of escrow address (#238) 2023-11-27 17:10:43 -05:00
keeper.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
msg_server_test.go chore(auction): Moving bid extraction to from msg handler to ante handler (#135) 2023-10-04 18:38:26 -04:00
msg_server.go chore(auction): Moving bid extraction to from msg handler to ante handler (#135) 2023-10-04 18:38:26 -04:00