Commit graph

274 commits

Author SHA1 Message Date
Claude
dbe1c7952c
feat(itns-sidechain): initial push
Some checks failed
Build / Test Coverage (push) Failing after 4s
Build / Lint & Doc (push) Failing after 1m32s
Build / Build & Test (push) Failing after 14s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:42:02 +01:00
Nodari Chkuaselidze
82cacf38e2
Merge PR #933 from 'nodech/update-seeds' 2025-06-25 14:48:34 +04:00
Nodari Chkuaselidze
785fc787eb
net: replace easyhandhake.com with seed.htools.work. 2025-06-25 13:57:58 +04:00
Nodari Chkuaselidze
d42170b682
net: update checkpoints to block 258026. 2025-06-24 15:34:52 +04:00
Rithvik Vibhu
6085f8851a
network: update airstop end date to 8 Oct 2025 2025-05-16 20:54:18 +05:30
Rithvik Vibhu
3b73c1aa4a
protocol: update airstop dates 2025-05-15 20:01:21 +05:30
Rithvik Vibhu
5dea6944a0
chain: add airstop soft fork 2025-04-19 23:53:39 +05:30
Nodari Chkuaselidze
f484c6398b
networks: Add mid checkpoint before last at 200k. 2024-12-27 15:26:39 +04:00
Nodari Chkuaselidze
3679ee63e0
networks: update checkpoints to block 225k. 2024-11-28 13:17:10 +00:00
Nodari Chkuaselidze
9f2e062a33
types: update protocol types. 2024-09-24 21:25:43 +04:00
Nodari Chkuaselidze
43544844dc
pkg: clean up unused params. 2023-10-16 11:36:12 +04:00
Nodari Chkuaselidze
2e75472ec4
networks: update checkpoints to block 160k. 2023-08-05 15:51:17 +04:00
Nodari Chkuaselidze
03448462a8
soft-fork: update startTime and timeout for icannlockup. 2023-08-03 20:46:49 +04:00
Nodari Chkuaselidze
1582f93e12
covenants: Add 10k alexa to the soft-fork.
root are forever locked.
top 10k, custom are locked for 4 years.
2023-08-03 17:03:55 +04:00
Nodari Chkuaselidze
d951f72331
networks: extend icannlockup voting by 4 weeks. 2023-06-21 16:15:49 +04:00
Nodari Chkuaselidze
9558e667b4
network: fix date comments, fix the year. 2023-06-06 17:00:00 +04:00
Nodari Chkuaselidze
3fa91f1af7
chain: implement ICANN LOCKUP soft-fork. 2023-06-01 13:20:05 +04:00
Nodari Chkuaselidze
c5b4552268
protocol: update last checkpoint. 2023-02-24 23:34:13 +04:00
Matthew Zipkin
3892436565
networks: update seeds and checkpoint for 5.x 2022-12-21 14:09:00 -05:00
Matthew Zipkin
5489e31d9c
policy: make absurd fee rate (factor) configurable 2022-11-29 09:49:22 -05:00
Rithvik Vibhu
d4e2b6bd99
protocol: enable requestMempool for all networks 2022-07-03 12:14:33 +05:30
Matthew Zipkin
a16a6b388a
protocol: add checkpoint at height 100000 (Dec 2021) 2022-06-08 09:13:54 -04:00
Matthew Zipkin
72892ccc17
Merge PR #597 from 'enable-checkpoints' 2021-09-01 13:30:21 -04:00
Matthew Zipkin
dba84482a2
net: restore easyhandshake dns seed 2021-05-17 14:04:03 -04:00
Christopher Jeffrey
a28f1cf9fb
{chain,networks}: fix and enable checkpoints for mainnet. 2021-05-06 02:37:19 -07:00
Christopher Jeffrey
0603531e70
consensus: fix inflation bug pertaining to replacement name claims.
See https://handshake.org/notice/2020-04-02-Inflation-Bug-Disclosure.html
2021-04-02 10:44:06 -07:00
Rithvik Vibhu
19308ef5bb
protocol: clear regtest and simnet seeds
Reduces console spam when only a single node is running on regtest/simnet networks
2020-12-26 23:50:29 +05:30
Matthew Zipkin
480d286a57
policy: set default minimum block weight to 5000 2020-09-15 14:00:27 -04:00
Christopher Jeffrey
bbac8dd943
net: improve address management. 2020-03-02 14:14:36 -08:00
Christopher Jeffrey
2b09c30cb9
networks/chain: set first checkpoint at height 1008. 2020-02-13 10:26:42 -08:00
Christopher Jeffrey
a5e282a57f
networks: generate genesis blocks. 2020-02-03 12:31:46 -08:00
Christopher Jeffrey
883fc0bd3b
protocol: update temporary genesis blocks. 2020-02-01 22:27:32 -08:00
Christopher Jeffrey
98cfcae955
networks: add seeds for mainnet. 2020-02-01 22:18:23 -08:00
Christopher Jeffrey
4cb36cbe40
net: fix port selection elsewhere. 2020-02-01 15:12:40 -08:00
Christopher Jeffrey
74f2dfd19c
hsd: use bcrypto merkle module. 2020-01-31 05:56:08 -08:00
Christopher Jeffrey
609af67780
consensus: switch to ksk2017. 2020-01-31 05:16:20 -08:00
Christopher Jeffrey
a2b96be410
protocol: re-create genesis blocks. add genesis script for mainnet. 2020-01-29 06:08:46 -08:00
Christopher Jeffrey
d32e0178d2
networks: update soft fork times. 2020-01-29 05:44:25 -08:00
Christopher Jeffrey
a333a24d40
net: use plaintext by default. various improvements. 2020-01-29 02:01:32 -08:00
Christopher Jeffrey
0623f4df05
Revert "Merge pull request #331 from tynes/p2p-brontide-safety"
This reverts commit 340952867a, reversing
changes made to e2039e8954.
2020-01-29 01:58:18 -08:00
Boyma
673b71ebf7
Merge pull request #330 from pinheadmz/txstart1
[consensus] No transactions for the first two weeks
2020-01-26 00:40:25 -08:00
Christopher Jeffrey (JJ)
6bb2220a88
Merge pull request #305 from tynes/disable-goosig
chain: disable goosig after 1 year + 1 month
2020-01-25 23:43:51 -08:00
Mark Tyneway
d5cfb7887b
p2p: standard and brontide peering
Separate the brontide and plaintext servers
so that peers can network over either.
2020-01-25 20:00:00 -08:00
Mark Tyneway
9c092c097e
consensus: disable goosig after 1 year + 1 month 2020-01-24 18:32:45 -08:00
Matthew Zipkin
47e29dbaa6
consensus: enforce starting height for all transactions 2020-01-24 14:53:16 -05:00
Christopher Jeffrey
e68b77b8c8
block: cleanup new pow/header serialization. 2019-11-04 03:57:19 -08:00
Christopher Jeffrey
5a34dd6633
chain/block/mining: implement a more foolproof pow (WIP). 2019-11-04 03:57:19 -08:00
Christopher Jeffrey
af86d48997
protocol: testnet4 begins. 2019-04-02 22:24:39 -07:00
Christopher Jeffrey
601267d1b5
consensus: increase base reward to 2000. fixes #100. 2019-04-01 06:56:14 -07:00
Christopher Jeffrey
a2e357d9b5
Revert "protocol: clear simnet seeds"
This reverts commit aae98c921d.
2019-04-01 06:27:37 -07:00