Skip to content

Commit 9a67e22

Browse files
committed
Merge remote-tracking branch 'origin/v2.0-dev' into fix/sdk-invalid-quorum
2 parents bd6a4ff + 6776651 commit 9a67e22

File tree

158 files changed

+3520
-1929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+3520
-1929
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npmAuditExcludePackages:
2323
- abstract-leveldown # TODO: Update leveldb
2424
- level-errors # TODO: Update leveldb
2525
- level-concat-iterator # TODO: Update leveldb
26-
- lodash.get # TODO: Deprecated. Replace to ?. operator.
26+
- lodash.get # TODO: Deprecated. Replace to ?. operator. Update sinon
2727

2828
packageExtensions:
2929
"@dashevo/protobufjs@*":

Cargo.lock

Lines changed: 46 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exclude = ["packages/wasm-sdk"] # This one is experimental and not ready for use
3636

3737
[workspace.package]
3838

39-
rust-version = "1.83"
39+
rust-version = "1.85"
4040

4141
[patch.crates-io]
4242
tower-service = { git = "https://github.com/QuantumExplorer/tower", branch = "fix/indexMap2OnV0413" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ this repository may be used on the following networks:
5151
- Install prerequisites:
5252
- [node.js](https://nodejs.org/) v20
5353
- [docker](https://docs.docker.com/get-docker/) v20.10+
54-
- [rust](https://www.rust-lang.org/tools/install) v1.83+, with wasm32 target (`rustup target add wasm32-unknown-unknown`)
54+
- [rust](https://www.rust-lang.org/tools/install) v1.85+, with wasm32 target (`rustup target add wasm32-unknown-unknown`)
5555
- [protoc - protobuf compiler](https://github.com/protocolbuffers/protobuf/releases) v27.3+
5656
- if needed, set PROTOC environment variable to location of `protoc` binary
5757
- [wasm-bingen toolchain](https://rustwasm.github.io/wasm-bindgen/):

packages/dapi-grpc/.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "airbnb-base",
3+
"env": {
4+
"es2020": true
5+
},
36
"rules": {
47
"import/no-extraneous-dependencies": ["error", { "packageDir": "." }],
58
"no-plusplus": 0,

0 commit comments

Comments
 (0)