Sergey Kuznetsov
05a81b3974
Merge ripple/wasmi-host-functions
2026-09-02 13:15:31 +01:00
Sergey Kuznetsov
ae87e88690
refactor: Use temINVALID_BYTECODE istead of temBAD_WASM ( #8156 )
2026-09-02 11:41:36 +01:00
Mayukha Vadari
74ec538296
feat: Remove float_root ( #8110 )
2026-08-31 11:19:39 -04:00
Sergey Kuznetsov
5e48fe0b33
Merge ripple/wasmi-host-functions
2026-08-28 12:58:47 +01:00
Sergey Kuznetsov
76aa7b1910
Merge ripple/wasmi
2026-08-26 17:37:11 +01:00
Sergey Kuznetsov
222ca8f3ce
Merge develop
2026-08-26 16:31:36 +01:00
Ayaz Salikhov
c28d389e0e
build: Refactor generate.py to make packaging_config part of config ( #8115 )
2026-08-26 14:04:58 +00:00
Ayaz Salikhov
d83a84510e
chore: Bump version to 3.4.0-b2 ( #8120 )
3.4.0-b2
2026-08-26 14:03:01 +00:00
Timur Yalymov
f8fba079fe
fix: Refuse a pseudo-account as the vault clawback holder ( #8111 )
...
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com >
2026-08-26 13:55:04 +00:00
Sergey Kuznetsov
42502e4263
ci: Update CI image ( #8121 )
2026-08-26 13:42:19 +00:00
Vito Tumas
36c165f74d
fix: Prevent early loan impairment and due-date manipulation ( #6557 )
...
Co-authored-by: Ed Hennis <ed@ripple.com >
Co-authored-by: Timur Yalymov <36795566+tyalymov@users.noreply.github.com >
2026-08-26 13:38:24 +00:00
Peter Chen
f7ea645bf4
fix: AMMClawback exact LP token boundary ( #7373 )
2026-08-26 13:14:53 +00:00
Ayaz Salikhov
50527485d3
build: Rename release channels: unstable->rc, experimental->beta ( #8116 )
2026-08-26 13:13:59 +00:00
Vito Tumas
421af6db79
fix: Reject open-ended vaults at LoanBrokerSet ( #8076 )
...
Co-authored-by: Kenny Lei <3003853+kennyzlei@users.noreply.github.com >
2026-08-26 00:08:25 +00:00
Timothy Banks
20750084ab
Merge pull request #8073 from XRPLF/timothybanks/Upgrade-Wasmi-Version
...
chore: upgrade wasmi to 2.0.0-beta.10
2026-08-25 16:40:30 -04:00
TimothyBanks
e101ef7923
fix: Address failing CI
2026-08-25 16:01:50 -04:00
Ayaz Salikhov
fee4bfc22e
build: Implement packaging in Python ( #8109 )
2026-08-25 19:32:03 +00:00
TimothyBanks
b6cb3c9591
chore: Merge upstream
2026-08-25 15:06:22 -04:00
Vito Tumas
5e3d20b3ed
fix: Prevent vault clawback and withdraw overrun ( #8075 )
2026-08-25 17:59:37 +00:00
Timothy Banks
b268a25f24
Merge pull request #8103 from XRPLF/timothybanks/Improve_test_coverage
...
fix: Move host function test over to new wasm design
2026-08-25 18:15:12 +01:00
Ayaz Salikhov
9e2aaf6f60
build: Add rust-toolchain.toml to .envrc ( #8107 )
2026-08-25 17:09:03 +00:00
Vito Tumas
ec042fefee
fix: Absorb Vault invariant rounding noise ( #8055 )
2026-08-25 17:07:58 +00:00
Sergey Kuznetsov
be2fbd4bf7
test: Add HostContext unit tests ( #8101 )
2026-08-25 16:34:42 +01:00
TimothyBanks
a8316180e4
chore: Address more review comments
2026-08-25 11:27:43 -04:00
Ayaz Salikhov
45e4b8899d
build: Update packaging images; add Python ( #8106 )
2026-08-25 14:34:41 +00:00
TimothyBanks
433955f022
chore: Address review comments
2026-08-25 10:33:53 -04:00
TimothyBanks
3d14bce9d8
chore: Address review comments
2026-08-25 10:26:24 -04:00
Jingchen
c5dc408596
fix: Remove explicit from std/boost hash specialisation default constructors ( #8100 )
2026-08-25 14:13:02 +00:00
Sergey Kuznetsov
473fe44a85
chore: Upgrade rust toolchain to 1.97.1 ( #8105 )
2026-08-25 13:48:26 +00:00
TimothyBanks
cabbb15c6c
fix: Correct merge issue
2026-08-24 19:54:57 -04:00
TimothyBanks
31b2fa5b37
fix: Correct CI build failures
2026-08-24 19:32:55 -04:00
TimothyBanks
135e395e8d
chore: Merge upstream branch
2026-08-24 19:08:38 -04:00
TimothyBanks
17a00ed449
fix: Add host function tests on new wasm design
2026-08-24 18:52:35 -04:00
Bart
0fdaf69e2c
chore: Bump version to 3.4.0-b1 ( #8102 )
3.4.0-b1
2026-08-24 20:41:58 +00:00
Sergey Kuznetsov
7898a5f402
test: Add HostContext unit tests
...
Port the host_context/ suite from Improve_test_coverage: one file per
HostContext method over a strict MockHostFunctions, the HostContextFixture
they share, and the mock's remaining entries.
434 tests in 61 files, over argument decoding, the SField lookup, forwarding
fidelity, the out-region contract and guarded's exception containment - the
properties the WAT-driven host_calls/ layer cannot reach without a checked-in
module per function.
2026-08-24 18:04:30 +01:00
Timur Yalymov
9d41b1bd1c
fix: Exempt vault and loan broker accounts from IOU authorization ( #8013 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-24 16:23:43 +00:00
Jingchen
f137d71510
test: Split Invariants_test.cpp into per-topic files ( #8077 )
2026-08-24 16:17:33 +00:00
Bart
8bc6e81c5f
fix: Reject an inner node claimed at leaf depth in verifyProofPath ( #7940 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-08-24 16:17:12 +00:00
Sergey Kuznetsov
a0794738a6
refactor: Wasm vm redesign ( #8012 )
...
Co-authored-by: TimothyBanks <tbanks@ripple.com >
2026-08-24 15:22:39 +01:00
Ed Hennis
764cbe7c29
perf: Pause online delete if there any gaps in recent ledger history ( #5531 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-24 14:16:03 +00:00
Timur Yalymov
520650081b
fix: Remove credentials pinned to Vault, LoanBroker, and AMM pseudo-accounts ( #7877 )
...
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com >
2026-08-24 13:06:44 +00:00
Timur Yalymov
a097ccebae
fix: Tighten destination checks on vault withdrawal ( #7977 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com >
2026-08-24 12:50:57 +00:00
TimothyBanks
31d8267c2e
chore: merge upstream in branch
2026-08-21 20:10:04 -04:00
TimothyBanks
bb90d20511
fix: Correct failing tests
2026-08-21 15:32:36 -04:00
Sergey Kuznetsov
b57ead1a8a
Fix review comments
2026-08-21 18:42:10 +01:00
Sergey Kuznetsov
27859c1f6f
Improve docs
2026-08-21 18:10:30 +01:00
Sergey Kuznetsov
e4baece501
Fix review comments
2026-08-21 17:52:34 +01:00
Sergey Kuznetsov
86c09d8acc
Check value for nullptr
2026-08-21 17:38:07 +01:00
TimothyBanks
21f1a3e1f7
fix: Correct failing tests
2026-08-21 11:57:35 -04:00
Mayukha Vadari
fe4ccdf750
fix: Add assert for account_info flags ( #7987 )
2026-08-21 15:20:44 +00:00