permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
68 stars 46 forks source link

Token Transfer History #293

Open ItsJackAnton opened 2 months ago

ItsJackAnton commented 2 months ago

I extended the Token's blueprint to support storing every transaction made (transfers, mints, and burns).

This is crucial as users need to know a token's transaction to protect themself from bad actors by verifying everything that goes on in the transactions.

ALLiDoizCode commented 2 months ago

Is there a practical way of linking the message Id with the stored transaction?

ItsJackAnton commented 2 months ago

I can also store the message ID inside each transaction. Right now each transaction stores:

ALLiDoizCode commented 2 months ago

That should work

ItsJackAnton commented 2 months ago

Now with this new update each transaction stores: