fix: one transaction history row per value movement (closes #177)
Some checks failed
check / check (push) Has been cancelled

This commit was merged in pull request #196.
This commit is contained in:
2026-08-11 14:56:30 +02:00
parent 93e3f6e4e2
commit f271bcd7b4
3 changed files with 440 additions and 61 deletions

View File

@@ -67,6 +67,10 @@ undefined identifiers, which is how
remaining wallets, the selection only moves when it was deleted, and the
active-address change is broadcast to connected sites
([#156](https://git.eeqj.de/sneak/AutistMask/issues/156)).
- 2026-08-11: One row per on-chain value movement in transaction history: the
merge moved into the pure `mergeTransactions` and the zero-ETH native side of
a plain ERC-20 transfer absorbed into its token row
([#177](https://git.eeqj.de/sneak/AutistMask/issues/177)).
- 2026-08-11: `TODO.md` Workflow rewritten to the branch-and-PR-per-issue model
on `next`, with Status and Next Step refreshed
([#191](https://git.eeqj.de/sneak/AutistMask/issues/191)).