Page MenuHomePhabricator

Move interface -> interfaces
ClosedPublic

Authored by jasonbcox on Apr 18 2019, 16:48.

Details

Summary

Core PR 12906 ( https://github.com/bitcoin/bitcoin/pull/12906/files ) renames these files.
Rather than applying this large refactor patch after the completion of T417, I'm applying part of it now
and will be applying the rest of it in-place for the remaining T417 diffs.

Test Plan

make check
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
interfaces
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5503
Build 9068: Bitcoin ABC Buildbot (legacy)
Build 9067: arc lint + arc unit

Event Timeline

Renaming the namespaces which should have been included the first time around

Fabien requested changes to this revision.Apr 19 2019, 08:05
Fabien added inline comments.
src/interfaces/handler.h
5

BITCOIN_INTERFACE_HANDLER_H => BITCOIN_INTERFACES_HANDLER_H

6

dito

34

dito

This revision now requires changes to proceed.Apr 19 2019, 08:05

Rebase + update header guards

This revision is now accepted and ready to land.Apr 19 2019, 18:19
This revision was automatically updated to reflect the committed changes.