unlock icon indicating copy to clipboard operation
unlock copied to clipboard

Support fuse

Open Supeeerpower opened this issue 1 year ago • 4 comments

Description

Deploy Unlock protocol on Fuse to support Fuse Network which is an EVM compatible Layer 1 Blockchain

Issues

Fixes # Refs #

Checklist:

  • [ ] 1 PR, 1 purpose: my Pull Request applies to a single purpose
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have updated the docs to reflect my changes if applicable
  • [ ] I have added tests (and stories for frontend components) that prove my fix is effective or that my feature works
  • [ ] I have performed a self-review of my own code
  • [ ] If my code involves visual changes, I am adding applicable screenshots to this thread

Release Note Draft Snippet

Supeeerpower avatar Aug 30 '24 18:08 Supeeerpower

Thank you for your pull request and welcome to Unlock! We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @Supeeerpower on file. In order for us to review and merge your code, please open another pull request with a single modification: your github username added to the file .clabot. Thank you!

cla-bot[bot] avatar Aug 30 '24 18:08 cla-bot[bot]

Thank you for your pull request and welcome to Unlock! We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @Supeeerpower on file. In order for us to review and merge your code, please open another pull request with a single modification: your github username added to the file .clabot. Thank you!

cla-bot[bot] avatar Aug 30 '24 18:08 cla-bot[bot]

Thank you for your pull request and welcome to Unlock! We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @Supeeerpower on file. In order for us to review and merge your code, please open another pull request with a single modification: your github username added to the file .clabot. Thank you!

cla-bot[bot] avatar Aug 30 '24 18:08 cla-bot[bot]

packages/networks/src/networks/fuse.ts

The setup is successful :

  • ✅ all mandatory keys are present
  • ✅ Contract PublicLockLatest at 0x8C5b642ccC29676B101f8B8E8F29D2DEaF4b3e9a is verified
  • ✅ Contract Unlock at 0xbf36B2a6dd0019555A33602Bf04e2882b0cEc843 is verified
  • ✅ Subgraph up and running

We have found the following errors :

  • ❌ Unexpected policy: 1/9 for 4/9 expected
  • ❌ Unlock owner is not set to the multisig
  • ❌ Unlock Proxy Admin owner is not set to the multisig

Some verification calls have failed :

  • ❌ Could not fetch Unlock source code from block explorer, undefined
  • ❌ Could not fetch PublicLock source code from block explorer, SyntaxError: Unexpected token '/', "/ Sources "... is not valid JSON

Some additonal warnings :

  • ⚠️ Contract PublicLockPrevious is missing
  • ⚠️ Contract UDTv3 is missing

unlock-deployer avatar Sep 13 '24 15:09 unlock-deployer

Closing as stale

julien51 avatar Mar 20 '25 14:03 julien51