Commit Graph

4 Commits

Author SHA1 Message Date
Dev Ojha
2ae5b146a6
Remove double sha hashing (#517) 2024-06-18 11:21:59 -04:00
Nikhil Vasan
6080de11e4
fix(check-tx): remove txs failing recheck from app-side mempool (#476)
* remove txs failing recheck from app-side mempool

* linting
2024-04-22 14:04:14 -07:00
Eric Warehime
acff9d0edf
chore: Upgrade module path for v2 (#383) 2024-01-24 09:06:20 -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