Zhang Zhuo
Zhang Zhuo
show slow sql: using aws managed dbs?
“deploy several token contracts locally according to markets_preset.sql”:maybe both rollup/exchange/contract read a same tokens.json config file? A single truth rather than several config files (json sql etc.)
I now propose a middle branch (1) remove rwc==0 row , but (2) keep prev column for (1) it seems it can be done. Here I constrain the prev col...
(1) if i understand right, we have to 2 ways to constrain prev value: (A) let evm circuit and state circuit both have rw table of 11 columns ( rw_counter,...
i guess not? There is an initial_value in state circuit, but we have to constrain it with value_prev col and value_committed ciol in rw table later. After https://github.com/privacy-scaling-explorations/zkevm-circuits/pull/621 and https://github.com/privacy-scaling-explorations/zkevm-circuits/pull/670...
thanks! Currently @z2trillion is working on state-circuit and he will check this soon!
I reviewed the codes again recently and i think in state circuit value.prev() is used to build constraints while value_prev.cur() is ignored. In evm circuit value_prev.cur() is used much. So...
yes.. > It seems that Scroll `MODEXP` precompile is not exactly the same than Ethereum Mainnet. https://docs.scroll.io/en/technology/chain/differences/#precompiled-contracts > > yes.. may not suitable for a type1 zkevm
> > yes.. > > > It seems that Scroll `MODEXP` precompile is not exactly the same than Ethereum Mainnet. https://docs.scroll.io/en/technology/chain/differences/#precompiled-contracts > > > > > > > > >...
@CPerezz don't need to be so strict... Sometimes we prefer perfect PR, sometimes we prefer urgent PR. For the latter, as long as a PR is better than before, it...