Commit bb6162e
test(systemtests): add appside mempool e2e test (#580)
* test(mempool): setup e2e test suite for mempool testing
* WIP
* test(mempool): refactor test
* test(mempool): refactor system test suite
* test(systemtest): refactor mempool test
* test(systemtests): add cosmosClient
* test(systemtests): refactor mempool test
* test(systemtests): refactor mempool test
* test(systemtests): refactor mempool test
* test(systemtests): add txpool content verification to mempool tests
* test(systemtests): fix mempool test suite
* test(systemtests): fix mempool test suite
* test(systemtests): fix mempool tests
* test(systemtests): fix mempool test suite
* test(systemtests): fix mempool test suite
* test(systemtests): fix mempool test suite
* test(systemtests): add mempool test cases
* test(systemtests): add comments
* test(systemtests): chore: enable replacement tests
* chore: modify names of test cases
* test(systemtests): enhance helper functions
* test(systemtests): fix mempool test
* chore(systemtests): change test name and add readme.md
* chore: update CHANGELOG.md
* fix(proto): restore removed data field during merge
* test(systemtests): refactor
* test(systemtests): fix map iteration
* chore(systemtests): fix build tag
* test(systemtests): add test case for mempool
* test(systemtests): fix map iteration
* test(systemtests): refactor and add test case for --minimum-gas-prices=0stake
* test(systemtests): enhance validation
* fix: restore removed changes from merge
* fix: restore removed changes from merge
* fix: restore removed changes from merge
* fix: restore removed changes from merge
* chore(systemtests): rename test suite hooks
* fix(systemtests): fix test cases
* chore: modify mempool e2e test README.md
* test(systemtests): enhance post check of mempool test
* chore: apply codeQL feedback
* chore: update tests/systemtests/go.sum
* chore: go mod tidy
* fix(rpc): SendRawTransaction doesn't return error when tx.nonce is lower than pending nonce
* chore(systemtests): remove unused fields of RPCTransaction type
---------
Co-authored-by: Alex | Interchain Labs <[email protected]>
Co-authored-by: Vlad J <[email protected]>1 parent e07bfc1 commit bb6162e
File tree
20 files changed
+2281
-133
lines changed- rpc/backend
- tests/systemtests
- clients
- mempool
- suite
20 files changed
+2281
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
163 | 182 | | |
164 | 183 | | |
165 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
0 commit comments