-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing
RawTransfer
event emission (#77)
The `RawTransfer` event that's meant to enable offchain raw balance tracking was incorrectly not emitted in certain cases, defeating its own purpose. This commit fixes it. Note that since it's impossible to apply the fix retrospectively, users before this fix is deployed would have broken history. A separate mechanism is needed to somehow "snapshot" raw balances of old users to allow offchain indexing applications to reconcile accordingly.
- Loading branch information
1 parent
c31ff97
commit 76f43d9
Showing
1 changed file
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters