Zero-1729
021daedfa1
refactor: replace remaining binascii method calls
3 years ago
Sebastian Falbesoner
1914054208
scripted-diff: test: rename `FromHex` to `from_hex`
...
-BEGIN VERIFY SCRIPT-
sed -i 's/\<FromHex\>/from_hex/g' $(git grep -l FromHex)
-END VERIFY SCRIPT-
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
3 years ago
Sebastian Falbesoner
a79396fe5f
test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
Sebastian Falbesoner
2ce7b47958
test: introduce `tx_from_hex` helper for tx deserialization
...
`FromHex` is mostly used for transactions, so we introduce a
shortcut `tx_from_hex` for `FromHex(CTransaction, hex_str)`.
3 years ago
Anthony Towns
b3c712cb28
contrib/signet/miner: remove debug code
4 years ago
Anthony Towns
b6d493fd4d
contrib/signet/README.md: Update miner description
4 years ago
Anthony Towns
e66543827c
contrib/signet/miner: Automatic timestamp for first block
...
When mining the first block of a new signet chain, pick a timestamp for
the first block so that after mining 100 blocks the timestamp will be
back to the current time -- this prevents an unnecessary delay before
any miner rewards have matured enough to be spent. This takes into
account that the delta between blocks may be shorter than 10 minutes due
to attempting to increase the difficulty to match --nbits, but does not
take into account the time spent actually generating the 100 blocks.
4 years ago
Anthony Towns
a383ce5b4a
contrib/signet/miner: --grind-cmd is required for calibrate
...
Thanks to muxator for spotting.
4 years ago
Anthony Towns
1a45cd2e51
contrib/signet: Fix typos
...
Thanks to muxator, JeremyRubin, and gruve-p for spotting.
4 years ago
Anthony Towns
595a34dbea
contrib/signet: Document miner script in README.md
4 years ago
Anthony Towns
ff7dbdc08a
contrib/signet: Add script for generating a signet chain
4 years ago
Karl-Johan Alm
e9c8e6eea2
doc: add contrib/signet readme
4 years ago
Karl-Johan Alm
355d0c4f6b
contrib: add getcoins.py script to get coins from (signet) faucet
4 years ago