Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
library
library
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GeneralProtocols
  • ElectrumCash
  • librarylibrary
  • Issues
  • #42

Closed
Open
Opened Aug 17, 2020 by Jonathan Silverblood@monsterbitarOwner

defaultServer(s)

when building multiple modular projects it can get a bit tedious to copy-paste a bunch of addServer() statements, and if you ever need to add or change which servers your project uses it would be convenient if you could reference a list of servers imported from a separate package.

My proposal for this is that we add a new function addServerList() to work with multiple servers, and then export a ClusterDefaultServers list that contains a relatively large number of public servers.

For people who want to use their own serverlist, they can then create their own package that exports a similar list, and use that in their projects which would allow them to update all of their projects to a new server list fairly easily.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
v2.1.0
Milestone
v2.1.0
Assign milestone
Time tracking
None
Due date
None
Reference: GeneralProtocols/electrum-cash/library#42