block-sdk/x/auction/keeper
David Terpay b9d6761776
feat(ABCI): New Proposal Struct with Associated Metadata (#126)
* new proto types for proposal info

* new proposal type

* nits

* lane input

* lint

* feat(ABCI): Deprecating `CheckOrderHandler` with new Proposal MetaData (#127)

* refactor without checkorder

* nits

* more nits

* lint

* nits

* feat(ABCI): Updating MEV lane to have no `CheckOrder` handler + testing (#128)

* updating mev lane

* nits

* preventing adding multiple bid txs in prepare

* update
2023-09-28 11:10:13 -04:00
..
auction_test.go feat(ABCI): New Proposal Struct with Associated Metadata (#126) 2023-09-28 11:10:13 -04:00
auction.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37: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.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
keeper_test.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
keeper.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
msg_server_test.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
msg_server.go feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00