Richard Holland
c90c732336
clang
2024-11-11 06:40:43 +11:00
Richard Holland
0dd02d8f8a
remove tagged cache hack
2024-11-11 06:33:50 +11:00
Richard Holland
a3b1bbf1fe
clang
2024-11-10 16:25:21 +11:00
Richard Holland
715fa840ff
ensure db rotate doesnt happen on testmem nodedb
2024-11-10 16:21:08 +11:00
Richard Holland
470b9db5c3
whoops
2024-11-10 15:08:33 +11:00
Richard Holland
d88902f687
add legacy memory type called testmemory
2024-11-10 15:08:15 +11:00
Richard Holland
e031e50678
make memory db backend and flatmap backend different classes and selectable at runtime
2024-11-10 11:09:27 +11:00
Richard Holland
dd124124d6
clang
2024-11-10 08:41:57 +11:00
RichardAH
b54b01c3a6
Merge branch 'dev' into memdb_concurrent
2024-11-09 15:17:24 +10:00
Denis Angell
58b22901cb
Fix: float_divide rounding error ( #351 )
...
Co-authored-by: RichardAH <richard.holland@starstone.co.nz >
2024-11-09 15:17:00 +10:00
Denis Angell
8ba37a3138
Add Script for SfCode generation ( #358 )
...
Co-authored-by: RichardAH <richard.holland@starstone.co.nz >
Co-authored-by: tequ <git@tequ.dev >
2024-11-09 14:17:49 +10:00
tequ
8cffd3054d
add trace message to exception on etxn_fee_base ( #387 )
2024-11-09 14:00:59 +10:00
Richard Holland
59ceedc815
remove excess print statements and change spinlock to 100ns
2024-11-09 12:27:53 +11:00
Richard Holland
8520d95a2d
fix empty account_tx bug
2024-11-09 12:09:06 +11:00
Richard Holland
2cc022c1df
clang
2024-11-09 09:57:42 +11:00
Richard Holland
1986192e40
reorg the rdb mem backend to mirror how the nodestore mem backend handles concurrent vs nonconcurrent impl
2024-11-09 09:46:50 +11:00
Richard Holland
b95c4dc4ab
fix potential mem leak in rdb backend
2024-11-09 09:41:14 +11:00
Richard Holland
b8c57e07d8
simplify memdb, use serder, attempt to address mem leak
2024-11-08 19:10:40 +11:00
Richard Holland
f8ec3f20dc
restore the std::map mutex version of the rdb mem db, since concurrent might still have issues
2024-11-06 12:25:36 +11:00
Richard Holland
8b0d42785c
define macro option to use std::map in nodestore... concurrent flatmap has a race condition on ledger cleaning cycle
2024-11-06 10:38:02 +11:00
Denis Angell
6b26045cbc
Update settings.json ( #342 )
2024-10-25 11:56:16 +10:00
Wietse Wind
08f13b7cfe
Fix account_tx sluggishness as per https://github.com/XRPLF/rippled/commit/2e9261cb ( #308 )
2024-10-25 11:13:42 +10:00
Richard Holland
006bd729d8
attempted crashbug fix
2024-10-25 12:02:45 +11:00
tequ
766f5d7ee1
Update macro.h ( #366 )
2024-10-25 10:10:43 +10:00
Wietse Wind
287c01ad04
Improve Admin command RPC Post ( #384 )
...
* Improve ADMIN HTTP POST RPC notifications: no queue limit, shorter HTTP call TTL
2024-10-25 10:10:14 +10:00
tequ
4239124750
Update amendments for rippled-standalone.cfg ( #385 )
2024-10-25 09:10:45 +10:00
Richard Holland
80efd28eba
allow path= to be omitted in memdb config
2024-10-23 13:59:48 +11:00
Richard Holland
2bc5a8b1e8
disable online_delete for memdb, enforce ledger_history
2024-10-22 19:22:01 +11:00
Richard Holland
019d0ee527
clang
2024-10-21 18:11:56 +11:00
Richard Holland
c66857321c
concurrent peerfinder
2024-10-21 18:04:39 +11:00
Richard Holland
c7c4fed461
peer finder memory store
2024-10-21 17:22:35 +11:00
Richard Holland
1639039fec
concurrent flatmap
2024-10-21 16:18:08 +11:00
Richard Holland
23630dfac0
mem db implemented (not concurrent yet)
2024-10-21 14:56:40 +11:00
Richard Holland
26fba854e2
memory database not concurrent
2024-10-20 17:52:22 +11:00
Richard Holland
1dcef64626
use concurrent flatmap for memdb
2024-10-20 12:34:09 +11:00
RichardAH
1e45d4120c
Update to boost186 ( #377 )
...
Co-Authored-By: Denis Angell <dangell@transia.co >
2024-10-17 01:29:17 +02:00
Denis Angell
9e446bcc85
Fix: Missing Headers - Linker Errors ( #300 )
2024-10-16 18:19:21 +10:00
RichardAH
376727d20c
use std::lexicographical_compare_three_way for uint spaceship operator ( #374 )
...
* use std::lexicographical_compare_three_way for uint spaceship operator
* clang
2024-10-16 11:37:26 +10:00
Richard Holland
d921c87c88
also update max transactions for tx queue
2024.10.15-release+1020
2024-10-11 09:59:04 +11:00
RichardAH
7b94d3d99d
increase txn in ledger target to 1000 ( #372 )
2024-10-11 08:21:23 +10:00
Denis Angell
79d83bd424
fix240911 ( #363 )
2024.9.11-release+985
2024-09-11 13:43:03 +10:00
Richard Holland
1a4d54f9d9
force build
2024.9.7-release+977
2024-09-07 15:41:00 +10:00
Wietse Wind
26cd629d28
Merge/2.2.2 jobqueue ( #360 )
...
* Merge fbbea9e6e2
* Merge 7741483894
* clang-format
* Oops
---------
Co-authored-by: Wietse Wind <wrw@Wietses-MacBook-Pro.local >
2024-09-07 15:22:15 +10:00
RichardAH
2fb93f874b
fixPageCap ( #359 )
...
* page cap fix
---------
Co-authored-by: Denis Angell <dangell@transia.co >
2024-09-07 11:39:24 +10:00
RichardAH
833df20fce
Fix240819 ( #350 )
...
fix240918
---------
Co-authored-by: Denis Angell <dangell@transia.co >
2024.8.20-release+962
2024-08-20 09:40:31 +10:00
Wietse Wind
5737c2b6e8
Workaround CentOS7 EOL
2024-08-18 01:50:44 +02:00
Richard Holland
a15d0b2ecc
set huge mode nudb cache to 64mib
2024.8.14-release+946
2024-08-14 16:40:07 +10:00
Denis Angell
18d76d3082
fix delivered amount ( #310 )
...
* fix delivered amount
2024-07-16 08:56:30 +10:00
Wietse Wind
849a4435e0
CI Split jobs with prev job dependency & CI on jshooks ( #320 )
...
* CI on `jshooks` branch
* CI Split jobs with prev job dependency
* No multi branch worker in parallel
---------
Co-authored-by: Denis Angell <dangell@transia.co >
2024-05-29 13:45:59 +02:00
Wietse Wind
247e9d98bf
CI on jshooks branch ( #317 )
2024-05-24 10:10:40 +10:00