- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 29 2023
Sep 29 2023
bytesofman committed rABC0849583a096c: [Cashtab] Commence refactor of transaction building (authored by bytesofman).
[Cashtab] Commence refactor of transaction building
bytesofman updated the diff for D14559: [alias-server] Update README in line with current API endpoints.
Adding included info for an unregistered alias at /alias/ endpoint
Fabien committed rABC487e77ca0ae5: [avalanche] Don't ban for polling cooldown not elapsed (authored by Fabien).
[avalanche] Don't ban for polling cooldown not elapsed
teamcity triaged T3307: Build Bitcoin-ABC / Nightly Builds / Initial Block Download Tests / Initial Block Download is broken. as Unbreak Now! priority.
Fabien committed rABC165e87dacdb8: [avalanche] Remove TimePoint in favor of SteadyMilliseconds (authored by Fabien).
[avalanche] Remove TimePoint in favor of SteadyMilliseconds
PiRK added inline comments to D14559: [alias-server] Update README in line with current API endpoints.
teamcity triaged T3306: Build Bitcoin-ABC / Master / Build without ZMQ is broken. as Unbreak Now! priority.
teamcity triaged T3305: Build Bitcoin-ABC / Master / Sanitizers / Thread Sanitizer (TSAN) is broken. as Unbreak Now! priority.
teamcity triaged T3304: Build Bitcoin-ABC / Master / Build without Wallet is broken. as Unbreak Now! priority.
teamcity triaged T3303: Build Bitcoin-ABC / Master / Sanitizers / Undefined Behavior Sanitizer (UBSAN) is broken. as Unbreak Now! priority.
tobias_ruck committed rABCbb6a7ba5dda1: [Chronik] Optimize SpentByWriter using merge ops (authored by tobias_ruck).
[Chronik] Optimize SpentByWriter using merge ops
tobias_ruck committed rABCbfa0abac50f2: [Chronik] Fix `catch_merge_errors` by keeping intermediate results (authored by tobias_ruck).
[Chronik] Fix `catch_merge_errors` by keeping intermediate results
Use imported db_(de)serialize, add comment to clarify no-side-effect test
tobias_ruck updated the diff for D14505: [Chronik] Fix `catch_merge_errors` by keeping intermediate results.
Use 1-2-4-8 chain as suggested
I think I finally figured it out
PiRK committed rABC1e5fcb2579f9: [electrum] use a WaitingDialog to resolve aliases (authored by PiRK).
[electrum] use a WaitingDialog to resolve aliases
PiRK committed rABC6cf10b97ad86: [electrum] support eCash aliases in the "Pay To" field (authored by PiRK).
[electrum] support eCash aliases in the "Pay To" field
PiRK committed rABCaec3c4a0d473: [electrum] implement adding eCash alias to contacts (authored by PiRK).
[electrum] implement adding eCash alias to contacts
Sep 28 2023
Sep 28 2023
bytesofman requested review of D14559: [alias-server] Update README in line with current API endpoints.
bytesofman committed rABC72549cbf5b3f: [Cashtab] Better UI for param sends (authored by bytesofman).
[Cashtab] Better UI for param sends
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
Fabien added a reverting change for D14554: [avalanche] Use SteadyMilliseconds where possible: D14558: Revert "[avalanche] Use SteadyMilliseconds where possible".
lint
calc change address from wallet, remove duplicated error msgs that library catches, remove legacy example, update unit tests
bytesofman committed rABCb840be446ad7: [explorer] Patch error failures on slp v2 txs (authored by bytesofman).
[explorer] Patch error failures on slp v2 txs
teamcity triaged T3302: Build Bitcoin-ABC / Master / Build without Qt is broken. as Unbreak Now! priority.
Rebase
Fabien committed rABC9e068b92c3af: [avalanche] Use SteadyMilliseconds where possible (authored by Fabien).
[avalanche] Use SteadyMilliseconds where possible
Fabien committed rABC045f47d2a448: [avalanche] Rename CNode's last_poll member to m_last_poll (authored by Fabien).
[avalanche] Rename CNode's last_poll member to m_last_poll
reuse fetch_alias_data in resolve_ecash_alias
rebase, remove comments that are fixed by this diff
move alias related code from contacts.py to alias.py
Awaiting alias-server to come back up before final integration tests on this diff
move some stuff to alias.py, define a complete AliasResponse class, remove unneeded is_dialog_cancelled flag
hsolmarketing7 set Slack Username to https://www.google.com/ <a href="https://www.google.com/"> google herf</a> [url=https://www.google.com/]google bbcode[/url] chat.openai on hsolmarketing7.
Fabien committed rABC9b3e4e8c35b1: [avalanche] Move the last poll time out of the node state (authored by Fabien).
[avalanche] Move the last poll time out of the node state
Fabien committed rABC1510c118a533: [avalanche] Add coverage for the cooldown feature (authored by Fabien).
[avalanche] Add coverage for the cooldown feature
Fabien committed rABCc7ada7bef5a4: [avalanche] Make the network more resilient to temporary network slow downs (authored by Fabien).
[avalanche] Make the network more resilient to temporary network slow downs
Nice, actually much less code than I anticipated