cosmos-sdk/x/evidence
likhita-809 6a4d2a16a5
refactor(evidence): CLI tests using Tendermint Mock (#13056)
* wip

* fix something

* remove test case from tx test

* fix test

* add build tags to cli test

* use require instead of assert

* add cli tests
2022-09-02 18:17:11 +02:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client refactor(evidence): CLI tests using Tendermint Mock (#13056) 2022-09-02 18:17:11 +02:00
exported Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080) 2020-12-08 09:27:08 +00:00
keeper chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
simulation refactor: rename depinject imports to cosmossdk.io/depinject (#12479) 2022-07-09 17:46:07 +02:00
spec docs: remove app wiring from module docs (#12393) 2022-06-30 14:11:25 +01:00
testutil refactor: migrate x/evidence to mocks (#12749) 2022-08-01 17:16:38 +00:00
types chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
abci.go Merge PR #7251: Cleanup of evidence types 2020-09-08 09:33:53 -07:00
doc.go x/evidence doc general audit & cleanup (#8277) 2021-01-07 16:12:54 +00:00
genesis_test.go feat: decouple x/evidence from simapp (#12245) 2022-06-14 22:43:16 +02:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module.go feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Evidence

  • Evidence - Evidence handling for double signing, misbehaviour, etc.