iron-fish / ironfish

A novel cryptocurrency focused on privacy and accessibility.
https://ironfish.network
Mozilla Public License 2.0
964 stars 579 forks source link

adds store to map contract addresses to the assets they own #5095

Closed jowparks closed 1 week ago

jowparks commented 1 week ago

Summary

Adds store so that we can have contracts that own assets

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API Reference)? If yes, link a related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes
hughy commented 1 week ago

Will any EVM execution logic need access to this mapping?

jowparks commented 1 week ago

Will any EVM execution logic need access to this mapping?

No it shouldn't. It is just used to determine which contract is the owner of the asset.