-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feat/ new staking support #264
Conversation
Trader app template for olas operate app
This branch should address #280 |
Fix blocking behaviour on Pearl agent
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.
Looks good. Did you run this with a staked service to verify that it works?
class StakingState(Enum): | ||
"""Staking state enumeration for the staking.""" | ||
|
||
UNSTAKED = 0 | ||
STAKED = 1 | ||
EVICTED = 2 | ||
|
||
|
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.
@Adamantios Reverted as discussed
Co-authored-by: Adamantios Zaras <[email protected]>
Yes. |
This PR adds support for the new (service) staking contract.