-
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
Feat/pyinstaller ci #221
Feat/pyinstaller ci #221
Conversation
# Conflicts: # electron/install.js # package.json # pyproject.toml
# Conflicts: # electron/install.js
…ontractInfo provider
Staking Info interval, general refactor for DX and performance
@@ -3,6 +3,7 @@ description: "A single-agent service (sovereign agent) placing bets on Omen" | |||
hash: bafybeihrogxx2kgl7euvhqsbh33fi4tzuupxodoheraqxd6lkvtvljewtu | |||
image: https://operate.olas.network/_next/image?url=%2Fimages%2Fprediction-agent.png&w=3840&q=75 | |||
configuration: | |||
trader_version: v0.16.4 |
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.
This needs to be updated when a new version of trader is meant to be used.
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.
We reference it by the hash (which is what is fetched ultimately). What impact does this version have?
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.
In particular, we have a recent hash update #225 , but there is no release of the trader repository yet. What happens in this situation? Can we use the hash still?
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.
@jmoreira-valory this specifies the aea binary that needs to be used when running the agent. It may be that deps change.
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.
lgtm
@0xArdi please make sure trader.yaml is consistent with the .ts file as well, as discussed. |
@jmoreira-valory its addressed |
Adds support for building pearl binary in CI.