Commit Graph

146 Commits

Author SHA1 Message Date
Cassandra Heart
5405452f3e
v1.2.11 (#58) 2024-02-20 14:01:10 -06:00
Cassandra Heart
ab700df594
v1.2.10 (#57)
* v1.2.10

* v1.2.10
2024-02-20 01:59:03 -06:00
Cassandra Heart
f8726882de
v1.2.10 (#55) 2024-02-19 21:59:38 -06:00
Marius Scurtescu
c96a3b7538
add env var based default addresses for RPC endpoints (#49)
* add env var based default addresses for RPC endpoints

* set default addresses for gRPC and REST
2024-02-19 00:29:52 -06:00
Ahmed Bayoumy
2b232a8e2f
fix poor_man_cd race conditions (#52) 2024-02-19 00:28:44 -06:00
Cassandra Heart
53d4664ab7
v1.2.9 (#51) 2024-02-18 18:28:29 -06:00
Cassandra Heart
bfbd35aae0
v1.2.8 (#50) 2024-02-17 22:52:19 -06:00
Cassandra Heart
1b810d624c
v1.2.7 (#48) 2024-02-16 15:46:54 -06:00
Cassandra Heart
d499a60937
v1.2.6 (#47) 2024-02-16 03:42:37 -06:00
Cassandra Heart
ac5c393745
add new bootstrap peers, adjust some of the peering params, also peer selection for version (#45) 2024-02-15 02:08:44 -06:00
Cassandra Heart
515c4748f7
adjust yaml tag 2024-02-14 20:32:05 -06:00
Cassandra Heart
9a7d054be5
v1.2.5 (#44) 2024-02-14 01:11:12 -06:00
Cassandra Heart
0cd6b41f5d
v1.2.4 (#43) 2024-02-13 01:04:56 -06:00
luk
1a1ef542d0
Adding GetNodeInfo (#41)
* proto,rpc_server: added NodeInfo that replaces PeerID and also yields max_frame

* proto,rpc_server: added peer_score and added another source for maxframe

---------

Co-authored-by: 0xluk <luk@luktech.dev>
2024-02-13 01:00:50 -06:00
Agost Biro
69213f6c61
feat: add balance flag to CLI (#38) 2024-01-29 15:11:40 -06:00
zoz
46f9014df2
remove bootstrap nodes (#39) 2024-01-29 15:10:24 -06:00
luk
85c53f0093
proto, rpc_server: added getpeerid (#40) 2024-01-29 15:09:48 -06:00
Cassandra Heart
d151e14166
fix: weird state from dropped channels 2024-01-16 01:14:00 -06:00
Cassandra Heart
175a35edec
feat: totals in console 2024-01-14 22:32:28 -06:00
Cassandra Heart
483077e1da
qol: banish the noise 2024-01-14 21:33:25 -06:00
Cassandra Heart
196588cbe6
v1.2.3 (#36) 2024-01-13 00:21:16 -06:00
Cassandra Heart
916a1514f1
fix: infinite loop edge case 2024-01-10 22:42:11 -06:00
Cassandra Heart
f48f177a10
v1.2.2 - sneaky sync troubles (#35) 2024-01-10 00:58:38 -06:00
Cassandra Heart
443612ac9b
Handle rare peerstore refresh case
On rare occasions, the peer store removes an address directly after successfully
polling for it
2024-01-06 02:02:08 -06:00
Agost Biro
bb71c38a39
Add CLI flag to print peer id from config (#34)
* Add CLI flag to print peer id from config

* Add printing peer id instructions to readme
2024-01-04 16:48:00 -06:00
Cassandra Heart
673b815ce8
v1.2.1 – adjust IP colocation factor (#33) 2024-01-03 22:45:25 -06:00
Cassandra Heart
6985823192
update poor_mans_cicd.sh to use proper flag 2024-01-03 02:51:15 -06:00
Cassandra Heart
c5c36c4491
opt for constrained errgroups to reduce parallelization factor so memory isn't overspent 2024-01-03 02:45:58 -06:00
Cassandra Heart
d02ef18174
also refer to adjusted balance for rpc 2024-01-03 02:13:51 -06:00
Cassandra Heart
0c7dc38ac1
V1.2.0 (#32)
* v1.2.0

* one more thing – let's fix the rpc
2024-01-03 01:49:12 -06:00
Cassandra Heart
2e2a1e4789
v1.2.0 (#31) 2024-01-03 01:31:42 -06:00
Cassandra Heart
a0c1feb0bc
fix: upgrade pebble to stop OOM killer being out of control on some platforms 2023-12-02 19:25:01 -06:00
Cassandra Heart
645afad9c6
fix: mutex locking around entire dependencyMap logic 2023-12-02 02:37:39 -06:00
Cassandra Heart
6b660d0da7
fix: handle fresh sync 2023-12-02 00:08:50 -06:00
Cassandra Heart
e381165568
v1.1.8 (#27) 2023-12-01 23:44:24 -06:00
Cassandra Heart
00a471e84d
v1.1.7 – Improved DB Console, future fix for bloom utils (#26) 2023-11-26 20:51:46 -06:00
Cassandra Heart
a19d1490ea
fix: use multiaddr of reporting peer id 2023-11-15 01:34:23 -06:00
Cassandra Heart
f2ad38da05
v1.1.6 - fix: [PROTO-60],[PROTO-61],[PROTO-62] (#25)
* [PROTO-61] - fix: Use DHT for source of truth on peer info

* [PROTO-60] – fix: nil uncooperative peer state panic

* [PROTO-62] – fix: stored frame corruption due to old bug

* v1.1.6 – bump version
2023-11-08 00:27:06 -06:00
Cassandra Heart
bde6a921ca
fix: resolve bad peer info spam 2023-11-01 20:08:19 -05:00
Cassandra Heart
0eb4a3051a
PROTO-57 - Peer Version Enforcement 2023-10-31 22:45:20 -05:00
Cassandra Heart
8c73302d27
[PROTO-54] – Token Supply Info gRPC 2023-10-27 21:23:55 -05:00
Cassandra Heart
2fe0f7180a
tweak: adjust peer info behavior 2023-10-26 21:41:53 -05:00
Cassandra Heart
f0e99b42dc
[PROTO-55] adjust buffer sizes to stem bleed from overweight execution transforms in frames 2023-10-26 19:19:19 -05:00
Cassandra Heart
4a6c4fa08e
fix: OOM, send candidates on sync 2023-10-26 15:54:49 -05:00
Cassandra Heart
cbeec8b1ee
fix: add mutex to key map to avoid concurrent read/write on first key use under certain conditions 2023-10-26 02:34:51 -05:00
Cassandra Heart
52cfe0abb0
fix: self-reported peer info should contain timestamp 2023-10-26 01:32:57 -05:00
Cassandra Heart
fdc1f2553c
tweak: set min peer req to 3 to avoid low graft loops 2023-10-26 01:07:51 -05:00
Cassandra Heart
45554cb9c2
1.1.4 – Reversed sync, detached consensus loop 2023-10-26 00:55:39 -05:00
Sedric
d45a925525
fix commitLongestPath off-by-one 2023-10-17 01:03:00 -04:00
Cassandra Heart
59c550db0f
1.1.3 – Rewinding heads and obvious fork comparison, additional bugfixes 2023-10-13 23:05:48 -05:00
zoz
0b4a3d08ae
Update bootstrap node peer ids 2023-10-10 09:25:04 +11:00
Cassandra Heart
3b72d52708
1.1.2 – Experimental gRPC/REST Support 2023-10-08 23:52:19 -05:00
Cassandra Heart
40945c69b4
v1.1.1 – end of backwards compatibility 2023-10-06 21:44:35 -05:00
Cassandra Heart
5bce33216f
fix: handle large consensus batches 2023-10-05 17:01:16 -05:00
Cassandra Heart
520d6562f9
fix: consider message failures and timeouts to also be uncooperative 2023-10-05 16:19:06 -05:00
Cassandra Heart
b4ad1aed18
fix: stop trying to sync with uncooperative peers 2023-10-05 15:17:06 -05:00
Cassandra Heart
53a19f3f23
fix: resync can happen again if distance is significant 2023-10-05 12:43:43 -05:00
Cassandra Heart
b0a755cdc3
1.1.0 – Ceremony Compressed Sync and Direct Peer Channels 2023-10-05 02:05:02 -05:00
Cassandra Heart
3c35244cea
QOL: Utilize configured scoring metrics and bootstrap peers to better flesh out mesh 2023-10-02 00:40:29 -05:00
Cassandra Heart
289c56e9df
move readme, add license 2023-09-30 02:04:57 -05:00
Cassandra Heart
f0a90f6913
QOL: improve peer connectivity 2023-09-30 02:02:15 -05:00
Cassandra Heart
d74b267f1e
update readme 2023-09-30 02:01:32 -05:00
Cassandra Heart
263ea5cba8
handle case where NAT traversing relay peer is not recognized by peer store 2023-09-29 04:03:21 -05:00
Cassandra Heart
1a009e3769
resolve state transition error log noise 2023-09-29 03:05:30 -05:00
Cassandra Heart
926e6bba22
Better synchronization targeting 2023-09-29 02:55:09 -05:00
Cassandra Heart
6641ad680a
use channel over peer broadcast 2023-09-28 03:57:59 -05:00
Cassandra Heart
732bbe1c3a
QOL: logging 2023-09-28 02:59:27 -05:00
Cassandra Heart
af92be100d
[QUIL-63] – QOL: Data compaction for ceremony 2023-09-27 04:05:39 -05:00
Cassandra Heart
9d4ffab29b
fix: byte slice disappearance issue for key too 2023-09-26 01:25:16 -05:00
Cassandra Heart
836d449177
fix: another byte slice disappearance issue 2023-09-26 01:14:26 -05:00
Cassandra Heart
05acdbf56f
fix: race condition on memory clearing 2023-09-25 05:00:35 -05:00
Cassandra Heart
2525c4ce7e
QOL – fix crash/shutdown reentry bug, make validation faster 2023-09-25 03:45:22 -05:00
Cassandra Heart
d1486d5be7
QOL – handle join announcements better by pre-empting the bundle announcement 2023-09-24 23:34:31 -05:00
Cassandra Heart
a0ff2ab3c6
QOL – handle join announcements better by pre-empting the bundle announcement 2023-09-24 23:34:01 -05:00
Cassandra Heart
5f9c90f284
QOL – stop spamming peer list, fix crazy VDF edge case 2023-09-24 23:12:05 -05:00
Cassandra Heart
e4d9bcdbf0
1.0.0 – Dawn 2023-09-24 21:43:35 -05:00
branksypop
1d3e56ff77
Update config.go
added peer
2023-09-18 20:29:11 +02:00
Cassandra Heart
83c8c4cae1
adjust missing merge data 2023-09-12 02:13:07 -05:00
Cassandra Heart
823d095e53
Merge pull request #18 from raykyri/patch-1
Add bootstrap peer
2023-09-10 18:33:32 -07:00
Cassandra Heart
5073df60fc
general fixes 2023-09-10 18:29:17 -05:00
Raymond Z
04d6a87339
Update config.go 2023-09-10 08:55:31 -04:00
Cassandra Heart
19bd01e184
pull in change from Shidesu 2023-09-09 18:55:05 -05:00
Cassandra Heart
2f27921c41
pull in change from beepboopboo 2023-09-09 18:53:22 -05:00
Cassandra Heart
b7b5bc0e41
primitive storage + data clock store 2023-09-09 18:52:04 -05:00
Polo-obx
cdf311c2bc
add peer 2023-09-09 12:43:55 +02:00
Agost Biro
077f02a2a4
Fix formatting 2023-09-05 06:22:38 +02:00
Agost Biro
6ad176b86e
Merge branch 'main' into patch-1 2023-09-05 06:20:44 +02:00
Agost Biro
8da1a55b72
Add bootstrap peer 2023-09-04 22:26:16 +02:00
DC
cf79fecbaa added ZD bootstrap node 2023-09-04 09:20:50 -06:00
Shawn Harmsen
7710b04478 add node 2023-09-04 13:43:34 +09:00
sirouk
7702692efc
Update config.go 2023-09-03 22:36:01 -04:00
zoz
acddfb4665
Add bootstrap nodes 2023-09-03 18:57:27 -07:00
sirouk
0a8a79ed45
Update config.go 2023-09-03 21:33:46 -04:00
Cassandra Heart
d007a3d739
add initial bootstrap peer 2023-09-03 19:42:59 -05:00
Cassandra Heart
c3ffd5c472
DHT Bootstrap Verification 2023-09-03 18:47:09 -05:00
Cassandra Heart
529f434393
Launch readiness: import utility 2023-08-20 23:07:43 -05:00