hiero-ledger / hiero-ledger/hiero-consensus-node
Add zero-sum finalization check across `{ [airdropAmountChange, ...], [balanceChange] }` for fungible tokens
Open
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
Because a fixed token supply can be redistributed across both pending airdrop amounts and fungible token balances, it is not quite as trivial to add a zero-sum balance change check in the `RecordFinalizer`.
However, this is an important safety check, and should definitely be done.
Contributor guide
Assessment
This issue has not been assessed yet.