-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix event emission of AToken and DebtToken events (#682)
* fix: Initial fix for emitting whole balance in Transfer events * fix: Initial fix for emitting accumulating Mint events in transfers * fix: Fix the amount of BalanceTransfer event * test: Add tests for event emission in tokens * fix: Refactor old test cases for AToken events * fix: Fix errors on tests * test: Add failing tests of AToken events due to onBehalfOf mechanism * fix: Fix tests * fix: Fix order of emission of events in AToken ttransfer * fix: Enhance natspec docs of main events * fix: Rename `amount` field in IStableDebtToken to `value` * fix: Add some little refactor to tests * fix: Add emission of Transfer events for accruals in transfer function * fix: Fix caller of Mint event when transferFrom * docs: Fix missing docs in burnScaled function * fix: Add more docs to Burn event * fix: Resolve merge error in tests * fix: Revert changes on event param names of StableDebtToken
- Loading branch information
1 parent
f6817ff
commit ab07a4e
Showing
14 changed files
with
2,408 additions
and
184 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
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
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
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
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
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
Oops, something went wrong.