-
Notifications
You must be signed in to change notification settings - Fork 279
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
refactor: increase type safety of block lifecycle #5140
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mversic
requested review from
s8sato,
SamHSmith,
outoftardis,
Erigara,
0x009922,
DCNick3 and
dima74
as code owners
October 9, 2024 16:09
mversic
commented
Oct 10, 2024
mversic
commented
Oct 10, 2024
s8sato
reviewed
Oct 10, 2024
mversic
force-pushed
the
new_block_lifecycle
branch
2 times, most recently
from
October 10, 2024 06:55
f526f39
to
f11c187
Compare
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
mversic
force-pushed
the
new_block_lifecycle
branch
from
October 10, 2024 08:09
f11c187
to
3082cb3
Compare
s8sato
reviewed
Oct 10, 2024
s8sato
approved these changes
Oct 11, 2024
dima74
approved these changes
Oct 11, 2024
This PR caused regression in tests in #5124, namely in |
8 tasks
0x009922
added a commit
to 0x009922/iroha
that referenced
this pull request
Oct 17, 2024
Co-authored-by: Marin Veršić <marin.versic101@gmail.com> Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
0x009922
added a commit
to 0x009922/iroha
that referenced
this pull request
Oct 17, 2024
Co-authored-by: Marin Veršić <marin.versic101@gmail.com> Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
0x009922
added a commit
to 0x009922/iroha
that referenced
this pull request
Oct 18, 2024
Co-authored-by: Marin Veršić <marin.versic101@gmail.com> Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
mversic
pushed a commit
that referenced
this pull request
Oct 18, 2024
fix: lints, correct upload of `executor.wasm` fix: make `iroha_core` compile without `telemetry` feature ci: copy executor from script; debug; single test command ci: remove debug, enable full tests chore: remove rebase artifact ci: upload test network artifacts ci: add `ci` nextest profile fix: chores after rebase; print STDERR; handle early peer termination ci: use `NEXTEST_PROFILE` env var test: simplify parameter setting test chore: fix cargo suggestion, add `--path` refactor: replace `consensus_estimation` with `pipeline_time` test: adjust nextest profiles chore: update comment about kura test revert: redundant assert from #5140 ci: set retention days to 3 for test network runs ci: upload artifacts only on failure chore: use `expect` ci: refine artifacts upload policy --------- Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Created
event for blocksSolution
Migration Guide (optional)
main
branch, provide an instruction on how affected parties might need to adapt to the change.Review notes (optional)
Checklist
CONTRIBUTING.md
.