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
Currently, we will try to gossip Smart Contract's code even if it is not modified.
If contract's balance or storage was updated, entire AccountState (and leaf in the account trie) will be updated as well.
The following code would then gossip bytecode as well:
While I think it's not critical for the devcon and there are other important issue, I think we should have this if we want to gossip head blocks (because there will be a lot of contracts that are touched at every block).
100% there is just a lot to do before we reach that, lot being relative
Currently, we will try to gossip Smart Contract's code even if it is not modified.
If contract's balance or storage was updated, entire AccountState (and leaf in the account trie) will be updated as well.
The following code would then gossip bytecode as well:
trin/portal-bridge/src/bridge/state.rs
Lines 180 to 191 in 3fc0ed8
I'm not sure if there is easy way for this to be fixed.
The text was updated successfully, but these errors were encountered: