< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/179504ccb6f4...36f42e1bf43f
< bitcoin-git> bitcoin/master a6f6359 Amiti Uttarwar: [util] allow scheduler to be mocked
< bitcoin-git> bitcoin/master 1cd43e8 Amiti Uttarwar: [test] unit test for new MockForward scheduler method
< bitcoin-git> bitcoin/master 930d837 Amiti Uttarwar: [test] add chainparams property to indicate chain allows time mocking
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18037: Util: Allow scheduler to be mocked (master...2020-01-mock-scheduler) https://github.com/bitcoin/bitcoin/pull/18037
< bitcoin-git> [bitcoin] toxeus opened pull request #18168: httpserver: use own HTTP status codes (master...500) https://github.com/bitcoin/bitcoin/pull/18168
< mryandao> hi, i'm trying to cross-compile for aarch64. I followed the instructions in depends/README.md, but when i try to run `./configure --prefix=$PWD/depends/aarch64-linux-gnu --disable-wallet --with-gui=no --with-tests=no`, i'm getting `checking for exit in -lboost_system-mt-a64... no`.
< bitcoin-git> [bitcoin] travinkeith opened pull request #18169: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18169
< mryandao> looking at the logs, configure did pick up where boostlib is.
< bitcoin-git> [bitcoin] fanquake closed pull request #18169: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18169
< mryandao> oh nvm, used the wrong toolchain
< mryandao> false alarm
< bitcoin-git> [bitcoin] travinkeith opened pull request #18170: doc: Minor grammatical changes and flow improvements (master...patch-2) https://github.com/bitcoin/bitcoin/pull/18170
< midnight> sipa: Helios4 was built with ECC (and no other option) for one example. It was very inexpensive..
< midnight> The kobol types were making noises that they were amenable to a future helios iteration which was user-Efuse'able too which is pretty cool
< midnight> So they exist and they occasionally cycle through inexpensive machines.
< bitcoin-git> [bitcoin] fanquake opened pull request #18171: build: add macOS signing entitlements to macdeploy (master...macos_signing_requirements) https://github.com/bitcoin/bitcoin/pull/18171
< bitcoin-git> [bitcoin] 0xB10C opened pull request #18172: test: Transaction expiry from mempool (master...2020-02-mempool-expiry-test) https://github.com/bitcoin/bitcoin/pull/18172
< jonatack> Would someone kindly restart the travis ci for #17812?
< gribble> https://github.com/bitcoin/bitcoin/issues/17812 | config, net, test: asmap functional tests and feature refinements by jonatack . Pull Request #17812 . bitcoin/bitcoin . GitHub
< amiti> Hi, my PR #18037 got merged yesterday, but unfortunately it looks like I've introduced an unreliable test - `scheduler_tests/mockforward` sometimes fails on the x86_64 Linux machine with no wallet. This is currently causing failures on two of the PRs where tests have run since my PR was merged.
< gribble> https://github.com/bitcoin/bitcoin/issues/18037 | Util: Allow scheduler to be mocked by amitiuttarwar . Pull Request #18037 . bitcoin/bitcoin . GitHub
< amiti> I think my PR should be reverted while I work on a fix.
< bitcoin-git> [bitcoin] theStack opened pull request #18173: refactor: test/bench: deduplicate SetupDummyInputs() (master...20200218-refactor-dedup-SetupDummyInputs) https://github.com/bitcoin/bitcoin/pull/18173
< luke-jr> amiti: typically we don't do it that way - just fix in a new PR
< amiti> ok. I don't currently have a fix, so was proposing as a way to remove the flakiness from master while I figure it out.
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #18174: WIP test: make mockscheduler test more reliable (master...2020-02-fix-scheduler-test) https://github.com/bitcoin/bitcoin/pull/18174
< bitcoin-git> [bitcoin] luke-jr opened pull request #18175: [0.19] build: Allow export of environ symbols and work around rv64 toolchain issue (0.19...pr17569-0.18) https://github.com/bitcoin/bitcoin/pull/18175
< bitcoin-git> [bitcoin] practicalswift opened pull request #18176: tests: Add fuzzing harness for CScript operations (master...fuzzers-script_ops) https://github.com/bitcoin/bitcoin/pull/18176
< sdaftuar> jeremyrubin: around?
< bitcoin-git> [bitcoin] sdaftuar closed pull request #18044: Use wtxid for transaction relay (master...2020-01-wtxid-inv) https://github.com/bitcoin/bitcoin/pull/18044
< bitcoin-git> [bitcoin] sdaftuar reopened pull request #18044: Use wtxid for transaction relay (master...2020-01-wtxid-inv) https://github.com/bitcoin/bitcoin/pull/18044
< jeremyrubin> hi
< jeremyrubin> sdaftuar:
< bitcoin-git> [bitcoin] martinus closed pull request #17060: Cache 26% more coins: Reduce CCoinsMap::value_type from 96 to 76 bytes (master...2019-09-more-compact-Coin) https://github.com/bitcoin/bitcoin/pull/17060
< fanquake> Review beg #17800
< gribble> https://github.com/bitcoin/bitcoin/issues/17800 | random: dont special case clock usage on macOS by fanquake . Pull Request #17800 . bitcoin/bitcoin . GitHub