Skip to content

Unexport RefCounter and all of its fields and methods.

Ivaylo Novakov requested to merge ivo/rc_unexport into master

MERGE REQUEST

MR Guidelines

Overview

This MR unexports everything in the RefCounter subsystem except the errors. The reason for this is that refcounter will only be used by contract, at least for the time being. The errors are kept public, so people can test for them and react.

I also renamed the WAL updates that belong to refcounter because we're checking for them within contract and if the name is not pointing to refcounter that might prove confusing.

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

Closes #4144 (closed)

Merge request reports