- bitcoin/chainparams.c:
- Fix mainnet RPC port 2333 → 2332 (was the P2P port)
- Fix regtest RPC port 28444 → 12443 (verified against palladiumcore)
- Add missing testnet entry (tplm, RPC 12332, P2P 19735, P2PKH 127/P2SH 115)
- Reset when_lightning_became_cool to 1 (no Bitcoin-specific block reference)
- Add operational notes: Resilience Fork at block 340,000 (2 min blocks),
Taproot via BIP9 on mainnet / ALWAYS_ACTIVE on regtest
- common/configdir.c:
- Fix --network help text to list palladium/testnet/regtest
- Fix --mainnet alias description (bitcoin → palladium)
- configure: make lowdown optional (warning, not fatal); only needed for man pages
- lightningd/: replace all remaining "bitcoind/bitcoin network" log messages
with "palladiumd/palladium network" (dual_open_control.c, opening_control.c,
peer_htlcs.c)
- .gitignore: add ccan/config.h.* (PIDs left by build system)
121 lines
1.9 KiB
Plaintext
121 lines
1.9 KiB
Plaintext
*~
|
|
*.o
|
|
*.orig
|
|
*.tx
|
|
*.txid
|
|
*.pb
|
|
*.gcda
|
|
*.gcno
|
|
*.dSYM
|
|
*.rej
|
|
*.pyc
|
|
*.tmp
|
|
libccan.a
|
|
.cppcheck-suppress
|
|
.mypy_cache
|
|
TAGS
|
|
tags
|
|
ccan/tools/configurator/configurator
|
|
ccan/ccan/cdump/tools/cdump-enumstr
|
|
*_gen.c
|
|
*_gen.h
|
|
gen_*.c
|
|
gen_*.h
|
|
wire/gen_*_csv
|
|
cli/lightning-cli
|
|
|
|
# Custom local binaries for testing
|
|
/palladium-bin/
|
|
|
|
coverage
|
|
# Coverage profiling data files
|
|
*.profraw
|
|
*.profdata
|
|
# Generated Python API documentation
|
|
docs/python
|
|
ccan/config.h
|
|
ccan/config.h.*
|
|
__pycache__
|
|
config.vars
|
|
monkeytype.sqlite3
|
|
|
|
# Ignore some generated binaries
|
|
*/test/run-*
|
|
!*/test/run-*.c
|
|
*/test/exp-run-*
|
|
!*/test/exp-run-*.c
|
|
*/*/test/run-*
|
|
!*/*/test/run-*.c
|
|
devtools/check-bolt
|
|
tools/lightning-downgrade
|
|
test/test_protocol
|
|
test/test_sphinx
|
|
tests/.pytest.restart
|
|
tests/plugins/test_libplugin
|
|
tests/fuzz/fuzz-*
|
|
!tests/fuzz/fuzz-*.c
|
|
gossip_store
|
|
.pytest_cache
|
|
.tmp.lightningrfc/
|
|
contrib/pylightning/build/
|
|
contrib/pylightning/dist/
|
|
contrib/pylightning/pylightning.egg-info/
|
|
contrib/pyln-*/build/
|
|
contrib/pyln-*/dist/
|
|
contrib/pyln-*/pyln_*.egg-info/
|
|
contrib/pyln-*/.eggs/
|
|
contrib/pyln-*/pyln/*/__version__.py
|
|
tests/plugins/test_selfdisable_after_getmanifest
|
|
|
|
# Ignore generated files
|
|
doc/schemas/sql.json
|
|
doc/*.7.md
|
|
doc/*.[1578]
|
|
doc/reckless*.[1578]
|
|
*_sqlgen.[ch]
|
|
*_wiregen.[ch]
|
|
*_printgen.[ch]
|
|
*_gettextgen.po
|
|
tests/node_pb2.py
|
|
tests/node_pb2_grpc.py
|
|
tests/primitives_pb2.py
|
|
tests/primitives_pb2_grpc.py
|
|
tests/autogenerate-examples-status.log
|
|
tests/autogenerate-examples.json
|
|
tests/autogenerate-examples-repeat.log
|
|
libcommon.a
|
|
|
|
# Ignore unrelated stuff
|
|
.DS_Store
|
|
.gdb_history
|
|
.python-version
|
|
compile_commands.json
|
|
|
|
# Rust targets
|
|
target
|
|
plugins/cln-grpc
|
|
plugins/clnrest
|
|
plugins/wss-proxy
|
|
plugins/cln-bip353
|
|
.clangd
|
|
.cargo/
|
|
|
|
# Build directories
|
|
bionic/
|
|
focal/
|
|
jammy/
|
|
noble/
|
|
release/
|
|
.vscode/
|
|
.cache/
|
|
|
|
# Ignore release verification Sha256Sums
|
|
SHA256SUMS-*
|
|
doc/.doc_version
|
|
autogenerate-examples-status.log
|
|
|
|
# Ignore nix outputs
|
|
result
|
|
result-[0-9]*
|
|
tests/plugins/channeld_fakenet
|