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

feat: added remote resources, i.e. pools, nodes #249

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

ohager
Copy link
Collaborator

@ohager ohager commented Sep 20, 2023

Added remotely configurable Pool and Node List from https://github.com/signum-network/public-resources

this also solve #247

@@ -29,18 +29,18 @@ dependencies {
implementation 'com.github.signum-network:signumj:abd8563d73'
implementation 'com.github.signum-network:signum-smartj:89e2f28bb3'

implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.9'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

previous version was marked as vulnerable

};
public static final String REMOTE_NODE_RESOURCES_URL = "https://signum-network.github.io/public-resources";

public static final String[] NODE_LIST_TESTNET = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Constants serve as fallback

@pir8radio
Copy link

i'm excited about this one! will allow pools to be dynamically updated in btdex without everyone having to wait for a new version release!

@jjos2372 jjos2372 merged commit d6d30bf into master Sep 22, 2023
1 check passed
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.

None yet

3 participants