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
move-language/move#373 In this link , MoveVM has changed the change_set storage operation, in
language/move-core/types/src/effects.rs,
/// A storage operation.#[derive(Debug,Clone,Eq,PartialEq,Ord,PartialOrd)]pubenumOp<T>{/// Inserts some new data into an empty slot.New(T),/// Modifies some data that currently exists.Modify(T),/// Deletes some data that currently exists.Delete,}
In starcoin dev_gas_meter branch, we can add these code blob to deltachangeset
Feature Request
Describe the Feature Request
Provide an interface for transaction's writeSetChange, in order to compare the change of resources
Describe Preferred Solution
Used to show in the browser that a transaction has occurred that affects those resources
example:
https://explorer.aptoslabs.com/txn/259143996
The text was updated successfully, but these errors were encountered: