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

Add dnsseed.electroncash.de #397

Closed
wants to merge 1 commit into from
Closed

Add dnsseed.electroncash.de #397

wants to merge 1 commit into from

Conversation

georgengelmann
Copy link

The bitcoin-seeder is running for a few months (as a systemd service)

It should work 24/7 (I am available via telegram/memo/reddit/e-mail/phone if it doesn't)

@jasonbcox
Copy link
Contributor

jasonbcox commented Jul 13, 2020

We do not use Github for code review. Please submit this patch via https://reviews.bitcoinabc.org

@georgengelmann
Copy link
Author

Okay, closing here.

ftrader pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Jan 8, 2023
Adds a test suite for the Span class, testing the following features:

- Creation
- Random access
- Popping front and back
  - Assert failure on attempting to pop an empty span
- Equality
- Comparison operators
- Subspan
- Iteration
- Corner cases
  - empty span
  - very large span

Additionally fixes order of files in test CMakeLists.

Resolves Bitcoin-ABC#397.

Test plan
---------

Quick version:

- `ninja check-bitcoin-span_tests`

Or with detailed output:

- `ninja test_bitcoin`
- `src/test/test_bitcoin --log_level=all --run_test=span_tests -- DEBUG_LOG_OUT | fgrep -v 'is skipped because disabled'`
ftrader added a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Jan 8, 2023
Tests for C++20 work-alike Span

Closes Bitcoin-ABC#397

See merge request bitcoin-cash-node/bitcoin-cash-node!1661
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants