Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add core events for Fungible Asset Standard #480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions aips/aip-x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
aip: X
title: Add core events for Fungible Asset Standard
author: bowenyang007, johnchanguk, lightmark
discussions-to (*optional):
Status: In Review
last-call-end-date (*optional): <mm/dd/yyyy the last date to leave feedbacks and reviews>
type: Framework
created: 07/26/2024
updated (*optional): <mm/dd/yyyy>
---

# AIP-X - Add core events for Fungible Asset Standard

## Summary

Fungible Asset standard is currently missing core events such as mint and burn. This is a problem for indexers and other downstream applications such as analytics tools, dapps, and wallets.

## Motivation

The reason we didn't add those in the first place is because events v1 aren't parallelizable so for performance reason we limited to as few events as possible. However now that we have events v2 that is parallelizable, we should add these events back. Another motivation to doing this now is that Fungible Asset isn't that widely adopted so better adding events sooner rather than later.

**Proposed Solution**


### Alternative Solutions

None

## Specification


## Reference Implementations

https://github.com/aptos-labs/aptos-core/pull/14112

## Risks and Drawbacks


## **Security Considerations**


## Timelines

Next Release

## Future Potentials

None