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: dynamic chain support #403

Merged
merged 4 commits into from
Mar 11, 2024
Merged

fix: dynamic chain support #403

merged 4 commits into from
Mar 11, 2024

Conversation

chris13524
Copy link
Member

@chris13524 chris13524 commented Mar 8, 2024

Description

Updates to latest version of WalletConnectRust to support dynamically supporting chains.

Remaining work:

How Has This Been Tested?

Manually by running Blockchain API locally:

  • Editing docker-compose.yml to bind Postgres on a different port
  • Editing my .env to use the alternate Postgres endpoint
  • Providing my local Blockchain API instance as BLOCKCHAIN_API_ENDPOINT env var when running just devloop

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@chris13524 chris13524 changed the title Fix/dynamic chain support fix: dynamic chain support Mar 8, 2024
@chris13524 chris13524 self-assigned this Mar 8, 2024
@chris13524 chris13524 force-pushed the fix/dynamic-chain-support branch from 1314da6 to e45dc07 Compare March 8, 2024 23:41
Base automatically changed from fix/require-one-recap-uri to main March 10, 2024 18:19
@@ -104,3 +105,4 @@ build-info-build = "0.0"
# [patch.'https://github.com/WalletConnect/WalletConnectRust.git']
# relay_rpc = { path = "../WalletConnectRust/relay_rpc" }
# relay_client = { path = "../WalletConnectRust/relay_client" }
# blockchain_api = { path = "../WalletConnectRust/blockchain_api" }

Choose a reason for hiding this comment

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

I'm curious, do we need to maintain these lines commented out?

Copy link
Member Author

Choose a reason for hiding this comment

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

So it's easy to un-comment and be able to test local changes easily

Copy link

@nopestack nopestack left a comment

Choose a reason for hiding this comment

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

didn't see issues, @geekbrother can you also take a look please?

@chris13524 chris13524 merged commit bd604d0 into main Mar 11, 2024
13 of 17 checks passed
@chris13524 chris13524 deleted the fix/dynamic-chain-support branch March 11, 2024 21:30
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