Skip to content

Commit

Permalink
rc15 - outposts
Browse files Browse the repository at this point in the history
  • Loading branch information
karnthis committed May 21, 2024
1 parent 7153eeb commit fc6ed4b
Show file tree
Hide file tree
Showing 110 changed files with 15,679 additions and 2,744 deletions.
1,777 changes: 1,064 additions & 713 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackallabs/jackal.js-protos",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.15",
"description": "Package of all protos used by Jackal.js",
"keywords": [
"jackal",
Expand Down Expand Up @@ -51,14 +51,15 @@
},
"homepage": "https://github.com/JackalLabs/jackal.js-protos/#README",
"dependencies": {
"@cosmjs/amino": "^0.31.3",
"@cosmjs/encoding": "^0.31.3",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/encoding": "^0.32.3",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/math": "^0.31.3",
"@cosmjs/proto-signing": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@cosmjs/tendermint-rpc": "^0.31.3",
"@cosmjs/utils": "^0.31.3",
"@cosmjs/math": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@cosmjs/tendermint-rpc": "^0.32.3",
"@cosmjs/utils": "^0.32.3",
"@jackallabs/banshee": "0.3.0",
"cosmjs-types": "^0.8.0",
"grpc-web": "^1.5.0",
"protobufjs": "^7.2.5",
Expand All @@ -78,7 +79,7 @@
"tslib": "^2.6.2",
"typedoc": "^0.25.3",
"typescript": "^5.2.2",
"vite": "5.0.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.6.3",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "0.34.6"
Expand Down
6 changes: 6 additions & 0 deletions scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ for file in $static_tendermint_proto_dirs; do
buf generate --template ./cfg/buf.gen.yaml "$file"
done

static_cosmwasm_dirs_regex='(wasm)'
static_cosmwasm_proto_dirs=$(find -E . -iregex ".*\/staticProto\/cosmwasm\/$static_cosmwasm_dirs_regex.*\.proto")
for file in $static_cosmwasm_proto_dirs; do
buf generate --template ./cfg/buf.gen.yaml "$file"
done

# Generate Custom Protos
proto_dirs=$(find ./proto -name '*.proto')
for file in $proto_dirs; do
Expand Down
2 changes: 0 additions & 2 deletions src/classes/index.ts

This file was deleted.

61 changes: 0 additions & 61 deletions src/classes/queryClient.ts

This file was deleted.

112 changes: 0 additions & 112 deletions src/classes/signerClient.ts

This file was deleted.

Loading

0 comments on commit fc6ed4b

Please sign in to comment.