-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update agent hash #170
Merged
Merged
Update agent hash #170
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
381b82a
feat: update agent hash
angrybayblade 993499b
bump deps for release to rc36
truemiller 609e3cf
fix: remove stake tx call from unstaking logic
angrybayblade 21591ed
fix: bump to fixed service hash
angrybayblade d3bf709
fix: policy store path patch
angrybayblade d8da388
bump to 41
2d5c23b
fix: on-chain status check
jmoreira-valory d4be55e
chore: disable on-chain update
jmoreira-valory 65fc08c
chore: fix
jmoreira-valory 1f867e4
chore: update gitleaksignore
jmoreira-valory aaf6b88
fix: temporary fix for env variables
jmoreira-valory 7017417
chore: service hash
jmoreira-valory 1b8b806
chore: spacing
jmoreira-valory f38655f
chore: update service hash
jmoreira-valory 590a80f
chore: update version to 0.1.0rc42
truemiller 9dd5654
chore: update hash
jmoreira-valory ec9699d
chore: update version to 0.1.0rc43
jmoreira-valory f07b44e
fix: restake after eviction
jmoreira-valory 5584693
fix: linters
jmoreira-valory 925aa30
chore: tag rc45
jmoreira-valory d3f0f01
Merge remote-tracking branch 'origin/main' into fix/on_chain_checks
jmoreira-valory 3f431ed
chore: update gitignore
jmoreira-valory 4627dbc
fix: linters
jmoreira-valory 61ac9da
Apply suggestions from code review
jmoreira-valory edd073b
fix: package.json
jmoreira-valory b455ab5
fix: linters
jmoreira-valory 44c9502
Merge pull request #173 from valory-xyz/fix/on_chain_checks
jmoreira-valory a096785
chore: gitleaksignore
jmoreira-valory 8ff071f
chore: tidy files
jmoreira-valory File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ frontend/build | |
# python | ||
.tox/ | ||
.operate/ | ||
.operate*/ | ||
__pycache__/ | ||
data/ | ||
backend/temp/ | ||
|
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "olas-operate-middleware" | ||
version = "0.1.0-rc40" | ||
version = "0.1.0-rc46" | ||
description = "" | ||
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"] | ||
readme = "README.md" | ||
|
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Suggested by @truemiller on #173 (comment)