9935 Commits

Author SHA1 Message Date
Richard Holland
a81f91e97a add account_namespace rpc call for iterating hook state objects 2022-03-14 11:03:25 +00:00
Richard Holland
f4f7e8b487 ensure hook chain fee calc only includes txns that the hook/s will fire on 2022-03-12 08:06:40 +00:00
Richard Holland
46130fe14f add sfHookNamespaces array to account root 2022-03-11 13:02:10 +00:00
Nik Bougalis
1a8eb5e6e3 Set version to 1.9.0-b1 2022-03-09 15:52:30 -08:00
Michael Legleux
6a8180c967 Use 3.16 as min cmake 2022-03-09 15:51:39 -08:00
Richard Holland
918472fa47 fix owner dir for lthook and ownercount for lthook 2022-03-07 10:46:28 +00:00
Richard Holland
dde00a9d12 fix directory iterator bug 2022-03-07 09:19:45 +00:00
Richard Holland
579306f4cd add featureExpandedSignerList 2022-03-07 09:19:24 +00:00
Michael Legleux
a01cadbfd5 Move Beast & fix #include paths 2022-03-04 14:16:59 -08:00
CJ Cobb
11ca9a946c Add successor information to clio ETL messages
* Allow clio to ask for object successors and predecessors from rippled
* Add lower_bound and last_below to SHAMap
2022-03-04 13:38:48 -08:00
natenichols
90326bf756 Proxy validation_quorum when in reporting mode 2022-03-04 13:38:48 -08:00
Edward Hennis
0623a40f02 Refactor to fix levelization:
* Remove Application & Database dependency in PerfLog. Replace it with
  a callback passed into the constructor.
* Fixes the circular dependency between ripple/nodestore and ripple/basics
2022-03-01 14:32:14 -08:00
Ikko Ashimine
a529b218f3 Fix typo in ReportingETL.cpp
respresent -> represent
2022-03-01 14:32:14 -08:00
Mark Travis
c0cb389b20 Fallback to normal sync if fast loading is not possible:
If fast loading is enabled but the last persisted ledger is not
entirely on disk, the server would fail to start without manual
intervention by the server operator.

This commit allows the server to detect this scenario and attempt
to automatically recover.
2022-03-01 11:29:07 -08:00
Mark Travis
8f82b62e0d Use CIDR notation for admin and secure_gateway 2022-03-01 11:27:50 -08:00
Mark Travis
dc213a4fab Make gateway_balances admin-only in reporting mode 2022-03-01 11:27:34 -08:00
Mark Travis
06e87e0f6a Fix deletion of orphan nodestore directories:
Orphaned nodestore directories should only be deleted
if the proper nodestore directories are confirmed to
exist.
2022-03-01 11:25:03 -08:00
John Freeman
c2a08a1f26 Simplify the Job Queue:
This is a refactor aimed at cleaning up and simplifying the existing
job queue.

As of now, all jobs are cancelled at the same time and in the same
way, so this commit removes the per-job cancellation token. If the
need for such support is demonstrated, support can be re-added.

* Revise documentation for ClosureCounter and Workers.
* Simplify code, removing unnecessary function arguments and
  deduplicating expressions
* Restructure job handlers to no longer need to pass a job's
  handle to the job.
2022-03-01 11:25:03 -08:00
Scott Schurr
df02eb125f Prefer using a local Sandbox over using the Context's view 2022-03-01 11:25:03 -08:00
Howard Hinnant
0c13676d5f Restrict access to the virtual functions move and copy
* These are meant to be used by detail::STVar only and
  are otherwise error-prone to call.
