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
Expected behavior
runs the node with --sstorage.mine=true, mined one shard and submit a tx, the tx will fail with "execution reverted".
From the node log, we see 16 unmask log as follow. that means the proof verification is pass. should the diff check may cause it fail.
WARN [04-16|19:16:48.145] unmask info encodeType=2 chunkIdx=1855 kvHash=0
00000..000000 miner=0xcD21538aF6e33fF6fcF1E2Ca20F771413004CFd3 datalen=4096 mask data=73c00866a5bab84815ff32b77b54c7f3a1db74b7 unmask data=0000000000000000000000000000000000000000
Actual behavior
The nine transactions should succeed.
Steps to reproduce the behavior
run the node with mine enabled, and wait for mine tx.
sample params: --sstorage.mine
(--sstorage.shard=128k,0 --sstorage.file="C:\data\weqdata3\ss0.dat" --sstorage.mine=true --sstorage.minercontract="0x0000000000000000000000000000000003330001" --sstorage.txsigner=0xcd21538af6e33ff6fcf1e2ca20f771413004cfd3)
The text was updated successfully, but these errors were encountered:
System information
branch: `tm_w3q_sstorage_miner_debug
testnet: (https://testnet.web3q.io:8545)
Expected behavior
runs the node with --sstorage.mine=true, mined one shard and submit a tx, the tx will fail with "execution reverted".
From the node log, we see 16 unmask log as follow. that means the proof verification is pass. should the diff check may cause it fail.
WARN [04-16|19:16:48.145] unmask info encodeType=2 chunkIdx=1855 kvHash=0
00000..000000 miner=0xcD21538aF6e33fF6fcF1E2Ca20F771413004CFd3 datalen=4096 mask data=73c00866a5bab84815ff32b77b54c7f3a1db74b7 unmask data=0000000000000000000000000000000000000000
Actual behavior
The nine transactions should succeed.
Steps to reproduce the behavior
run the node with mine enabled, and wait for mine tx.
sample params: --sstorage.mine
(--sstorage.shard=128k,0 --sstorage.file="C:\data\weqdata3\ss0.dat" --sstorage.mine=true --sstorage.minercontract="0x0000000000000000000000000000000003330001" --sstorage.txsigner=0xcd21538af6e33ff6fcf1e2ca20f771413004cfd3)
The text was updated successfully, but these errors were encountered: