Releases: pinax-network/substreams-sink-csv
Releases · pinax-network/substreams-sink-csv
v0.3.4
v0.3.3
- update
block
counter to count from delta blocks
v0.3.2
v0.3.1
Add DatabaseChanges
source
v0.3.0
- Add a way to consume substreams modules without schema - see README
- Minor bug fixes
Full Changelog: v0.2.12...v0.3.0
v0.2.12
Docker environment
Pull from GitHub Container registry
docker pull ghcr.io/pinax-network/substreams-sink-csv:latest
Run with .env
file
docker run -it --rm --env-file .env -v $PWD:/home ghcr.io/pinax-network/substreams-sink-csv:latest
Build from source
docker build -t substreams-sink-csv .
What's Changed
- update docker instructions by @DenisCarriere in #27
Full Changelog: v0.2.11...v0.2.12
v0.2.11
What's new?
- support EntityChanges v1.1.x & v1.3.x
- fix handle
0
values (previously returned undefined) - support Array
object
type (uses Blobs as example)
What's Changed
- fix for write row by @DenisCarriere in #23
Full Changelog: v0.2.10...v0.2.11
v0.2.10
What's new?
- improve
writeRow
logicformatValue
based on CSV rules
- add "Loading CSV Data into ClickHouse" to README docs
INSERT INTO block_meta
FROM INFILE 'graph_out-block_meta.csv'
FORMAT CSV
- support
DELIMITER
--delimiter
flag (default ",") - add additional reserved key values:
- block_number
- block
- nanos
- nanoseconds
- milliseconds
- millis
- formatted
timestamp
to2016-06-15 23:00:00
(supported by Clickhouse) - add
applyReservedFields
method - if
timestamp
exists, applyparseTimestamp
logic
fixes #19
What's Changed
- improve writeRow logic by @DenisCarriere in #20
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
- fix parse network by @DenisCarriere in #16
- export bin as .mjs by @DenisCarriere in #17
- add
--plaintext
CLI argument
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- add blocks per second to logging by @DenisCarriere in #9
{
"last_block_num": 30404,
"last_timestamp": "2015-08-04T03:19:42.000Z",
"blocks": 11154,
"rows": 22310,
"blocksPerSecond": 301,
"totalBytesRead": 285284924,
"totalBytesWritten": 0,
"runningJobs": 0
}
- fix
token
handling when undefined (substreams-sink)
Full Changelog: v0.2.7...v0.2.8