Skip to content

Releases: vulcanize/eth-watcher-ts

v0.0.8-beta

15 Feb 14:50
Compare
Choose a tag to compare

New API endpoint: /v1/healthz

v0.0.7-beta

20 Jan 14:01
Compare
Choose a tag to compare
remove unused column deployment. add onError handler

v0.0.6-beta

11 Jan 16:48
c16fe77
Compare
Choose a tag to compare
Merge pull request #32 from vulcanize/feature/in-browser

Run contract watcher in browser

v0.0.5-beta

28 Dec 17:07
Compare
Choose a tag to compare
rename project to eth-watcher-ts

v0.0.4-beta

28 Dec 16:48
981e307
Compare
Choose a tag to compare
Merge pull request #31 from vulcanize/feature/VUL-120-Storage-Watchin…

v0.0.3-beta

04 Dec 22:14
a550c44
Compare
Choose a tag to compare
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

25 Oct 10:57
Compare
Choose a tag to compare
migration for uniq event name

show connection error on graphql connect

v0.0.2-alpha

23 Oct 16:01
Compare
Choose a tag to compare
fix migration for postgraphile

v0.0.1-alpha

23 Oct 12:50
7aee74f
Compare
Choose a tag to compare
Merge pull request #25 from vulcanize/docker

dockerfile, docker-compose, Github Actions