GoodDollar / GoodWeb3-Mono

mono repo with GoodDollar's web3 UI components and SDK
https://gooddollar-storybook.vercel.app
1 stars 1 forks source link

[Goodid] add new claim flow #162

Closed L03TJ3 closed 2 weeks ago

L03TJ3 commented 4 months ago

Description

We are updating the claim-flow with a new design. Because before most of the UI was handled outside of the ui-package, and everything was put into a single ClaimButton most of the logic will have to be reworked, to also align with the new wizard setup.

This PR includes:

Remaining todo's:

Out of scope for this PR:

About # (link your issue here)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

vercel[bot] commented 4 months ago

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

Name Status Preview Comments Updated (UTC)
gooddollar-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2024 10:49pm
L03TJ3 commented 2 months ago

@sirpy I have created a pool with address: 0xA6D77Aa130E729886C90A48e0eE539d6C6795dF7 / https://celoscan.io/address/0xa6d77aa130e729886c90a48e0ee539d6c6795df7 I have claimed succesfully in the past from it.

Currently, when trying to call checkEntitlement the following error shows: Error: call revert exception; VM Exception while processing transaction: reverted with panic code 17

Tested in hardhat console, with one of the whitelisted addresses

sirpy commented 2 months ago

@sirpy I have created a pool with address: 0xA6D77Aa130E729886C90A48e0eE539d6C6795dF7 / https://celoscan.io/address/0xa6d77aa130e729886c90a48e0ee539d6c6795df7 I have claimed succesfully in the past from it.

Currently, when trying to call checkEntitlement the following error shows: Error: call revert exception; VM Exception while processing transaction: reverted with panic code 17

Tested in hardhat console, with one of the whitelisted addresses

bug fixed

sirpy commented 2 months ago

@L03TJ3 why is this in draft? is ti ready?

L03TJ3 commented 2 months ago

@sirpy See remaining todo's in issue description for whats left