Tags: akirawuc/polygon-etl
Tags
Merge pull request blockchain-etl#160 from blockchain-etl/bump-minor-… …version-0.3.7 bump minor version
Merge pull request blockchain-etl#157 from blockchain-etl/upgrade-com… …poser-version Upgrade composer version
Merge pull request blockchain-etl#153 from blockchain-etl/refactor-pa… …rse-dags Refactor Parse Dags
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`
Merge pull request blockchain-etl#145 from blockchain-etl/fix/bump-ve… …rsion bump version to 0.3.3
Merge pull request blockchain-etl#134 from blockchain-etl/feat/workar… …ound-non-batch-geth-requests Workaround non-batch `geth` requests
Merge pull request blockchain-etl#125 from blockchain-etl/fix/gh-acti… …ons-on-release Update GH actions on release
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>
Merge pull request blockchain-etl#101 from TimNooren/fix_dependencies Fix dependencies
PreviousNext