2022-03-01 11:25:03 -08:00
Howard Hinnant
74e6ed1af3 Improve the readability of STBase-derived types
* Increase the visibility of each type's API.
* No functional changes.
2022-03-01 11:25:03 -08:00
Richard Holland
0f620f4e53 Merge remote-tracking branch 'ripple/develop' into develop 2022-02-18 13:43:00 +00:00
Richard Holland
e0fa4b4f1f fix emission insertion 2022-02-18 10:30:45 +00:00
Richard Holland
34957bb7ec change sfcodes in etxn_details to match https://github.com/ripple/rippled/pull/4089 2022-02-18 10:07:22 +00:00
Richard Holland
de58b028d9 fix hook and cbak definition detection bug 2022-02-18 09:36:32 +00:00
Richard Holland
059722f4fc relax some conditions for beta 2022-02-17 17:36:28 +00:00
Richard Holland
457fc23cfb add type checking to hook and cbak on sethook, untested, compiling 2022-02-17 15:23:41 +00:00
Richard Holland
3f4f4893f4 namespace destruction rewrite, bug fix 2022-02-16 16:50:52 +00:00
Richard Holland
deedf21202 fix a bug where hooks would be deleted unless a corresponding hooksetobj was present 2022-02-16 10:57:54 +00:00
Richard Holland
4ea9187352 bugs in state update 2022-02-11 12:54:57 +00:00
Richard Holland
f185f6418e state change update to persist changes between hook executions in the same otxn, not compiling 2022-02-08 14:00:39 +00:00
Richard Holland
7596d8bbd0 fix and simplify hook-state 2022-02-08 10:00:04 +00:00
Nik Bougalis
72377e7bf2 Set version to 1.8.5 2022-02-07 16:36:55 -08:00
CJ Cobb
5b085a75fd Avoid dereferencing empty optional in ReportingETL 2022-02-07 12:38:50 -08:00
seelabs
61389a8bef Correct minor bug in TaggedPointer move constructor:
A typographical error would mishandle the case where a caller explicitly
tries to remove a child that is not actually part of the node. This case
is never invoked in practice, and so the bug would will never trigger.
2022-02-07 12:38:50 -08:00
Michael Legleux
95ecf296ad Install the protocol buffer deps during smoketests 2022-02-07 12:38:40 -08:00
Edward Hennis
d23d37fcfd Correctly add GIT_COMMIT_HASH into version string:
Commit bf013c02ad added support
for incorporating a commit ID into the compiled version string
but did so in a way that did not follow the semantic versioning
standard.

This commit corrects that flaw by moving the commit ID into the
"metadata" part of the version string and properly handles the
case where the commit hash cannot be retrieved.
2022-02-07 10:52:31 -08:00
Nik Bougalis
289bc0afd9 Improve handling of endpoints during peer discovery 2022-02-07 10:33:02 -08:00
Richard Holland
249c127890 fix create->install fallthrough bug 2022-02-07 12:52:13 +00:00
Richard Holland
7928363c24 empty hook bug fixes 2022-02-07 12:14:13 +00:00
Richard Holland
f331e7ab62 rewrite sethook cleanly 2022-02-07 11:06:33 +00:00
Richard Holland
6adb9ae6f7 cleanup sethook, begin adding hooks logcodes 2022-02-03 15:20:21 +00:00
Richard Holland
664c77489d sfcodes for xls20 and hooks 2022-01-31 11:36:55 +00:00
Richard Holland
d4ad147bf3 relocate hook api whitelist to applyhook 2022-01-25 12:38:34 +00:00
Nik Bougalis
000e0b093e Set version to 1.8.4 2022-01-25 12:38:34 +00:00
Nik Bougalis
a394641037 Adjust pathfinding configuration defaults:
The pathfinding engine built into the code has several configurable
parameters to adjust the depth of the paths indexed and explored.

These parameters can dramatically impact the performance and memory
consumption of a server; higher values can result in resource usage
increasing exponentially.

These default values were decided early and somewhat arbitrarily at
a time when the network and the size of the network state were much
smaller.

This commit adjusts the default values to reduce the depth of paths
to more reasonable levels; unless explicitly overriden, the changes
mean that pathfinding operations will return fewer, shallower paths
than previous versions of the software.
2022-01-25 12:38:34 +00:00
seelabs
1e414ca96e Adjust mutex scope in walkMapParallel:
This commit corrects a technical flaw that was introduced with commit
7c12f01358: as written, a mutex that is
intended to help provide synchronization for multiple threads as they
are each walking the map, is declared so that each thread is passed a
dangling reference to a unique mutex.

This commit hoists the mutex outside the thread creation loop, so all
threads use a single mutex and eliminating the dangling reference.
2022-01-25 12:38:34 +00:00
Nik Bougalis
39f6792106 Set version to 1.8.3 2022-01-25 12:38:34 +00:00
Nik Bougalis
7a124727dd Provide sensible default values for nodestore cache:
The nodestore includes a built-in cache to reduce the disk I/O
load but, by default, this cache was not initialized unless it
was explicitly configured by the server operator.

This commit introduces sensible defaults based on the server's
configured node size.

It remains possible to completely disable the cache if desired
by explicitly configuring it the cache size and age parameters
to 0:

    [node_db]
    ...
    cache_size = 0
    cache_age = 0
2022-01-25 12:38:34 +00:00
Nik Bougalis
763b482bee Adjust number of concurrent ledger data jobs 2022-01-25 12:38:34 +00:00