Skip to content

Feemanager Watchdog

Matthew Sevey requested to merge sevey-feemanager-watchdog into master

MERGE REQUEST

MR Guidelines

Overview

The scope of this MR is to add a basic Watchdog to the FeeManager. The watchdog checks the wallet to see if transactions are getting confirmed and marks the fees as paid if the transactions are confirmed.

This MR adds code to drop transactions from the watchdog as well. There is a TODO in the code to have the watchdog actually sweep the transaction to invalidate it. This code was kept out to reduce the size of the already large MR.

Example for Visual Changes

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

Edited by Matthew Sevey

Merge request reports