Commit Graph

15 Commits

Author SHA1 Message Date
David Terpay
7d8a6956a7
feat: gRPC mempool service (#275)
* make file nit

* base app set up

* make file update

* makefile nit

* adding service test to e2e

* lint

* type fix

* nit

* unit test + readme
2023-12-08 13:33:58 -05:00
David Terpay
d495b38954
feat(MEV): Updating MEV Lane with Testing + Cleaner Implementation (#134)
* updating mev lane with cleaner impl

* nit

* lint
2023-10-04 18:23:36 -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
Alex Johnson
02b29290d1
chore: format (#38)
* setup

* tidy

* format

* final format

---------

Co-authored-by: aljo242 <alex@shmeeload.xyz>
2023-09-07 11:17:21 -04:00
David Terpay
bf25872404
init 2023-08-17 16:40:59 -04:00
David Terpay
10688927ce
feat(BB): Initialization of lane constructor code (#244) 2023-08-15 19:28:13 +00:00
David Terpay
5dd05d1afb
chore(v0.50.0): Migrating codebase to latest SDK version (#215) 2023-07-26 21:42:57 +00:00
David Terpay
38f2ae20f6
feat(BB): Main BB testing (Mempool + ABCI) (#169) 2023-06-08 15:46:24 +00:00
David Terpay
7797110514
feat(v1): Vote Extension Auction (#106) 2023-05-09 16:47:27 -04:00
David Terpay
57a63932ba
test: [ENG-758]: Tx config testing (#91)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-26 14:02:11 -04:00
David Terpay
fe35a9eeb2
[ENG-680]: Enforcing auction txs to have timeouts (#52)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-10 12:19:25 -04:00
David Terpay
a0dacf78a1
[ENG-684]: Single Coin Fees (#48) 2023-04-05 18:04:45 -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