refactor: cleanups post unsubtree'ing univalue

Mostly changes to remove src/univalue exceptions from the various linters,
and the required code changes to make them happy. As well as minor doc
changes.
This commit is contained in:
fanquake
2022-06-11 14:29:09 +01:00
parent e2aa7047f9
commit d873ff96e5
22 changed files with 32 additions and 56 deletions

View File

@ -1158,10 +1158,6 @@ Current subtrees include:
- src/crypto/ctaes
- Upstream at https://github.com/bitcoin-core/ctaes ; maintained by Core contributors.
- src/univalue
- Subtree at https://github.com/bitcoin-core/univalue-subtree ; maintained by Core contributors.
- Deviates from upstream https://github.com/jgarzik/univalue.
- src/minisketch
- Upstream at https://github.com/sipa/minisketch ; maintained by Core contributors.