Results 8 issues of Jerry

Update node binary installation guide for new CLI version (0.3.x) This commit will deprecate old CLI. Install guide with binaries and ansible will be marked as legacy. A new guide...

enhancement
PR: DNM
PR: WIP
T1: Develop
T2: Maintain
new page
PR: author input

Added tests for executor and two major improvements: 1. Add a dependency map during execution. This will prevent aborted tasks from being sent for execution immedaitely after failure. 2. Change...

This commit is similar to the EIP-1559 pull request for ethereum-etl: https://github.com/blockchain-etl/ethereum-etl/pull/256 The changes has been tested with `export_blocks_and_transactions` command. I created separate pull requests for airflow and dataflow changes,...

This change adds new fields introduced by EIP-1559 to dataflow module. It has a dependency on https://github.com/blockchain-etl/polygon-etl/pull/64. Reference change for Ethereum: - https://github.com/blockchain-etl/blockchain-etl-dataflow/pull/6

This change adds new fields introduced by EIP-1559 to airflow. This pull request depends on https://github.com/blockchain-etl/polygon-etl/pull/64. Reference changes for Ethereum: - https://github.com/blockchain-etl/ethereum-etl-airflow/pull/267 - https://github.com/blockchain-etl/ethereum-etl-airflow/pull/275 - https://github.com/blockchain-etl/ethereum-etl-airflow/pull/315

This commit allows us to read contract states from one chain and write them to contracts on another chain.

Conway CDDL could found [here](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl).

enhancement

To make sure the changes are fully compatible with Conway, we will need to create transactions that use new ledger rules and make sure they could be successfully posted to...

enhancement