You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a service-based network, a node was determined to be running by searching for a process whose
path matched the path where the service binary is installed. This works because those are unique
paths. However, it did not work for a local network, because each process uses a binary at the same
path.
For a status refresh, we now distinguish between a service-based network and a local network. For
the local network, we determine if a node is running simply by connecting to its RPC service.
jacderida
added a commit
to jacderida/autonomi
that referenced
this issue
Aug 31, 2024
In a service-based network, a node was determined to be running by searching for a process whose
path matched the path where the service binary is installed. This works because those are unique
paths. However, it did not work for a local network, because each process uses a binary at the same
path.
For a status refresh, we now distinguish between a service-based network and a local network. For
the local network, we determine if a node is running simply by connecting to its RPC service.
The current wallet code and logic should be cleaned/simplified and inspired by Ethereum and Bitcoin. It should be secure and simple.
Notes:
Tasks:
payments
,confirmed_spends
&cash_notes
folders into the wallet file.CashNote
.CashNoteRedemption
multiple times.Spend
fails to upload.The text was updated successfully, but these errors were encountered: