yinyiqian1
772ea80a25
fix: Use template for granular delegation permissions ( #6613 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-06-17 23:20:54 +00:00
solunolab
480676d0bf
docs: Fix some comments to improve readability ( #7405 )
...
Signed-off-by: solunolab <solunolab@outlook.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-06-17 13:55:00 +00:00
Michael Legleux
f07de6c454
ci: Disable assertions on Release builds ( #7443 )
2026-06-17 13:54:55 +00:00
Ayaz Salikhov
cb2642be05
build: Add graphviz to Nix images ( #7566 )
2026-06-17 13:54:46 +00:00
Pratik Mankawde
7e0ff536f5
refactor: Rerevert "Explicitly trim the heap after cache sweeps ( #6022 )"
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-17 13:31:43 +01:00
Pratik Mankawde
044ca7719d
release: Bump version to 3.3.0-b0
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-17 12:58:01 +01:00
Pratik Mankawde
cccce1c32e
Merge remote-tracking branch 'origin/release/3.2.x' into pratik/merge_3.2.x
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-17 12:53:02 +01:00
Ayaz Salikhov
5de434436e
ci: Make clang-tidy workflow adjustments to stay in sync with Clio ( #7563 )
2026-06-17 10:02:17 +00:00
Ayaz Salikhov
45ddc1d868
build: Add git-lfs to Nix images ( #7561 )
2026-06-16 23:13:33 +00:00
Ayaz Salikhov
7b9d55326d
build: Add zip to Nix images ( #7551 )
2026-06-16 17:35:33 +00:00
Ayaz Salikhov
0364e4dc41
docs: Rewrite build environment docs ( #7533 )
...
Co-authored-by: Ed Hennis <ed@ripple.com >
2026-06-16 13:24:12 +00:00
Ayaz Salikhov
3c43f4614f
release: Bump version to 3.2.0
3.2.0
2026-06-15 19:46:56 -04:00
dependabot[bot]
6b63f0ff61
ci: [DEPENDABOT] bump codecov/codecov-action from 6.0.1 to 7.0.0 ( #7426 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-15 19:46:49 -04:00
Bart
0ac8e6cf1e
release: Bump version to 3.2.0-rc6
2026-06-15 22:24:03 +01:00
Vito Tumas
ed5f13481a
fix: Disable transaction invariants
2026-06-15 22:24:03 +01:00
Vito Tumas
781ef175c9
perf: Dispatch "hasInvalidAmount()" on type tag instead of dynamic_cast
2026-06-15 22:24:03 +01:00
Ed Hennis
e5785c4fcb
fix: Fix Number comparison operator
2026-06-15 22:24:02 +01:00
Michael Legleux
96d0563ea6
fix: Adjust xrpld systemd service
2026-06-15 22:24:02 +01:00
Bart
61dae6f792
release: Bump version to 3.2.0-rc5
2026-06-15 22:24:02 +01:00
yinyiqian1
fded06652a
fix: Add zero NFT Offer ID check for NFTokenCancelOffer
2026-06-15 22:24:02 +01:00
Valentin Balaschenko
e833e8884d
refactor: Revert "Explicitly trim the heap after cache sweeps ( #6022 )"
2026-06-15 22:24:02 +01:00
Michael Legleux
8e3eabc398
refactor: Remove auto-update script and update RPM version
...
* refactor: Update RPM version scheme; remove auto-update script; service hardening
- **RPM version scheme**: pre-releases now use `~` in the `Version` field instead of the `0.<release>.<suffix>` `Release`-field hack. Matches Debian's `~` convention, so RPM and DEB version strings are symmetric. Requires rpm ≥ 4.10 (RHEL 9 ships 4.17).
Before/after for a pre-release build:
```
# before
xrpld-3.2.0-0.1.rc3+202606011647.d4cb68d5.el9.x86_64.rpm
# after (symmetric with DEB)
xrpld-3.2.0~rc2+202606010139.7679a310-1.el9.x86_64.rpm
xrpld_3.2.0~rc2+202606010139.7679a310-1_amd64.deb
```
- **Auto-update removed**: `update-xrpld`, `update-xrpld.service`, and `update-xrpld.timer` deleted. The `50-xrpld.preset` `disable` line for the timer is dropped too.
- **Service hardening** (two new `[Service]` directives in `xrpld.service`):
- `CapabilityBoundingSet=CAP_NET_BIND_SERVICE` — drops every Linux capability except `CAP_NET_BIND_SERVICE`, capping the privilege ceiling to least-privilege while still letting operators bind ports <1024 (e.g. WS/HTTPS on 443).
- `SystemCallArchitectures=native` — restricts the service to the native syscall ABI, blocking alternate-ABI (32-bit/x32) syscalls used to evade seccomp filtering.
- [ ] Build RPM from a pre-release version (e.g. `3.2.0-b1`) and confirm `rpm -qi` shows `Version: 3.2.0~b1`, `Release: 1`
- [ ] Confirm `3.2.0~b1` sorts before `3.2.0` via `rpmvercmp`
- [ ] Install package and confirm no `update-xrpld*` units appear in `systemctl list-unit-files`
- [ ] Confirm `systemctl show xrpld` reflects the new `CapabilityBoundingSet` and `SystemCallArchitectures`
* fix: Track tmpfiles-created directories in RPM %files as %ghost
2026-06-15 22:24:02 +01:00
Sergey Kuznetsov
47b06ecd17
refactor: Use rocksdb includes only when it is available
2026-06-15 22:23:54 +01:00
Bart
5a25c9188b
release: Bump version to 3.2.0-rc4
2026-06-15 22:23:53 +01:00
Bart
82ee5b7556
refactor: Handle int and uint API versions separately
2026-06-15 22:23:38 +01:00
Pratik Mankawde
f98c251011
refactor: Improve tracking of book (un)subscriptions
2026-06-15 22:23:38 +01:00
Sergey Kuznetsov
e29dc474b3
refactor: Improve payment channel closing and returned error codes
2026-06-15 22:23:28 +01:00
Pratik Mankawde
2728e11809
fix: Set request size limits and differential pricing for get-object-by-hash calls
2026-06-15 22:23:28 +01:00
Jingchen
9650fe8a6e
refactor: Use explicit types to help compiler
2026-06-15 22:22:53 +01:00
Pratik Mankawde
58d217599b
Merge branch 'pratik/otel-phase1b-telemetry-infra' into pratik/otel-phase1c-rpc-integration
2026-06-15 20:48:04 +01:00
Pratik Mankawde
039d6ccf4f
fix(telemetry): use underscore form for span-link attribute key
...
The follows-from link attribute used the dotted xrpl.link.type form, which
is reserved for resource attributes. Span attributes use the <domain>_<field>
underscore form, so the key becomes link_type.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-15 20:47:57 +01:00
Pratik Mankawde
f9092e7948
Merge branch 'pratik/otel-phase1b-telemetry-infra' into pratik/otel-phase1c-rpc-integration
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-15 20:39:08 +01:00
Pratik Mankawde
2701ca416f
minor cleanup
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-15 20:29:36 +01:00
Pratik Mankawde
2df96b1550
fix: Silence UBSan diagnostics in the ubsan build config ( #7531 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-15 19:25:37 +00:00
Ayaz Salikhov
fe4c8ae82a
build: Add ClangBuildAnalyzer to Nix ( #7538 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-06-15 19:04:33 +00:00
Pratik Mankawde
f0b834a913
minor naming change
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-15 20:02:48 +01:00
Pratik Mankawde
0e9a71798c
make samping ratio static constexpr
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-15 19:44:55 +01:00
Pratik Mankawde
ba85aecf00
hide gTlDiscardCurrentSpan better
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-15 17:21:35 +01:00
Pratik Mankawde
37a4c9deb8
core review comments
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-15 17:10:23 +01:00
Zhiyuan Wang
b34aa84e5a
fix: Check Fee-Free Division by Zero in AMMWithdraw singleWithdrawEPrice ( #6989 )
2026-06-15 15:31:22 +00:00
Bart
f5985e73ec
fix: Always charge peer on strand ( #7422 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-06-15 14:55:56 +00:00
Sergey Kuznetsov
4387aac1a5
chore: Remove conan patch in nix ( #7534 )
2026-06-15 14:55:43 +00:00
Pratik Mankawde
482e136d19
Merge branch 'pratik/otel-phase1b-telemetry-infra' into pratik/otel-phase1c-rpc-integration
2026-06-12 20:36:14 +01:00
Pratik Mankawde
0ff947454c
removed line numbers and cleanup
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-12 20:33:42 +01:00
Pratik Mankawde
b9f0a3ae19
Merge branch 'pratik/otel-phase1a-plan-docs' into pratik/otel-phase1b-telemetry-infra
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-12 20:21:52 +01:00
Pratik Mankawde
34f41ea37f
Merge branch 'develop' into pratik/otel-phase1a-plan-docs
2026-06-12 20:19:22 +01:00
Pratik Mankawde
46dbc92b5f
code review comments addressed
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-06-12 20:18:12 +01:00
Pratik Mankawde
7b7b3e7dcd
Merge branch 'pratik/otel-phase7-native-metrics' into pratik/otel-phase8-log-correlation
2026-06-11 23:28:41 +01:00
Pratik Mankawde
f08c098049
Merge branch 'pratik/otel-phase6-statsd' into pratik/otel-phase7-native-metrics
2026-06-11 23:28:41 +01:00
Pratik Mankawde
bef40b37e7
fix(telemetry): use bare consensus_ledger_id tempo filter tag
...
The Tempo datasource search filter used the stale dotted xrpl.consensus.ledger_id
tag, but the consensus.round span emits the bare consensus_ledger_id key
(ConsensusSpanNames.h). The dotted tag matched no spans and failed the Rule C
naming check. Align it with L1.
2026-06-11 23:28:29 +01:00