- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 21 2024
Mar 19 2024
Mar 12 2024
Mar 8 2024
Apr 19 2022
use auto
Apr 16 2022
Rebase on patches that address feedback
Mar 5 2022
Mar 4 2022
Cleanup ctime include
Mar 2 2022
Use duration literals where possible.
Mar 1 2022
Feb 28 2022
Feb 26 2022
Jan 31 2022
Jan 28 2022
Fix port boundary at 65535
Add unit tests for integer args bounds
Jan 19 2022
Use constants in tests
Jan 18 2022
Make argsManager a pointer to gArgs
Renamed dnsseed -> bitcoin-seeder. There were two other places in the README that also have not been updated.
Jan 17 2022
Jan 14 2022
Refactor gArgs out of CDnsSeedOpts and pass in ArgsManager for finer control while testing
In D10828#242951, @Fabien wrote:What do you think of passing an ArgsManager to the CDnsSeedOpts instead ? So in main you can pass gArgs, and in tests whatever local dummy ArgsManager you want. This makes it possible to keep the method as is with the added benefit of making it simple to test by removing the dependency to the global variable gArgs.
Jan 11 2022
Jan 8 2022
- Rename files so opts -> options
- Fix #include nits
Jan 7 2022
In D10748#241247, @Fabien wrote:This deserves a unit test.
You can just call ParseCommandLine() with various values to check the behavior.Also the port number can have an upper bound as well.
Dec 31 2021
Dec 15 2021
Dec 14 2021
- Add a dump soon after startup (up to 10 sec)
- Assert thread data pointer
- Add bounds checking
- Use std::chrono
Dec 10 2021
Dec 7 2021
Dec 2 2021
Nov 27 2021
Oct 26 2021
In D10390#233504, @deadalnix wrote:Please send a link to the PR itself so we can see the discussion and associated code.
Oct 25 2021
Oct 22 2021
In D10366#233344, @Fabien wrote:When a seed node address is fetched from other seeders
AFAIK these seeds are pulled from a hardcoded list and not fetched from the network. Are you referring to something else ?
Oct 21 2021
Oct 20 2021
Oct 18 2021
Sep 30 2021
Sep 29 2021
Sep 28 2021
- Added comment about IPv6 transformation
- Use constant for args help text