Releases: vulcanize/eth-watcher-ts
Releases · vulcanize/eth-watcher-ts
v0.0.8-beta
New API endpoint: /v1/healthz
v0.0.7-beta
remove unused column deployment. add onError handler
v0.0.6-beta
Merge pull request #32 from vulcanize/feature/in-browser Run contract watcher in browser
v0.0.5-beta
rename project to eth-watcher-ts
v0.0.4-beta
Merge pull request #31 from vulcanize/feature/VUL-120-Storage-Watchin…
v0.0.3-beta
VUL-120 storage watching: mapping (address=> uint) * VUL-120 Storage watching init commit * VUL-120 Remove web3.js * VUL-120 Create table for state * VUL-120 Sava state to db * VUL-120 Get contract by address hash * VUL-126 Watch for fixed lenth slots (sync old data) * VUL-115 Preimage table in contract watcher * VUL-115 Preimage table in contract watcher * Rework test (#29) * remove old path for tests * add mock for store * add tests for dataService * add full tests for processEvent and processState Co-authored-by: Ilnur Galiev <[email protected]> * VUL-120 Save data to db * add contract parser * add functions toStructure and toFields Co-authored-by: Ilnur Galiev <[email protected]>
v0.0.3-alpha
migration for uniq event name show connection error on graphql connect
v0.0.2-alpha
fix migration for postgraphile
v0.0.1-alpha
Merge pull request #25 from vulcanize/docker dockerfile, docker-compose, Github Actions