This repository has been archived by the owner on May 23, 2024. It is now read-only.
Releases: subsquid/eth-archive
Releases · subsquid/eth-archive
v0.0.56
What's Changed
- Bump tokio from 1.24.2 to 1.25.0 by @dependabot in #115
- fix s3 sync block range by @ozgrakkurt in #118
Full Changelog: 0.0.55...0.0.56
v0.0.55
What's Changed
- fix: improve and fix s3_sync in ingester by @ozgrakkurt in #117
Full Changelog: 0.0.54...0.0.55
v0.0.54
What's Changed
- Old formats by @ozgrakkurt in #116 Added option to ingester for syncing from existing s3 bucket
Full Changelog: 0.0.53...0.0.54
v0.0.53
What's Changed
- make data_path optional on worker by @ozgrakkurt in #111
Full Changelog: 0.0.52...0.0.53
v0.0.52
What's Changed
- implement topic filtering for sql query by @tmcgroul in #1
- remove all 'as' casts by @tmcgroul in #2
- add http timeouts when downloading data by @ozgrakkurt in #3
- temporary fix for multiple addresses error by @ozgrakkurt in #5
- clean up insert_blocks function by @tmcgroul in #6
- improve gateway::get_block_ranges error handling by @ozgrakkurt in #7
- fix parquet writer get_start_block by @ozgrakkurt in #8
- delete files that come after the gap in parquet_writer by @ozgrakkurt in #9
- fix parquetWriter::run block range calculation by @ozgrakkurt in #10
- Integration tests for gateway by @tmcgroul in #11
- add a few rules for vscode by @tmcgroul in #12
- extract parquet-writer to a separate lib by @tmcgroul in #13
- Transactions api by @tmcgroul in #14
- Sighash filter by @tmcgroul in #15
- implement ToHexPrefixed for types by @tmcgroul in #16
- convert parquet-writer to async by @ozgrakkurt in #18
- add ingest-stream by @ozgrakkurt in #19
- make serialization tread in gateway handler a task by @ozgrakkurt in #20
- Remove configs by @tmcgroul in #17
- add Makefile.toml by @ozgrakkurt in #21
- Stage 1 by @ozgrakkurt in #23
- verifier by @ozgrakkurt in #24
- Verifier by @ozgrakkurt in #25
- s3 by @ozgrakkurt in #26
- Bump tokio from 1.21.2 to 1.22.0 by @dependabot in #31
- Bump serde_json from 1.0.85 to 1.0.88 by @dependabot in #30
- Bump reqwest from 0.11.12 to 0.11.13 by @dependabot in #29
- Bump prefix-hex from 0.4.0 to 0.5.0 by @dependabot in #28
- Bump env_logger from 0.9.1 to 0.9.3 by @dependabot in #27
- Fix parquet query by @ozgrakkurt in #32
- fix parquet iter by @ozgrakkurt in #33
- Fix db tx joins by @ozgrakkurt in #34
- Use jemalloc by @ozgrakkurt in #35
- fix db query log collection by @ozgrakkurt in #36
- Use mimalloc instead of jemalloc by @ozgrakkurt in #38
- Tune parquet memory usage by @ozgrakkurt in #39
- Tune parquet memory usage by @ozgrakkurt in #40
- Tune memory usage by @ozgrakkurt in #41
- New format by @ozgrakkurt in #42
- liburing2 on ubuntu by @ozgrakkurt in #43
- Liburing fix by @ozgrakkurt in #44
- qweqe by @ozgrakkurt in #45
- Fix serialization by @ozgrakkurt in #46
- Multiple rpc by @ozgrakkurt in #47
- Parallel folder write by @ozgrakkurt in #48
- Parallel folder write by @ozgrakkurt in #49
- make block.mix_hash optional by @ozgrakkurt in #50
- Par query by @ozgrakkurt in #51
- Fix req concurrency by @ozgrakkurt in #52
- Query time limit by @ozgrakkurt in #53
- Fix prune hot data by @ozgrakkurt in #54
- Scan and delete by @ozgrakkurt in #55
- Fix compaction by @ozgrakkurt in #56
- run periodic compaction by @ozgrakkurt in #57
- Fix db query by @ozgrakkurt in #58
- Fix CI by @ozgrakkurt in #59
- Fix serde types by @ozgrakkurt in #60
- add unit tests by @ozgrakkurt in #61
- Bump clap from 4.0.17 to 4.0.29 by @dependabot in #66
- Bump bytes from 1.2.1 to 1.3.0 by @dependabot in #65
- Bump rayon from 1.5.3 to 1.6.1 by @dependabot in #64
- Bump serde from 1.0.145 to 1.0.150 by @dependabot in #63
- Bump tokio from 1.22.0 to 1.23.0 by @dependabot in #70
- Bump serde_json from 1.0.88 to 1.0.89 by @dependabot in #69
- Bump solana-bloom from 1.14.8 to 1.14.10 by @dependabot in #68
- Bump futures from 0.3.24 to 0.3.25 by @dependabot in #67
- Bump env_logger from 0.9.3 to 0.10.0 by @dependabot in #62
- Simplify FieldSelection code, allow querying for multiple sighashes by @ozgrakkurt in #71
- alchemy compat by @ozgrakkurt in #72
- remove de-facto int types by @ozgrakkurt in #73
- Fix integer sizes according to spec by @ozgrakkurt in #74
- Implement option to run full worker by @ozgrakkurt in #75
- Fix db_tail calculation in worker by @ozgrakkurt in #76
- Bump polars from 0.25.1 to 0.26.1 by @dependabot in #77
- Bump solana-bloom from 1.14.10 to 1.14.11 by @dependabot in #78
- Bump serde_json from 1.0.89 to 1.0.91 by @dependabot in #79
- Bump aws-smithy-http from 0.51.0 to 0.52.0 by @dependabot in #80
- Fix CI by @ozgrakkurt in #82
- Bump thiserror from 1.0.37 to 1.0.38 by @dependabot in #87
- Bump toml from 0.5.9 to 0.5.10 by @dependabot in #86
- Bump serde from 1.0.150 to 1.0.152 by @dependabot in #85
- Bump arrow2 from 0.14.2 to 0.15.0 by @dependabot in #84
- Bump prometheus-client from 0.18.1 to 0.19.0 by @dependabot in #83
- fix compilation errors by @ozgrakkurt in #88
- decrease page size by @ozgrakkurt in #89
- make pagesize configurable by @ozgrakkurt in #90
- Bump clap from 4.0.29 to 4.0.32 by @dependabot in #94
- Bump tokio from 1.23.0 to 1.24.1 by @dependabot in #93
- Bump mimalloc from 0.1.32 to 0.1.34 by @dependabot in #92
- Tx receipt by @ozgrakkurt in #95
- Bump solana-bloom from 1.14.11 to 1.14.12 by @dependabot in #100
- Bump aws-sdk-s3 from 0.22.0 to 0.23.0 by @dependabot in #99
- Bump clap from 4.0.32 to 4.1.1 by @dependabot in #98
- Bump aws-config from 0.52.0 to 0.53.0 by @dependabot in #97
- Bump aws-smithy-http from 0.52.0 to 0.53.1 by @dependabot in #96
- update deps by @ozgrakkurt in #101
- remove verifier by @ozgrakkurt in #102
- implement block receipts by @ozgrakkurt in #103
- make log.removed field optional by @ozgrakkurt in #104
- remove query metrics by @ozgrakkurt in #105
- make receipts optional by @ozgrakkurt in #106
- implement query.include_all_blocks by @ozgrakkurt in #107
- Bump clap from 4.1.1 to 4.1.2 by @dependabot in #109
- Bump actix-web from 4.2.1 to 4.3.0 by @dependabot in ht...