Ricochet-Exchange / ricochet-keeper

Keeper for Ricochet Protocol, implemented with Apache Airflow
5 stars 10 forks source link

Create `BaseContractInteractionOperator` #2

Closed mikeghen closed 2 years ago

mikeghen commented 2 years ago

All the operators that interact with smart contracts share the same basic functionality. This issue is to reduce the amount of duplicated code by creating a BaseContractInteractionOperator that handles the basic functionality for interacting with a smart contract.