User Details
- User Since
- Nov 17 2024, 14:52 (51 w, 4 d)
- Slack Username
- Harry
Jul 17 2025
Jul 14 2025
Jul 12 2025
Added tests for new_emtpy_url_array and invalid_schema when appending ws urls
Jul 10 2025
Rebased changes from D18336
Jul 9 2025
whitespace reeeeeeee
Updated wording on Python steps to make aligned
Jul 7 2025
Added back the yield and changed websocket.rs ordering.
Jul 4 2025
imports cleaned
Don't review
Jul 3 2025
Runs locally on CI, trying again.
Jun 28 2025
Jun 23 2025
Updated steps
Jun 18 2025
Updated orderings
Updated nextBlockhash to be tipHash, removed empty line, checked hash instead of length after calling blockchain.info()
Jun 17 2025
Jun 2 2025
May 28 2025
not sure why its failing - working locally
added timeout
May 25 2025
Make hash non pub
hash is only field that needs to be pub
Removing handler change as not needed in this diff
test
May 19 2025
May 14 2025
May 9 2025
Made relevant to eCash, changed tests and comments
May 7 2025
Updated comments
lint
Updated documentation, changed to_cash_addr to take AddressType
Apr 25 2025
Roasted by linter, updating
Made changes
Added address.rs to chronik/bitcoinsuite-core, added documentation, changed return types, cleaned the code (kachow)
Apr 24 2025
Apr 23 2025
Unrelated failure
Ammended change
removed lazy_static
Added comments
linter hates me
Added mut data to the start to avoid repetition, assign the data.endpoint as_mut() so that we can use the values inside data in the same assert_eq statement
Apr 22 2025
Removed macro and created Mutex around data, so that we don't need to constantly lock().await
Apr 19 2025
Finished off the testing for block functionality, improved error handling and removed some questionable comments xd
Apr 15 2025
Changed range (looks like CICD didn't like the old range)
Added new branch arms (last time committed wrong change ..)
lint
Apr 14 2025
Removed serial and deserial, removed useless lifetimes, changed from_le_bytes to from_be_hex and thus handled array -> str conversion
Apr 13 2025
Please don't review
Apr 9 2025
Made url idiomatic hehe, removed hex import ::* to make more readable, made the other changes suggested
Apr 8 2025
Removed hex.rs (will be its own seperate diff in future), removed hex boilerplate, removed non diff specific changes
Apr 5 2025
Apr 3 2025
Please dont review yet,
lint
Mar 26 2025
Mar 25 2025
Added comments
change ordering
Mar 24 2025
Made change to how we handle status and ready to reduce indentation
