Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-21 | scripted-diff: test: rename `FromHex` to `from_hex` | Sebastian Falbesoner | |
-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> | |||
2021-06-21 | test: remove `ToHex` helper, use .serialize().hex() instead | Sebastian Falbesoner | |
2021-06-21 | test: introduce `tx_from_hex` helper for tx deserialization | Sebastian Falbesoner | |
`FromHex` is mostly used for transactions, so we introduce a shortcut `tx_from_hex` for `FromHex(CTransaction, hex_str)`. | |||
2021-02-07 | contrib/signet/miner: remove debug code | Anthony Towns | |
2021-02-07 | contrib/signet/README.md: Update miner description | Anthony Towns | |
2021-02-07 | contrib/signet/miner: Automatic timestamp for first block | Anthony Towns | |
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. | |||
2021-02-07 | contrib/signet/miner: --grind-cmd is required for calibrate | Anthony Towns | |
Thanks to muxator for spotting. | |||
2021-02-07 | contrib/signet: Fix typos | Anthony Towns | |
Thanks to muxator, JeremyRubin, and gruve-p for spotting. | |||
2021-01-12 | contrib/signet: Document miner script in README.md | Anthony Towns | |
2021-01-12 | contrib/signet: Add script for generating a signet chain | Anthony Towns | |
2020-10-16 | doc: add contrib/signet readme | Karl-Johan Alm | |
2020-10-14 | contrib: add getcoins.py script to get coins from (signet) faucet | Karl-Johan Alm | |