Jarvis Carroll spivee
  • Joined on 2025-01-21
spivee pushed to master at spivee/msp 2025-10-29 20:59:03 +09:00
78ea3fc85e handle socket race conditions better
e8ef0b4304 buffer out-of-order messages
b6c16967e7 notify router of new channels
47612c2775 have channel_man spawn its own router
cfd9eb748f rename Connection to Router
Compare 6 commits »
spivee pushed to master at spivee/msp 2025-10-26 14:03:21 +09:00
0ccd64e2f1 some kind of channel allocation
7503463ff2 message dispatch stub
Compare 2 commits »
spivee approved QPQ-AG/hakuzaru#9 2025-10-25 14:25:35 +09:00
Finally implement the "sticky" chain node

Nice! Nonce issues get pretty annoying, so this is super handy. I like that the user can decide whether the sticky node can help bear the dry run load by putting it in the list twice or just once.

spivee pushed to master at spivee/msp 2025-10-24 21:14:01 +09:00
587fa1710c retab
4d7dcf160c UDP receipt
Compare 2 commits »
spivee pushed to master at spivee/msp 2025-10-23 17:48:00 +09:00
e9efcccfd0 initial commit
spivee created branch master in spivee/msp 2025-10-23 17:48:00 +09:00
spivee created repository spivee/msp 2025-10-21 18:26:03 +09:00
spivee pushed to primtypes-squash at QPQ-AG/hakuzaru 2025-10-09 07:51:04 +09:00
f770bc299e add {raw, binary()} case for all chain objects
spivee created pull request QPQ-AG/GajuDesk#27 2025-09-30 15:32:44 +09:00
Special 'import' wizard
spivee opened issue QPQ-AG/GajuDesk#26 2025-09-30 15:31:34 +09:00
Wallet import requires a passphrase
spivee created pull request QPQ-AG/hakuzaru#6 2025-09-30 15:17:42 +09:00
Complete AACI definition
spivee pushed to primtypes-squash at QPQ-AG/hakuzaru 2025-09-30 15:14:13 +09:00
c934510859 Complete AACI definition
spivee pushed to primtypes-squash at QPQ-AG/hakuzaru 2025-09-30 15:13:26 +09:00
5da56bd24c This commit combines 13 separate commits:
spivee created branch primtypes-squash in QPQ-AG/hakuzaru 2025-09-30 15:11:37 +09:00
spivee pushed to primtypes-squash at QPQ-AG/hakuzaru 2025-09-30 15:11:37 +09:00
0af86743c6 Complete AACI definition
spivee pushed to primtypes at QPQ-AG/hakuzaru 2025-09-26 19:49:32 +09:00
d66b8a0af9 remaining types
spivee pushed to primtypes at QPQ-AG/hakuzaru 2025-09-26 08:08:17 +09:00
2abb15cceb Add more builtin types
spivee pushed to primtypes at QPQ-AG/hakuzaru 2025-09-24 15:28:49 +09:00
057861e9cf Add a map for builtin types
7ffc96b68a Refactor type normalization
Compare 2 commits »
spivee approved QPQ-AG/gmhive_client#13 2025-09-24 11:37:12 +09:00
Configurable progress reporting

Handy! Craig is adding new messages upstream, as we speak, but our users running headless miners currently are savvy enough to comprehend what a 404 message in their systemd logs would mean, so I guess it is fine. 'One day' I am sure that 'someone' will get these things streamlined down to one central list of cases ;)

spivee approved QPQ-AG/GajuMine#11 2025-09-24 11:32:45 +09:00
Match on more messages, verup dependencies/

Looks good. I can't test the 443 thing easily without a sledgehammer, but the 404 message is informative, and a huge improvement over the original under-the-hood version.