b10c

Results 144 comments of b10c

Cool! Concept ACK. I've added prelimarly support for this in the static HTML page on https://addrman.observer. You can now load the new `getrawaddrman` dumps and it will show you the...

This let me use the `-8@v0` arguments on aarch64. ```diff diff --git a/src/usdt.c b/src/usdt.c index d18e37982..25048455a 100644 --- a/src/usdt.c +++ b/src/usdt.c @@ -1339,6 +1339,9 @@ static int calc_pt_regs_off(const char *reg_name)...

> > This let me use the -8@v0 arguments on aarch64. > > Does it do the right thing, though? Is x0 and v0 the same register? Hm, right. I...

On 36bf7c80241f8a56255cdeb7f2e839d924150337 the output looks like this for `27.1rc1`: `noncodesigned.SHA256SUMS` summary for release `27.1rc1` ``` User (see mapping below) a b c d e f aarch64-linux-gnu-debug.tar.gz █ █ █ █...

@willcl-ark and I have been looking into why there aren't comments in #1227 #1228: - apparently the workflow has to be approved first - we think it's only the first...

> * from our testing on my fork, it seems there's a permission issue which doesn't allow a GHA job for a PR by will to post a comment to...

Fixed in https://github.com/bitcoin-core/guix.sigs/pull/1263 We found out that we can use the `GITHUB_TOKEN` to fetch the artifacts instead of requiring an extra `GH_PAT` in the `on: workflow` workflow. The fine-grained `GH_PAT`...

I noticed that for 23.0rc1 and 23.0rc2 there are multiple distinct hashes for `bitcoin-23.0rc2-osx-unsigned.dmg`, `bitcoin-23.0rc2-osx-unsigned.tar.gz`, and `bitcoin-23.0rc2-osx-signed.dmg`. I'm not sure if this is known and was discussed at the time....

> > Maybe a script could be added that maintainers use to check, merge, and push the attestations? Maintainers can then decide on the course of action if there is...

having a text-based table is probably easier, so could be a CI job that comments on a PR for each changed release/release candidate. Before merging, it can be quickly visually...