Closed krlosMata closed 3 years ago
Since in transferToEthAddr or transferToBjj the toIdx signed is IDX 0, it does not provide enough information as data-availability to reconstruct the state tree
transferToEthAddr
transferToBjj
toIdx
IDX 0
Circuit must force to use auxToIdx in case of an L2 transaction with toIdx == IDX 0
auxToIdx
toIdx == IDX 0
Issue
Since in
transferToEthAddr
ortransferToBjj
thetoIdx
signed isIDX 0
, it does not provide enough information as data-availability to reconstruct the state treeFix
Circuit must force to use
auxToIdx
in case of an L2 transaction withtoIdx == IDX 0