Page MenuHomePhabricator
Feed All Stories

Nov 18 2024

PiRK requested review of D17159: util: optimize HexStr.
Nov 18 2024, 15:47
PiRK updated the diff for D17139: rpc, test: add sendmsgtopeer rpc and a test for net-level deadlock situation.

remove fixme comment (now fixed)

Nov 18 2024, 11:26
PiRK published D17139: rpc, test: add sendmsgtopeer rpc and a test for net-level deadlock situation for review.
Nov 18 2024, 11:23
PiRK published D17138: Rework receive buffer pushback for review.
Nov 18 2024, 11:16
PiRK updated the summary of D17158: Handle invalid hex encoding in ParseHex.
Nov 18 2024, 11:10
teamcity updated the summary of D17158: Handle invalid hex encoding in ParseHex.
Nov 18 2024, 11:10
PiRK requested review of D17158: Handle invalid hex encoding in ParseHex.
Nov 18 2024, 11:10
PiRK updated the summary of D17157: util: Add ParseHex<std::byte>() helper.
Nov 18 2024, 10:28
teamcity updated the summary of D17157: util: Add ParseHex<std::byte>() helper.
Nov 18 2024, 10:25
PiRK requested review of D17157: util: Add ParseHex<std::byte>() helper.
Nov 18 2024, 10:25
teamcity updated the summary of D17156: refactor: Take Span in SetSeed.
Nov 18 2024, 10:24
PiRK requested review of D17156: refactor: Take Span in SetSeed.
Nov 18 2024, 10:24
PiRK closed D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL.
Nov 18 2024, 10:23
PiRK closed D17151: Use std::string_view throughout util strencodings/string.
Nov 18 2024, 10:23
PiRK committed rABC56db8a817f1c: Use std::string_view throughout util strencodings/string (authored by Pieter Wuille <pieter@wuille.net>).
Use std::string_view throughout util strencodings/string
Nov 18 2024, 10:23
PiRK committed rABC2ce28a323c56: scripted-diff: Rename ValidAsCString to ContainsNoNUL (authored by PiRK).
scripted-diff: Rename ValidAsCString to ContainsNoNUL
Nov 18 2024, 10:23
PiRK closed D17150: Make DecodeBase{32,64} take string_view arguments.
Nov 18 2024, 10:23
PiRK closed D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.
Nov 18 2024, 10:23
PiRK committed rABC6d85d6304400: Make DecodeBase{32,64} take string_view arguments (authored by Pieter Wuille <pieter@wuille.net>).
Make DecodeBase{32,64} take string_view arguments
Nov 18 2024, 10:23
PiRK committed rABC5dc47a349314: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth (authored by Pieter Wuille <pieter@wuille.net>).
modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth
Nov 18 2024, 10:23
PiRK closed D17148: Make strencodings functions use string_view.
Nov 18 2024, 10:23
PiRK committed rABCdad4fd9df468: Make strencodings functions use string_view (authored by Pieter Wuille <pieter@wuille.net>).
Make strencodings functions use string_view
Nov 18 2024, 10:23
PiRK closed D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17).
Nov 18 2024, 10:22
PiRK committed rABC10326d3320e1: util: Introduce ToIntegral<T>(const std::string&) for locale independent… (authored by practicalswift <practicalswift@users.noreply.github.com>).
util: Introduce ToIntegral<T>(const std::string&) for locale independent…
Nov 18 2024, 10:22
Fabien accepted D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL.
Nov 18 2024, 10:09
Fabien accepted D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.
Nov 18 2024, 10:08
Fabien accepted D17151: Use std::string_view throughout util strencodings/string.
Nov 18 2024, 10:08
PiRK updated the diff for D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.

fix var shadowing and move comment to the related line of code

Nov 18 2024, 10:03
Fabien accepted D17150: Make DecodeBase{32,64} take string_view arguments.
Nov 18 2024, 10:00
Fabien requested changes to D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.
Nov 18 2024, 09:53
Fabien accepted D17148: Make strencodings functions use string_view.
Nov 18 2024, 09:34
PiRK updated the diff for D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.

rebase

Nov 18 2024, 09:31
PiRK updated the diff for D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17).

comment nits

Nov 18 2024, 09:29
Fabien accepted D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17).
Nov 18 2024, 09:16
Fabien requested changes to D17155: [CHRONIK] add is_final to tx struct in util.rs.

