Page MenuHomePhabricator
Feed All Stories

Sep 10 2024

tobias_ruck closed D16740: [ecash-lib] Use `new Error` when throwing errors in `WriterBytes`.
Sep 10 2024, 22:26
tobias_ruck committed rABC2ad9f8628a5f: [ecash-lib] Use `new Error` when throwing errors in `WriterBytes` (authored by tobias_ruck).
[ecash-lib] Use `new Error` when throwing errors in `WriterBytes`
Sep 10 2024, 22:26
bytesofman added a comment to D16328: [Cashtab] Support NFT trading.

Big diff but I think this is enough to get into prod.

Sep 10 2024, 21:26
bytesofman added inline comments to D16742: [token-server] Tighten rate limits.
Sep 10 2024, 21:19
bytesofman published D16742: [token-server] Tighten rate limits for review.
Sep 10 2024, 21:17
bytesofman updated the diff for D16328: [Cashtab] Support NFT trading.

remove unneeded lokad mocks from app test, improve comments, remove debug comments

Sep 10 2024, 21:01
bytesofman updated the diff for D16328: [Cashtab] Support NFT trading.

more robust handling of cached token info, do not display BrowseCollection modals if offers have not loaded yet

Sep 10 2024, 20:44
johnkuney closed D16736: [e.cash] update meta description.
Sep 10 2024, 17:01
johnkuney committed rABC2b4a9c3ae019: [e.cash] update meta description (authored by johnkuney).
[e.cash] update meta description
Sep 10 2024, 17:01
bytesofman closed D16737: [mock-chronik-client] Add support for ecash-agora stub mock.
Sep 10 2024, 16:42
bytesofman committed rABC2e3793a9568e: [mock-chronik-client] Add support for ecash-agora stub mock (authored by bytesofman).
[mock-chronik-client] Add support for ecash-agora stub mock
Sep 10 2024, 16:42
bytesofman closed D16738: [Cashtab] Remove unimplemented agora methods.
Sep 10 2024, 16:41
bytesofman committed rABCc017c46f6152: [Cashtab] Remove unimplemented agora methods (authored by bytesofman).
[Cashtab] Remove unimplemented agora methods
Sep 10 2024, 16:41
bytesofman closed D16739: [Cashtab] Remove unimplemented lokad id tx history lookup method.
Sep 10 2024, 16:35
bytesofman committed rABC578c70efd1c4: [Cashtab] Remove unimplemented lokad id tx history lookup method (authored by bytesofman).
[Cashtab] Remove unimplemented lokad id tx history lookup method
Sep 10 2024, 16:35
bytesofman added inline comments to D16735: [ecash-agora] Partial Agora offers: Add approximation logic.
Sep 10 2024, 16:30
bytesofman planned changes to D16328: [Cashtab] Support NFT trading.

Still need to clean up debug logs, run some tests. This updated version has been deployed to the test site.

Sep 10 2024, 16:24
Fabien accepted D16741: [ecash-agora] Prepare agora test framework to have more sats available.
Sep 10 2024, 14:28
Fabien accepted D16740: [ecash-lib] Use `new Error` when throwing errors in `WriterBytes`.
Sep 10 2024, 14:23
Fabien accepted D16736: [e.cash] update meta description.
Sep 10 2024, 14:22
Fabien added inline comments to D16735: [ecash-agora] Partial Agora offers: Add approximation logic.
Sep 10 2024, 13:02
emack accepted D16737: [mock-chronik-client] Add support for ecash-agora stub mock.
Sep 10 2024, 12:15
emack accepted D16738: [Cashtab] Remove unimplemented agora methods.
Sep 10 2024, 11:10
tobias_ruck published D16741: [ecash-agora] Prepare agora test framework to have more sats available for review.
Sep 10 2024, 11:09
emack accepted D16739: [Cashtab] Remove unimplemented lokad id tx history lookup method.
Sep 10 2024, 11:06
tobias_ruck requested review of D16740: [ecash-lib] Use `new Error` when throwing errors in `WriterBytes`.
Sep 10 2024, 10:30
tobias_ruck added inline comments to D16328: [Cashtab] Support NFT trading.
Sep 10 2024, 07:34
bytesofman updated the summary of D16328: [Cashtab] Support NFT trading.
Sep 10 2024, 00:28
tobias_ruck added inline comments to D16735: [ecash-agora] Partial Agora offers: Add approximation logic.
Sep 10 2024, 00:24
bytesofman published D16739: [Cashtab] Remove unimplemented lokad id tx history lookup method for review.
Sep 10 2024, 00:18
bytesofman published D16738: [Cashtab] Remove unimplemented agora methods for review.
Sep 10 2024, 00:18
bytesofman published D16737: [mock-chronik-client] Add support for ecash-agora stub mock for review.
Sep 10 2024, 00:17

Sep 9 2024

bytesofman updated the diff for D16328: [Cashtab] Support NFT trading.

implementing upgraded ecash-agora

Sep 9 2024, 23:35
johnkuney requested review of D16736: [e.cash] update meta description.
Sep 9 2024, 22:43
johnkuney added a comment to D16724: [explorer] add testnet toggle in menu bar.

Well yeah I havent added any rust code yet cause I dont know it!
I did try messing with the config.toml and the templating, but was guessing my way through. Base.html doesnt use a template currently afaict
How can you do it without using the templating? Is there a simple way to access a config variable in base.html that I'm missing?

Sep 9 2024, 21:04
Fabien added inline comments to D16735: [ecash-agora] Partial Agora offers: Add approximation logic.
Sep 9 2024, 20:25
Fabien added a comment to D16724: [explorer] add testnet toggle in menu bar.

Any specific tips how to make that? I'm still not up to speed on any rust programming

Sep 9 2024, 20:18
johnkuney added a comment to D16724: [explorer] add testnet toggle in menu bar.

Any specific tips how to make that? I'm still not up to speed on any rust programming

Sep 9 2024, 20:08
Fabien added a comment to D16724: [explorer] add testnet toggle in menu bar.

Okay made some adjustments.
Im not to sure how to execute your second point though, to have it be in the config...The idea there is to only have it show if someone explicitly says so in the config and runs it themselves? but for the normal user this will not be shown?

Sep 9 2024, 18:49
johnkuney added a comment to D16724: [explorer] add testnet toggle in menu bar.

Okay made some adjustments.
Im not to sure how to execute your second point though, to have it be in the config...The idea there is to only have it show if someone explicitly says so in the config and runs it themselves? but for the normal user this will not be shown?

Sep 9 2024, 18:42
johnkuney updated the diff for D16724: [explorer] add testnet toggle in menu bar.

render based on hostname

Sep 9 2024, 18:38
teamcity closed T3629: Build Bitcoin-ABC / Master / Native tests / Test Native OSX is broken. as Resolved.
Sep 9 2024, 10:06
abc-bot committed rABCc61138015762: [Automated] Update timing.json (authored by abc-bot).
[Automated] Update timing.json
Sep 9 2024, 09:39
tobias_ruck published D16735: [ecash-agora] Partial Agora offers: Add approximation logic for review.
Sep 9 2024, 08:57
Fabien planned changes to D16730: Return the RTT parameters in the block template.
Sep 9 2024, 07:19
Fabien planned changes to D16728: Compute the real-time hash target for the next block.

Got offline feedback that deserves looking at a design update

Sep 9 2024, 07:19

Sep 8 2024

abc-bot committed rABC859a8abd4f40: [Automated] Update seeds (authored by abc-bot).
[Automated] Update seeds
Sep 8 2024, 21:19
abc-bot committed rABC0a0da56dced9: [Automated] Update chainparams (authored by abc-bot).
[Automated] Update chainparams
Sep 8 2024, 21:09

Sep 7 2024

teamcity triaged T3629: Build Bitcoin-ABC / Master / Native tests / Test Native OSX is broken. as Unbreak Now! priority.
Sep 7 2024, 10:16
PiRK closed D16731: [electrum] push release notification for 5.3.0.
Sep 7 2024, 09:58
PiRK committed rABC875ff7c0a7fe: [electrum] push release notification for 5.3.0 (authored by PiRK).
[electrum] push release notification for 5.3.0
Sep 7 2024, 09:58

Sep 6 2024

johnkuney added a comment to D16724: [explorer] add testnet toggle in menu bar.

Ah okay makes sense

Sep 6 2024, 21:08
Fabien accepted D16731: [electrum] push release notification for 5.3.0.
Sep 6 2024, 18:35
roqqit accepted D16730: Return the RTT parameters in the block template.
Sep 6 2024, 17:20
roqqit requested changes to D16729: Reject blocks that violate the real time target policy.
Sep 6 2024, 17:11
bytesofman closed D16732: [token-server] Make sure we are rate limiting by client IP address.
Sep 6 2024, 16:46
bytesofman committed rABC2ada4e35622f: [token-server] Make sure we are rate limiting by client IP address (authored by bytesofman).
[token-server] Make sure we are rate limiting by client IP address
Sep 6 2024, 16:46
johnkuney accepted D16732: [token-server] Make sure we are rate limiting by client IP address.
Sep 6 2024, 16:46
roqqit accepted D16728: Compute the real-time hash target for the next block.
Sep 6 2024, 16:37
bytesofman published D16732: [token-server] Make sure we are rate limiting by client IP address for review.
Sep 6 2024, 16:13
PiRK accepted D16729: Reject blocks that violate the real time target policy.
Sep 6 2024, 15:39
PiRK accepted D16728: Compute the real-time hash target for the next block.
Sep 6 2024, 15:13
PiRK requested review of D16731: [electrum] push release notification for 5.3.0.
Sep 6 2024, 15:03
Fabien requested review of D16730: Return the RTT parameters in the block template.
Sep 6 2024, 14:04
Fabien requested review of D16729: Reject blocks that violate the real time target policy.
Sep 6 2024, 14:00
Fabien updated the summary of D16728: Compute the real-time hash target for the next block.
Sep 6 2024, 13:25
Fabien requested review of D16728: Compute the real-time hash target for the next block.
Sep 6 2024, 13:21
PiRK closed D16727: [electrum] remove misleading LIBSECP_COMMIT var.
Sep 6 2024, 08:19
PiRK closed D16726: [electrum] bump pyinstaller to v6.10.0.
Sep 6 2024, 08:19
PiRK committed rABC241cae514ecc: [electrum] remove misleading LIBSECP_COMMIT var (authored by PiRK).
[electrum] remove misleading LIBSECP_COMMIT var
Sep 6 2024, 08:19
PiRK committed rABCc8ea5bde090d: [electrum] bump pyinstaller to v6.10.0 (authored by PiRK).
[electrum] bump pyinstaller to v6.10.0
Sep 6 2024, 08:19
PiRK closed D16725: [electrum] pinpoint packaging lib and specify hashes for MacOS build.
Sep 6 2024, 08:19
PiRK committed rABC91433c549c89: [electrum] pinpoint packaging lib and specify hashes for MacOS build (authored by PiRK).
[electrum] pinpoint packaging lib and specify hashes for MacOS build
Sep 6 2024, 08:19
Fabien requested changes to D16724: [explorer] add testnet toggle in menu bar.

Ideally would add to the testnet page as well...Im not sure where that one is maintained

Guess what: this is the same explorer code :) So the selection should reflect whether it's mainnet or testnet. You can look at the url or use the config file which has an chain parameter (see server.rs).
I suggest also that this feature is behind a config flag or an environment variable, because it makes it more convenient to reuse if it's off by default. This is quite specialized for our needs.

Sep 6 2024, 08:09
Fabien accepted D16727: [electrum] remove misleading LIBSECP_COMMIT var.
Sep 6 2024, 08:03
Fabien accepted D16726: [electrum] bump pyinstaller to v6.10.0.
Sep 6 2024, 08:03
Fabien accepted D16725: [electrum] pinpoint packaging lib and specify hashes for MacOS build.
Sep 6 2024, 08:02
PiRK requested review of D16727: [electrum] remove misleading LIBSECP_COMMIT var.
Sep 6 2024, 07:50
PiRK requested review of D16726: [electrum] bump pyinstaller to v6.10.0.
Sep 6 2024, 07:47
PiRK requested review of D16725: [electrum] pinpoint packaging lib and specify hashes for MacOS build.
Sep 6 2024, 07:02

Sep 5 2024

johnkuney updated the summary of D16724: [explorer] add testnet toggle in menu bar.
Sep 5 2024, 21:46
tobias_ruck closed D16708: [Chronik] Add plugin group tx history.
Sep 5 2024, 20:07
tobias_ruck committed rABCe34f9117bc05: [Chronik] Add plugin group tx history (authored by tobias_ruck).
[Chronik] Add plugin group tx history
Sep 5 2024, 20:07
tobias_ruck closed D16723: [Chronik] Fix plugin mempool by storing spent outputs.
Sep 5 2024, 20:05
tobias_ruck committed rABCa676e3913ff1: [Chronik] Fix plugin mempool by storing spent outputs (authored by tobias_ruck).
[Chronik] Fix plugin mempool by storing spent outputs
Sep 5 2024, 20:05
johnkuney requested review of D16724: [explorer] add testnet toggle in menu bar.
Sep 5 2024, 19:55
teamcity closed T3628: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux AArch64 is broken. as Resolved.
Sep 5 2024, 19:08
teamcity closed T3627: Build Bitcoin-ABC / Master / Default Extended Tests is broken. as Resolved.
Sep 5 2024, 19:05
teamcity triaged T3628: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux AArch64 is broken. as Unbreak Now! priority.
Sep 5 2024, 18:22
Fabien planned changes to D16699: Update chronik documentation after NNG deprecation.
Sep 5 2024, 18:16
Fabien accepted D16708: [Chronik] Add plugin group tx history.
Sep 5 2024, 18:16
PiRK closed D16721: [electrum] bump version to 5.3.0, add release notes.
Sep 5 2024, 18:14
PiRK closed D16719: [electrum] misc fixes for OSX build.
Sep 5 2024, 18:14
PiRK committed rABC98e4dec4c3b6: [electrum] misc fixes for OSX build (authored by PiRK).
[electrum] misc fixes for OSX build
Sep 5 2024, 18:14
PiRK committed rABC3e825e7454b2: [electrum] bump version to 5.3.0, add release notes (authored by PiRK).
[electrum] bump version to 5.3.0, add release notes
Sep 5 2024, 18:14
PiRK closed D16718: [electrum] consistently download the locale files from github.
Sep 5 2024, 18:14
PiRK committed rABC03313bee132b: [electrum] consistently download the locale files from github (authored by PiRK).
[electrum] consistently download the locale files from github
Sep 5 2024, 18:14
Fabien accepted D16723: [Chronik] Fix plugin mempool by storing spent outputs.
Sep 5 2024, 18:14
teamcity triaged T3627: Build Bitcoin-ABC / Master / Default Extended Tests is broken. as Unbreak Now! priority.
Sep 5 2024, 18:04
PiRK updated the diff for D16721: [electrum] bump version to 5.3.0, add release notes.

5.3.05.3.05.3.05.3.05.3.0

Sep 5 2024, 18:03