Page MenuHomePhabricator

[herald] Move non-config constants to separate file
ClosedPublic

Authored by bytesofman on May 24 2023, 20:09.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCf083ffe042ce: [herald] Move non-config constants to separate file
Summary

T2972

Following feedback from D13875, creating a separate constants.js file to hold constant values that are not related to config.

Test Plan

npm test

Diff Detail

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

Event Timeline

Fabien requested changes to this revision.May 25 2023, 12:38
Fabien added a subscriber: Fabien.
Fabien added inline comments.
apps/ecash-herald/constants.js
62 ↗(On Diff #40412)

OK on the concept, but constants.js is not really self-explanatory and the miners are not related to layer apps.
I suggest you put them in separated files in the same constants directory, e.g. constants/miners.js and constants/op_return.js.

This revision now requires changes to proceed.May 25 2023, 12:38

Better folder organizing for constants

This revision is now accepted and ready to land.May 25 2023, 20:05