Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui-ux): contact tab bug fixes #385

Merged
merged 16 commits into from
Jun 13, 2024
Merged

fix(ui-ux): contact tab bug fixes #385

merged 16 commits into from
Jun 13, 2024

Conversation

chloezxyy
Copy link
Contributor

@chloezxyy chloezxyy commented May 27, 2024

What this PR does / why we need it:

Under the contracts tab, using MarbleLsdV1 and MarbleLsdProxy contract:

  1. Fix boolean value display under Read Contract tab
image
  1. Try deposit (View Transaction redirects to mainnet)
  2. Fix setWithdraw, setDeposit boolean on Write As Proxy
  3. Fix claimWithdrawals to accept input of array
image

Which issue(s) does this PR fixes?:

Fixes #

Additional comments?:

Most of the write methods can only tested with the contract creator's address

Developer Checklist:

  • Read your code changes at least once
  • Your UI implementation visually matched the rendered design*
  • Unit tests*
  • Added e2e tests*

Copy link

netlify bot commented May 27, 2024

Deploy Preview for defimetascan ready!

Name Link
🔨 Latest commit 9cd3d4e
🔍 Latest deploy log https://app.netlify.com/sites/defimetascan/deploys/666a88d391eb8f0008dfd466
😎 Deploy Preview https://deploy-preview-385--defimetascan.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@chloezxyy chloezxyy changed the title Chloe/bug fixes fix(ui-ux): contact tab bug fixes May 27, 2024
@github-actions github-actions bot added the kind/fix Fix a bug label May 27, 2024
@fullstackninja864
Copy link
Contributor

Steps:

  1. visit preview
  2. go to contracts > Read as proxy > click on expand all
image

@fullstackninja864
Copy link
Contributor

cannot add array values in write proxy
image

@chloezxyy

This comment was marked as resolved.

@chloezxyy

This comment was marked as resolved.

@fullstackninja864

This comment was marked as resolved.

@fullstackninja864

This comment was marked as resolved.

@chloezxyy

This comment was marked as resolved.

@fullstackninja864
Copy link
Contributor

its not related to chain as using remix its working fine
image

@chloezxyy
Copy link
Contributor Author

its not related to chain as using remix its working fine image

You're right, its an error caused by how the input arguments were being processed, added into list of fixed issues

@chloezxyy chloezxyy marked this pull request as ready for review June 12, 2024 06:04
Comment on lines 84 to 86
if (inputType === "uint256") {
return parseEther(value);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets remove this,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@chloezxyy chloezxyy marked this pull request as draft June 12, 2024 06:57
@chloezxyy chloezxyy marked this pull request as ready for review June 13, 2024 02:50
@pierregee pierregee merged commit 5ab7ef9 into main Jun 13, 2024
10 checks passed
@pierregee pierregee deleted the chloe/bug-fixes branch June 13, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/fix Fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants