As discussed in the 2016-07-14 meeting, http://www.erisian.com.au/meetbot/bitcoin-core-dev/2016/bitcoin-core-dev.2016-07-14-19.00.html
Needs an analogous change to BIP141: https://github.com/bitcoin/bips/pull/420
-blockmaxcost
to -blockmaxweight
#8354
As discussed in the 2016-07-14 meeting, http://www.erisian.com.au/meetbot/bitcoin-core-dev/2016/bitcoin-core-dev.2016-07-14-19.00.html
Needs an analogous change to BIP141: https://github.com/bitcoin/bips/pull/420
As discussed in the 2016-07-14 meeting,
http://www.erisian.com.au/meetbot/bitcoin-core-dev/2016/bitcoin-core-dev.2016-07-14-19.00.html
src/rpc/blockchain.cpp: " "cost" : n (numeric) The block cost\n" src/rpc/mining.cpp: " "currentblockcost": nnn, (numeric) The last block cost\n" src/main.cpp: return state.DoS(100, error(“ContextualCheckBlock(): cost limit failed”), REJECT_INVALID, “bad-blk-cost”);
etc.