Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
92fc25c
chore(patch balances): add patch balances work
atticusofsparta Oct 7, 2025
0d0f527
fix(patch): patch balances at end of handler wrapper
atticusofsparta Oct 7, 2025
19d4361
fix(git): ignore mac pointer files
atticusofsparta Oct 7, 2025
43a7a28
fix(patch): simplify balance patching
atticusofsparta Oct 7, 2025
271d965
fix(notes): remove handler balance modification notes
atticusofsparta Oct 7, 2025
4d3c53a
fix(patch): add patch balances hydration handler
atticusofsparta Oct 7, 2025
ceb7a21
fix(events): dont add affected address to the event
atticusofsparta Oct 7, 2025
4d915e0
fix(types): update luadoc types
atticusofsparta Oct 7, 2025
6af1b0d
fix(balances): use a save size checking method
atticusofsparta Oct 7, 2025
8aea00b
fix(patch): add patch file and move patchBalances to its own file to …
atticusofsparta Oct 7, 2025
3fd06b6
fix(balances): revert change to walletHasSufficientQUantity
atticusofsparta Oct 7, 2025
1ff76a3
fix(patching): remove token supply from patch message and fix tests
atticusofsparta Oct 7, 2025
4d2c7b1
fix(tests): add live memory test
atticusofsparta Oct 8, 2025
69350a2
fix(tests): auth issue
atticusofsparta Oct 8, 2025
6b11edd
fix(tests): add configuration for live process testing
atticusofsparta Oct 8, 2025
26b4e44
fix(comments): remove extraneous type
atticusofsparta Oct 8, 2025
68b0fc7
fix(tests): update tests
atticusofsparta Oct 8, 2025
e098651
fix(tests): update integration tests with new patch messages that off…
atticusofsparta Oct 8, 2025
271b6cb
fix(hb): update patchBalances to directly use Balances
atticusofsparta Oct 8, 2025
660739c
fix(test): cleanup unused variables
atticusofsparta Oct 8, 2025
f744578
fix(hb patch): fix pattern function on PatchHyperbeamBalances handler
atticusofsparta Oct 8, 2025
2bcb16c
fix(tests): add tests for patch hyperbeam balances
atticusofsparta Oct 8, 2025
122ffa8
fix(patch file): update hb patch device patch file
atticusofsparta Oct 8, 2025
16e05a5
fix(tests): adjust error handling in patch test
atticusofsparta Oct 8, 2025
377dd8b
fix(tests): add comment on different module id for live memory testing
atticusofsparta Oct 8, 2025
2cd0b34
fix(patch): update patch file to hydrate balances on hb at end of eval
atticusofsparta Oct 8, 2025
faa95de
fix(patch): stringify balances on egress to hb patch device
atticusofsparta Oct 8, 2025
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ coverage

mainnet/**/outputs/*
mainnet/outputs/*
._*
*-wasm-memory
Loading
Loading