blockchain-etl / bitcoin-etl

ETL scripts for Bitcoin, Litecoin, Dash, Zcash, Doge, Bitcoin Cash. Available in Google BigQuery https://goo.gl/oY5BCQ
https://twitter.com/BlockchainETL
MIT License
408 stars 122 forks source link

ETL process needs upgrade to work for Bitcoin Core 22.0 #56

Open veronicavero opened 2 years ago

veronicavero commented 2 years ago

From https://github.com/bitcoin/bitcoin the bitcoin core has been making changes in 22.0, rpc: remove deprecated addresses and reqSigs from rpc outputs via this commit https://github.com/bitcoin/bitcoin/commit/8721638daa8502c7f8de5ae24a9393d7290a2ce5

This change in the core 22.0 require the bitcoin-etl to make the corresponding changes.

veronicavero commented 2 years ago

@medvedev1088 Why I cannot create a branch of master?

medvedev1088 commented 2 years ago

Hey @veronicavero can you try creating a fork and then subbranch master there? Then you'll be able to create a PR