Releases: pinax-network/substreams-sink-clickhouse
Releases · pinax-network/substreams-sink-clickhouse
v0.3.10
What's Changed
- add database query to cluster request by @DenisCarriere in #122
- add query_params to /cursor by @DenisCarriere in #123
- fix blocks SQL by @DenisCarriere in #124
Full Changelog: v0.3.9...v0.3.10
v0.3.9
What's Changed
- replace
fs.writeStream
withBun.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
What's Changed
- fix read file by @DenisCarriere in #119
- replace
fs.ReadStream
withBun.file
- replace
Full Changelog: v0.3.7...v0.3.8
v0.3.7
- write
insert
as promises - change encoding to UTF-8
v0.3.6
What's Changed
- close file after read by @DenisCarriere in #118
- fixes #117
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- fix create database before ping by @DenisCarriere in #116
Full Changelog: v0.3.4...v0.3.5
v0.3.4
v0.3.3
- upgrade
substreams-sink-webhook
to includefinalBlocksOnly
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
- remove
pm2
from start
v0.3.1
- add
pm2
to start - improve logging