When you add a new feature like this you need to also add a test for the new feature so you demonstrate that it works as expected.
You can look at the functional tests in test/functional/chronik_*.py for test examples, and most likely you can extend one of the existing test instead of creating a new one.

Nov 18 2024, 08:42
Fabien accepted D17121: [avalanche] Add stake contender polling.
Nov 18 2024, 08:31
PiRK closed D17133: net: introduce Sock::WaitMany().
Nov 18 2024, 06:42
PiRK closed D17132: net: also wait for exceptional events in Sock::Wait().
Nov 18 2024, 06:42
PiRK closed D17134: net: use Sock::WaitMany() instead of CConnman::SocketEvents().
Nov 18 2024, 06:42
PiRK committed rABCadc9c8e45a53: net: use Sock::WaitMany() instead of CConnman::SocketEvents() (authored by Vasil Dimov <vd@FreeBSD.org>).
net: use Sock::WaitMany() instead of CConnman::SocketEvents()
Nov 18 2024, 06:42
PiRK committed rABCf0f41147f028: net: also wait for exceptional events in Sock::Wait() (authored by Vasil Dimov <vd@FreeBSD.org>).
net: also wait for exceptional events in Sock::Wait()
Nov 18 2024, 06:42
PiRK committed rABC9f4a3fa6a70c: net: introduce Sock::WaitMany() (authored by Vasil Dimov <vd@FreeBSD.org>).
net: introduce Sock::WaitMany()
Nov 18 2024, 06:42
PiRK closed D17131: net: use Sock in CNode.
Nov 18 2024, 06:42
PiRK committed rABC48e3344f9f94: net: use Sock in CNode (authored by Vasil Dimov <vd@FreeBSD.org>).
net: use Sock in CNode
Nov 18 2024, 06:42
PiRK closed D17130: refactor: wrap accept() and extend usage of Sock.
Nov 18 2024, 06:42
PiRK committed rABC7e5ca9440c2f: refactor: wrap accept() and extend usage of Sock (authored by Vasil Dimov <vd@FreeBSD.org>).
refactor: wrap accept() and extend usage of Sock
Nov 18 2024, 06:42
PiRK closed D17137: fuzz: Add fuzzing harness for Socks5(...).
Nov 18 2024, 06:42
PiRK committed rABC5bea016076f0: fuzz: Add fuzzing harness for Socks5(...) (authored by practicalswift <practicalswift@users.noreply.github.com>).
fuzz: Add fuzzing harness for Socks5(...)
Nov 18 2024, 06:42

Nov 17 2024

abc-bot committed rABC5e55086a3dea: [Automated] Update seeds (authored by abc-bot).
[Automated] Update seeds
Nov 17 2024, 22:21
abc-bot committed rABC8022a937a44e: [Automated] Update chainparams (authored by abc-bot).
[Automated] Update chainparams
Nov 17 2024, 22:10
abc-bot committed rABC2ed2dd9475a8: [Automated] Update timing.json (authored by abc-bot).
[Automated] Update timing.json
Nov 17 2024, 21:41
hazzarust updated the diff for D17155: [CHRONIK] add is_final to tx struct in util.rs.

renamed variable from x to block

Nov 17 2024, 21:26
hazzarust requested review of D17155: [CHRONIK] add is_final to tx struct in util.rs.
Nov 17 2024, 20:35
bytesofman closed D17153: [Cashtab] Convert OrderBook component to ts as prep for adding websocket support.
Nov 17 2024, 03:08
bytesofman committed rABC92e37d388268: [Cashtab] Convert OrderBook component to ts as prep for adding websocket support (authored by bytesofman).
[Cashtab] Convert OrderBook component to ts as prep for adding websocket support
Nov 17 2024, 03:08
emack accepted D17153: [Cashtab] Convert OrderBook component to ts as prep for adding websocket support.
Nov 17 2024, 02:54

Nov 16 2024

bytesofman published D17153: [Cashtab] Convert OrderBook component to ts as prep for adding websocket support for review.
Nov 16 2024, 15:29
teamcity closed T3679: Build Bitcoin-ABC / Master / Native tests / Test Native OSX is broken. as Resolved.
Nov 16 2024, 14:52
PiRK added a comment to D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.

That failure seems unrelated to this diff. I can rebase later and investigate the failure separately.

