initial transfer capability on contributions

This commit is contained in:
Emil Lerch 2026-05-07 10:43:59 -07:00
parent c21ff84758
commit 78c9afc2d8
2 changed files with 1188 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -792,5 +792,4 @@ test "parseGlobals: subcommand-local flag NOT consumed as global" {
// See AGENTS.md "Adding tests" for details.
test {
std.testing.refAllDeclsRecursive(@This());
_ = @import("models/transaction_log.zig");
}