Nikhil Vasan
b5fe2a772c
fix(mempool parity): Enforce comet / app-side mempool parity in CheckTx + integ. tests [BLO-584] [BLO-635] ( #306 )
...
* account setup for network tests
* Add Test case for app-mempool / cmt mempool parity
* add fix
* move check-tx handlers to wrap each other
* linting
* migrate to chaintestutils
* linting
* additional test-case
* lint
* remove paralell tests
* remove MEVLaneI
* fix(check_tx): Check error of GetAuctionBid in ValidateBidTx [BLO-461] (#312 )
* add err check in ValidateBidTx
* add test-case for ValidateBidTx
* remove -race flag for integ
2023-12-18 18:29:06 -08:00
Eric Warehime
4b6e481c3f
test: Update networksuite with testapp builder ( #304 )
2023-12-14 09:53:25 -08:00
Alex Johnson
af3bb52d57
refactor(tests): use grpc instead of cli for all network testing ( #301 )
...
* update
* use grpc
2023-12-13 15:49:50 -05:00
Alex Johnson
b48073d3eb
test: use chaintestutil ( #296 )
...
* rename
* fix
* format
* workflow
* add basic test
* add targetss
* use commit
* workflow
* basic setup
* add keeper
* fix
* fix?
* update
* update
* update
* fix
* fix
* go work inti
2023-12-13 09:01:14 -05:00
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
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
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
e873dfda31
fix(Audit): Audit issues ( #190 )
2023-07-03 17:01:40 +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