You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current approach of setting the network via application environments in the Stellar SDK needs to be revised due to the inability to support functionalities similar to Stellar Laboratory where switching between different networks is required.
Current approach is:
config:stellar_sdk,network: :test
Objective
Remove the network configuration from the envs application, and rather provide the Horizon URL and Network Passphrase.
Checklist
Horizon
Create a Stellar.Horizon.Server module.
Receive a Stellar.Horizon.Server struct in every module inside the Horizon boundary.
TxBuild
Receive the network_passphase in the TxBuild struct.
Update the Stellar.Network module to expose the passphases of each network.
The text was updated successfully, but these errors were encountered:
Context
The current approach of setting the network via application environments in the Stellar SDK needs to be revised due to the inability to support functionalities similar to Stellar Laboratory where switching between different networks is required.
Current approach is:
Objective
Remove the network configuration from the envs application, and rather provide the Horizon URL and Network Passphrase.
Checklist
Horizon
Stellar.Horizon.Server
module.Stellar.Horizon.Server
struct in every module inside theHorizon
boundary.TxBuild
network_passphase
in theTxBuild
struct.Stellar.Network
module to expose the passphases of each network.The text was updated successfully, but these errors were encountered: