block-sdk/x/auction/keeper
David Terpay 3374203c39
chore(auction): Moving bid extraction to from msg handler to ante handler (#135)
* moving bid extraction to antehandler

* lint

* fix

* no zero timeout

* reset integration tests
2023-10-04 18:38:26 -04:00
..
auction_test.go chore(auction): Moving bid extraction to from msg handler to ante handler (#135) 2023-10-04 18:38:26 -04:00
auction.go chore(auction): Moving bid extraction to from msg handler to ante handler (#135) 2023-10-04 18:38:26 -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.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
keeper_test.go chore(auction): Moving bid extraction to from msg handler to ante handler (#135) 2023-10-04 18:38:26 -04: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