User Details
- User Since
- Apr 14 2022, 17:59 (136 w, 1 d)
- Roles
- Administrator
- Slack Username
- sdulfari
Apr 21 2023
Apr 20 2023
Apr 19 2023
@bot build-chronik
Try PiRK's feedback
Fixup comment
@bot build-native-osx
Ignore the lint error. This comes from my local machine which has flake8-builtins installed.
Apr 11 2023
Apparently the lint errors come from my local machine since I have flake8-builtins installed. Please ignore for now. I will get to those soon.
I tried 0.991, 1.1.1, and 1.2.0 also. All mypy versions above 0.910 give me this on Debian 10:
$ arc lint abc_rpc_isfinal.py Exception Some linters failed: - CommandException: Command failed with error #1! COMMAND mypy --show-error-codes --ignore-missing-imports --install-types --non-interactive /home/dev/bitcoin-abc/test/functional/abc_rpc_isfinal.py
Yes, changes to come. I'll think up a better name.
Apr 10 2023
Have you considered using docker-compose instead? That way, you won't have to include all of that config logic in build-configurations.py and you get benefits like automatic port mapping support.
Apr 3 2023
Apr 1 2023
- Feedback
- Replace std::all_of() with std::find_if_not() to make early bail a guarantee
- Apply new lint
Mar 31 2023
Mar 30 2023
Mar 27 2023
Fix assert_debug_log related flakiness
Mar 24 2023
Fixup unit test
Mar 23 2023
Remove averaging in favor of adding node scores to make the peer score
- Add missing RPCResult entry
- Fix division by zero when calculating average peer score
- Rebase