Skip to content

Releases: Indicio-tech/DeGov-interpreter-Typescript

Initial Release

15 Sep 21:34
a8d335f
Compare
Choose a tag to compare

Initial release of the DEGov interpreter written in typescript
Features

  1. Tracking active files
  • Files set as active are the only files dids are checked against
  • You can retrieve a list of all active or inactive files denoted by their url
  1. Automatic refetch after ttl(time to live) expirations
  • Every governace file with a valid ttl is automatically refetched when you attempt to use it if it has expired
  1. Cached storage
  • Files are cached and only refetched when they have expired
    4.Long term storage
  • Files are stored using either node file system or react native storage so that a sense of state can persist between sessions, this means that when you reload an app or restart an agent the files you have used and the active or inactive state they had is pulled from storage instead of refetching them all at start up (expired files are still refetched).