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

Hotfix - interacting with non verified contracts #832

Merged
merged 4 commits into from
Aug 17, 2024

Conversation

Viterbo
Copy link
Collaborator

@Viterbo Viterbo commented Aug 16, 2024

Fixes (no issue number)

Description

This PR includes several hotfixes:

1 - The ContractManager had a bug when getting the correct provider. That was fixed.
2 - The ABI JSON format was expecting always the "abi" property to be directly the list of functions. However, there is another kind of metadata (with a different format) that has the same information but is placed somewhere else. Now both formats are accepted.
3 - Only in the case of non-verified contracts it was required to be logged in order to query read functions. That was fixed.
4 - The function response viewer was not supporting some possible types like tuple[]. Now it does.

image

@Viterbo Viterbo self-assigned this Aug 16, 2024
Copy link

netlify bot commented Aug 16, 2024

Deploy Preview for dev-mainnet-teloscan ready!

Name Link
🔨 Latest commit b4af6af
🔍 Latest deploy log https://app.netlify.com/sites/dev-mainnet-teloscan/deploys/66c0d3c78fe6cd000802c5dc
😎 Deploy Preview https://deploy-preview-832--dev-mainnet-teloscan.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.

Copy link

netlify bot commented Aug 16, 2024

Deploy Preview for testnet-teloscan ready!

Name Link
🔨 Latest commit b4af6af
🔍 Latest deploy log https://app.netlify.com/sites/testnet-teloscan/deploys/66c0d3c7017fe90008bccf66
😎 Deploy Preview https://deploy-preview-832--testnet-teloscan.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.

Copy link

netlify bot commented Aug 16, 2024

Deploy Preview for teloscan-stage ready!

Name Link
🔨 Latest commit b4af6af
🔍 Latest deploy log https://app.netlify.com/sites/teloscan-stage/deploys/66c0d3c72325cc00086185df
😎 Deploy Preview https://deploy-preview-832--teloscan-stage.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.

@pmjanus pmjanus merged commit 33a6c53 into dev Aug 17, 2024
13 checks passed
@pmjanus pmjanus deleted the hotfix--interacting-with-non-verified-contracts branch August 17, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants