Commit Graph

32 Commits

Author SHA1 Message Date
Marius Scurtescu
d6460bc521
extract version logic to config package (#107)
* Modify the wrong default volumes value to /root/.config (#109)

* move extract version logic to new version.go in config package

* update version extraction command

---------

Co-authored-by: talentbuilder <talentbuilder@163.com>
2024-03-12 20:29:40 -05:00
Cassandra Heart
f0c71b2d40
some various fixes ahead of 1.4.7 (#119)
* experimental: switch mutex to RW to see if it alleviates backpressure on peer info

* relax mutex req

* reject unknown messages

* open the floodgates

* adjust message handler to use goroutine, i'll probably regret this

* switch that back, it was regret

* further discovery

* log more data

* forcibly block channel when unbounded

* else

* make it configurable so bootstrap peers are the only ones putting up with this.

* ok, non-starter, let's try a different route

* further tweaking

* let the peer info flow uninhibited

* final burn off on master

* final adjustments
2024-03-12 20:28:48 -05:00
Cassandra Heart
644500bc42
v1.4.6 (#115)
* v1.4.6

* adjust connection manager for bootstrappers, go back to autoscale for resource
2024-03-12 02:45:20 -05:00
Cassandra Heart
7ad553fd62
v1.4.0 (#86) 2024-03-01 01:12:31 -06:00
Cassandra Heart
b90b88c6e3
fix: set peer info broadcasts to only self (#74) 2024-02-25 23:03:05 -06:00
Cassandra Heart
73b87b6a41
v1.2.15 (#68) 2024-02-24 02:35:13 -06:00
Cassandra Heart
96490478ef
v1.2.14 (#67) 2024-02-22 21:23:26 -06:00
Cassandra Heart
9fc46fff2f
fix: memory leak accumulation in pending frame processing (#59) 2024-02-20 17:12:29 -06:00
Cassandra Heart
5405452f3e
v1.2.11 (#58) 2024-02-20 14:01:10 -06:00
Cassandra Heart
53d4664ab7
v1.2.9 (#51) 2024-02-18 18:28:29 -06:00
Cassandra Heart
1b810d624c
v1.2.7 (#48) 2024-02-16 15:46:54 -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
Cassandra Heart
196588cbe6
v1.2.3 (#36) 2024-01-13 00:21:16 -06:00
Cassandra Heart
f48f177a10
v1.2.2 - sneaky sync troubles (#35) 2024-01-10 00:58:38 -06:00
Cassandra Heart
2e2a1e4789
v1.2.0 (#31) 2024-01-03 01:31:42 -06:00
Cassandra Heart
e381165568
v1.1.8 (#27) 2023-12-01 23:44:24 -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
0eb4a3051a
PROTO-57 - Peer Version Enforcement 2023-10-31 22:45:20 -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
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
Cassandra Heart
59c550db0f
1.1.3 – Rewinding heads and obvious fork comparison, additional bugfixes 2023-10-13 23:05:48 -05: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
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
926e6bba22
Better synchronization targeting 2023-09-29 02:55:09 -05:00
Cassandra Heart
e4d9bcdbf0
1.0.0 – Dawn 2023-09-24 21:43:35 -05:00