In the test, after deploying the Token contract and minting+redeeming shielded tokens it's necessary to consolidate the tree states by advancing time 1 block. If we don't, the transfer fails with an initializer check error that should either NOT happen or happen before when redeeming the tokens.
Investigate why this happens and either explain it or fix it, looking for
// TODO: https://github.com/AztecProtocol/aztec-packages/issues/7086
in the code
In the test, after deploying the Token contract and minting+redeeming shielded tokens it's necessary to consolidate the tree states by advancing time 1 block. If we don't, the transfer fails with an initializer check error that should either NOT happen or happen before when redeeming the tokens.
Investigate why this happens and either explain it or fix it, looking for
in the code