You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e714607 Merge bitcoin#25001: Modernize util/strencodings and util/string (pasta)
f6bd506 rename: ValidAsCString -> ContainsNoNUL (pasta)
0ce624f Use std::string_view throughout util strencodings/string (Pieter Wuille)
5271cfa fix: DecodeBase64 changes in dash code (pasta)
b6122ea Make DecodeBase{32,64} take string_view arguments (Pieter Wuille)
7e5c0b5 Generalize ConvertBits to permit transforming the input (Pieter Wuille)
9519ace Make DecodeBase{32,64} return optional instead of taking bool* (Pieter Wuille)
765ec3f Make DecodeBase{32,64} always return vector, not string (Pieter Wuille)
Pull request description:
## Issue being fixed or feature implemented
This was partially done earlier; do the remaining commits
## What was done?
see commits
## How Has This Been Tested?
built locally
## Breaking Changes
none
## Checklist:
_Go over all the following points, and put an `x` in all the boxes that apply._
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ACKs for top commit:
UdjinM6:
utACK e714607
Tree-SHA512: e65c347a551c30b04f398ecd2d45388cbc04374a035726be35138dbd39d4921162ecee440056acd13d83aeec1b15ba6db6744c0de62a725859de0177f7c5f3ef
0 commit comments