Roy Lee
dc7f1e88eb
config: remove SigNet and SimNet related code
2022-09-28 23:42:21 -07:00
Roy Lee
610ec20ea8
ci: run "make fmt"
2022-08-08 01:26:02 -07:00
Roy Lee
36554814e8
[lbry] align port settings between lbcd, lbcctl, and lbcwallet
2022-05-24 10:31:06 -07:00
Roy Lee
202374ebd8
[lbry] fork from btcsuite to lbryio
...
1. btcd -> lbcd
2. btcwallet -> lbcallet
3. btcutil -> lbcutil
2022-05-24 10:31:06 -07:00
Oliver Gugger
1f1ffb56b5
multi: add signet params
...
With this commit we add the signet test network parameters to all switch
cases where we distinguish between the different networks.
2021-04-27 09:59:14 +02:00
Olaoluwa Osuntokun
7770cac383
multi: switch import paths back to upstream
2018-05-23 19:38:56 -07:00
Olaoluwa Osuntokun
3dc7a8529c
multi: switch all imports to roasbeef's forks
2018-05-23 19:38:56 -07:00
Alex
e273e178dd
Repoint repo to btcsuite on btcwalletln, and a few rebase fixes.
2018-05-23 19:38:56 -07:00
Olaoluwa Osuntokun
77b756c651
multi: point all imports towards roasbeef's forks
2018-05-23 19:38:56 -07:00
Josh Rickmar
5140086f6e
Use LICENSE file and short license headers.
2016-02-28 22:22:34 -05:00
Josh Rickmar
b0566e09c8
Separate out default ports and utility funcs.
...
This change moves the chain and network parameter definitions, along
with the default client and server ports, to a package for reuse by
other utilities (most notably, tools in the cmd dir). Along with it,
functions commonly used for config parsing and validation are moved to
an internal package since they will also be useful for distributed
tools.
2015-11-25 01:02:50 -05:00