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

feat!: Asset Lock Chain Lock Proof #203

Merged
merged 21 commits into from
Apr 27, 2021
Merged

feat!: Asset Lock Chain Lock Proof #203

merged 21 commits into from
Apr 27, 2021

Conversation

shuplenkov
Copy link
Member

@shuplenkov shuplenkov commented Apr 16, 2021

Issue being fixed or feature implemented

What was done?

Integrated new DPP version
Introduced StateTransition class

How Has This Been Tested?

Tests

Breaking Changes

Will not work with previous version of DPP

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@shuplenkov shuplenkov added this to the v0.19 milestone Apr 16, 2021
@lgtm-com
Copy link

lgtm-com bot commented Apr 16, 2021

This pull request introduces 2 alerts when merging cf8b73a into 3a6945c - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 20, 2021

This pull request introduces 2 alerts when merging 6287963 into 3a6945c - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 20, 2021

This pull request introduces 2 alerts when merging 87adca3 into 3a6945c - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@shumkov shumkov changed the title feat: integrate dpp with Chain Lock Proof support feat!: Asset Lock Chain Lock Proof Apr 20, 2021
@lgtm-com
Copy link

lgtm-com bot commented Apr 20, 2021

This pull request introduces 2 alerts when merging d488c42 into 7bdcd8e - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

Konstantin Shuplenkov added 2 commits April 21, 2021 11:55
@lgtm-com
Copy link

lgtm-com bot commented Apr 21, 2021

This pull request introduces 2 alerts when merging 1db41cd into 57f2bb9 - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 21, 2021

This pull request introduces 2 alerts when merging efdf0a6 into 495f981 - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 23, 2021

This pull request introduces 2 alerts and fixes 1 when merging f1cf201 into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 23, 2021

This pull request introduces 2 alerts and fixes 1 when merging b03a8d7 into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 23, 2021

This pull request introduces 2 alerts and fixes 1 when merging 0efadbb into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 23, 2021

This pull request introduces 2 alerts and fixes 1 when merging 77d6eb8 into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 23, 2021

This pull request introduces 2 alerts and fixes 1 when merging ae78fbe into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 26, 2021

This pull request introduces 2 alerts and fixes 1 when merging 7b2c01f into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 26, 2021

This pull request introduces 2 alerts and fixes 1 when merging 72b11a8 into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 27, 2021

This pull request introduces 2 alerts and fixes 1 when merging 3d4d578 into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

Comment on lines 1 to 2
DRIVE_BRANCH=new-dpp
DAPI_BRANCH=new-dpp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can keep it empty after releasing DAPI and Drive

}

async verifyInstantLock(): Promise<boolean> {
return true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment, that verification will be implemented later with DAPI SPV functionality

return {
// @ts-ignore
data: transaction.toBuffer(),
height: 1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment, that we don't have transaction heights atm and it will be implemented later with DAPI SPV

@lgtm-com
Copy link

lgtm-com bot commented Apr 27, 2021

This pull request introduces 2 alerts and fixes 1 when merging cc4e07d into f88ff2f - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 27, 2021

This pull request fixes 1 alert when merging 9220d48 into f88ff2f - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

Copy link
Member

@shumkov shumkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lgtm-com
Copy link

lgtm-com bot commented Apr 27, 2021

This pull request fixes 1 alert when merging 2681308 into f88ff2f - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@shuplenkov shuplenkov merged commit 1b45606 into v0.19-dev Apr 27, 2021
@shumkov shumkov deleted the new-dpp branch May 5, 2021 14:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants