chronicleprotocol / chronicle-std

chronicle-std provides a set of contracts used throughout the Chronicle Protocol
MIT License
3 stars 3 forks source link

Adds age() to IChronicle #3

Closed jar-o closed 1 year ago

jar-o commented 1 year ago

per fig we need to be able to access the age public var via the interface. remember these do not have the readWithAge functionality

jar-o commented 1 year ago

after further discussion, going to close this PR and keep age out of our canonical interface. will implement the interface in the repo where it's used

pmerkleplant commented 1 year ago

Closing as decided with @jar-o to support legacy interfaces via repo-local definitions.