-
Notifications
You must be signed in to change notification settings - Fork 219
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
chore: add localnet gen block #6176
chore: add localnet gen block #6176
Conversation
added localnet gen block
Test Results (CI) 3 files 117 suites 37m 5s ⏱️ For more details on these failures, see this check. Results for commit 725711e. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests)29 tests 29 ✅ 11m 25s ⏱️ Results for commit 725711e. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
utAck
* development: feat: make the make_it_rain submission rate a float (tari-project#6180) feat: wallet ffi use dns (tari-project#6152) chore: add localnet gen block (tari-project#6176) fix: hide unmined coinbase (tari-project#6159) chore: removes panics from wallet burn task (tari-project#6163) test: fix cucumber network environment (tari-project#6175) feat: lazily evaluate for new random_x template (tari-project#6170)
Description
added localnet gen block so that cucumbers can use that block. Local net used esmeralda block before, but when rewinding back to 0, the ouput_mr will be different between esmeralda and localnet, so we need a unique block for local net as well.