Skip to content
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

feat: integrate wallet contract #2345

Merged
merged 45 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
24177fa
feat: hardcoded identity transfers in strategy tests
pauldelucia Nov 4, 2024
dacc6db
fix(drive): uncommitted state if db transaction fails (#2305)
shumkov Nov 4, 2024
306b86c
fix(drive): apply batch is not using transaction in `remove_all_votes…
QuantumExplorer Nov 4, 2024
99fe5fa
add comment
pauldelucia Nov 4, 2024
cee3098
Merge remote-tracking branch 'origin/v1.6-dev' into feat/hardcoded-id…
pauldelucia Nov 4, 2024
0d3e091
comment
pauldelucia Nov 5, 2024
e421514
use into_iter instead of iter
pauldelucia Nov 5, 2024
3d941ec
use current identities instead of hardcoded start identities
pauldelucia Nov 5, 2024
4bc0a65
let transfer keys be any security level or key type
pauldelucia Nov 5, 2024
dc48827
fix
pauldelucia Nov 5, 2024
cafda11
feat: hardcoded identity transfers in strategy tests (#2312)
pauldelucia Nov 5, 2024
b86f4e0
Merge branch 'v1.6-dev' of github.com:dashpay/platform into v1.6-dev
shumkov Nov 6, 2024
ae97f47
ci: run devcontainers workflow only on push to master (#2295)
shumkov Nov 6, 2024
48cca1a
ci: do not run test on push (#2308)
shumkov Nov 6, 2024
7315c91
feat: add wallet contract
HashEngineering Oct 31, 2024
2e16647
fix: remove unnecessary file
HashEngineering Nov 6, 2024
08cb2e5
fix: set v1.5.1
HashEngineering Nov 7, 2024
e9b8601
fix: rename dpns_contract to wallet_contract
HashEngineering Nov 7, 2024
c265209
tests: fix validation
HashEngineering Nov 7, 2024
a5fefa6
Merge branch 'v1.6-dev' of https://github.com/dashpay/platform into f…
HashEngineering Nov 21, 2024
6440612
fix: remove identityVerify document and tests
HashEngineering Nov 21, 2024
be4fe7f
feat: add wallet contract (#2314)
shumkov Nov 22, 2024
91a8303
chore: remove junk
shumkov Nov 22, 2024
19fbb51
chore: create wallet contract
shumkov Nov 22, 2024
eda1351
build: add wallet-contract
shumkov Nov 22, 2024
97d9400
build: invalid platform path
shumkov Nov 22, 2024
ab81b55
docs: fix doc block
shumkov Nov 22, 2024
39fe144
chore: re-export wallet contract
shumkov Nov 22, 2024
baea397
revert: unnecessary and broken refactoring
shumkov Nov 22, 2024
0f2ea36
docs: remove wrong comment
shumkov Nov 22, 2024
16534b0
refactor: remove unused param
shumkov Nov 22, 2024
d4ed535
docs: remove usage section
shumkov Nov 22, 2024
8f9db89
fix: duplicated ID
shumkov Nov 22, 2024
c036d95
docs: update description
shumkov Nov 22, 2024
c18f02d
docs: remove usage
shumkov Nov 22, 2024
bf1769f
feat: add mutability flags
shumkov Nov 22, 2024
03733de
refactor: rename contract
shumkov Nov 22, 2024
4dd3feb
chore: update yarn
shumkov Nov 22, 2024
837cbd7
ci: add wallet utils contract
shumkov Nov 22, 2024
1182e54
build: fix wallet utils contract path
shumkov Nov 25, 2024
7ec638b
chore: fix linter warning and tests
shumkov Nov 25, 2024
233c582
test: add more tests
shumkov Nov 25, 2024
4565ca3
ci: fix rs package name
shumkov Nov 25, 2024
953c7b2
feat: make tx_metadata mutable
shumkov Nov 25, 2024
33850fe
chore: change index name
shumkov Nov 25, 2024
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
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 @@
'@dashevo/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
Loading