-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feat/nevermined v2 #303
Conversation
# 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] |
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.
Because of the recent MultisigTx payload changes.
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.
You could create an instance of the SubscriptionPayload
and access the property to be safe instead of using the index.
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 PR updates nevermined config to use the latest subscription.