Skip to content

Commit

Permalink
Delete v043_temp directory (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon authored May 31, 2022
1 parent 5492284 commit 8fe02f0
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 351 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#1312] Stableswap: Createpool logic
* [#1230] Stableswap CFMM equations
* [#1429] solver for multi-asset CFMM
* [#1630](https://github.com/osmosis-labs/osmosis/pull/1630) Delete the v043_temp module, now that we're on an updated SDK version.

## [v9.0.0 - Nitrogen](https://github.com/osmosis-labs/osmosis/releases/tag/v9.0.0)

Expand Down
2 changes: 1 addition & 1 deletion app/params/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package params

import (
"github.com/osmosis-labs/osmosis/v7/v043_temp/address"
"github.com/cosmos/cosmos-sdk/types/address"

sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
Expand Down
83 changes: 0 additions & 83 deletions v043_temp/address/hash.go

This file was deleted.

105 changes: 0 additions & 105 deletions v043_temp/address/hash_test.go

This file was deleted.

33 changes: 0 additions & 33 deletions v043_temp/address/store_key.go

This file was deleted.

46 changes: 0 additions & 46 deletions v043_temp/address/store_key_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions v043_temp/conv/doc.go

This file was deleted.

26 changes: 0 additions & 26 deletions v043_temp/conv/string.go

This file was deleted.

54 changes: 0 additions & 54 deletions v043_temp/conv/string_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion x/gamm/types/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

proto "github.com/gogo/protobuf/proto"

"github.com/osmosis-labs/osmosis/v7/v043_temp/address"
"github.com/cosmos/cosmos-sdk/types/address"

sdk "github.com/cosmos/cosmos-sdk/types"
)
Expand Down

0 comments on commit 8fe02f0

Please sign in to comment.