Avoid using % to format strings, switch to the new method instead.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING9b7a70e1006d: Update contrib/seeds scripts to use the new .format() method
rABC9b7a70e1006d: Update contrib/seeds scripts to use the new .format() method
Run a bitcoin seeder instance for at least 100s in order to get a
dnsseed.dump file. From a build directory:
./src/bitcoin-seeder
(wait 100s then kill it)
mv dnsseed.dump ../contrib/seeds/seeds_main.txt cd ../contrib/seeds ./makeseeds.py < seeds_main.txt > nodes_main.txt ./generate-seeds.py . > chainparamsseeds.h cat chainparamsseeds.h
Ensure the chainparamsseeds.h file is correctly formatted.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_python_format_seeds
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5024 Build 8111: Bitcoin ABC Buildbot (legacy) Build 8110: arc lint + arc unit