- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Dec 12 2024
stop storing script and scriptHex as these can always be returned accurately by method
raise an error if response data is too large, improve doc for ChronikElectrumClient with code samples, remove unneed id param for MethodNameProxy
Improve doc, var names and use .min()
Questions more than requesting changes
Rebase
Feedback
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
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.
In D17335#393933, @bytesofman wrote:nice.
is this a greenfield lib or is it initializing a repo in the monorepo that exists somewhere else?
is this a greenfield lib or is it initializing a repo in the monorepo that exists somewhere else?
improve cashtab test mock prep implementation
@bot build-explorer
The API is now very good imo
fixed indentation issue (timeout was indented in script, removed indentation)
rework the API, use a client object similar to ChronikClient, set a timeout for the socket so that we get an error if the server never replies (or never sends the final \n)
Make sure to run the test plan yourself
Better comments on classes in mock-chronik-client
improve organization of address.test.ts
ok after leaving this for a day or two then looking at it again, understand the constructor overloading comment. cleaned it up, updated tests.
make constructor private, stop supporting so many input types, no overloaded constructor, better test organization
Dec 10 2024
@bot build-explorer
Fix a typo
- move lastfailure to top of build_dir
- ignore OSError exceptions on windows (didn't use contextlib.suppress because I don't think we should ignore it on Linux)