Skip to content

Commit

Permalink
Merge pull request #64 from sei-protocol/fix/proto-size
Browse files Browse the repository at this point in the history
Add pacific-1 chain config import as default and clean up helper functions
  • Loading branch information
codebycarson authored Aug 12, 2023
2 parents 1ee9a81 + 3abacaf commit da6d475
Show file tree
Hide file tree
Showing 369 changed files with 8,519 additions and 38,754 deletions.
11 changes: 11 additions & 0 deletions .changeset/clean-plums-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@sei-js/proto': major
'@sei-js/react': major
'@sei-js/core': major
---

- Excludes unnecessary modules in proto codegen
- Remove TM35 client (no longer used)
- Clean up helper functions in favor of using Sei wallet interfaces
- Update react hooks
- Adds mobile wallet support through UI components and inside wallet interfaces
97 changes: 49 additions & 48 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,51 @@
{
"name": "@sei-js/core",
"version": "1.5.0",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "yarn build:types && yarn build:js && yarn build:prettier",
"build:types": "tsc --project tsconfig.declarations.json",
"build:js": "babel src --out-dir dist --extensions '.js,.jsx,.ts,.tsx' --source-maps --copy-files",
"build:prettier": "prettier --write dist"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
"keywords": [
"sei",
"javascript",
"typescript",
"cosmos"
],
"repository": "[email protected]:sei-protocol/sei-js.git",
"license": "MIT",
"private": false,
"dependencies": {
"@cosmjs/amino": "0.29.5",
"@cosmjs/cosmwasm-stargate": "0.29.5",
"@cosmjs/crypto": "0.29.5",
"@cosmjs/encoding": "0.29.5",
"@cosmjs/json-rpc": "0.29.5",
"@cosmjs/math": "0.29.5",
"@cosmjs/proto-signing": "0.29.5",
"@cosmjs/stargate": "0.29.5",
"@cosmjs/tendermint-rpc": "0.29.5",
"@cosmjs/utils": "0.29.5",
"@ethersproject/keccak256": "^5.7.0",
"@keplr-wallet/types": "^0.11.41",
"@sei-js/proto": "1.3.0",
"crypto-js": "^4.1.1",
"readonly-date": "^1.0.0",
"sha.js": "^2.4.11",
"xstream": "^11.14.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5"
}
"name": "@sei-js/core",
"version": "0.0.0-internal-20230811175927",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "yarn build:types && yarn build:js && yarn build:prettier",
"build:types": "tsc --project tsconfig.declarations.json",
"build:js": "babel src --out-dir dist --extensions '.js,.jsx,.ts,.tsx' --source-maps --copy-files",
"build:prettier": "prettier --write dist",
"test": "jest"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
"keywords": [
"sei",
"javascript",
"typescript",
"cosmos"
],
"repository": "[email protected]:sei-protocol/sei-js.git",
"license": "MIT",
"private": false,
"dependencies": {
"@cosmjs/amino": "0.29.5",
"@cosmjs/cosmwasm-stargate": "0.29.5",
"@cosmjs/crypto": "0.29.5",
"@cosmjs/encoding": "0.29.5",
"@cosmjs/json-rpc": "0.29.5",
"@cosmjs/math": "0.29.5",
"@cosmjs/proto-signing": "0.29.5",
"@cosmjs/stargate": "0.29.5",
"@cosmjs/tendermint-rpc": "0.29.5",
"@cosmjs/utils": "0.29.5",
"@ethersproject/keccak256": "^5.7.0",
"@keplr-wallet/types": "^0.11.41",
"@sei-js/proto": "0.0.0-internal-20230811175927",
"crypto-js": "^4.1.1",
"readonly-date": "^1.0.0",
"sha.js": "^2.4.11",
"xstream": "^11.14.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5"
}
}
25 changes: 0 additions & 25 deletions packages/core/src/lib/client/common.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/core/src/lib/client/events.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/core/src/lib/client/index.ts

This file was deleted.

88 changes: 0 additions & 88 deletions packages/core/src/lib/client/seiCosmWasmClient.ts

This file was deleted.

97 changes: 0 additions & 97 deletions packages/core/src/lib/client/seiSigningCosmWasmClient.ts

This file was deleted.

Loading

0 comments on commit da6d475

Please sign in to comment.