cryptape / ckb-dao-cobuild-poc

https://ckb-dao-cobuild-poc.vercel.app
MIT License
2 stars 1 forks source link

✨ Upgrade to latest version of omnilock (0x768f3) #32

Closed 15168316096 closed 9 months ago

15168316096 commented 10 months ago

What problem does this PR solve?

Issue Number: #33

What's Changed

-export const BTC_MESSAGE_PREFIX = "CKB (Bitcoin Layer-2) transaction: "; +export const BTC_MESSAGE_PREFIX = "CKB (Bitcoin Layer) transaction: ";


### Check List <!--REMOVE the items that are not applicable-->

Tests <!-- At least one of them must be included. -->

- Unit test
- [E2E Integration test](https://github.com/cryptape/acceptance-internal/issues/629#issuecomment-1902073567)
- Manual test (add detailed scripts or steps below)
- No code ci-runs-only: [ quick_checks,linters ]

Side effects

- None

### Release note <!-- Choose from None, Title Only and Note. Bugfixes or new features need a release note. -->

```release-note
None: Exclude this PR from the release note.
vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ckb-dao-cobuild-poc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 7:58am
doitian commented 10 months ago

Need to upgrade the tx hash in two places, can you help to add the changes as well?

Refer to this PR https://github.com/cryptape/ckb-dao-cobuild-poc/pull/31/files

15168316096 commented 10 months ago

Need to upgrade the tx hash in two places, can you help to add the changes as well?

Refer to this PR https://github.com/cryptape/ckb-dao-cobuild-poc/pull/31/files

  • In bin/download-contracts.sh
  • In src/lib/config.js

OK,I have completed the latest configuration modifications for the omnilock corresponding to the testnet.

doitian commented 9 months ago

Verified