Author | SHA1 | Message | Date |
---|---|---|---|
M. J. Fromberger |
7878ca6a8a
|
Delete the custom libs/json (tmjson) package. (#7673)
There are no further uses of this package anywhere in Tendermint. All the uses in the Cosmos SDK are for types that now work correctly with the standard encoding/json package. |
3 years ago |
Sharad Chand |
8441b3715a
|
migrate away from deprecated ioutil APIs (#7175)
Co-authored-by: Callum Waters <cmwaters19@gmail.com> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> |
3 years ago |
Marko |
eaa0468190
|
types: revert breaking change (#6538)
## Description revert #5523 to avoid breaking changes cc @greg-szabo |
3 years ago |
Anton Kaliaev |
8e6194626e
|
light: model-based tests (#5461)
This is the first iteration of model-based testing in Go Tendermint. The test runner is using the static JSON fixtures located under the ./json directory. In the future, the Rust tensgen binary will be used to generate those (given the static intermediate scenarios and the test seed, which will be published along with each testgen release). Closes: #5322 |
4 years ago |