We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@bap2pecs cloned issue babylonchain/optimism#24 on 2024-07-26:
fix finalizer_test.go. code in https://gist.github.com/bap2pecs/65e97276d3253e3973f138ab84878e74 fix op-node/rollup/finality/plasma_test.go. uncomment the failed test feat: update tryFinalize() to check finality on each L2 block babylonchain/optimism#23 (comment): we should have a test case for this where fd.L1Block is different from lastFinalizedBlock.L1Origin feat: update tryFinalize() to check finality on each L2 block babylonchain/optimism#23 (comment): we shouldn't keep iterating if some blocks in the range is not finalized. see if we should add a test case design and implement more tests in finalizer_test.go
fix finalizer_test.go. code in https://gist.github.com/bap2pecs/65e97276d3253e3973f138ab84878e74
fix op-node/rollup/finality/plasma_test.go. uncomment the failed test
feat: update tryFinalize() to check finality on each L2 block babylonchain/optimism#23 (comment): we should have a test case for this where fd.L1Block is different from lastFinalizedBlock.L1Origin
tryFinalize()
feat: update tryFinalize() to check finality on each L2 block babylonchain/optimism#23 (comment): we shouldn't keep iterating if some blocks in the range is not finalized. see if we should add a test case
design and implement more tests in finalizer_test.go
The text was updated successfully, but these errors were encountered:
plasma_test.go
No branches or pull requests
@bap2pecs cloned issue babylonchain/optimism#24 on 2024-07-26:
The text was updated successfully, but these errors were encountered: