Commit Graph

35535 Commits

Author SHA1 Message Date
nand
e9367024b6 v0.2.0 2024-09-05 17:12:16 +08:00
nand
d287fb2489 fix: merged mining 20E 2024-09-05 17:11:34 +08:00
nand
a903c1ded2 feat: mainnet param 2024-09-05 15:04:16 +08:00
nand
f8df7360cb feat: testnet params 2024-09-05 14:39:06 +08:00
nand
c04cc8b9ae feat: add blockheight in tx rpc 2024-09-03 11:17:07 +08:00
nand
7279cbabbb feat: decreases minfee more quickly 2024-08-27 11:01:10 +08:00
nandhh
766c966bd9 reset chain 2024-08-13 14:39:42 +08:00
nandhh
bcd6383f3b feat: enable OP_CAT in tapscript 2024-08-13 13:17:11 +08:00
nandhh
539f991ece feat: reset chain v6 2024-08-13 13:17:11 +08:00
nandhh
b6007b59c0 feat: save nSizeAuxPow after blockSize in file 2024-08-13 13:17:11 +08:00
nandhh
37bf822b88 fix: separate two different types of block in pow 2024-08-13 13:17:11 +08:00
nandhh
281911c2de feat: larger limit for tx relay 2024-08-13 13:17:11 +08:00
nandhh
1140246b3a feat: init diff for merged mining 2024-08-13 13:17:11 +08:00
nandhh
61f55b6474 feat: remove signet 2024-08-13 13:17:11 +08:00
nandhh
bc7eb0e844 feat: change block/network magic number 2024-08-13 13:17:10 +08:00
nandhh
5cec75f2a1 feat: 10x times longer block download timeout 2024-08-13 13:17:10 +08:00
nandhh
56d9fa6dca fix: set auxpow block version by chainid 2024-08-13 13:17:10 +08:00
nandhh
be8a325252 feat: 2 types of timespan for ASERT 2024-08-13 13:17:10 +08:00
nandhh
dfa35b361e feat: not fix merged mining by height 2024-08-13 13:17:10 +08:00
nandhh
b89795ac79 feat: support ASERT 2024-08-13 13:17:10 +08:00
nandhh
20b8a3be3b feat: set chainid / block cycle 2024-08-13 13:17:10 +08:00
nandhh
8eb2df3ff3 fix: test GetBlockHash 2024-08-13 13:17:10 +08:00
nandhh
75d8c8cfe6 fix: test validate block 2024-08-13 13:17:10 +08:00
nandhh
d838275b84 fix: test BlockMerkleBranch 2024-08-13 13:17:10 +08:00
nandhh
06f05eb0b1 feat: getblock/getblockheader default without auxpow data 2024-08-13 13:17:10 +08:00
nandhh
35e458e2b1 fix: rpc/blockchain 2024-08-13 13:17:10 +08:00
nandhh
3a677f2776 kill size assert 2024-08-13 13:17:10 +08:00
nandhh
16750fbf27 fix: enable SIZE_HEADERS_LIMIT_VERSION 2024-08-13 13:17:10 +08:00
nandhh
fd5339710f fix: getblockheader param 2024-08-13 13:17:10 +08:00
nandhh
e778c1e2b8 fix: read blockheader from disk 2024-08-13 13:17:10 +08:00
nandhh
2db36467a7 feat: add merge mining 2024-08-13 13:17:10 +08:00
nandhh
dcce6eb0cf feat: tokenomics 2024-08-13 13:17:10 +08:00
nandhh
5cfad955d5 feat: 25 coin subsidy 2024-08-13 13:17:10 +08:00
nandhh
bfa5e35137 feat: HalvingInterval 2100000 2024-08-13 13:17:10 +08:00
nandhh
c834c7dbf9 fix: force checkpoint 2024-08-13 13:17:10 +08:00
nandhh
91b7760dd9 feat: init checkpoint 2024-08-13 13:17:10 +08:00
nandhh
cd62b41e14 feat: 1 block per 30 seconds; change pow target per day 2024-08-13 13:17:10 +08:00
nandhh
75d3c2dbee feat: init mini work 2024-08-13 13:17:10 +08:00
nandhh
018fb68894 feat: fMiningRequiresPeers default true 2024-08-13 13:17:10 +08:00
nandhh
37fb649712 feat: allow standalone mint 2024-08-13 13:17:10 +08:00
nandhh
506c4e08c4 feat: add dnsseed 2024-08-13 13:17:10 +08:00
nandhh
00264aca50 feat: no dnsseed 2024-08-13 13:17:10 +08:00
nandhh
f559d001a4 feat: enable all bip at height 1 2024-08-13 11:57:26 +08:00
nandhh
8bf68150a1 feat: rpc to remove tx from mempool 2024-08-13 11:57:24 +08:00
nandhh
4202ffce28 feat: new rpc to get all rawtxs from mempool 2024-08-13 11:57:18 +08:00
nandhh
b8a4b1e115 feat: disable block zmq msg 2024-08-13 11:56:01 +08:00
MarcoFalke
b3f866a8df
Merge bitcoin/bitcoin#26647: 24.0.1 final changes
a9ea715835 doc: adjust release notes for 24.0.1 (fanquake)
c119b0a176 doc: generate manual pages for 24.0.1 final (fanquake)
1b19c894a2 build: bump version to 24.0.1 final (fanquake)

Pull request description:

  Changes for 24.0.1.

  At this stage, I don't think an rc is necessary here, and would just add another 5-x days delay to fixing these issues.

  This will be accompanied by a pull request to master to add a note in the 24.0.md that already exists there. Similar to what was done with 0.19.0.1.

ACKs for top commit:
  gruve-p:
    ACK a9ea715835
  instagibbs:
    ACK a9ea715835
  hebasto:
    ACK a9ea715835, I have reviewed the changes and they look OK.
  josibake:
    ACK a9ea715835
  w0xlt:
    ACK a9ea715835

Tree-SHA512: 2e0d81ef91d947c9d55dcadcb6168fbb5251a5e613642c6250075add6a4f14f54cbb452934fa46aec035decb339e611fe721f5e9d9156e47a0341c3be26f5aa9
2022-12-06 16:54:10 +01:00
fanquake
a9ea715835
doc: adjust release notes for 24.0.1
This will be accompianied by a change to release-notes-24.0.md on
master.
2022-12-06 12:39:24 +00:00
fanquake
c119b0a176
doc: generate manual pages for 24.0.1 final 2022-12-06 12:23:26 +00:00
fanquake
1b19c894a2
build: bump version to 24.0.1 final 2022-12-06 12:13:42 +00:00