8000 Tags · akirawuc/polygon-etl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: akirawuc/polygon-etl

Tags

v0.3.7

Toggle v0.3.7's commit message

Verified

8000
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#160 from blockchain-etl/bump-minor-…

…version-0.3.7

bump minor version

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#157 from blockchain-etl/upgrade-com…

…poser-version

Upgrade composer version

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#153 from blockchain-etl/refactor-pa…

…rse-dags

Refactor Parse Dags

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#150 from blockchain-etl/hotfix/add-…

…check-geth-traces-missing-output

Hotfix: add check to geth traces for missing `output`

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#145 from blockchain-etl/fix/bump-ve…

…rsion

bump version to 0.3.3

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#134 from blockchain-etl/feat/workar…

…ound-non-batch-geth-requests

Workaround non-batch `geth` requests

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#125 from blockchain-etl/fix/gh-acti…

…ons-on-release

Update GH actions on release

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add EIP-1559 fields (cli, airflow, dataflow) (blockchain-etl#96)

* Add fields introduced by EIP-1559

This commit is similar to the EIP-1559 pull request for ethereum-etl: blockchain-etl/ethereum-etl#256

Fields added:

 - base_fee_per_gas (block) - base fee per gas in protocol, which can move up or down each block according to a formula which is a function of gas used in parent block and gas target (block gas limit divided by elasticity multiplier) of parent block.
 - max_fee_per_gas (tx) - total fee which covers both the priority fee and the block's network fee per gas
 - max_priority_fee_per_gas (tx) - maximum fee per gas tx senders are willing to give to miners to incentivize them to include their transaction
 - transaction_type (tx) - an envelope for future transaction types
 - effective_gas_price (receipt) - a replacement for gasUsed field

* update 'miner' field in web3_response

* update existing test data for EIP-1559 fields

* add cli tests for EIP-1559 block

* Airflow changes for EIP-1559

* Dataflow changes for EIP-1559

* update balances calculation to match ethereum-etl

* bump package version

* fix effective_gas_price -> receipt_effective_gas_price

* delete unused folder `dags/resources/stages/load/`

* fix missing `pytz` dependency error

* add `block_timestamp` to raw transactions schema

* Fix/add ds suffix

Based on nansen-ai/evmchain-etl/pull/55

Add ds postfix for load and enrich tasks
Add expiration for temp raw tables
Remove unused enrichment sql
Support load_all_partitions for export files missing EIP-1559 fields

Co-authored-by: Jerry <jerrycgh@gmail.com>

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request blockchain-etl#101 from TimNooren/fix_dependencies

Fix dependencies

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
39FC
Fix python version to 3.8.12

- update to `actions/setup-python@v2`
0