-
Notifications
You must be signed in to change notification settings - Fork 3k
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
24.0.1 - Pre-MWEB #900
base: 24.x
Are you sure you want to change the base?
24.0.1 - Pre-MWEB #900
Conversation
GPG keys for coblee, shaolinfry, thrasher, xinxi, and davidburkett38
…tment period when retargeting
…x20000000) for all blocks
…MENT, and STALE_CHECK_INTERVAL
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,0); | ||
vSeeds.emplace_back("seed-a.litecoin.loshan.co.uk"); | ||
vSeeds.emplace_back("dnsseed.thrasher.io"); | ||
vSeeds.emplace_back("dnsseed.litecointools.com"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
litecointools is a dead dns seeder. please remove.
vSeeds.emplace_back("dnsseed.thrasher.io"); | ||
vSeeds.emplace_back("dnsseed.litecointools.com"); | ||
vSeeds.emplace_back("dnsseed.litecoinpool.org"); | ||
vSeeds.emplace_back("dnsseed.koin-project.com"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this dns seeder is also dead.
@@ -183,68 +175,62 @@ class CTestNetParams : public CChainParams { | |||
public: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment above is a regression from v0.21, this is testnet4.
vSeeds.emplace_back("seed.tbtc.petertodd.org."); | ||
vSeeds.emplace_back("seed.testnet.bitcoin.sprovoost.nl."); | ||
vSeeds.emplace_back("testnet-seed.bluematt.me."); // Just a static list of stable node(s), only supports x9 | ||
vSeeds.emplace_back("testnet-seed.litecointools.com"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls remove this seeder.
File bitcoin-util-test.json needs to be renamed Running test/util/test_runner.py...
/usr/local/bin/python3.9 ../test/util/test_runner.py
Traceback (most recent call last):
File "/Users/loshan/Repos/litecoin/src/../test/util/test_runner.py", line 178, in <module>
main()
File "/Users/loshan/Repos/litecoin/src/../test/util/test_runner.py", line 42, in main
bctester(os.path.join(env_conf["SRCDIR"], "test", "util", "data"), "litecoin-util-test.json", env_conf)
File "/Users/loshan/Repos/litecoin/src/../test/util/test_runner.py", line 47, in bctester
with open(input_filename, encoding="utf8") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/loshan/Repos/litecoin/test/util/data/litecoin-util-test.json'
make[3]: *** [check-local] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1 |
v24 removed gitian-building, replacing it with guix. Currently attemping a guix build fails as build, as openssl in not included as a dep in |
Merging pre-MWEB Litecoin changes onto bitcoin core 24.0.1