Skip to content

Rename Gateway blacklist to blocklist

Matthew Sevey requested to merge sevey-gateway-blacklist-rename into master

MERGE REQUEST

MR Guidelines

Overview

As an open source project Sia's codebase should be as inclusive as possible. A part of that is the language we choose to define pieces of our code.

One very common term in software is blacklist and whitelist which have racial undertones. This MR updates the Gateway and renames blacklist --> blocklist.

Compat code and testing for the persistence is included, and backwards compatibility in the API is preserved.

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

See #4275

Edited by Matthew Sevey

Merge request reports