cosmos-sdk/simapp
Aditya 9b61e0947e
Remove Last Header from ClientState (#6873)
* implement features, fix tendermint tests

* allow test headers to pass in custom nextvalidatorset

* allow updates to previous heights and test

* remove unnecessary testing feature

* fix client tests

* fix ibc tests, and updating consensus state

* fix ibc-transfer tests

* appease linter

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* add chainID test case

* fix expPass value

* Apply suggestions from code review

Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* address rest of @colin-axner review

* fix bug and errors

* Apply suggestions from code review

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* address rest of @colin-axner review

* implement updating before frozen height

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
2020-08-04 05:05:03 -04:00
..
helpers x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
params Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
simd x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
app.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00
app_test.go rename blacklist to blocked (#6455) 2020-06-17 13:32:49 +00:00
config.go Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00
encoding.go Fix module interface registration (#6834) 2020-07-23 22:45:34 -04:00
export.go x/staking: remove alias.go usage (#6397) 2020-06-12 14:54:37 +00:00
genesis.go Merge pull request #6085: Move codec/std to std 2020-04-27 15:40:50 -04:00
genesis_account.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
genesis_account_test.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
sim_bench_test.go Merge PR #5500: Regen network/multistore upgrades 2020-02-27 22:26:04 -08:00
sim_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
state.go x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
test_helpers.go Remove Last Header from ClientState (#6873) 2020-08-04 05:05:03 -04:00
types.go Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
utils.go types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
utils_test.go types: add kv type (#6897) 2020-07-30 14:53:02 +00:00