perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Improve event cache #100

Closed ndzik closed 2 years ago

ndzik commented 2 years ago

When adapting our interface to have typesafe eventhandlers, I mistakenly thought I would have to change the implementation of the LedgerReader. This was not necessary in the end, but I realised, that the EventCache was not tested AND had a bug. This is fixed and improved here.