valory-xyz / open-autonomy

A framework for the creation of autonomous agent services.
https://docs.autonolas.network
Apache License 2.0
79 stars 25 forks source link

Fix cross-period persisted keys' defaults #2241

Closed Adamantios closed 3 months ago

Adamantios commented 3 months ago

Proposed changes

Fixes a logical error introduced in #2236.

Previously, only the base synchronized data were used, and as a result, the default value was utilized most of the time for the cross-period keys' initialization.

Fixes

n/a

Types of changes

What types of changes does your code introduce? (A breaking change is a fix or feature that would cause existing functionality and APIs to not work as expected.) Put an x in the box that applies

Checklist

Put an x in the boxes that apply.

Further comments

n/a