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.
This pull request updates package references, dependencies, and configuration files across multiple components in the project. The main changes include updating IPFS hashes for contracts, skills, and agents, upgrading dependencies, and ensuring consistency in configuration files.
Package Reference Updates:
Updated IPFS hashes for contracts, skills, agents, and services in
packages/packages.json
to reflect new versions. This includes updates formarket_maker
,agent_registry
,staking_token
, and more. [1] [2]Updated
fingerprint
and related references inpackages/valory/agents/trader/aea-config.yaml
for connections, contracts, and skills. This ensures compatibility with the updated package versions. [1] [2]Dependency Upgrades:
open-aea-ledger-ethereum
to==1.65.0
andopen-aea-test-autonomy
to==0.19.8
across multiple contract files, includingmarket_maker
,mech_activity
,relayer
,service_staking_token
,staking_token
, andtransfer_nft_condition
. [1] [2] [3] [4] [5] [6]Service Configuration Updates:
fingerprint
for agents inpackages/valory/services/trader/service.yaml
andpackages/valory/services/trader_pearl/service.yaml
to use the latest agent versions. [1] [2]Skill Configuration Updates:
fingerprint
references for contracts and skills inpackages/valory/skills/check_stop_trading_abci/skill.yaml
to align with the latest versions.These changes ensure that all components are up-to-date and compatible with the latest versions of dependencies and configurations.