Page MenuHomePhabricator

hazzarust (Harry Grant)
User

Projects

User does not belong to any projects.

User Details

User Since
Nov 17 2024, 14:52 (15 w, 3 d)
Slack Username
Harry

Recent Activity

Yesterday

hazzarust closed D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.
Wed, Mar 5, 15:04
hazzarust committed rABC35b43b04dbd2: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite… (authored by hazzarust).
[Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite…
Wed, Mar 5, 15:04
hazzarust updated the diff for D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.

Linter

Wed, Mar 5, 13:20
hazzarust updated the diff for D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.

fixed error

Wed, Mar 5, 12:38
hazzarust added inline comments to D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.
Wed, Mar 5, 11:33

Tue, Mar 4

hazzarust updated the diff for D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.

Downcast the Report into ChronikClientError, so that we can now match on status code being returned (thanks Fabien!). Updated variable names from load to get, updated panic messages

Tue, Mar 4, 23:25

Thu, Feb 27

hazzarust abandoned D17272: [CHRONIK][WEB][MODULES] Updated every out of date dependency in Cargo.toml that does not require code change.
Thu, Feb 27, 19:23
hazzarust committed rABC344ee6e4aeb3: [chronik] Add an integration test for the blockchain_info endpoint in… (authored by hazzarust).
[chronik] Add an integration test for the blockchain_info endpoint in…
Thu, Feb 27, 13:08
hazzarust closed D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.
Thu, Feb 27, 13:08
hazzarust committed rABC0f4a80e06575: [chronik] Add an integration test for the chronik_info endpoint in bitcoinsuite… (authored by hazzarust).
[chronik] Add an integration test for the chronik_info endpoint in bitcoinsuite…
Thu, Feb 27, 13:07
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

rebase

Thu, Feb 27, 12:54

Mon, Feb 24

hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

Updated comment

Mon, Feb 24, 22:02
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

Updating comment (linter plz dont kill me )

Mon, Feb 24, 21:58
hazzarust added inline comments to D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.
Mon, Feb 24, 21:52
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

Updated !unreachable() comment and removed assert comments

Mon, Feb 24, 20:32
hazzarust retitled D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client from [Chronik] Add block_and_blocks integration test into bitcoinsuite-chronik-client to [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.
Mon, Feb 24, 17:52
hazzarust updated the diff for D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.

Merged imports

Mon, Feb 24, 17:39
hazzarust updated the test plan for D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.
Mon, Feb 24, 17:12
hazzarust updated the diff for D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.

Updated the assert!() so that it will now anticipate 404 errors, renamed function names to be explicit

Mon, Feb 24, 17:12
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

Rename blockchain_info_ipc

Mon, Feb 24, 12:47

Sat, Feb 22

hazzarust updated the diff for D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.

lint

Sat, Feb 22, 14:04
hazzarust requested review of D17687: [Chronik] Add integration test for block_and_blocks endpoint into bitcoinsuite-chronik-client.
Sat, Feb 22, 14:02
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

lint

Sat, Feb 22, 12:39

Fri, Feb 21

hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

Added unreachable panic, renamed test_blockchain_info to blockchain_info and added comments

Fri, Feb 21, 14:11

Thu, Feb 20

hazzarust abandoned D17653: [chronik] Add block_and_blocks to bitcoinsuite-chronik-client.
Thu, Feb 20, 23:03
hazzarust updated the summary of D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.
Thu, Feb 20, 22:37
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

Renamed blockchain_info_new to blockchain_info

Thu, Feb 20, 22:36
hazzarust retitled D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client from [chronik] Add blockchain_info to bitcoinsuite-chronik-client to [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.
Thu, Feb 20, 22:36
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

sorry relint

Thu, Feb 20, 19:38
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

lint

Thu, Feb 20, 19:37
hazzarust added a comment to D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

I will make the changes from Pierre's comment in a separate diff to all current integration tests.

Thu, Feb 20, 19:36
hazzarust updated the diff for D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.

Revamped blockchain_info to include the new trait changes.

Thu, Feb 20, 19:34
hazzarust accepted D17680: [chronik-client] Fix a bug in the plugins integration test.
Thu, Feb 20, 14:43

Sat, Feb 8

hazzarust updated the test plan for D17653: [chronik] Add block_and_blocks to bitcoinsuite-chronik-client.
Sat, Feb 8, 20:57
hazzarust updated the diff for D17653: [chronik] Add block_and_blocks to bitcoinsuite-chronik-client.

lint

Sat, Feb 8, 20:01
hazzarust updated the summary of D17653: [chronik] Add block_and_blocks to bitcoinsuite-chronik-client.
Sat, Feb 8, 20:00
hazzarust requested review of D17653: [chronik] Add block_and_blocks to bitcoinsuite-chronik-client.
Sat, Feb 8, 19:59

Tue, Feb 4

hazzarust updated the summary of D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.
Tue, Feb 4, 23:11
hazzarust requested review of D17638: [chronik] Add an integration test for the blockchain_info endpoint in bitcoinsuite-chronik-client.
Tue, Feb 4, 23:05

Jan 27 2025

hazzarust closed D17598: [ci] Add specific packages to run when calling cargo test.
Jan 27 2025, 16:16
hazzarust committed rABC78fba5d584cd: [ci] Add specific packages to run when calling cargo test (authored by hazzarust).
[ci] Add specific packages to run when calling cargo test
Jan 27 2025, 16:16
hazzarust updated the test plan for D17598: [ci] Add specific packages to run when calling cargo test.
Jan 27 2025, 16:07
hazzarust requested review of D17598: [ci] Add specific packages to run when calling cargo test.
Jan 27 2025, 15:53

Jan 25 2025

hazzarust closed D17565: [Chronik] Add unix socket listener to test_runner.rs.
Jan 25 2025, 16:03
hazzarust committed rABC1d3c803c723d: [Chronik] Add unix socket listener to test_runner.rs (authored by hazzarust).
[Chronik] Add unix socket listener to test_runner.rs
Jan 25 2025, 16:03
hazzarust closed D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.
Jan 25 2025, 16:01
hazzarust committed rABC7ea1a14a1618: [chronik] Add test runner to bitcoinsuite-chronik-client (authored by hazzarust).
[chronik] Add test runner to bitcoinsuite-chronik-client
Jan 25 2025, 16:01

Jan 24 2025

hazzarust updated the diff for D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.

Asserted at the end of test to make sure we return an error. Killing child process won't return an error, so we get the returned error from assert

Jan 24 2025, 17:32
hazzarust updated the diff for D17565: [Chronik] Add unix socket listener to test_runner.rs.

Removed timeout

Jan 24 2025, 12:42
hazzarust updated the diff for D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.

Added error handling

Jan 24 2025, 12:39

Jan 21 2025

hazzarust updated the diff for D17565: [Chronik] Add unix socket listener to test_runner.rs.

New line added + updated server to make explicit

Jan 21 2025, 15:52
hazzarust updated the diff for D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.

Removed assert_eq

Jan 21 2025, 15:37

Jan 20 2025

hazzarust updated the diff for D17565: [Chronik] Add unix socket listener to test_runner.rs.

Removed useless comment

Jan 20 2025, 22:07
hazzarust updated the diff for D17565: [Chronik] Add unix socket listener to test_runner.rs.

Deleted second test, made socket error handling verbose

Jan 20 2025, 22:04
hazzarust updated the test plan for D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.
Jan 20 2025, 21:58
hazzarust updated the test plan for D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.
Jan 20 2025, 21:57
hazzarust updated the summary of D17565: [Chronik] Add unix socket listener to test_runner.rs.
Jan 20 2025, 21:57
hazzarust updated the summary of D17565: [Chronik] Add unix socket listener to test_runner.rs.
Jan 20 2025, 21:56
hazzarust updated the test plan for D17565: [Chronik] Add unix socket listener to test_runner.rs.
Jan 20 2025, 17:30
hazzarust updated the diff for D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.

Made changes suggested

Jan 20 2025, 17:26

Jan 19 2025

hazzarust updated the summary of D17565: [Chronik] Add unix socket listener to test_runner.rs.
Jan 19 2025, 22:40
hazzarust requested review of D17565: [Chronik] Add unix socket listener to test_runner.rs.
Jan 19 2025, 22:40
hazzarust requested review of D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.
Jan 19 2025, 11:54

Jan 15 2025

hazzarust closed D17528: [Chronik] Add chronik_info method into lib.rs.
Jan 15 2025, 11:00
hazzarust committed rABCf7d1497b7029: [Chronik] Add chronik_info method into lib.rs (authored by hazzarust).
[Chronik] Add chronik_info method into lib.rs
Jan 15 2025, 11:00

Jan 14 2025

hazzarust retitled D17528: [Chronik] Add chronik_info method into lib.rs from [Chronik] Added chronik_info method into lib.rs to retrieve ChronikInfo struct and thus the version to [Chronik] Add chronik_info method into lib.rs.
Jan 14 2025, 21:37
hazzarust updated the diff for D17528: [Chronik] Add chronik_info method into lib.rs.

Added the regex test for version returned from ChronikInfo

Jan 14 2025, 21:26
hazzarust updated the diff for D17528: [Chronik] Add chronik_info method into lib.rs.

Added assert_eq!() test for chronik version returned

Jan 14 2025, 20:56
hazzarust requested review of D17528: [Chronik] Add chronik_info method into lib.rs.
Jan 14 2025, 20:48

Dec 20 2024

hazzarust closed D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 20 2024, 18:24
hazzarust committed rABC658e3ea4a040: [Modules] Added `bitcoinsuite-chronik-client` to monorepo (authored by hazzarust).
[Modules] Added `bitcoinsuite-chronik-client` to monorepo
Dec 20 2024, 18:24

Dec 17 2024

teamcity awarded D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo a Haypence token.
Dec 17 2024, 10:33

Dec 16 2024

hazzarust updated the test plan for D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 16 2024, 15:20
hazzarust updated the diff for D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.

Added CI integration (build-configurations.yml), added copyright licenses, changed server and reduced Tokio syntax.

Dec 16 2024, 14:42

Dec 14 2024

hazzarust updated the diff for D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.

Moved modules/bitcoinsuite-chronik-client next to other modules in workspace. Moved chronik-proto = { path = "../../chronik/chronik-proto/"} to other local dependencies

Dec 14 2024, 19:13
hazzarust closed D17352: [explorer.Dockerfile][build-configurations.yml] Removed --locked flag.
Dec 14 2024, 14:42
hazzarust committed rABC01827d42bc72: [explorer.Dockerfile][build-configurations.yml] Removed --locked flag (authored by hazzarust).
[explorer.Dockerfile][build-configurations.yml] Removed --locked flag
Dec 14 2024, 14:42
hazzarust updated the test plan for D17352: [explorer.Dockerfile][build-configurations.yml] Removed --locked flag.
Dec 14 2024, 01:08
hazzarust updated the summary of D17352: [explorer.Dockerfile][build-configurations.yml] Removed --locked flag.
Dec 14 2024, 01:08
hazzarust updated the diff for D17352: [explorer.Dockerfile][build-configurations.yml] Removed --locked flag.

Updating lint

Dec 14 2024, 00:54
hazzarust requested review of D17352: [explorer.Dockerfile][build-configurations.yml] Removed --locked flag.
Dec 14 2024, 00:53

Dec 13 2024

hazzarust updated the diff for D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.

Deleted newline in hash.rs

Dec 13 2024, 21:39
hazzarust updated the summary of D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 13 2024, 21:20
hazzarust updated the diff for D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.

Import chronik-proto from /chronik

Dec 13 2024, 21:19
hazzarust updated the summary of D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 13 2024, 17:00
hazzarust updated the summary of D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 13 2024, 16:58
hazzarust updated the diff for D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.

Updated everything in this diff - please see summary for more indepth

Dec 13 2024, 16:51

Dec 12 2024

hazzarust added a comment to D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.

nice.

is this a greenfield lib or is it initializing a repo in the monorepo that exists somewhere else?

This is Tobias' client, the one we use for the explorer. @hazzarust is putting it into the monorepo then will add the failover proxy to it.

ok nice

in that case, not really a big deal about adding stuff like test comments, having this as a starting point is helpful

Dec 12 2024, 01:19

Dec 11 2024

hazzarust updated the summary of D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 11 2024, 16:02
hazzarust updated the test plan for D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 11 2024, 15:59
hazzarust requested review of D17335: [Modules] Added `bitcoinsuite-chronik-client` to monorepo.
Dec 11 2024, 15:59
hazzarust closed D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 11 2024, 12:31
hazzarust committed rABC5dbda19390ac: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer. (authored by hazzarust).
[BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.
Dec 11 2024, 12:31
teamcity awarded D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile` a Doubloon token.
Dec 11 2024, 10:43
hazzarust updated the diff for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.

fixed indentation issue (timeout was indented in script, removed indentation)

Dec 11 2024, 10:33

Dec 10 2024

teamcity awarded D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile` a Piece of Eight token.
Dec 10 2024, 21:08
hazzarust set Slack Username to Harry on hazzarust.
Dec 10 2024, 19:06

Dec 8 2024

hazzarust updated the test plan for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 8 2024, 03:15
hazzarust updated the test plan for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 8 2024, 03:14
hazzarust retitled D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile` from [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer to [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 8 2024, 03:09