Charles McGarvey

Results 4 issues of Charles McGarvey

I'd like to be able to export transactions to something like a CSV file. Rationale: In the U.S., every "send" transaction is potentially a taxable event. So at the end...

``` cd /tmp curl -LO https://github.com/sparrowwallet/sparrow/releases/download/1.5.5/sparrow-1.5.5.tar.gz tar -xf sparrow-1.5.5.tar.gz ./Sparrow/bin/Sparrow # this works mkdir -p bin mv Sparrow bin/ ./bin/Sparrow/bin/Sparrow # this fails ``` The error is: ``` Error: could...

Generating a response is quite slow, especially with large responses. Profiling provides the insight that a large amount of time is spent in the runtime type-checking (Type::Tiny and related modules),...

**Describe the bug** We occasionally catch `KeyError` exceptions raised from `sp_api/auth/access_token_client.py:50` when calling `Reports.create_report`. ``` 0: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 97" 1: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 70" 2: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 418" 3: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 113" 4: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 366"...

bug