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

Cache/v1.0.14 #797

Merged
merged 1 commit into from
Apr 18, 2022
Merged

Cache/v1.0.14 #797

merged 1 commit into from
Apr 18, 2022

Conversation

AugustoL
Copy link
Member

@AugustoL AugustoL commented Apr 18, 2022

Description

Hashed and verified with @rossneilson and @MiltonTulli

Cache default config file: https://gateway.pinata.cloud/ipfs/QmejrErKD3PYYmNUGDzKXwMgtdpHo1hSxC9MFCqPFxc1GL

After this PR, teh cache.dxvote.eth link (with ens node 0x331cd7edaf3b957429977bd70caeec3e325661ef642c3d06255445f2c4051bc3) has to be set to e30101701220f3ac62f390d9373a5ae95ef228bc4031b3fe72027513acca21846bf5e1ea8ca1 (content hash of QmejrErKD3PYYmNUGDzKXwMgtdpHo1hSxC9MFCqPFxc1GL)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

  • My code follows the existing style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any UI changes have been tested and made responsive for mobile views

@@ -54,7 +54,7 @@ const Web3ReactManager = ({ children }) => {
// If eager-connect failed, try to connect to network in the URL
// If no chain in the URL, fallback to default chain
useEffect(() => {
if (triedEager && !networkActive && rpcUrls) {
if (!networkActive && rpcUrls) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

You really want rid of this dont you?

Copy link
Member Author

Choose a reason for hiding this comment

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

ups, doing rebase and using last commit only nowwwww

Copy link
Member Author

Choose a reason for hiding this comment

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

done, we good now, only one commit updating caches

@github-actions
Copy link

✔️ Preview deployment is ready!

🔨 Explore the source changes: e714f64

😎 Browse the preview: https://bafybeifnsmv22d36tyrjqx4uf5ynnkdraealabfhg6g4cmgyqb44imqxge.ipfs.dweb.link

@AugustoL AugustoL merged commit edec103 into DXgovernance:develop Apr 18, 2022
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.

3 participants