Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

feat: add verifyInstantLock to state repository #193

Merged
merged 2 commits into from
Mar 11, 2021
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
65 changes: 26 additions & 39 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@dashevo/dapi-client": "~0.18.0",
"@dashevo/dashcore-lib": "~0.19.21",
"@dashevo/dpp": "~0.18.0",
"@dashevo/wallet-lib": "~7.18.0",
"@dashevo/dpp": "~0.19.0-dev.1",
"@dashevo/wallet-lib": "~7.19.0-dev.1",
"bs58": "^4.0.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/SDK/Client/Platform/Platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export class Platform {
// perform the check as in this client we always use a new transaction
// register/top up identity
checkAssetLockTransactionOutPointExists() { return false; },
verifyInstantLock() { return true; },
};

this.dpp = new DashPlatformProtocol({
Expand Down