Commit Graph

6 Commits

Author SHA1 Message Date
Jasmina Malicevic
69eed50ee3 Fixed consensus mempool test, fuzz testdata, del backup 2022-06-22 13:27:51 +02:00
Jasmina Malicevic
e5c5db7f5b Updated mocks 2022-06-17 11:46:54 +02:00
Jasmina Malicevic
5d6185634d Fixed build errors; tests not passing 2022-06-17 11:41:14 +02:00
Aleksandr Bezobchuk
be56f1dd7c updates 2022-06-14 10:30:57 -04:00
Anton Kaliaev
d575f8a38f fix build 2021-02-11 16:10:28 +04:00
Anton Kaliaev
197b746f8d test/fuzz: move fuzz tests into this repo (#5918)
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>

Closes #5907

- add init-corpus to blockchain reactor
- remove validator-set FromBytes test
now that we have proto, we don't need to test it! bye amino
- simplify mempool test
do we want to test remote ABCI app?
- do not recreate mux on every crash in jsonrpc test
- update p2p pex reactor test
- remove p2p/listener test
the API has changed + I did not understand what it's tested anyway
- update secretconnection test
- add readme and makefile
- list inputs in readme
- add nightly workflow
- remove blockchain fuzz test
EncodeMsg / DecodeMsg no longer exist
2021-02-11 16:10:28 +04:00