Nov 16 2024, 14:49
teamcity triaged T3679: Build Bitcoin-ABC / Master / Native tests / Test Native OSX is broken. as Unbreak Now! priority.
Nov 16 2024, 14:38
bytesofman closed D17146: [Cashtab] Show NFT offer on token page.
Nov 16 2024, 14:32
bytesofman committed rABCcff88b5382e6: [Cashtab] Show NFT offer on token page (authored by bytesofman).
[Cashtab] Show NFT offer on token page
Nov 16 2024, 14:32
bytesofman closed D17140: [Cashtab] More ts implementation as prep for wallet upgrade.
Nov 16 2024, 14:22
bytesofman committed rABCc4b245224f2c: [Cashtab] More ts implementation as prep for wallet upgrade (authored by bytesofman).
[Cashtab] More ts implementation as prep for wallet upgrade
Nov 16 2024, 14:22
emack accepted D17140: [Cashtab] More ts implementation as prep for wallet upgrade.
Nov 16 2024, 14:01
emack accepted D17146: [Cashtab] Show NFT offer on token page.
Nov 16 2024, 13:58
bytesofman added inline comments to D17140: [Cashtab] More ts implementation as prep for wallet upgrade.
Nov 16 2024, 13:54
bytesofman updated the diff for D17140: [Cashtab] More ts implementation as prep for wallet upgrade.

rebase, remove not-needed dep, back out unrelated change to alias query function, fix comment

Nov 16 2024, 13:54
bytesofman requested review of D17146: [Cashtab] Show NFT offer on token page.
Nov 16 2024, 13:48
emack requested changes to D17140: [Cashtab] More ts implementation as prep for wallet upgrade.
Nov 16 2024, 12:01
emack requested changes to D17146: [Cashtab] Show NFT offer on token page.
Nov 16 2024, 11:41
teamcity added a comment to D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.
Nov 16 2024, 11:39
PiRK updated the diff for D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL.

rebase

Nov 16 2024, 11:19
PiRK updated the diff for D17151: Use std::string_view throughout util strencodings/string.

rebase

Nov 16 2024, 11:18
teamcity added a comment to D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL.
Nov 16 2024, 11:14
teamcity added a comment to D17151: Use std::string_view throughout util strencodings/string.
Nov 16 2024, 11:05
PiRK updated the diff for D17150: Make DecodeBase{32,64} take string_view arguments.

rebase

Nov 16 2024, 11:01
PiRK updated the diff for D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.

rebase

Nov 16 2024, 11:00
teamcity added a comment to D17150: Make DecodeBase{32,64} take string_view arguments.
Nov 16 2024, 10:58
teamcity added a comment to D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.
Nov 16 2024, 10:47
PiRK updated the diff for D17148: Make strencodings functions use string_view.

fix clang-tidy

Nov 16 2024, 10:46
PiRK added inline comments to D17151: Use std::string_view throughout util strencodings/string.
Nov 16 2024, 10:44
teamcity updated the summary of D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL.
Nov 16 2024, 10:42
PiRK requested review of D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL.
Nov 16 2024, 10:42
teamcity updated the summary of D17151: Use std::string_view throughout util strencodings/string.
Nov 16 2024, 10:39
PiRK requested review of D17151: Use std::string_view throughout util strencodings/string.
Nov 16 2024, 10:39
teamcity added a comment to D17148: Make strencodings functions use string_view.
Nov 16 2024, 10:38
teamcity updated the summary of D17150: Make DecodeBase{32,64} take string_view arguments.
Nov 16 2024, 10:37
PiRK requested review of D17150: Make DecodeBase{32,64} take string_view arguments.
Nov 16 2024, 10:37
PiRK added a comment to D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.

Note that I squashed these 3 commits because they kept touching the same lines. The intermediate states in-between commits was not very interesting to have in the git history.

Nov 16 2024, 10:36
teamcity updated the summary of D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.
Nov 16 2024, 10:34
PiRK requested review of D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth.
Nov 16 2024, 10:34
teamcity updated the summary of D17148: Make strencodings functions use string_view.
Nov 16 2024, 10:32
PiRK requested review of D17148: Make strencodings functions use string_view.
Nov 16 2024, 10:32
PiRK updated the diff for D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17).

it didn't complain but fix it anyway

Nov 16 2024, 10:31
PiRK planned changes to D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17).
Nov 16 2024, 09:34
teamcity updated the summary of D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17).
Nov 16 2024, 09:21
PiRK requested review of D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17).
Nov 16 2024, 09:20
bytesofman published D17146: [Cashtab] Show NFT offer on token page for review.
Nov 16 2024, 04:45

Nov 15 2024

Fabien closed D17145: [website] Update the upgrade page after the November 15 2024 activation.
Nov 15 2024, 20:21