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
also need the same logic to decide n_tx in pop_all_blocks
we should also record whether it's a large or medium or small block I think we can record this info in pop_all_blocks's forge_with_txs? so we add block_type (small, medium, large) in L2BlockDetail
The text was updated successfully, but these errors were encountered:
before
for now we use fixed
n_tx
n_tx
isparams::NTXS
after
we should replace
params::NTXS
withparams::TX_SLOT_NUM
for example,
use
and then sort them
compare one by one (basic idea, should use
for loop
oriter
:then
flush_with_nop
also need the same logic to decide
n_tx
inpop_all_blocks
we should also record whether it's a large or medium or small blockI think we can record this info inpop_all_blocks
'sforge_with_txs
?so we addblock_type
(small
,medium
,large
) inL2BlockDetail
The text was updated successfully, but these errors were encountered: