-
Notifications
You must be signed in to change notification settings - Fork 6
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
Consensus separation - common components #85
base: feat/consensus-separation
Are you sure you want to change the base?
Conversation
- constants for block processing state
- start of epoch notify orders - node state
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.
please re-target the PR to a feat branch
Add support for historical balances
…pochs Historical balances lookup: add hint for older epochs
IsInterfaceNil() bool | ||
} | ||
|
||
// InterceptedDebugger defines an interface for debugging the intercepted data |
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.
mixed feelings about declaring this interface here. Also, for the Iterceptor and EpochStartActionHandler as they do not quite define the core business logic of elrond-go.
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.
will remain as it is, for now
Moved several interfaces and constants from elrond-go to core: