Skip to content
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/nevermined v2 #303

Merged
merged 11 commits into from
Jul 26, 2024
Merged

Feat/nevermined v2 #303

merged 11 commits into from
Jul 26, 2024

Conversation

0xArdi
Copy link
Collaborator

@0xArdi 0xArdi commented Jul 26, 2024

This PR updates nevermined config to use the latest subscription.

0xArdi added 11 commits July 23, 2024 21:47
# Conflicts:
#	packages/packages.json
#	packages/valory/agents/trader/aea-config.yaml
#	packages/valory/services/trader/service.yaml
#	packages/valory/services/trader_pearl/service.yaml
#	packages/valory/skills/decision_maker_abci/skill.yaml
#	packages/valory/skills/trader_abci/skill.yaml
#	packages/valory/skills/tx_settlement_multiplexer_abci/skill.yaml
@@ -67,7 +67,7 @@ def end_block(self) -> Optional[Tuple[BaseSynchronizedData, Enum]]:
return None

sync_data, event = update
agreement_id = self.most_voted_payload_values[2]
agreement_id = self.most_voted_payload_values[3]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of the recent MultisigTx payload changes.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could create an instance of the SubscriptionPayload and access the property to be safe instead of using the index.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0xArdi 0xArdi merged commit cdfed29 into main Jul 26, 2024
18 checks passed
@0xArdi 0xArdi deleted the feat/nevermined-v2 branch July 26, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants