Commit Graph

71 Commits

Author SHA1 Message Date
Victor Shyba
a682134adc mdbx: copy values on batch 2025-05-24 02:12:15 -03:00
Victor Shyba
53b0c9821b mdbx: compress values 2025-05-24 02:06:14 -03:00
Victor Shyba
128252a7b8 mdbx: add migration from pebble option 2025-05-19 11:29:22 -03:00
Victor Shyba
9ad7426920 mdbx: shard table from first key byte 2025-05-14 23:15:58 -03:00
Victor Shyba
31830d0863 app: use multiple logical databases 2025-05-14 20:27:29 -03:00
Victor Shyba
d0a18c6b99 mdbx: add and test OpenDB 2025-05-14 19:44:14 -03:00
Victor Shyba
60dd1c104b mdbx: refactor batch commit 2025-05-13 18:11:25 -03:00
Victor Shyba
f864c209ca tests 2025-05-13 16:19:54 -03:00
Victor Shyba
82646e8be0 create a new type for batch ops 2025-05-13 16:19:45 -03:00
Victor Shyba
1954c13bc6 track writes, implement batcher 2025-05-13 16:19:37 -03:00
Victor Shyba
f1ceb5d189 mdbx 2025-05-13 16:19:22 -03:00
Cassandra Heart
4696d5292c
restore verenc into hypergraph loop, thread hypergraph through token application for backcompat 2025-02-06 06:34:22 -06:00
Cassandra Heart
b49ba62d9a
Merge branch 'develop' into develop-2.1 2024-12-09 05:44:53 -06:00
Cassandra Heart
4f742abd77
support state tree 2024-12-09 05:44:43 -06:00
petricadaipegsp
b9f1f0a6af
Frame pruning fixes (#405)
* Consistently close iterators

* Prune frames in batches

* Add compact on start flag
2024-12-07 21:19:04 -06:00
Cassandra Heart
378d104691
handle other half deletion cases 2024-12-03 01:33:13 -06:00
Cassandra Heart
292383be75
don't prune what is already pruned 2024-11-22 01:59:04 -06:00
Cassandra Heart
29a129d543
allow choice of indexed or non-indexed batches 2024-11-17 07:58:15 -06:00
Cassandra Heart
f511149b36
frame pruning 2024-11-17 04:37:55 -06:00
Cassandra Heart
e58280b7e4
small adjustments 2024-11-13 10:00:37 -06:00
Cassandra Heart
b0a87b2fe4
wrapping up 2024-11-13 06:03:14 -06:00
Cassandra Heart
cf89b1c4ee
v2.0.3-p0 2024-11-10 01:15:15 -06:00
Cassandra Heart
bc851de1bb
add testnet variant of seniority and penalties 2024-11-08 03:54:32 -06:00
Cassandra Heart
7ad50ec33b
temporarily bulk process on frame candidates 2024-10-25 04:45:46 -05:00
Cassandra Heart
c10ed878f9
fix: register execution panic 2024-10-22 01:01:10 -05:00
Cassandra Heart
b0218f3721
fix: mint loop + re-migrate 2024-10-22 00:28:25 -05:00
Cassandra Heart
9a099009e1
-b4 2024-10-21 22:32:08 -05:00
Cassandra Heart
23adc7e496
-b3 2024-10-20 22:23:40 -05:00
Cassandra Heart
2ca8491f76
b2-fixed 2024-10-20 20:46:36 -05:00
Cassandra Heart
7944cb6ca5
roll up v2.0.1-b2 to develop 2024-10-20 20:00:36 -05:00
Cassandra Heart
5230ceb413
v2.0.0-p5 (#303) 2024-10-16 23:51:27 -05:00
Cassandra Heart
b4051ccbc9
detangling merge of main node for v2 (#293) 2024-10-12 11:55:17 -07:00
Cassandra Heart
f640c09008
v1.4.21-p1 (#279) 2024-07-29 12:46:36 -05:00
Cassandra Heart
6c567a04c1
v1.4.20 (#244)
* v1.4.20 base

* add inmemory dev mock for hypergraph

* add simple rdf + tr

* Update config.go (#234)

2 of bootstrap nodes are going to be closed due to low performances. Will consider to replace with better specs.

* go mod tidy

* go mod tidy

* bump name in readme

---------

Co-authored-by: 0xOzgur <29779769+0xOzgur@users.noreply.github.com>
2024-06-21 12:46:36 -05:00
Cassie Heart
ebb31fd792 v1.4.19 2024-06-08 11:32:45 +00:00
Cassandra Heart
0baa4ea341
qol: disable compaction completely for now, also weave in notfound when relevant 2024-03-24 21:00:45 -05:00
Cassandra Heart
741f545185
bypass compaction for now, pebble has gone full redacted 2024-03-24 16:05:49 -05:00
Victor Shyba
eb6e5c97e7
skip compaction missing data (#143) 2024-03-24 03:11:30 -05:00
Cassandra Heart
286d38e054
small qol items 2024-03-24 03:11:00 -05:00
Cassandra Heart
5afabc401b
V1.4.12 (#142)
* v1.4.12

* small logging adjust
2024-03-23 15:26:57 -05:00
Cassandra Heart
1c93ea9f73
v1.4.11 (#139) 2024-03-21 02:14:45 -05:00
Cassandra Heart
cc1e304119
v1.4.7 (#125)
* move to a message processor channel model for ceremony

* switch to goroutine

* readjust

* cut down volume

* keep distance data asserted

* bring it back so more bootstrap nodes can exist

* bump the version, it's go time
2024-03-14 02:18:14 -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
d9d8bbe93e
v1.4.3 (#104) 2024-03-07 23:05:04 -06:00
Cassandra Heart
7ad553fd62
v1.4.0 (#86) 2024-03-01 01:12:31 -06:00
Cassandra Heart
73b87b6a41
v1.2.15 (#68) 2024-02-24 02:35:13 -06:00
Cassandra Heart
a0a8ffc4e7
v1.2.13 (#64) 2024-02-22 00:07:17 -06:00
Cassandra Heart
643823879b
v1.2.12 (#61) 2024-02-21 02:10:23 -06:00
Cassandra Heart
f8726882de
v1.2.10 (#55) 2024-02-19 21:59:38 -06:00