-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[module events] update token events and switch v1 with v2 (#14432)
* DropHelper: fix num_tasks gauge (#15048) * [module events] update token events * [event v2] add coin register event * switch instead of double emitting * deal with NewEpochEvent * fixup! deal with NewEpochEvent * fixup! fixup! deal with NewEpochEvent --------- Co-authored-by: Alden Hu <[email protected]>
- Loading branch information
Showing
79 changed files
with
2,591 additions
and
2,298 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 1 addition & 18 deletions
19
api/goldens/aptos_api__tests__events_test__test_get_events.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1 @@ | ||
[ | ||
{ | ||
"version": "0", | ||
"guid": { | ||
"creation_number": "0", | ||
"account_address": "0xa550c18" | ||
}, | ||
"sequence_number": "0", | ||
"type": "0x1::account::CoinRegisterEvent", | ||
"data": { | ||
"type_info": { | ||
"account_address": "0x1", | ||
"module_name": "0x6170746f735f636f696e", | ||
"struct_name": "0x4170746f73436f696e" | ||
} | ||
} | ||
} | ||
] | ||
[] |
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.