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

Misc small testnode fixes #42

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Misc small testnode fixes #42

merged 1 commit into from
Aug 9, 2024

Conversation

sveitser
Copy link
Collaborator

@sveitser sveitser commented Aug 8, 2024

Close EspressoSystems/nitro-espresso-integration#185

  • Use develop branch of nitro-contracts, the branch we develop on
  • Remove node.espresso argument that was removed in nitro
  • Remove trailing -f argument from docker build command
  • Default to leveldb db backend to avoid panic from new default backend pebble.

- Use `develop` branch of nitro-contracts
- Remove `node.espresso` argument that was removed in nitro
- Remove trailing `-f` argument from docker build command
- Default to `leveldb` db backend to avoid panic from new default
  backend `pebble`.
Copy link

@Sneh1999 Sneh1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! @sveitser I wanted to ask one question:

Why was pebble failing but leveldb working? do you know?

@sveitser
Copy link
Collaborator Author

sveitser commented Aug 9, 2024

Why was pebble failing but leveldb working? do you know?

I don't know. Thanks for asking. I just noticed the panic happens here: https://github.com/EspressoSystems/nitro-espresso-integration/blob/ad339ce4b86e9f4060e19f25a43aeedc9a130267/arbnode/transaction_streamer.go#L1032 which is code we added for persistence.

@sveitser
Copy link
Collaborator Author

sveitser commented Aug 9, 2024

Will merge this since it helps. Opened a new issue for investigating what's wrong:

@sveitser sveitser merged commit 9ea0c23 into integration Aug 9, 2024
1 of 2 checks passed
@sveitser sveitser deleted the ma/test-node-fixes branch August 9, 2024 09:44
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

Successfully merging this pull request may close these issues.

Figure out pebble issue or change default to leveldb
2 participants