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

24.0.1 - Pre-MWEB #900

Open
wants to merge 47 commits into
base: 24.x
Choose a base branch
from
Open

Conversation

DavidBurkett
Copy link
Member

Merging pre-MWEB Litecoin changes onto bitcoin core 24.0.1

GPG keys for coblee, shaolinfry, thrasher, xinxi, and davidburkett38
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");
Copy link
Member

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");
Copy link
Member

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:
Copy link
Member

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");
Copy link
Member

Choose a reason for hiding this comment

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

pls remove this seeder.

@losh11
Copy link
Member

losh11 commented May 30, 2023

File bitcoin-util-test.json needs to be renamed litecoin-util-test.json, otherwise tests fail.

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

@losh11
Copy link
Member

losh11 commented Feb 25, 2024

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 manifest.scm. In v24, openssl is only used for SSE2 scrypt (openssl has been removed by upstream in all other places)

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.

2 participants