Page MenuHomePhabricator

Port the abcbot code into this repository
ClosedPublic

Authored by jasonbcox on Sep 2 2020, 21:36.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC6b18a015f4fc: Port the abcbot code into this repository
Summary

The abcbot (more appropriately called buildbot) code lived outside of
this repo for a while. It belongs here so that we can:

  • Increase visibility with other developers
  • More atomically make changes to the bot and other software and/or tests
  • Reduce bottlenecks that are currently dependent on Fabien and I
  • Integrate its tests with our existing CI
  • Get linting practically for free

This patch is a linted version, so will differ from the original.

I copied the files directly in order to remove some sensitive git history.
Should you come across this diff in a git blame, please also consider
reaching out to Fabien, as he is also a current co-author/maintainer.

Depends on D7326

Co-authored-by: Shammah Chancellor <shammah.chancellor@gmail.com>
Co-authored-by: Fabien <fabcien@gmail.com>

Test Plan
cd buildbot/test
workon abcbot   # see readme for details
pytest

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix requested changes to this revision.Sep 2 2020, 23:47
deadalnix added a subscriber: deadalnix.

Put it in contrib or something. Let's not dump more and more stuff at the root.

This revision now requires changes to proceed.Sep 2 2020, 23:47
This revision is now accepted and ready to land.Sep 3 2020, 18:11
This revision was automatically updated to reflect the committed changes.