-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to v14 and publish adaptive block size ASAP #42
Comments
I do realize, that activating SW under 95% is risky. Maybe when this code roll it get so much support, that reaching this limit will be possible. |
|
This has sound logic. There is an outstanding pull request here: #43 Rebase bitcore patches to 0.14.x. |
I was wrong in the previous comment; it seems bitpay is doing bitcore-related work again, but moving from bitcoind to bcoin (a javascript implementation). See https://github.com/bitpay/bitcore/tree/next , it's pretty active. I am not sure how stable and usable that is, I don't want to speak for bitpay, I haven't tried the /next branch We forked bitpay bitcore bitcoin core (o_O) here https://github.com/satoshilabs/bitcoin and here is Bitcoin ABC (= Bitcoin Cash = Bcash) with the patches |
…::Decrypt 4146a31 qt, wallet: Drop unused parameter in WalletModel::setWalletEncrypted (Hennadii Stepanov) f886a20 qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWallet (Hennadii Stepanov) 6e95011 qt, wallet: Remove unused AskPassphraseDialog::Decrypt (Hennadii Stepanov) Pull request description: Grabbed from bitpay#42 with an additional commit. Fix #1. ACKs for top commit: MarcoFalke: ACK 4146a31 promag: Code review ACK 4146a31. Tree-SHA512: 6070d8995525af826ad972cf1b8988ff98af0528eef285a07ec7ba0e2e92a7a6173a19dc371de94d4b437fa10f7921166e45a081de6ed2f4306e6502aafc94ee
b5ef9be675 Merge #1: Merge changes from upstream 9e7f512430 Merge remote-tracking branch 'origin/master' into bitcoin-fork 1f85030246 Add support for ARM64 darwin (bitpay#43) 3bb959c982 Remove unnecessary reinterpret_cast (bitpay#42) 2e97ab26b1 Fix (unused) ReadUint64LE for BE machines (bitpay#41) 47b40d2209 Bump dependencies. (bitpay#40) ba74185625 Move CI to Visual Studio 2019. efa301a7e5 Allow different C/C++ standards when this is used as a subproject. cc6d71465e CMake: Use configure_package_config_file() git-subtree-dir: src/crc32c git-subtree-split: b5ef9be6755a2e61e2988bb238f13d1c0ee1fa0a
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 very long time.
Block size limit need to be raised as predicted by Satoshi, and SegWit is making major step forward to scalability in micro-transctions and upgrade transaction script code.
Core code for SegWit activation should be lowered to 75% and when reached, adaptive block size should be also activated.
Combining SegWit and ABS make Bitcoin open for much wider adoption than choosing from one of those two.
Currently Core SegWit activation on 95% is impossible to reach, and BU block size regulation logic is bad from beginning, not mention bug/s found in it.
I hope that you can make your code up and running in short time, to help end this crisis.
The text was updated successfully, but these errors were encountered: