Commit Graph

13 Commits

Author SHA1 Message Date
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
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
Nikhil Vasan
3c6f319ff1
feat(docs): rename x/builder -> x/auction (#55)
* rename x/builder -> x/auction

* update proto / etc.

* integratino fix

---------

Co-authored-by: David Terpay <david.terpay@gmail.com>
2023-09-12 14:37:25 -04:00
David Terpay
61fcd5efdc
[ENG-653]: Rename to builder module (#41) 2023-04-03 18:53:38 +00:00
David Terpay
c368f4cb00
Aggregating all testing functionality into one directory (#38) 2023-03-29 14:30:53 -04:00
David Terpay
c8115a0d81
[ENG-569]: PrepareProposal Testing (#29) 2023-03-21 10:07:14 -04:00
David Terpay
9e350bc7f7
[ENG-613]: Linting fixes (#32)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-03-20 16:58:19 +00:00
Aleksandr Bezobchuk
99b4bc2da2
Proposer Bid Reward [ENG-534] (#24) 2023-03-17 10:38:09 -04:00
David Terpay
fdfd12a81d
[ENG-585]: Setting min bid increment in ante (#28) 2023-03-16 19:40:09 -04:00
David Terpay
34fef8f45b
[ENG-597]: Front-running Protection (#27) 2023-03-16 09:38:59 -04:00
Aleksandr Bezobchuk
0d475f632d
CI Setup (#19) 2023-03-14 10:23:27 -04:00
David Terpay
1c96a6c3c2
Ante Handler [ENG-545] (#16) 2023-03-13 15:54:40 -04:00
David Terpay
aff1a26da9
Scaffolding basic module configurations (#5)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-03-02 16:02:01 -05:00