You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new storage to the service pallet to hold all the versions of the MBSM contract addresses Vec<Address> where the index is the version number.
Add another storage to hold a mapping between Service Id and the MBSM version used.
Add new method to push a new version
Add a method to get the most recent version of the MBSM (the top most one in the stack)
Update all the evm hooks in the functions.rs file of the service pallet to call MBSM of the current blueprint and pass the blueprint_id as the first param.
Create a new hook onBlueprintCreated defined in the above Spec and PR
Overview
We need to add support for the following Spec: tangle-network/tnt-core#21
Checklist
Vec<Address>
where the index is the version number.functions.rs
file of the service pallet to call MBSM of the current blueprint and pass theblueprint_id
as the first param.onBlueprintCreated
defined in the above Spec and PROther notes
Companion PR in
tnt-core
with the new contracts: tangle-network/tnt-core#22The text was updated successfully, but these errors were encountered: