- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 14 2023
May 13 2023
Remove test key value from status
Rename methods.js
Revise status method
May 12 2023
@ bot preview e.cash
I guess it worked, it failed on the typo (another one I introduced deliberately to not trigger the bot)
make the regex more robust:
- support any number of spaces before "r" using \s+ (this also matches newlines)
- use the s (dotall) modifier: this makes .* potentially match newlines
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.178.130.230:41710 for the next 60 minutes.
@bot preview-e.cash
@bot gitian-linux gitian-win gitian-osx
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.68.37.192:41508 for the next 60 minutes.
@bot preview-e.cash
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.68.37.192:41157 for the next 60 minutes.
@bot preview-e.cash
Okay should be fixed for reals this time
Fix overflow rule to prevent small screen shanagans
In D13874#309737, @bytesofman wrote:
add back the excludes for autopep8
disable formatting for long lists of integers
colors look nice
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://54.39.104.128:41706 for the next 60 minutes.
@bot preview-e.cash
@bot preview e.cash
May 11 2023
improve error handling in roadmap methods, update test
Unrelated failure.
convert a string concatenation to a f-string to fit on a single line in bitcoin-util-test.py