mirror of
https://github.com/corda/corda.git
synced 2025-02-01 16:58:27 +00:00
4e6edd012a
* CORDA-3133 [v1] This proposal is a little more flexible by design. It adds a property to the state pointer class, allowing them to be referenced in transactions on a per-state-pointer basis. * CORDA-3133 - Updated `resolveAtTransaction` to `isResolved`. - Moved `isResolved` out of the constructor into an abstract property. - Added deprecation constructor declaration for backwards compatibility. * CORDA-3133 (version 2) - Added required changes to state pointers as per PR comments. - Added unit tests to ensure isResolved can be used to configure when state pointers should be resolved to reference inputs. * CORDA-3133 (version 2) - fixed unit tests. - added comment to changelog.rst. - added helper functions to `StatePointer` to allow easier creation of static and linear pointers.