-
Notifications
You must be signed in to change notification settings - Fork 786
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
Block checker #4345
Draft
clemahieu
wants to merge
10
commits into
nanocurrency:develop
Choose a base branch
from
clemahieu:block_checker
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Block checker #4345
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
clemahieu
force-pushed
the
block_checker
branch
from
January 24, 2024 10:28
6d34835
to
18eb63b
Compare
clemahieu
force-pushed
the
block_checker
branch
6 times, most recently
from
February 20, 2024 13:57
2016dff
to
d55445b
Compare
clemahieu
force-pushed
the
block_checker
branch
from
February 22, 2024 22:32
d55445b
to
c95420e
Compare
clemahieu
force-pushed
the
block_checker
branch
4 times, most recently
from
March 10, 2024 13:22
eac2780
to
bef31c1
Compare
clemahieu
force-pushed
the
block_checker
branch
7 times, most recently
from
March 21, 2024 13:21
30af8b3
to
ac9af10
Compare
clemahieu
force-pushed
the
block_checker
branch
6 times, most recently
from
March 28, 2024 15:25
678e50e
to
b73bdf8
Compare
clemahieu
force-pushed
the
block_checker
branch
5 times, most recently
from
April 4, 2024 10:00
155aa7d
to
c3c7cb6
Compare
clemahieu
force-pushed
the
block_checker
branch
6 times, most recently
from
April 7, 2024 19:21
4c4ab80
to
f4f51c3
Compare
clemahieu
force-pushed
the
block_checker
branch
2 times, most recently
from
October 3, 2024 13:04
e73f929
to
ff57e47
Compare
…iterators" This reverts commit 750b6ba.
…ction from iterator.
Adding block_checker_context class which validates blocks outside the ledger class. # Conflicts: # nano/secure/ledger.cpp # nano/secure/ledger.hpp
# Conflicts: # nano/secure/CMakeLists.txt
clemahieu
force-pushed
the
block_checker
branch
from
October 7, 2024 13:42
ff57e47
to
0ccfd72
Compare
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.
Rewrite of #3727 with functional style checking rather than a pipeline