feat: expose frozen signal generator identity to execution clients
This commit is contained in:
@@ -275,6 +275,7 @@ impl ValidatedSignalBook {
|
||||
}
|
||||
|
||||
pub fn version_sha256(&self) -> &str { &self.book.version_sha256 }
|
||||
pub fn generator_sha256(&self) -> &str { &self.book.generator_sha256 }
|
||||
|
||||
pub fn decision_dates(&self) -> BTreeSet<NaiveDate> {
|
||||
self.index.keys().map(|value| value.date()).collect()
|
||||
|
||||
Reference in New Issue
Block a user