Page MenuHomePhabricator
Feed All Stories

Sep 4 2024

bytesofman closed D16709: [token-server] Bump XEC reward.
Sep 4 2024, 01:22
bytesofman committed rABCbd474099fddc: [token-server] Bump XEC reward (authored by bytesofman).
[token-server] Bump XEC reward
Sep 4 2024, 01:22
emack requested changes to D16710: [chronik-client] Version bump to publish non-nng chronik-client.
Sep 4 2024, 01:09
emack accepted D16709: [token-server] Bump XEC reward.
Sep 4 2024, 01:01

Sep 3 2024

bytesofman published D16710: [chronik-client] Version bump to publish non-nng chronik-client for review.
Sep 3 2024, 23:57
bytesofman published D16709: [token-server] Bump XEC reward for review.
Sep 3 2024, 22:57
roqqit added inline comments to D16695: [avalanche] Add a cache for avalanche voting results of stake contenders.
Sep 3 2024, 17:06
roqqit updated the summary of D16695: [avalanche] Add a cache for avalanche voting results of stake contenders.
Sep 3 2024, 17:06
roqqit updated the diff for D16695: [avalanche] Add a cache for avalanche voting results of stake contenders.
  • DEFAULT -> UNKNOWN
  • fix score type
Sep 3 2024, 17:03
roqqit closed D16694: refactor: Enable proof reward rank to be used elsewhere.
Sep 3 2024, 15:59
roqqit committed rABC2ba215927e17: refactor: Enable proof reward rank to be used elsewhere (authored by roqqit).
refactor: Enable proof reward rank to be used elsewhere
Sep 3 2024, 15:59
Fabien accepted D16694: refactor: Enable proof reward rank to be used elsewhere.
Sep 3 2024, 15:51
Fabien accepted D16687: [CI] build libsecp256k1 for electrum tests.
Sep 3 2024, 15:23
bytesofman closed D16703: [token-server] Improve logging.
Sep 3 2024, 13:13
bytesofman committed rABC932af23d6614: [token-server] Improve logging (authored by bytesofman).
[token-server] Improve logging
Sep 3 2024, 13:13
PiRK added inline comments to D16689: [electrum] ecc: use libsecp256k1 for sign/verify/mul/add.
Sep 3 2024, 10:50
teamcity awarded D16707: [electrum] remove ecdsa as a direct dependency a Haypence token.
Sep 3 2024, 10:48
PiRK added a comment to D16707: [electrum] remove ecdsa as a direct dependency.

@bot electrum-functional-tests

Sep 3 2024, 10:48
PiRK published D16707: [electrum] remove ecdsa as a direct dependency for review.
Sep 3 2024, 10:48
PiRK published D16706: [electrum] hard fail if libsecp256k1 is not found/usable for review.
Sep 3 2024, 10:47
PiRK published D16705: [electrum] use libsecp256k1 for pubkey recovery (from sig and msg) for review.
Sep 3 2024, 10:45
PiRK published D16687: [CI] build libsecp256k1 for electrum tests for review.
Sep 3 2024, 10:45
PiRK updated the diff for D16690: [electrum] use libsecp256k1 for signature conversions.

resbase

Sep 3 2024, 10:32
PiRK updated the summary of D16689: [electrum] ecc: use libsecp256k1 for sign/verify/mul/add.
Sep 3 2024, 10:31
PiRK updated the diff for D16689: [electrum] ecc: use libsecp256k1 for sign/verify/mul/add.

rebase

Sep 3 2024, 10:30
Fabien closed D16704: Bump version to 0.29.12.
Sep 3 2024, 09:23
Fabien committed rABCe88efebbafb6: Bump version to 0.29.12 (authored by Fabien).
Bump version to 0.29.12
Sep 3 2024, 09:23
teamcity awarded D16687: [CI] build libsecp256k1 for electrum tests a Like token.
Sep 3 2024, 08:40
teamcity awarded D16687: [CI] build libsecp256k1 for electrum tests a Love token.
Sep 3 2024, 08:38
teamcity awarded D16704: Bump version to 0.29.12 a Haypence token.
Sep 3 2024, 08:30
Fabien added a comment to D16704: Bump version to 0.29.12.

@bot electrum-functional-tests

