Releases: blockchain-etl/polygon-etl
Releases · blockchain-etl/polygon-etl
v0.3.7
What's Changed
- add balancer stable pool events by @cheungringo in #158
- Update Slack alert formatting to allow mention by user group by @charlielewisme in #159
- bump minor version by @charlielewisme in #160
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- multichain router contracts by @prateekeng in #152
- Improve support for selected re-exports by @charlielewisme in #154
- Added events for balancer stable pools by @swel4ik in #155
- NFT-63 Add Seaport v1.5 contract address by @nothingnix in #156
- Upgrade composer version by @charlielewisme in #157
New Contributors
- @prateekeng made their first contribution in #152
- @swel4ik made their first contribution in #155
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
- add Aave V2 tokens events by @AyadiGithub in #141
- Feature/mstable aave integration by @AyadiGithub in #142
- Added Playdapp calls by @SimonCousaert in #143
- Add LayerZero-agEUR by @AyadiGithub in #146
- [Gauntlet] add Comp v3 by @ericruleman in #148
- Add matchOrder calls for Opensea 0x implementation by @SimonCousaert in #147
- Hotfix: add check to geth traces for missing
output
by @charlielewisme in #150
New Contributors
- @ericruleman made their first contribution in #148
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Add wMATIC & wETH by @AyadiGithub in #136
- Add support for Mai Finance by @AyadiGithub in #133
- add seaport v1.2 events + calls on polygon by @rstevens2022 in #129
- Add support for mStable protocol by @AyadiGithub in #132
- Add support for Angle protocol by @AyadiGithub in #135
- set type to string for records with fields by @rstevens2022 in #137
- add element erc1155 events from earlier version by @rstevens2022 in #130
- Add new Seaport events by @nothingnix in #139
- Nudge airflow schedules by @charlielewisme in #144
- bump version to 0.3.3 by @charlielewisme in #145
New Contributors
- @AyadiGithub made their first contribution in #136
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Remove dup chainlink feed by @bschreck in #123
- Adding element nft by @rstevens2022 in #128
- Lens Protocol: Adding LensHub events by @chweeee in #119
- Adding oneplanet by @rstevens2022 in #127
- Workaround non-batch
geth
requests by @charlielewisme in #134
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add tests for empty input/column names in table definitions by @TimNooren in #104
- Split
export_geth_traces
into 24 tasks by @charlielewisme in #105 - Adding Stable and Variable DebtToken events for Aave V3 by @cheungringo in #107
- AToken events by @cheungringo in #108
- Add Kyber contracts by @SimonCousaert in #110
- Add DODO contracts by @SimonCousaert in #111
- Add 0vix events by @SimonCousaert in #112
- Add wbtc and renbtc events by @SimonCousaert in #113
- Add Slack alert option by @wegory in #109
- Added Quickswap v3 events by @SimonCousaert in #115
- Added Curve events by @SimonCousaert in #116
- Add Stablecoin events by @SimonCousaert in #117
- Add maticx and 3 other chainlink feeds by @bschreck in #118
- Lowercase proxy feed addresses by @bschreck in #121
- Cpmm add quickswap sushiswap events by @jdmaturen in #120
- Update cli test data by @charlielewisme in #122
- fix: bump version to 0.3.1 by @charlielewisme in #124
- Update GH actions on release by @charlielewisme in #125
New Contributors
- @cheungringo made their first contribution in #107
- @SimonCousaert made their first contribution in #110
- @wegory made their first contribution in #109
- @bschreck made their first contribution in #118
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- add pool configurator v3 by @rstevens2022 in #102
- Add EIP-1559 fields (cli, airflow, dataflow) by @charlielewisme in #96
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Upgrade to composer 2 by @charlielewisme in #92
- Chainlink by @jdmaturen in #94
- Adding aave v2 + v3 pools by @rstevens2022 in #93
- Move ChainLink json files to correct folder by @araa47 in #95
- Update cli test data by @charlielewisme in #97
- Add aave lending pool configurator tables by @rstevens2022 in #98
- Fix dependencies by @TimNooren in #101
New Contributors
- @jdmaturen made their first contribution in #94
- @rstevens2022 made their first contribution in #93
Full Changelog: v0.2.1...v0.2.2
Update requirements
In preparation for upgrade to Composer 2
Requirements
- Dev
- loosen reqs since these are fairly optional
- Test
- pin
jsonschema
to match Composer 2 / Airflow 2 - bump
pytest
andtox
to latest versions
- pin
- Cli
- pin blockchain reqs (inc.
base58
) to prevent pip conflict surprises - leave non-blockchain reqs loose but compatible with Composer 2
- note that
click
andrequests
are already installed in Composer 2 by default
- pin blockchain reqs (inc.
- Setup
- remove support for python 3.6
- going forward this will help to reduce dependency conflicts
- bump the package version number
- Also
- GitHub workflows
- disable Airflow Test, due to dependency conflicts with python 3.8 (e.g.
pandas==0.25.1
) - rename
requirements.txt
->requirements_airflow.txt
- fix a couple of incorrectly named tests