User Details
- User Since
- Nov 17 2024, 14:52 (10 w, 6 d)
- Slack Username
- Harry
Mon, Jan 27
Sat, Jan 25
Fri, Jan 24
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
Tue, Jan 21
New line added + updated server to make explicit
Removed assert_eq
Mon, Jan 20
Removed useless comment
Deleted second test, made socket error handling verbose
Made changes suggested
Sun, Jan 19
Wed, Jan 15
Tue, Jan 14
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)
Dec 10 2024
Dec 8 2024
Adding --locked to explorer.Dockerfile as D17313 did not specify cargo build --release --locked
Dec 7 2024
Changed cargo build to cargo build --locked to ensure reproducible builds
Dec 6 2024
Updated lint
Updated formatting
Dec 4 2024
Dec 3 2024
testing to see if it was faulty test
test
Dec 2 2024
testing
Updated every dependancy in Cargo.toml that does not require any change in code.
Dec 1 2024
Changed bitcoin_hashes version back to 0.14
updated indents
Updated formatting
added new line \ so build should work