Sep 3 2024, 08:30
PiRK accepted D16704: Bump version to 0.29.12.
Sep 3 2024, 08:04
Fabien requested review of D16704: Bump version to 0.29.12.
Sep 3 2024, 07:59
Fabien accepted D16703: [token-server] Improve logging.
Sep 3 2024, 07:50
PiRK closed D16685: [electrum] grind ecdsa low R signature when using libsecp256k1.
Sep 3 2024, 06:19
PiRK closed D16686: [electrum] deduplicate the ECPrivkey.sign code.
Sep 3 2024, 06:19
PiRK closed D16684: [electrum] also use libsecp256k1 for point addition.
Sep 3 2024, 06:19
PiRK committed rABC63d3ef0463e2: [electrum] deduplicate the ECPrivkey.sign code (authored by PiRK).
[electrum] deduplicate the ECPrivkey.sign code
Sep 3 2024, 06:19
PiRK committed rABC6154c4b510d8: [electrum] also use libsecp256k1 for point addition (authored by PiRK).
[electrum] also use libsecp256k1 for point addition
Sep 3 2024, 06:19
PiRK committed rABCb0d72c50a89b: [electrum] grind ecdsa low R signature when using libsecp256k1 (authored by PiRK).
[electrum] grind ecdsa low R signature when using libsecp256k1
Sep 3 2024, 06:19
PiRK closed D16682: [electrum] use GENERATOR and CURVE_ORDER from ecc module.
Sep 3 2024, 06:19
PiRK closed D16681: [electrum] properly handle point at infinity and point not on curve.
Sep 3 2024, 06:19
PiRK committed rABCcec785ad7fc4: [electrum] use GENERATOR and CURVE_ORDER from ecc module (authored by PiRK).
[electrum] use GENERATOR and CURVE_ORDER from ecc module
Sep 3 2024, 06:19
PiRK committed rABCc60c8fbc7d46: [electrum] properly handle point at infinity and point not on curve (authored by PiRK).
[electrum] properly handle point at infinity and point not on curve
Sep 3 2024, 06:19
PiRK closed D16676: [electrum] refactor private key class to better abstract ecdsa library usage.
Sep 3 2024, 06:19
PiRK committed rABC26c62cc78b2c: [electrum] refactor private key class to better abstract ecdsa library usage (authored by PiRK).
[electrum] refactor private key class to better abstract ecdsa library usage
Sep 3 2024, 06:19

Sep 2 2024

bytesofman published D16703: [token-server] Improve logging for review.
Sep 2 2024, 23:01
bytesofman accepted D16676: [electrum] refactor private key class to better abstract ecdsa library usage.
Sep 2 2024, 21:11
teamcity closed T3624: Build Bitcoin-ABC / Master / Cross Builds / Cross Build OSX is broken. as Resolved.
Sep 2 2024, 18:57
PiRK closed D16702: [electrum] regenerate protobuf files.
Sep 2 2024, 18:18
PiRK committed rABC28620bdc2b3c: [electrum] regenerate protobuf files (authored by PiRK).
[electrum] regenerate protobuf files
Sep 2 2024, 18:18
Fabien accepted D16702: [electrum] regenerate protobuf files.
Sep 2 2024, 16:33
PiRK requested review of D16702: [electrum] regenerate protobuf files.
Sep 2 2024, 14:33
teamcity closed T3623: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux 64 is broken. as Resolved.
Sep 2 2024, 10:19
teamcity triaged T3624: Build Bitcoin-ABC / Master / Cross Builds / Cross Build OSX is broken. as Unbreak Now! priority.
Sep 2 2024, 10:02
Fabien closed D16700: [cmake] Add an option to build the secp256k1 library as shared.
Sep 2 2024, 08:58
Fabien committed rABCa8ce9a440b5a: [cmake] Add an option to build the secp256k1 library as shared (authored by Fabien).
[cmake] Add an option to build the secp256k1 library as shared
Sep 2 2024, 08:58
PiRK accepted D16700: [cmake] Add an option to build the secp256k1 library as shared.
Sep 2 2024, 08:41
tobias_ruck closed D16696: [Chronik] Support listening to WebSocket updates from plugins.
Sep 2 2024, 08:36
tobias_ruck committed rABCe12a635a00a9: [Chronik] Support listening to WebSocket updates from plugins (authored by tobias_ruck).
[Chronik] Support listening to WebSocket updates from plugins
Sep 2 2024, 08:36
Fabien requested review of D16700: [cmake] Add an option to build the secp256k1 library as shared.
Sep 2 2024, 08:35

Sep 1 2024

teamcity triaged T3623: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux 64 is broken. as Unbreak Now! priority.
Sep 1 2024, 22:21
abc-bot committed rABC65c5721c5e3c: [Automated] Update seeds (authored by abc-bot).
[Automated] Update seeds
Sep 1 2024, 21:18
abc-bot committed rABCd4cb935a08df: [Automated] Update chainparams (authored by abc-bot).
[Automated] Update chainparams
Sep 1 2024, 21:08
abc-bot committed rABC63a07ca1e07b: [Automated] Update timing.json (authored by abc-bot).
[Automated] Update timing.json
Sep 1 2024, 20:38

Aug 31 2024

abc-bot committed rABC15a9e47cdd20: [Automated] Update electrum checkpoints (authored by abc-bot).
[Automated] Update electrum checkpoints
Aug 31 2024, 22:11
Fabien planned changes to D16699: Update chronik documentation after NNG deprecation.
Aug 31 2024, 19:46
Fabien updated the diff for D16699: Update chronik documentation after NNG deprecation.

Use local chronik

