Page MenuHomePhabricator

hazzarust (Harry Grant)
User

Projects

User does not belong to any projects.

User Details

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

Recent Activity

Mon, Jan 27

hazzarust closed D17598: [ci] Add specific packages to run when calling cargo test.
Mon, Jan 27, 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
Mon, Jan 27, 16:16
hazzarust updated the test plan for D17598: [ci] Add specific packages to run when calling cargo test.
Mon, Jan 27, 16:07
hazzarust requested review of D17598: [ci] Add specific packages to run when calling cargo test.
Mon, Jan 27, 15:53

Sat, Jan 25

hazzarust closed D17565: [Chronik] Add unix socket listener to test_runner.rs.
Sat, Jan 25, 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
Sat, Jan 25, 16:03
hazzarust closed D17564: [chronik] Add test runner to bitcoinsuite-chronik-client.
Sat, Jan 25, 16:01
hazzarust committed rABC7ea1a14a1618: [chronik] Add test runner to bitcoinsuite-chronik-client (authored by hazzarust).
[chronik] Add test runner to bitcoinsuite-chronik-client
Sat, Jan 25, 16:01

Fri, Jan 24

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

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

Removed timeout

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

Added error handling

Fri, Jan 24, 12:39

Tue, Jan 21

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

New line added + updated server to make explicit

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

Removed assert_eq

Tue, Jan 21, 15:37

Mon, Jan 20

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

Removed useless comment

Mon, Jan 20, 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

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

Made changes suggested

Mon, Jan 20, 17:26

Sun, Jan 19

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

Wed, Jan 15

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

Tue, Jan 14

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.
Tue, Jan 14, 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

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

Added assert_eq!() test for chronik version returned

Tue, Jan 14, 20:56
hazzarust requested review of D17528: [Chronik] Add chronik_info method into lib.rs.
Tue, Jan 14, 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
hazzarust updated the diff for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.

Adding --locked to explorer.Dockerfile as D17313 did not specify cargo build --release --locked

Dec 8 2024, 03:07

Dec 7 2024

