Skip to content

Releases: vulcanize/uniswap-watcher-ts

v0.3.5-sushiswap-0.1.0

10 Aug 12:40
671cf4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.5-sushiswap-0.1.0

v0.3.5

28 Mar 14:47
644229b
Compare
Choose a tag to compare

What's Changed

  • Upgrade TypeScript, ESLint and GraphQL packages to be compatible with watcher-ts by @nikugogoi in #423

Full Changelog: v0.3.4...v0.3.5

v0.3.4

13 Dec 07:09
6461df3
Compare
Choose a tag to compare

What's Changed

  • Fix job-runner to process missing parent block by @nikugogoi in #421

Full Changelog: v0.3.3...v0.3.4

v0.3.3

28 Nov 14:29
f298344
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

25 Nov 12:18
b47c371
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

05 Oct 10:40
a9c49a4
Compare
Choose a tag to compare

What's Changed

  • Cleanup packages not required for uniswap watchers by @nikugogoi in #362
  • Fix for miscellaneous mismatches and errors in watcher by @prathamesh0 in #363
  • Add prometheus metrics to monitor watcher progress and GQL queries by @prathamesh0 in #364
  • Use eth_calls instead of storage calls in mapping code by @nikugogoi in #365
  • Improve block processing time and GQL queries in uniswap-info-watcher by @nikugogoi in #366
  • Update query to get logs by @prathamesh0 in #368

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Jun 11:59
548e156
Compare
Choose a tag to compare

What's Changed

Full Changelog: cerc-io/watcher-ts@v0.2.0...v0.3.0

v0.2.0

07 Jun 08:48
8410da4
Compare
Choose a tag to compare

What's Changed

Full Changelog: cerc-io/watcher-ts@v0.1.9...v0.2.0

v0.1.1: Smoke test for NFPM events (#178)

02 Aug 20:09
d936601
Compare
Choose a tag to compare
* Added NFPM tests.

* Refactor smoke test.

Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>

v0.1.0

20 Jul 00:27
c1ef96b
Compare
Choose a tag to compare
Handle Position Manager DecreaseLiquidity event. (#148)

Co-authored-by: nabarun <nabarun@deepstacksoft.com>