Skip to content
New issue

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

blocks displayed in warp explorer and scan explorer are inconsistent #29

Open
drumfeet opened this issue Apr 22, 2024 · 3 comments
Open

Comments

@drumfeet
Copy link
Contributor

No description provided.

@drumfeet
Copy link
Contributor Author

I think some transactions are not written to the WAL contract because If I fetch the blocks collection in the WAL contract, it does not return the most recent Warp transaction.
I also observed that if I fetch the txs collection in the WAL contract that the most recent transactions does not have warp and block property.

@drumfeet
Copy link
Contributor Author

I haven't had a test case yet coz this issue occurs very random.
I have just observed this occurs when I make a write query to the node in sequence for a long time. Like a couple of thousand transactions, and then it probably stops writing the transaction to blocks collection.

@drumfeet
Copy link
Contributor Author

I think it is during the batch query that it fails to write the most recent block in the WAL.
I could not replicate it yet coz it happens randomly, but it is during call to await this.wal.batch(batch) in the bundle() function of rollup.js file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant