libethsync/src
Derrick Hammer 19c59eb189
fix: as a properly synced node may never hit the computed period at getCurrentPeriod... need to manually emit synced and call getLatestExecution
2023-09-16 11:04:03 -04:00
..
client fix: as a properly synced node may never hit the computed period at getCurrentPeriod... need to manually emit synced and call getLatestExecution 2023-09-16 11:04:03 -04:00
node refactor: add block cron to node client, but ensure it only runs on boot 2023-07-15 00:21:24 -04:00
baseClient.ts fix: if startPeriod is greater than genesisPeriod, try to use latestCommittee falling back to genesisCommittee 2023-09-16 00:39:38 -04:00
constants.ts feat: Initial version 2023-07-10 16:47:50 -04:00
interfaces.ts fix: IStore should extend EventEmitter 2023-09-15 22:10:36 -04:00
prover.ts fix: parse from u, not u.data 2023-07-13 12:45:49 -04:00
ssz.ts feat: Initial version 2023-07-10 16:47:50 -04:00
store.ts feat: have Store extend EventEmitter so that it can emit set on adding an update and pass the serialized data 2023-09-15 22:06:40 -04:00
types.ts refactor: make optimisticUpdateCallback a dedicated type 2023-07-13 02:53:00 -04:00
util.ts fix: Revert "fix: create fixSerializedUint8Array helper method to deal with weird quirk of ssz serialize" 2023-07-13 10:40:25 -04:00