User Details
- User Since
- Jan 30 2022, 13:06 (167 w, 6 d)
Fri, Apr 18
keep the first modification to close WS
Thu, Apr 17
Extra comments and trailing whitespace removed
update README.md
update README.md and npm version minor
Wed, Apr 16
Better test url orders
Some minor adjustments regarding the above.
add package-json
rebase and add test
Tue, Apr 15
add test, in the test, i don't mock measureWebsocketLatency, but instead use asynchronous actual testing to
keep it simple.
Keep using Infinity, adjust the output to display in ms
Directly return -1 in measureWebsocketLatency for timeout cases
Based on what was mentioned earlier, I first moved appendWsUrls out of the class in D17935 and reused it here.
Additionally, I removed the concurrent and batch settings, and optimized and streamlined the Sort function (the
original sort function considered multiple rounds of testing, making the code more complicated)
Sat, Apr 12
Thu, Apr 10
// Using the static method with strategy
const chronik = await ChronikClient.useStrategy(
ConnectionStrategy.ClosestFirst, urls, maxConcurrentTests // optional parameter, default is 20
);
Node selection is implemented using static methods in chronikclient while maintaining consistency with existing methods. Removed the original npm list
test. Moved measureWebsocketLatency and sortNodesByLatency to chronikclient.ts
After this modification, it no longer dynamically selects the best node. Instead, it rearranges the
node order only once during initialization. Removed the URL string and kept only the array to maintain consistency with chronikclient.
And use as-order as default
After this modification, it no longer dynamically selects the best node. Instead, it rearranges the node order only once during
initialization. Removed the URL string and kept only the array to maintain consistency with chronikclient.
Wed, Apr 9
I have tested the modified chronik-client locally and it switches smoothly. Perhaps I could deploy it on an actual test domain for public testing?
Tue, Apr 8
Sun, Apr 6
Sat, Apr 5
Thu, Apr 3
Wed, Apr 2
--update D17815
Fri, Mar 28
Fri, Mar 21
Mar 20 2025
Switch to my branch and commit again.
Mar 19 2025
Completed the above modifications
Mar 18 2025
[Cashtab] Introduce CSS variables to make styling easier
Mar 16 2025
Mar 11 2025
An attempt to resolve a missing base commit
Mar 10 2025
[Cashtab] Add click-outside-area closing effect for NavWrapper using event bubbling
lint
remove stopPropagation
Updating D17756: [Cashtab] Add click-outside-area closing effect for NavWrapper using event bubbling
Mar 6 2025
Squashed commits as requested and removed unnecessary useEffec
Remove useEffect
Dec 18 2023
Dec 15 2023
Dec 11 2023
Dec 9 2023
improved text
Dec 8 2023
Removed extra duplicated text
Dec 6 2023
I couldn't find any issues between 'in' and '~'. By the way, I tested -deamonwait on three nodes, and it worked perfectly.
Dec 5 2023
Modify according to fabien's comments
rebase
Update init.md's instructions about systemd
- Modify StartLimitInterval
- Modify type
- rebase my commit
Dec 3 2023
Following Antony's suggestion, abandon the creation of a new ecashd.service file and instead replace the outdated bitcoind.service.