Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove storev2alpha1 #13371

Merged
merged 9 commits into from
Sep 23, 2022
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

### API Breaking Changes

* !(storev2alpha1) [#13370](https://github.com/cosmos/cosmos-sdk/pull/13370) remove storev2alpha1
* (tx) [#12659](https://github.com/cosmos/cosmos-sdk/pull/12659) Remove broadcast mode `block`.
* (db) [#13370](https://github.com/cosmos/cosmos-sdk/pull/13370) remove storev2alpha1, see also https://github.com/cosmos/cosmos-sdk/pull/13371
* (context) [#13063](https://github.com/cosmos/cosmos-sdk/pull/13063) Update `Context#CacheContext` to automatically emit all events on the parent context's `EventManager`.
* (x/bank) [#12706](https://github.com/cosmos/cosmos-sdk/pull/12706) Removed the `testutil` package from the `x/bank/client` package.
* (simapp) [#12747](https://github.com/cosmos/cosmos-sdk/pull/12747) Remove `simapp.MakeTestEncodingConfig`. Please use `moduletestutil.MakeTestEncodingConfig` (`types/module/testutil`) in tests instead.
Expand Down
2 changes: 0 additions & 2 deletions store/transient/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

pruningtypes "github.com/cosmos/cosmos-sdk/pruning/types"
"github.com/cosmos/cosmos-sdk/store/transient"
types "github.com/cosmos/cosmos-sdk/store/v2alpha1"
)

var k, v = []byte("hello"), []byte("world")
Expand All @@ -32,5 +31,4 @@ func TestTransientStore(t *testing.T) {
emptyCommitID := tstore.LastCommitID()
require.Equal(t, emptyCommitID.Version, int64(0))
require.True(t, bytes.Equal(emptyCommitID.Hash, nil))
require.Equal(t, types.StoreTypeTransient, tstore.GetStoreType())
}
92 changes: 0 additions & 92 deletions store/v2alpha1/dbadapter/store.go

This file was deleted.

105 changes: 0 additions & 105 deletions store/v2alpha1/dbadapter/store_test.go

This file was deleted.

45 changes: 0 additions & 45 deletions store/v2alpha1/mem/store.go

This file was deleted.

39 changes: 0 additions & 39 deletions store/v2alpha1/mem/store_test.go

This file was deleted.

36 changes: 0 additions & 36 deletions store/v2alpha1/multi/cache_store.go

This file was deleted.

19 changes: 0 additions & 19 deletions store/v2alpha1/multi/doc.go

This file was deleted.

Loading