Page MenuHomePhabricator
Feed All Transactions
AuthorObjectTransactionDate
PiRKD19038: tests: miscellaneous hex / std::byte improvementsThu, Dec 4, 15:05
PiRKD19039: crypto: make ChaCha20::SetKey wipe bufferThu, Dec 4, 15:05
PiRKrABC369ce361944b: crypto: require key on ChaCha20 initializationThu, Dec 4, 15:05
PiRKD19036: crypto: require key on ChaCha20 initializationThu, Dec 4, 15:05
PiRKD19036: crypto: require key on ChaCha20 initialization
This revision was automatically updated to reflect the committed changes. 
Thu, Dec 4, 15:05
PiRKD19036: crypto: require key on ChaCha20 initializationThu, Dec 4, 15:05
PiRKrABC3df9deb435f0: random: simplify FastRandomContext::randbytes using fillrandThu, Dec 4, 15:05
PiRKD19035: random: simplify FastRandomContext::randbytes using fillrandThu, Dec 4, 15:05
PiRKD19035: random: simplify FastRandomContext::randbytes using fillrand
This revision was automatically updated to reflect the committed changes. 
Thu, Dec 4, 15:05
PiRKD19035: random: simplify FastRandomContext::randbytes using fillrandThu, Dec 4, 15:05
PiRKrABC54538f391d93: crypto: refactor ChaCha20 classes to use Span<std::byte> interfaceThu, Dec 4, 15:05
PiRKD19034: crypto: refactor ChaCha20 classes to use Span<std::byte> interfaceThu, Dec 4, 15:05
PiRKD19034: crypto: refactor ChaCha20 classes to use Span<std::byte> interfaceThu, Dec 4, 15:05
PiRKD19034: crypto: refactor ChaCha20 classes to use Span<std::byte> interface
This revision was automatically updated to reflect the committed changes. 
Thu, Dec 4, 15:05
PiRKrABC6e618916f106: random: add a few noexcepts to FastRandomContext
PiRK committed rABC6e618916f106: random: add a few noexcepts to FastRandomContext (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC063aad2c3249: random: move rand256() and randbytes() to .h file
PiRK committed rABC063aad2c3249: random: move rand256() and randbytes() to .h file (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABCd163bbd74b0e: introduce CharNotInt8 and BasicByte C++20 concepts
PiRK committed rABCd163bbd74b0e: introduce CharNotInt8 and BasicByte C++20 concepts (authored by MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>). 
Thu, Dec 4, 15:05
PiRKrABC2c0f7bf1eb30: random: use BasicByte concept in randbytes
PiRK committed rABC2c0f7bf1eb30: random: use BasicByte concept in randbytes (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC5355765999c0: tests: miscellaneous hex / std::byte improvements
PiRK committed rABC5355765999c0: tests: miscellaneous hex / std::byte improvements (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC11b7c5ed0da8: crypto: make ChaCha20::SetKey wipe buffer
PiRK committed rABC11b7c5ed0da8: crypto: make ChaCha20::SetKey wipe buffer (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC08efcf675a2e: random: write rand256() and rand160() in function of fillrand()
PiRK committed rABC08efcf675a2e: random: write rand256() and rand160() in function of fillrand() (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC54538f391d93: crypto: refactor ChaCha20 classes to use Span<std::byte> interface
PiRK committed rABC54538f391d93: crypto: refactor ChaCha20 classes to use Span<std::byte> interface (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC3df9deb435f0: random: simplify FastRandomContext::randbytes using fillrand
PiRK committed rABC3df9deb435f0: random: simplify FastRandomContext::randbytes using fillrand (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC369ce361944b: crypto: require key on ChaCha20 initialization
PiRK committed rABC369ce361944b: crypto: require key on ChaCha20 initialization (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKrABC59524ed767ae: fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVector
PiRK committed rABC59524ed767ae: fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVector (authored by Pieter Wuille <pieter@wuille.net>). 
Thu, Dec 4, 15:05
PiRKD19048: refactor: serialization simplifications
PiRK added a comment. 
Thu, Dec 4, 15:01
teamcityD19048: refactor: serialization simplifications
teamcity edited the summary of this revision. 
Thu, Dec 4, 14:59
PiRKD19048: refactor: serialization simplifications
PiRK created this revision. 
Thu, Dec 4, 14:59
PiRKD19048: refactor: serialization simplifications
PiRK retitled this revision from to refactor: serialization simplifications. 
Thu, Dec 4, 14:59
PiRKD19048: refactor: serialization simplifications
PiRK requested review of this revision. 
Thu, Dec 4, 14:59
PiRKD19048: refactor: serialization simplifications
PiRK edited the test plan for this revision. 
Thu, Dec 4, 14:59
HeraldD19048: refactor: serialization simplifications
Herald added a reviewer: Restricted Project. 
Thu, Dec 4, 14:59
PiRKD19048: refactor: serialization simplifications
PiRK updated this revision to Diff 56866. 
Thu, Dec 4, 14:59
PiRKD19048: refactor: serialization simplifications
PiRK edited the summary of this revision. 
Thu, Dec 4, 14:59
PiRKDiff 56866
PiRK created this diff. 
Thu, Dec 4, 14:59
FabienD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
Fabien added a comment. 
Thu, Dec 4, 14:35
FabienD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
This revision now requires changes to proceed. 
Thu, Dec 4, 14:35
FabienD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
Fabien added a subscriber: Fabien. 
Thu, Dec 4, 14:35
FabienD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
Fabien requested changes to this revision. 
Thu, Dec 4, 14:35
FabienD19044: random: use BasicByte concept in randbytes
Fabien accepted this revision. 
Thu, Dec 4, 14:34
FabienD19044: random: use BasicByte concept in randbytes
This revision is now accepted and ready to land. 
Thu, Dec 4, 14:34
FabienD19043: random: add a few noexcepts to FastRandomContext
Fabien accepted this revision. 
Thu, Dec 4, 14:34
FabienD19043: random: add a few noexcepts to FastRandomContext
This revision is now accepted and ready to land. 
Thu, Dec 4, 14:34
FabienD19042: random: move rand256() and randbytes() to .h file
This revision is now accepted and ready to land. 
Thu, Dec 4, 14:34
FabienD19042: random: move rand256() and randbytes() to .h file
Fabien accepted this revision. 
Thu, Dec 4, 14:34
FabienD19041: random: write rand256() and rand160() in function of fillrand()
This revision is now accepted and ready to land. 
Thu, Dec 4, 14:33
FabienD19041: random: write rand256() and rand160() in function of fillrand()
Fabien accepted this revision. 
Thu, Dec 4, 14:33
FabienD19040: introduce CharNotInt8 and BasicByte C++20 concepts
Fabien accepted this revision. 
Thu, Dec 4, 14:33
FabienD19040: introduce CharNotInt8 and BasicByte C++20 concepts
This revision is now accepted and ready to land. 
Thu, Dec 4, 14:33
teamcityD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
teamcity added a comment. 
Thu, Dec 4, 14:27
teamcityD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
teamcity added a comment. 
Thu, Dec 4, 14:23
HarbormasterD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
Harbormaster completed remote builds in B35230: Diff 56864. 
Thu, Dec 4, 14:23
FabienD19040: introduce CharNotInt8 and BasicByte C++20 concepts
Fabien edited the summary of this revision. 
Thu, Dec 4, 14:21
FabienD19034: crypto: refactor ChaCha20 classes to use Span<std::byte> interface
This revision is now accepted and ready to land. 
Thu, Dec 4, 14:18
FabienD19034: crypto: refactor ChaCha20 classes to use Span<std::byte> interface
Fabien accepted this revision. 
Thu, Dec 4, 14:18
HarbormasterD19047: [marlin] Add Marlin Wallet to the monorepo - web
Harbormaster completed remote builds in B35231: Diff 56865. 
Thu, Dec 4, 14:16
FabienD19047: [marlin] Add Marlin Wallet to the monorepo - web
Fabien retitled this revision from to [marlin] Add Marlin Wallet to the monorepo - web. 
Thu, Dec 4, 14:16
HeraldD19047: [marlin] Add Marlin Wallet to the monorepo - web
Herald added a reviewer: Restricted Project. 
Thu, Dec 4, 14:16
FabienD19047: [marlin] Add Marlin Wallet to the monorepo - web
Fabien updated this revision to Diff 56865. 
Thu, Dec 4, 14:16
FabienD19047: [marlin] Add Marlin Wallet to the monorepo - web
Fabien requested review of this revision. 
Thu, Dec 4, 14:16
FabienD19047: [marlin] Add Marlin Wallet to the monorepo - web
Fabien created this revision. 
Thu, Dec 4, 14:16
FabienD19047: [marlin] Add Marlin Wallet to the monorepo - web
Fabien edited the summary of this revision. 
Thu, Dec 4, 14:16
FabienD19047: [marlin] Add Marlin Wallet to the monorepo - web
Fabien edited the test plan for this revision. 
Thu, Dec 4, 14:16
FabienDiff 56865
Fabien created this diff. 
Thu, Dec 4, 14:16
teamcityD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
teamcity edited the summary of this revision. 
Thu, Dec 4, 14:12
PiRKD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
PiRK edited the test plan for this revision. 
Thu, Dec 4, 14:12
PiRKD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
PiRK retitled this revision from to refactor: use fold expressions instead of recursive calls in (Un)SerializeMany(). 
Thu, Dec 4, 14:12
PiRKD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
PiRK updated this revision to Diff 56864. 
Thu, Dec 4, 14:12
PiRKD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
PiRK created this revision. 
Thu, Dec 4, 14:12
HeraldD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
Herald added a reviewer: Restricted Project. 
Thu, Dec 4, 14:12
PiRKD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
PiRK edited the summary of this revision. 
Thu, Dec 4, 14:12
PiRKD19046: refactor: use fold expressions instead of recursive calls in (Un)SerializeMany()
PiRK requested review of this revision. 
Thu, Dec 4, 14:12
PiRKDiff 56864
PiRK created this diff. 
Thu, Dec 4, 14:12
HarbormasterD19044: random: use BasicByte concept in randbytes
Harbormaster completed remote builds in B35229: Diff 56863. 
Thu, Dec 4, 13:54
HarbormasterD19043: random: add a few noexcepts to FastRandomContext
Harbormaster completed remote builds in B35228: Diff 56862. 
Thu, Dec 4, 13:50
HarbormasterD19042: random: move rand256() and randbytes() to .h file
Harbormaster completed remote builds in B35227: Diff 56861. 
Thu, Dec 4, 13:40
HarbormasterD19041: random: write rand256() and rand160() in function of fillrand()
Harbormaster completed remote builds in B35226: Diff 56860. 
Thu, Dec 4, 13:37
teamcityW21 Code Coverage Summary
teamcity edited this Panel. 
Thu, Dec 4, 13:28
PiRKD19044: random: use BasicByte concept in randbytes
PiRK updated this revision to Diff 56863. 
Thu, Dec 4, 13:18
PiRKD19044: random: use BasicByte concept in randbytes
PiRK added a comment. 
Thu, Dec 4, 13:18
PiRKDiff 56863
PiRK created this diff. 
Thu, Dec 4, 13:18
PiRKD19043: random: add a few noexcepts to FastRandomContext
PiRK added a comment. 
Thu, Dec 4, 13:18
PiRKD19043: random: add a few noexcepts to FastRandomContext
PiRK updated this revision to Diff 56862. 
Thu, Dec 4, 13:18
PiRKDiff 56862
PiRK created this diff. 
Thu, Dec 4, 13:17
PiRKD19042: random: move rand256() and randbytes() to .h file
PiRK added a comment. 
Thu, Dec 4, 13:17
PiRKD19042: random: move rand256() and randbytes() to .h file
PiRK updated this revision to Diff 56861. 
Thu, Dec 4, 13:17
PiRKDiff 56861
PiRK created this diff. 
Thu, Dec 4, 13:17
PiRKD19041: random: write rand256() and rand160() in function of fillrand()
PiRK updated this revision to Diff 56860. 
Thu, Dec 4, 13:17
PiRKD19041: random: write rand256() and rand160() in function of fillrand()
PiRK added a comment. 
Thu, Dec 4, 13:17
PiRKDiff 56860
PiRK created this diff. 
Thu, Dec 4, 13:17
teamcityrABC17c06149ddd9: addrman: tidy up unit testsThu, Dec 4, 13:04
teamcityT3928: Build Bitcoin-ABC / Master / Default Extended Tests is broken.Thu, Dec 4, 13:04
teamcityT3928: Build Bitcoin-ABC / Master / Default Extended Tests is broken.
teamcity updated the task description. 
Thu, Dec 4, 13:04
teamcityT3928: Build Bitcoin-ABC / Master / Default Extended Tests is broken.
teamcity triaged this task as Unbreak Now! priority. 
Thu, Dec 4, 13:04
teamcityT3928: Build Bitcoin-ABC / Master / Default Extended Tests is broken.
teamcity created this task. 
Thu, Dec 4, 13:04
teamcityT3928: Build Bitcoin-ABC / Master / Default Extended Tests is broken.
teamcity created this task. 
Thu, Dec 4, 13:04
teamcityT3928: Build Bitcoin-ABC / Master / Default Extended Tests is broken.
teamcity added a subscriber: teamcity. 
Thu, Dec 4, 13:04
teamcityW17 Build Status
teamcity edited this Panel. 
Thu, Dec 4, 13:04
HarbormasterD19040: introduce CharNotInt8 and BasicByte C++20 concepts
Harbormaster completed remote builds in B35225: Diff 56859. 
Thu, Dec 4, 13:02
HarbormasterD19034: crypto: refactor ChaCha20 classes to use Span<std::byte> interface
Harbormaster completed remote builds in B35224: Diff 56858. 
Thu, Dec 4, 12:50