Skip to content

Commit

Permalink
feat: query new system (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Klimek <[email protected]>
  • Loading branch information
QuantumExplorer and lklimek committed May 7, 2023
1 parent 5d8c51e commit 4d679c3
Show file tree
Hide file tree
Showing 72 changed files with 31,166 additions and 5,009 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/dapi-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ edition = "2021"
license = "MIT"

[dependencies]
prost = { version = "0.11" }
prost = { version = "0.11.9" }
prost-types = { version = "0.11.9" }

[build-dependencies]
prost-build = { version = "0.11" }
Expand Down

Large diffs are not rendered by default.

11,152 changes: 9,682 additions & 1,470 deletions packages/dapi-grpc/clients/platform/v0/nodejs/platform_pbjs.js

Large diffs are not rendered by default.

7,994 changes: 6,735 additions & 1,259 deletions packages/dapi-grpc/clients/platform/v0/nodejs/platform_protoc.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4d679c3

Please sign in to comment.