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
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
// There is no need to constain MemoryRw and StackRw since the 'read
184
-
// consistency' part of the constaints are enough for them to behave
185
-
// correctly.
186
-
// For these 6 Rws whose `value_prev` need to be
187
-
// constrained:
188
-
// (1) `AccountStorage` and `Account`: they are related to storage
189
-
// and they should be connected to MPT cricuit later to check the
190
-
// `value_prev`.
191
-
// (2)`TxAccessListAccount` and
192
-
// `TxAccessListAccountStorage`: Default values of them should be
193
-
// `false` indicating "not accessed yet".
194
-
// (3) `AccountDestructed`: Since we probably
195
-
// will not support this feature, it is skipped now.
196
-
// (4) `TxRefund`: Default values should be '0'. BTW it may be moved out of rw table in the future. See https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/395
197
-
// for more details.
198
-
199
-
// FIXME: For RwTableTag::Account, this is a dummy placeholder to pass
200
-
// constraints It should be aux2/committed_value.
201
-
// We should fix this after the committed_value field of Rw::Account in
202
-
// both bus-mapping and evm-circuits are implemented.
0 commit comments