Skip to content

chore: merge master and resolve conflicts #2481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npmAuditExcludePackages:
- abstract-leveldown # TODO: Update leveldb
- level-errors # TODO: Update leveldb
- level-concat-iterator # TODO: Update leveldb
- lodash.get # TODO: Deprecated. Replace to ?. operator.
- lodash.get # TODO: Deprecated. Replace to ?. operator. Update sinon

packageExtensions:
"@dashevo/protobufjs@*":
Expand Down
3 changes: 3 additions & 0 deletions packages/dapi-grpc/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "airbnb-base",
"env": {
"es2020": true
},
"rules": {
"import/no-extraneous-dependencies": ["error", { "packageDir": "." }],
"no-plusplus": 0,
Expand Down
512 changes: 256 additions & 256 deletions packages/dapi-grpc/clients/platform/v0/nodejs/platform_protoc.js

Large diffs are not rendered by default.

1,267 changes: 650 additions & 617 deletions packages/dapi-grpc/clients/platform/v0/python/platform_pb2.py

Large diffs are not rendered by default.

Loading
Loading