CyberHoward

Results 43 comments of CyberHoward

Check out [BOOT](https://github.com/Abstract-OS/BOOT), it should have the functionality you're looking for. @drewstone

Awesome man! For our use case we'd be happy with a minimalist client, i.e. exposing only the starship specific functionality. We will almost certainly parse the infrastructure information into `Daemon`...

I'm liking these vibes. **1)** I like the idea very much, only thing is that account balances are set at genesis so token transfers can theoretically run out(?). If there...

Here is the initial client I wrote up: https://github.com/AbstractSDK/cw-orchestrator/tree/feature%2Fstarship/packages%2Fcw-orch-starship

I'm a bit confused by the global `Mutex`. It seems like you're using a locking library (`lock-file`) but then added your own locking solution on top. Why did you do...

> > So if I understand this PR correctly the JSON state file will be locked when the `Daemon` is constructed? Any other threads that attempt to construct a `Daemon`...

> > > > So if I understand this PR correctly the JSON state file will be locked when the `Daemon` is constructed? Any other threads that attempt to construct...

> > I don't think we should add `impl Into` for every type of argument. > > I suggest we add a match statement that only converts the arguments to...

Closed in favor of #438