Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
57ad48b
fix(primary-names): add patching for primary names
atticusofsparta Oct 16, 2025
f06ae20
fix(hb): call patch primary names
atticusofsparta Oct 17, 2025
2692e25
fix(hb): add tests
atticusofsparta Oct 18, 2025
3619567
fix(hb): refactor hb primary names patch
atticusofsparta Oct 18, 2025
9876f91
fix(hb): update primary names patching
atticusofsparta Oct 28, 2025
c820c3e
fix(hb): reconfigure primary name hb sync
atticusofsparta Oct 28, 2025
78d1da0
fix(comment): spelling and formatting
atticusofsparta Oct 29, 2025
8082bad
fix(comment): spelling and formatting
atticusofsparta Oct 29, 2025
5e79506
Merge branch 'develop' into PE-8643-hb-patch-system
atticusofsparta Oct 29, 2025
b61b317
fix(hb): add patch file
atticusofsparta Oct 29, 2025
d18cf6e
fix(patch file): update patch file with primary names stuff
atticusofsparta Oct 29, 2025
e6099b6
Merge branch 'develop' into PE-8643-hb-patch-system
atticusofsparta Oct 30, 2025
04b611b
fix(hb): remove balances from hb reset util
atticusofsparta Oct 30, 2025
627b426
Merge remote-tracking branch 'refs/remotes/origin/PE-8643-hb-patch-sy…
atticusofsparta Oct 30, 2025
e8c79e8
fix(comments): update comments for patch device
atticusofsparta Oct 30, 2025
663aa58
fix(patch): setup patch for balances in hb patch system
atticusofsparta Oct 30, 2025
81c977a
fix(hb): update patch file
atticusofsparta Oct 31, 2025
2744490
fix(tests): update tests with prune state and patch checks
atticusofsparta Oct 31, 2025
9cd4857
fix(patch file): update patch file for hb changes
atticusofsparta Oct 31, 2025
4ce76ec
fix: do not add protocol balance on each patch
atticusofsparta Nov 3, 2025
0ead736
fix: comment on why we copy balances in the prune handler
atticusofsparta Nov 3, 2025
752245d
fix(tests): add prune testing for primary names'
atticusofsparta Nov 3, 2025
4fe8904
fix(tests): update patch tests
atticusofsparta Nov 3, 2025
9b32c69
fix(hb): send individual patch messages
atticusofsparta Nov 3, 2025
569458b
fix(patch): update patch file
atticusofsparta Nov 3, 2025
52cbab5
fix(types): update hb type
atticusofsparta Nov 3, 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
Prev Previous commit
fix(types): update hb type
  • Loading branch information
atticusofsparta committed Nov 3, 2025
commit 52cbab5e8c42ee749b3b5b8d0ed5bb3bf8c1724c
2 changes: 1 addition & 1 deletion src/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local globals = {}
]]
HyperbeamSync = HyperbeamSync
or {
---@type table<string, boolean> addresses that have had balance changes
---@type table<string, number> addresses that have had balance changes
balances = {},
primaryNames = {
---@type table<string, boolean> addresses that have had name changes
Expand Down
Loading