forked from cosmology-tech/osmojs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into anmol/update-gov-test
- Loading branch information
Showing
206 changed files
with
23,092 additions
and
20,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-15) | ||
|
||
**Note:** Version bump only for package @osmonauts/math | ||
|
||
|
||
|
||
|
||
|
||
# [0.5.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-28) | ||
|
||
**Note:** Version bump only for package @osmonauts/math | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@osmonauts/math", | ||
"version": "0.5.0", | ||
"version": "1.0.0", | ||
"description": "Math calculations for Osmosis", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme", | ||
|
@@ -86,6 +86,6 @@ | |
"@chain-registry/types": "0.14.0", | ||
"bignumber.js": "9.1.1", | ||
"long": "5.2.1", | ||
"osmojs": "^15.5.0" | ||
"osmojs": "^16.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [16.0.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.0.0) (2023-07-15) | ||
|
||
**Note:** Version bump only for package osmojs | ||
|
||
|
||
|
||
|
||
|
||
# [15.5.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@15.5.0) (2023-06-28) | ||
|
||
**Note:** Version bump only for package osmojs | ||
|
Submodule cosmos-sdk
updated
373 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "osmojs", | ||
"version": "15.5.0", | ||
"version": "16.0.0", | ||
"description": "Typescript Protobuf Messages for Osmosis", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme", | ||
|
@@ -38,6 +38,7 @@ | |
"e2e:start": "cd tests && make start", | ||
"e2e:test": "jest --testPathPattern=starship/ --verbose --bail", | ||
"e2e:debug": "jest --testPathPattern=starship/ --runInBand --verbose --bail", | ||
"e2e:watch": "jest --watch --testPathPattern=starship/", | ||
"e2e:stop": "cd tests && make stop", | ||
"e2e:clean": "cd tests && make stop clean" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import * as _53 from "./v1/capability"; | ||
import * as _54 from "./v1/genesis"; | ||
import * as _42 from "./v1/capability"; | ||
import * as _43 from "./v1/genesis"; | ||
export namespace capability { | ||
export const v1 = { ..._53, | ||
..._54 | ||
export const v1 = { ..._42, | ||
..._43 | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.