hazzarust retitled D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile` from [BITCOIN-ABC CI] Added `cargo build` CI to web/explorer to [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer.
Dec 7 2024, 16:49
hazzarust updated the diff for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.

Changed cargo build to cargo build --locked to ensure reproducible builds

Dec 7 2024, 16:48
hazzarust closed D17313: [bitcoin-abc][web] Moved explorer dockerfile to root so it can access Cargo.lock.
Dec 7 2024, 16:23
hazzarust committed rABCb0f2a6d08e1e: [bitcoin-abc][web] Moved explorer dockerfile to root so it can access Cargo.lock (authored by hazzarust).
[bitcoin-abc][web] Moved explorer dockerfile to root so it can access Cargo.lock
Dec 7 2024, 16:23
teamcity awarded D17313: [bitcoin-abc][web] Moved explorer dockerfile to root so it can access Cargo.lock a Haypence token.
Dec 7 2024, 14:59
hazzarust updated the test plan for D17313: [bitcoin-abc][web] Moved explorer dockerfile to root so it can access Cargo.lock.
Dec 7 2024, 14:38
hazzarust requested review of D17313: [bitcoin-abc][web] Moved explorer dockerfile to root so it can access Cargo.lock.
Dec 7 2024, 14:36
hazzarust closed D17312: [Bitcoin-abc] Fixed CI, removed Cargo.lock duplicates.
Dec 7 2024, 13:55
hazzarust committed rABCd73e280fb9fd: [Bitcoin-abc] Fixed CI, removed Cargo.lock duplicates (authored by hazzarust).
[Bitcoin-abc] Fixed CI, removed Cargo.lock duplicates
Dec 7 2024, 13:55
hazzarust requested review of D17312: [Bitcoin-abc] Fixed CI, removed Cargo.lock duplicates.
Dec 7 2024, 13:23
hazzarust closed D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer.
Dec 7 2024, 13:00
hazzarust committed rABCeb72bf2569f8: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer (authored by hazzarust).
[BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer
Dec 7 2024, 13:00

Dec 6 2024

hazzarust updated the diff for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.

Updated lint

Dec 6 2024, 17:22
hazzarust updated the diff for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.

Updated formatting

Dec 6 2024, 17:20
teamcity awarded D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile` a Haypence token.
Dec 6 2024, 10:24
teamcity awarded D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer a Haypence token.
Dec 6 2024, 07:59
hazzarust updated the summary of D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer.
Dec 6 2024, 01:32
hazzarust retitled D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer from [BITCOIN-ABC] Allowing rust analyser to work in web/explorer to [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer.
Dec 6 2024, 01:26
hazzarust retitled D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer from [BITCOIN-ABC] Changes to rust analyser to [BITCOIN-ABC] Allowing rust analyser to work in web/explorer.
Dec 6 2024, 01:26
hazzarust updated the summary of D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer.
Dec 6 2024, 01:23
hazzarust updated the summary of D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer.
Dec 6 2024, 01:22
hazzarust retitled D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer from Changes to rust analyzer to [BITCOIN-ABC] Changes to rust analyser.
Dec 6 2024, 01:21
hazzarust updated the summary of D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 6 2024, 01:21
hazzarust updated the summary of D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer.
Dec 6 2024, 01:20
hazzarust published D17292: [BITCOIN-ABC][WEB] Allowing rust analyser to work in web/explorer for review.
Dec 6 2024, 01:20
hazzarust published D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile` for review.
Dec 6 2024, 01:19

Dec 4 2024

teamcity awarded D17272: [CHRONIK][WEB][MODULES] Updated every out of date dependency in Cargo.toml that does not require code change a Haypence token.
Dec 4 2024, 14:04

Dec 3 2024

hazzarust updated the diff for D17272: [CHRONIK][WEB][MODULES] Updated every out of date dependency in Cargo.toml that does not require code change.

testing to see if it was faulty test

Dec 3 2024, 19:14
hazzarust updated the diff for D17272: [CHRONIK][WEB][MODULES] Updated every out of date dependency in Cargo.toml that does not require code change.

test

Dec 3 2024, 16:31

Dec 2 2024

hazzarust closed D17267: [CHRONIK][WEB][MODULES] Updated thiserror from 1.0 -> 2.0.3 in Cargo.toml.
Dec 2 2024, 22:58
hazzarust committed rABC08230ddf7e42: [CHRONIK][WEB][MODULES] Updated thiserror from 1.0 -> 2.0.3 in Cargo.toml (authored by hazzarust).
[CHRONIK][WEB][MODULES] Updated thiserror from 1.0 -> 2.0.3 in Cargo.toml
Dec 2 2024, 22:58
hazzarust updated the diff for D17272: [CHRONIK][WEB][MODULES] Updated every out of date dependency in Cargo.toml that does not require code change.

testing

Dec 2 2024, 22:55
hazzarust updated the diff for D17267: [CHRONIK][WEB][MODULES] Updated thiserror from 1.0 -> 2.0.3 in Cargo.toml.

Updated every dependancy in Cargo.toml that does not require any change in code.

Dec 2 2024, 22:26

Dec 1 2024

hazzarust updated the diff for D17272: [CHRONIK][WEB][MODULES] Updated every out of date dependency in Cargo.toml that does not require code change.

Changed bitcoin_hashes version back to 0.14

Dec 1 2024, 15:52
hazzarust requested review of D17272: [CHRONIK][WEB][MODULES] Updated every out of date dependency in Cargo.toml that does not require code change.
Dec 1 2024, 15:26
hazzarust updated the diff for D17267: [CHRONIK][WEB][MODULES] Updated thiserror from 1.0 -> 2.0.3 in Cargo.toml.

updated indents

Dec 1 2024, 01:09
hazzarust updated the diff for D17267: [CHRONIK][WEB][MODULES] Updated thiserror from 1.0 -> 2.0.3 in Cargo.toml.

Updated formatting

Dec 1 2024, 00:19
hazzarust updated the diff for D17267: [CHRONIK][WEB][MODULES] Updated thiserror from 1.0 -> 2.0.3 in Cargo.toml.

added new line \ so build should work

Dec 1 2024, 00:00