User Details
- User Since
- Nov 17 2024, 14:52 (15 w, 3 d)
- Slack Username
- Harry
Yesterday
Linter
fixed error
Tue, Mar 4
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
Thu, Feb 27
rebase
Mon, Feb 24
Updated comment
Updating comment (linter plz dont kill me )
Updated !unreachable() comment and removed assert comments
Merged imports
Updated the assert!() so that it will now anticipate 404 errors, renamed function names to be explicit
Rename blockchain_info_ipc
Sat, Feb 22
lint
lint
Fri, Feb 21
Added unreachable panic, renamed test_blockchain_info to blockchain_info and added comments
Thu, Feb 20
Renamed blockchain_info_new to blockchain_info
sorry relint
lint
I will make the changes from Pierre's comment in a separate diff to all current integration tests.
Revamped blockchain_info to include the new trait changes.
Sat, Feb 8
lint
Tue, Feb 4
Jan 27 2025
Jan 25 2025
Jan 24 2025
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
Removed timeout
Added error handling
Jan 21 2025
New line added + updated server to make explicit
Removed assert_eq
Jan 20 2025
Removed useless comment
Deleted second test, made socket error handling verbose
Made changes suggested
Jan 19 2025
Jan 15 2025
Jan 14 2025
Added the regex test for version returned from ChronikInfo
Added assert_eq!() test for chronik version returned
Dec 20 2024
Dec 17 2024
Dec 16 2024
Added CI integration (build-configurations.yml), added copyright licenses, changed server and reduced Tokio syntax.
Dec 14 2024
Moved modules/bitcoinsuite-chronik-client next to other modules in workspace. Moved chronik-proto = { path = "../../chronik/chronik-proto/"} to other local dependencies
Updating lint
Dec 13 2024
Deleted newline in hash.rs
Import chronik-proto from /chronik
Updated everything in this diff - please see summary for more indepth
Dec 12 2024
Dec 11 2024
fixed indentation issue (timeout was indented in script, removed indentation)