- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
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
In D17335#393946, @bytesofman wrote:In D17335#393945, @Fabien wrote:In D17335#393933, @bytesofman wrote: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 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
Nov 30 2024
Updated thiserror dependency wherever it was used within bitcoin-abc
updated formatting to satisfy lint
Nov 29 2024
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"
Nov 28 2024
Nov 25 2024
Pushed changes in D17197 before pushing this change
Nov 24 2024
Updating the lint errors