< luke-jr> #20557 looks like it might need a backport?
< gribble> https://github.com/bitcoin/bitcoin/issues/20557 | addrman: Fix new table bucketing during unserialization by jnewbery · Pull Request #20557 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/05e821ee1955...d1abe54fcee1
< bitcoin-git> bitcoin/master a0a7a43 Hennadii Stepanov: guix, doc: Update default HOSTS value
< bitcoin-git> bitcoin/master d1abe54 fanquake: Merge #21323: guix, doc: Update default HOSTS value
< bitcoin-git> [bitcoin] fanquake merged pull request #21323: guix, doc: Update default HOSTS value (master...210301-guixdoc) https://github.com/bitcoin/bitcoin/pull/21323
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d1abe54fcee1...a28c053c885e
< bitcoin-git> bitcoin/master 65363a1 Carl Dong: guix: Rebase on 95aca2991b (1.2.0-12.dffc918)
< bitcoin-git> bitcoin/master c33b199 Carl Dong: guix: Bump glibc and linux-headers
< bitcoin-git> bitcoin/master a28c053 fanquake: Merge #21298: guix: Bump time-machine, glibc, and linux-headers
< bitcoin-git> [bitcoin] fanquake merged pull request #21298: guix: Bump time-machine, glibc, and linux-headers (master...2021-02-bump-guix-and-glibc) https://github.com/bitcoin/bitcoin/pull/21298
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a28c053c885e...72e6979b31ba
< bitcoin-git> bitcoin/master fbbb2d4 fyquah: lint: Fix spelling errors in comments
< bitcoin-git> bitcoin/master 72e6979 fanquake: Merge #21325: lint: Fix spelling errors in comments
< bitcoin-git> [bitcoin] fanquake merged pull request #21325: lint: Fix spelling errors in comments (master...fix-spelling-errors) https://github.com/bitcoin/bitcoin/pull/21325
< bitcoin-git> [bitcoin] sipa opened pull request #21330: Deal with missing data in signature hashes more consistently (master...202103_missing_data_verify) https://github.com/bitcoin/bitcoin/pull/21330
< bitcoin-git> [bitcoin] fanquake opened pull request #21331: rpc: replace raw pointers with shared_ptrs (#18592 rebased) (master...18592_rebased) https://github.com/bitcoin/bitcoin/pull/21331
< jnewbery> luke-jr: #20557 doesn't seem worth the effort to backport. It's not critical
< gribble> https://github.com/bitcoin/bitcoin/issues/20557 | addrman: Fix new table bucketing during unserialization by jnewbery · Pull Request #20557 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #21333: build: set Unicode true for NSIS installer (master...windows_unicode) https://github.com/bitcoin/bitcoin/pull/21333
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/72e6979b31ba...cfce346508f1
< bitcoin-git> bitcoin/master 8a8c638 Sebastian Falbesoner: zmq test: fix sync-up by matching notification to generated block
< bitcoin-git> bitcoin/master cfce346 MarcoFalke: Merge #21310: zmq test: fix sync-up by matching notification to generated ...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21310: zmq test: fix sync-up by matching notification to generated block (master...2021-zmq-fix_sync_up_procedure) https://github.com/bitcoin/bitcoin/pull/21310
< bitcoin-git> [bitcoin] laanwj pushed 21 commits to master: https://github.com/bitcoin/bitcoin/compare/cfce346508f1...b9f41df1ead4
< bitcoin-git> bitcoin/master 4cba2fd Vasil Dimov: util: extract {Read,Write}BinaryFile() to its own files
< bitcoin-git> bitcoin/master 8b6e4b3 Vasil Dimov: util: fix ReadBinaryFile() returning partial contents
< bitcoin-git> bitcoin/master 545bc5f Vasil Dimov: util: fix WriteBinaryFile() claiming success even if error occurred
< bitcoin-git> [bitcoin] laanwj merged pull request #20685: Add I2P support using I2P SAM (master...i2p_sam) https://github.com/bitcoin/bitcoin/pull/20685
< vasild> \o/
< wumpus> yess
< wumpus> thanks vasild and everyone who helped testing and reviewing
< prusnak> does that work with i2pd too, or only the original i2p software works?
< vasild> prusnak: also with i2pd
< wumpus> it definitely works with i2pd (i think most current users use that)
< prusnak> great, thanks!
< vasild> prusnak: it would work with anything that provides an I2P SAM proxy
< prusnak> right, i just didn't know whether i2pd talks SAM
< vasild> it does, alas some old version 3.1 which is why I limited some of the functionality we use
< vasild> in 3.2 it is possible to listen for incoming connections concurrently with more than one listener
< vasild> we don't use that because i2pd only supports sam 3.1
< wumpus> we could make it optional if the server supports it, that said, it's good to start with basic support like this i think
< vasild> yeah
< vasild> I was not sure if the code complexity would be worth it - to support both 3.1 and 3.2
< wumpus> i think it's already quite impressive what it does (both listening and connecting outwards, automatically, without all the micro-proxy-management we have for Tor)
< wumpus> it's much more integrated than Tor's control socket
< vasild> and it is about ok to listen with just one listener - it is not like we expect many incoming connections per second
< wumpus> right
< vasild> yes
< vasild> next - tests
< wumpus> yes, i wonder if there's a python SAM implementation that we can borrow
< bitcoin-git> [bitcoin] Sjors opened pull request #21334: Additional (refactored) BIP9 tests (master...2021/03/bip9_tests) https://github.com/bitcoin/bitcoin/pull/21334
< bitcoin-git> [bitcoin] naumenkogs opened pull request #21335: Erlay refactored (master...erlay_refactored_public) https://github.com/bitcoin/bitcoin/pull/21335
< bitcoin-git> [bitcoin] naumenkogs closed pull request #21335: Erlay refactored (master...erlay_refactored_public) https://github.com/bitcoin/bitcoin/pull/21335
< gleb> Sorry, I meant to do this in under own repo. Ignore this PR for now.
< bitcoin-git> [bitcoin] hebasto opened pull request #21336: Add src/test/fuzz/fuzz.exe to .gitignore (master...210302-ignore) https://github.com/bitcoin/bitcoin/pull/21336
< bitcoin-git> [bitcoin] hebasto opened pull request #21337: guix: Update darwin native packages dependencies (master...210302-cdrkit) https://github.com/bitcoin/bitcoin/pull/21337
< bitcoin-git> [bitcoin] brunoerg opened pull request #21338: test: add functional test for anchors.dat (master...2021-03-anchors-test) https://github.com/bitcoin/bitcoin/pull/21338
< vasild> stupid question: how do I edit https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-Current-Priorities ? I am sure I edited it before, but now I can't figure out how to.
< vasild> aha! trying to browse ....Priorities/_edit shows "You do not have permission to update this wiki.", this explains the lack of "edit" button.
< jnewbery> #proposedmeetingtopic blocksonly mode and transaction relay
< vasild> woho! some more i2p peers have appeared: https://bpa.st/OXKQ
< jonatack> vasild: hehe, i've been cheerleading your merge and onboarding users these past few hours
< vasild> :)
< jonatack> vasild: i recognize 4 of those addresses but 3 are indeed new to me
< bitcoin-git> [bitcoin] hebasto opened pull request #21339: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional (master...210302-signer) https://github.com/bitcoin/bitcoin/pull/21339
< wumpus> vasild: wiki write access was restricted to repository members, i'll give you access
< Talkless> kinda offotpic, but what's up with double-# in irc channel names?
< Talkless> ##taproot-activation, ##uasf
< hebasto> Talkless: ##bitcoin-core-gui is for developers interested in https://github.com/bitcoin-core/gui
< sipa> # is for official channels (which can be registered through freenode for actual projects etc), ## is for whatever channels
< Talkless> TIL, thanks sipa
< Talkless> cool hebasto, will auto-join
< hebasto> Talkless: welcome :)
< bitcoin-git> [bitcoin] glozow closed pull request #21146: validation/coins: limit MemPoolAccept access to coins cache + make it responsible for uncaching (master...2021-02-coinsviews) https://github.com/bitcoin/bitcoin/pull/21146
< bitcoin-git> [bitcoin] ivanacostarubio opened pull request #21341: build: removing xcrun from darwin build (master...removing_xcrum) https://github.com/bitcoin/bitcoin/pull/21341
< bitcoin-git> [bitcoin] ivanacostarubio closed pull request #21308: build: removing xcrun from darwin build (master...issue18959) https://github.com/bitcoin/bitcoin/pull/21308
< bitcoin-git> [bitcoin] hebasto opened pull request #21342: doc: Remove outdated comment (master...210302-autogen) https://github.com/bitcoin/bitcoin/pull/21342
< bitcoin-git> [bitcoin] jarolrod opened pull request #21343: doc: revamp macOS build doc (master...macos-build-docs) https://github.com/bitcoin/bitcoin/pull/21343
< bitcoin-git> [bitcoin] hebasto opened pull request #21344: build: Fix libbitcoinconsensus cross-compiling for Windows with DEBUG=1 (master...210302-debug) https://github.com/bitcoin/bitcoin/pull/21344
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b9f41df1ead4...0b294c0ba84f
< bitcoin-git> bitcoin/master f1f63ac Hennadii Stepanov: doc: Remove outdated comment
< bitcoin-git> bitcoin/master 0b294c0 fanquake: Merge #21342: doc: Remove outdated comment
< bitcoin-git> [bitcoin] fanquake merged pull request #21342: doc: Remove outdated comment (master...210302-autogen) https://github.com/bitcoin/bitcoin/pull/21342
< bitcoin-git> [bitcoin] mzumsande opened pull request #21345: test: bring p2p_leak.py up to date (master...202103_p2p_leak) https://github.com/bitcoin/bitcoin/pull/21345