BIP0173: Include bech32 prefix for regtest mode #664

pull stevenroose wants to merge 1 commits into bitcoin:master from stevenroose:bcrt changing 1 files +5 −4
  1. stevenroose commented at 9:20 AM on March 22, 2018: contributor

    A mismatch between implementation occurred on the bech32 prefix for regtest mode. Bitcoin Core decided to use the bcrt prefix in order for it to be distinguishable from the testnet prefix. btcd on the other hand uses the same prefix as testnet because of lack of a separate prefix specified in this BIP.

    Core: https://github.com/bitcoin/bitcoin/issues/12314 btcd: https://github.com/btcsuite/btcd/pull/1150

  2. BIP0173: Include bech32 prefix for regtest mode
    A mismatch between implementation occurred on the bech32 prefix for
    regtest mode.  Bitcoin Core decided to use the `bcrt` prefix in order
    for it to be distinguishable from the testnet prefix.  btcd on the other
    hand uses the same prefix as testnet because of lack of a separate
    prefix specified in this BIP.
    
    Core: https://github.com/bitcoin/bitcoin/issues/12314
    btcd: https://github.com/btcsuite/btcd/pull/1150
    78140d5fa3
  3. stevenroose commented at 7:07 PM on March 22, 2018: contributor

    Even though a standard definition of regression test chain params would help integration testing between different implementations, f.e. for Lightning integration tests, I do agree with the argument that they should not be included in official BIPs.

  4. stevenroose closed this on Mar 22, 2018

Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:50 UTC