Skip to content

Commit

Permalink
feat: integrate wallet contract (#2345)
Browse files Browse the repository at this point in the history
Co-authored-by: HashEngineering <[email protected]>
  • Loading branch information
shumkov and HashEngineering authored Nov 25, 2024
1 parent dd54205 commit 752b105
Show file tree
Hide file tree
Showing 29 changed files with 1,253 additions and 447 deletions.
5 changes: 5 additions & 0 deletions .github/package-filters/js-packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
'@dashevo/wallet-utils-contract': &wallet-utils-contract
- .github/workflows/tests*
- packages/wallet-utils-contract/**

'@dashevo/dashpay-contract': &dashpay-contract
- .github/workflows/tests*
- packages/dashpay-contract/**
Expand Down Expand Up @@ -25,6 +29,7 @@
- *masternode-reward-shares-contract
- *dpns-contract
- *withdrawals-contract
- *wallet-utils-contract
- packages/rs-platform-serialization/**
- packages/rs-platform-serialization-derive/**
- packages/rs-platform-value/**
Expand Down
5 changes: 5 additions & 0 deletions .github/package-filters/rs-packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
wallet-utils-contract: &wallet-utils-contract
- .github/workflows/tests*
- packages/wallet-utils-contract/**

dashpay-contract: &dashpay-contract
- .github/workflows/tests*
- packages/dashpay-contract/**
Expand Down Expand Up @@ -25,6 +29,7 @@ dpp: &dpp
- *masternode-reward-shares-contract
- *dpns-contract
- *withdrawals-contract
- *wallet-utils-contract
- *json-schema-compatibility-validator
- packages/rs-platform-serialization/**
- packages/rs-platform-serialization-derive/**
Expand Down
23 changes: 23 additions & 0 deletions .pnp.cjs

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

Loading

0 comments on commit 752b105

Please sign in to comment.