Commit Graph

6 Commits

Author SHA1 Message Date
David Terpay
97e5731f52
rm (#530) 2024-06-24 12:56:06 -04:00
Eric Warehime
acff9d0edf
chore: Upgrade module path for v2 (#383) 2024-01-24 09:06:20 -08:00
Eric Warehime
d522f4fc69
test: Add auction integ tests (#322) 2023-12-27 06:36:09 -08:00
Alex Johnson
0612051d51
chore: add govulncheck (#316)
* import

* add target

* workflow

* remove parallel

* fix with dummy
2023-12-20 14:52:33 -05:00
Eric Warehime
8d514000cf
test: Add test for free tx lane (#305) 2023-12-19 11:05:19 -08:00
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