Augustus
Augustus
This PR does the following: - [x] Updates plugin config to accept optional gas price data source string - [x] Instantiate a new median factory (both loopp and legacy plugins)...
https://smartcontract-it.atlassian.net/browse/BCI-2676 Adding 3 block-related methods so RTSP can begin playing around with fetching blocks and the Batch() method to lay the groundwork for the rest of the methods. Rest of...
Starknet happens to report gas price inside of the transmission event, so it's rather easy to retrieve that data for metrics reporting
## Ticket ## Requires Dependencies ## Resolves Dependencies
## Ticket ## Requires Dependencies ## Resolves Dependencies
## Ticket ## Requires Dependencies ## Resolves Dependencies
## Ticket ## Requires Dependencies ## Resolves Dependencies
the pending block contains finalized txs so it should be used for the most recent data if you read from the pending block, there's a problem where the block number...
Pending blocks contain finalized txs, so we should be reading pending blocks to read the latest finalized transactions. This should also mitigate current behavior where we are seeing stale reports...