Aug 31 2024, 19:46
emack added inline comments to D16699: Update chronik documentation after NNG deprecation.
Aug 31 2024, 15:49
Fabien planned changes to D16699: Update chronik documentation after NNG deprecation.
Aug 31 2024, 15:48
emack requested changes to D16699: Update chronik documentation after NNG deprecation.
  • I did a quick grep and there's no documentation on the chronik.lokadId() API, which is exclusively on in-node chronik?
  • Maybe outside the scope of this diff, but can do with a production considerations section that talks to the various production challenges e.g. retrieving an address' history since inception can be tricky, as it's typically larger than the max number of pages retrievable per API call (200 pages). In which case the doc should recommend retrieving the first page so you get the numPages property which can be used to then work out the appropriate history pagination or to loop through and build up an array of promises for concurrent execution.
Aug 31 2024, 15:40
Fabien requested review of D16699: Update chronik documentation after NNG deprecation.
Aug 31 2024, 13:34
Fabien accepted D16696: [Chronik] Support listening to WebSocket updates from plugins.
Aug 31 2024, 12:06
bytesofman closed D16698: [token-server] Bump rate limit window to one hour.
Aug 31 2024, 01:24
bytesofman committed rABCa7dca5af3af9: [token-server] Bump rate limit window to one hour (authored by bytesofman).
[token-server] Bump rate limit window to one hour
Aug 31 2024, 01:24
emack accepted D16698: [token-server] Bump rate limit window to one hour.
Aug 31 2024, 01:23
bytesofman published D16698: [token-server] Bump rate limit window to one hour for review.
Aug 31 2024, 01:22

Aug 30 2024

Fabien requested changes to D16695: [avalanche] Add a cache for avalanche voting results of stake contenders.
Aug 30 2024, 20:47
Fabien accepted D16682: [electrum] use GENERATOR and CURVE_ORDER from ecc module.
Aug 30 2024, 20:28
Fabien accepted D16676: [electrum] refactor private key class to better abstract ecdsa library usage.
Aug 30 2024, 20:07
Fabien closed D16650: [avalanche] Reject transactions that conflict with a finalized one.
Aug 30 2024, 19:49
Fabien committed rABC4f410b8b7e06: [avalanche] Reject transactions that conflict with a finalized one (authored by Fabien).
[avalanche] Reject transactions that conflict with a finalized one
Aug 30 2024, 19:49
teamcity closed T3622: Build Bitcoin-ABC / Master / Native tests / Test Native OSX is broken. as Resolved.
Aug 30 2024, 16:45
johnkuney closed D16693: [e.cash] Swap color cashtab logos.
Aug 30 2024, 16:29
johnkuney committed rABC247f9514753f: [e.cash] Swap color cashtab logos (authored by johnkuney).
[e.cash] Swap color cashtab logos
Aug 30 2024, 16:29
johnkuney added a comment to D16693: [e.cash] Swap color cashtab logos.

Yeah since all the logos are different aspects, they have a fixed height and the widths can vary.
Could make it a fixed width but then the heights will vary (and it wouldn't look right since would move the top line of the text)
Best option probably would be to pick a size and fit each logo in it with extra whitespace as needed/looks balanced

Aug 30 2024, 16:29
teamcity triaged T3622: Build Bitcoin-ABC / Master / Native tests / Test Native OSX is broken. as Unbreak Now! priority.
Aug 30 2024, 15:21
bytesofman closed D16692: [Cashtab] Update dependencies.
Aug 30 2024, 14:52
bytesofman committed rABCe07f28e11bc7: [Cashtab] Update dependencies (authored by bytesofman).
[Cashtab] Update dependencies
Aug 30 2024, 14:52
bytesofman closed D16697: [token-server] Implement rate limiting by IP.
Aug 30 2024, 14:49
bytesofman committed rABC4a17fbed5dfd: [token-server] Implement rate limiting by IP (authored by bytesofman).
[token-server] Implement rate limiting by IP
Aug 30 2024, 14:49
emack accepted D16697: [token-server] Implement rate limiting by IP.
Aug 30 2024, 14:49
bytesofman published D16697: [token-server] Implement rate limiting by IP for review.
Aug 30 2024, 14:45
PiRK accepted D16694: refactor: Enable proof reward rank to be used elsewhere.
Aug 30 2024, 13:23
tobias_ruck published D16696: [Chronik] Support listening to WebSocket updates from plugins for review.
Aug 30 2024, 13:13
PiRK accepted D16692: [Cashtab] Update dependencies.
Aug 30 2024, 07:47
PiRK updated the diff for D16686: [electrum] deduplicate the ECPrivkey.sign code.

rebase

Aug 30 2024, 07:41
PiRK updated the diff for D16685: [electrum] grind ecdsa low R signature when using libsecp256k1.

rebase

Aug 30 2024, 07:40
PiRK updated the diff for D16684: [electrum] also use libsecp256k1 for point addition.

rebase

Aug 30 2024, 07:38
PiRK updated the diff for D16682: [electrum] use GENERATOR and CURVE_ORDER from ecc module.

rebase

Aug 30 2024, 07:37