-
For tests, it would be helpful if SegWit could be utilized on regtest with fewer blocks mined
-
Creating this long-due issue to add segwit support to Abe.
This page provides a pretty exhaustive list of what needs to be done to support SegWit:
https://bitcoincore.org/en/segwit_wallet_dev/
…
-
As for now, I found logic behind your code as best way to increase block size.
Moving max block size regulation to protocol level, away from human hands is only good option to make it once and for ve…
-
`name_segwit.py` doesn't run on Python 3.5. All functional tests are supposed to run on Python 3.5:
`test/functional/README.md`:
The oldest supported Python version is specified in [doc/dependencies…
-
In [Networks.cs](https://github.com/stratisproject/StratisBitcoinFullNode/blob/master/src/NBitcoin/Networks.cs#L232-L234) the following constants are defined for segwit activation and timeout via BIP9…
-
There are a couple of soft forks that have gone through long ago in upstream Bitcoin but not yet in Namecoin. The most important ones are BIP16 and Segwit. BIP16 has not been activated yet as it was…
-
Change sha256 to sha3_256 for MerkleRoot-related calculations in Functional Test framework to pass the tests:
```
feature_block.py
feature_cltv.py
feature_csv_activation.py
feature_dersig.py …
-
I'm raising this in an attempt to provide better transparency to the 1.21 development plan and the progress towards it. This is a living plan and can and will change: the current phase scope is mostly…
-
Even after segwit is activated namecoind's getblocktemplate does not indicate that this is so in the rules section of the json data that is returned.
namecoind:
```
"rules": [
],
```
bitco…
-
- [ ] Add `with_tokens` arg to activate BNB/ETH/BCH with all tokens at once batching the requests to coin RPCs.
- [ ] Add `with_tokens` to my_balance 2.0 too.
- [ ] Return multiple addresses in the …