< fanquake>
wumpus / sipa : can you delete the "please-delete-accidental-push" and "checktemplateverify-rebase-4-15-21" branches that have been pushed to bitcoin/bitcoin
< fanquake>
there's also a "210705-rosetta" branch that'll need deleting eventually
< fanquake>
I wonder if we can further restrict permissions to prevent that from happening. There's really no need for anyone to ever push their development branches to bitcoin/bitcoin.
< sipa>
let me see
< sipa>
ok, deleted those branches
< bitcoin-git>
[bitcoin] sipa closed pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< sipa>
hmm, was that intentional?
< sipa>
i don't see a way to prevent the creation of new branches
< fanquake>
I should have specified that by eventually, after the PR was merged, but it can just be reopened now
< sipa>
oops
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< ZEFRON>
hey i am having trouble accessing node.chainmain inside a function, is it possible to access this globally somehow? I am trying to iterate blocks and access their hashes and prev hashesh within CheckProofOfWork()