Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
33648c5
feat: define deterministic batch premium payment semantics
Mar 23, 2026
4afb81e
fix: resolve compilation and syntax errors in tests and lib
Mar 23, 2026
d1c7fc2
fix: remove test code injected into lib.rs and fix return signature
Mar 23, 2026
464413d
fix: resolve severe syntax errors in lib.rs
Mar 23, 2026
547d021
fix: resolve type mismatch errors in lib.rs
Mar 23, 2026
2ae10a5
fix: resolve syntax errors in test.rs create_policy definitions
Mar 23, 2026
d4dd9a4
fix: remove invalid crates-io patch definition
Mar 23, 2026
c236b48
fix: align remitwise-common soroban-sdk to v21 and add to workspace
Mar 23, 2026
21479d3
fix: resolve duplicate test module and un-gated testutils in remittan…
Mar 23, 2026
5fa350b
fix: resolve syntax errors and unclosed delimiters in bill_payments
Mar 23, 2026
5d985f2
fix: resolve duplicate discriminant in bill_payments Error enum
Mar 23, 2026
d0918a9
fix: derive Debug for SavingsGoalsError to resolve unwrap trait bound…
Mar 23, 2026
74137c6
feat: implement deterministic batch premium payment result semantics …
Mar 23, 2026
041abd2
fix: resolve E0425, E0382, and unused variable warnings in insurance …
Mar 23, 2026
e67349b
fix: remove duplicate PolicyPage struct definition in reporting contract
Mar 23, 2026
490d82b
fix: close unclosed delimiter in get_all_bills — add missing function…
Mar 23, 2026
512bda0
Merge branch 'main' into feature/insurance-batch-premium-semantics
AbuJulaybeeb Mar 26, 2026
6894c52
fix: resolve compilation errors and partial moves across contracts
Mar 26, 2026
f8f540f
fix: resolve redundant closing braces in bill_payments and duplicate …
Mar 28, 2026
a13d0d5
feat: implement comprehensive security remediation for Reporting, Fam…
Mar 28, 2026
f07e349
fix: resolve compilation errors and macro corruption in insurance tests
Mar 28, 2026
7f31eef
fix: resolve create_policy argument mismatch in insurance gas bench
Mar 28, 2026
ff36d60
fix: resolve create_bill argument count mismatch in all bill_payments…
Mar 28, 2026
a82a21d
fix: correct return type handling and restore mangled macros in remit…
Mar 28, 2026
51f3e2b
perf: refactor remittance_split storage and fix insurance benchmarks
Mar 28, 2026
e607d56
partial fix
Mar 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
"orchestrator",
"cli",
"scenarios",

"remitwise-common",
"testutils",
"integration_tests",

Expand Down
Loading
Loading