User Details
- User Since
- Nov 17 2024, 14:52 (4 w, 6 d)
- Slack Username
- Harry
Yesterday
Tue, Dec 17
Mon, Dec 16
Added CI integration (build-configurations.yml), added copyright licenses, changed server and reduced Tokio syntax.
Sat, Dec 14
Moved modules/bitcoinsuite-chronik-client next to other modules in workspace. Moved chronik-proto = { path = "../../chronik/chronik-proto/"} to other local dependencies
Updating lint
Fri, Dec 13
Deleted newline in hash.rs
Import chronik-proto from /chronik
Updated everything in this diff - please see summary for more indepth
Thu, Dec 12
Wed, Dec 11
fixed indentation issue (timeout was indented in script, removed indentation)
Tue, Dec 10
Sun, Dec 8
Adding --locked to explorer.Dockerfile as D17313 did not specify cargo build --release --locked
Sat, Dec 7
Changed cargo build to cargo build --locked to ensure reproducible builds
Fri, Dec 6
Updated lint
Updated formatting
Wed, Dec 4
Tue, Dec 3
testing to see if it was faulty test
test
Mon, Dec 2
testing
Updated every dependancy in Cargo.toml that does not require any change in code.
Sun, Dec 1
Changed bitcoin_hashes version back to 0.14
updated indents
Updated formatting
added new line \ so build should work
Sat, Nov 30
Updated thiserror dependency wherever it was used within bitcoin-abc
updated formatting to satisfy lint
Fri, Nov 29
Reformatted the use statement to make it one line
use std::{collections::BTreeMap, ffi::CString};
Also changed thiserror back to original version (1.0), and will change in a seperate diff
Reverted back to just calling CString instead of using the new str_to_cstr function
Added the include_str! macro and updated the module_name to its original name "test_tx_to_py"
Thu, Nov 28
Mon, Nov 25
Pushed changes in D17197 before pushing this change
Sun, Nov 24
Updating the lint errors
Nov 20 2024
Renamed title and updated test name