Skip to content

Releases: pinax-network/substreams-sink-clickhouse

v0.3.10

12 Mar 02:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.9...v0.3.10

v0.3.9

29 Feb 16:09
724d3ea
Compare
Choose a tag to compare

What's Changed

  • replace fs.writeStream with Bun.file.writer by @DenisCarriere in #120
    • related to issue #117 too many file opens

Full Changelog: v0.3.8...v0.3.9

v0.3.8

29 Feb 15:12
f6c72e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

28 Feb 14:45
Compare
Choose a tag to compare
  • write insert as promises
  • change encoding to UTF-8

v0.3.6

28 Feb 03:55
5dd17bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

22 Feb 21:07
Compare
Choose a tag to compare

What's Changed

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

v0.3.4

21 Feb 19:00
b194300
Compare
Choose a tag to compare

What's Changed

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

v0.3.3

21 Feb 03:55
Compare
Choose a tag to compare
  • upgrade substreams-sink-webhook to include finalBlocksOnly payload
  • make chain optional for /blocks enpdoint
  • add GET /missing endpoint

http://localhost:3000/missing?chain=wax&module_hash=0670acd8592c0e2aec694a1dafd065218b26360f

[
  {
    "start_block_number": 249020000,
    "stop_block_number": 249030000,
    "missing": "6188"
  }
]

v0.3.2

20 Feb 14:10
Compare
Choose a tag to compare
  • remove pm2 from start

v0.3.1

20 Feb 04:14
Compare
Choose a tag to compare
  • add pm2 to start
  • improve logging