Skip to content
Draft
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
3 changes: 3 additions & 0 deletions .github/package-filters/rs-packages-direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dpp:
wasm-dpp:
- packages/wasm-dpp/**

wasm-dpp2:
- packages/wasm-dpp2/**

drive:
- packages/rs-drive/**

Expand Down
4 changes: 4 additions & 0 deletions .github/package-filters/rs-packages-no-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ wasm-dpp:
- packages/wasm-dpp/**
- *dpp

wasm-dpp2:
- packages/wasm-dpp2/**
- *dpp

drive: &drive
- packages/rs-drive/**
- *dpp
Expand Down
5 changes: 5 additions & 0 deletions .github/package-filters/rs-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ wasm-dpp:
- packages/wasm-dpp/**
- *dpp

wasm-dpp2:
- .github/workflows/tests*
- packages/wasm-dpp2/**
- *dpp

drive: &drive
- .github/workflows/tests*
- packages/rs-drive/**
Expand Down
210 changes: 210 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ members = [
"packages/rs-context-provider",
"packages/rs-sdk-trusted-context-provider",
"packages/wasm-dpp",
"packages/wasm-dpp2",
"packages/rs-dapi-client",
"packages/rs-sdk",
"packages/strategy-tests",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"packages/masternode-reward-shares-contract",
"packages/dash-spv",
"packages/wasm-dpp",
"packages/wasm-dpp2",
"packages/withdrawals-contract",
"packages/token-history-contract",
"packages/keyword-search-contract",
Expand Down
76 changes: 38 additions & 38 deletions packages/dapi-grpc/clients/core/v0/nodejs/core_protoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,44 @@

var jspb = require('google-protobuf');
var goog = jspb;
const proto = {};

goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeaders', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest.FromBlockCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse.ResponsesCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BloomFilter', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest.BlockCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Chain', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Network', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.NetworkFee', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Status', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Time', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Version', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse.Status', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.InstantSendLockMessages', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.RawTransactions', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest.FromBlockCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse.ResponsesCase', null, { proto });
var global = Function('return this')();

goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeaders', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest.FromBlockCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse.ResponsesCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BloomFilter', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest.BlockCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Chain', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Network', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.NetworkFee', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Status', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Time', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Version', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse.Status', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.InstantSendLockMessages', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.RawTransactions', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest.FromBlockCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse.ResponsesCase', null, global);
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
Expand Down
76 changes: 38 additions & 38 deletions packages/dapi-grpc/clients/core/v0/web/core_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,44 @@

var jspb = require('google-protobuf');
var goog = jspb;
const proto = {};

goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeaders', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest.FromBlockCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse.ResponsesCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BloomFilter', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest.BlockCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Chain', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Network', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.NetworkFee', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Status', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Time', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Version', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse.Status', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.InstantSendLockMessages', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.RawTransactions', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest.FromBlockCase', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse.ResponsesCase', null, { proto });
var global = Function('return this')();

goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeaders', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksRequest.FromBlockCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BlockHeadersWithChainLocksResponse.ResponsesCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BloomFilter', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.BroadcastTransactionResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBestBlockHeightResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockRequest.BlockCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Chain', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Network', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.NetworkFee', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Status', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Time', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetBlockchainStatusResponse.Version', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetEstimatedTransactionFeeResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetMasternodeStatusResponse.Status', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.GetTransactionResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.InstantSendLockMessages', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.MasternodeListResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.RawTransactions', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsRequest.FromBlockCase', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse', null, global);
goog.exportSymbol('proto.org.dash.platform.dapi.v0.TransactionsWithProofsResponse.ResponsesCase', null, global);
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
Expand Down
8 changes: 4 additions & 4 deletions packages/dapi-grpc/clients/drive/v0/nodejs/drive_protoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

var jspb = require('google-protobuf');
var goog = jspb;
const proto = {};
var global = Function('return this')();

var platform_v0_platform_pb = require('../../../platform/v0/web/platform_pb.js');
var platform_v0_platform_pb = require('./platform/v0/platform_pb.js');
goog.object.extend(proto, platform_v0_platform_pb);
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsResponse', null, global);
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
Expand Down
8 changes: 4 additions & 4 deletions packages/dapi-grpc/clients/drive/v0/web/drive_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

var jspb = require('google-protobuf');
var goog = jspb;
const proto = {};
var global = Function('return this')();

var platform_v0_platform_pb = require('../../../platform/v0/web/platform_pb.js');
var platform_v0_platform_pb = require('./platform/v0/platform_pb.js');
goog.object.extend(proto, platform_v0_platform_pb);
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsRequest', null, { proto });
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsResponse', null, { proto });
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsRequest', null, global);
goog.exportSymbol('proto.org.dash.platform.drive.v0.GetProofsResponse', null, global);
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
Expand Down
Loading