Skip to content

Commit

Permalink
refactor: remove storev2alpha1 (#13371)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Sep 23, 2022
1 parent ddf1dd4 commit b10097f
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 4,249 deletions.
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

0 comments on commit b10097f

Please sign in to comment.