nox icon indicating copy to clipboard operation
nox copied to clipboard

Rust implementation of the Fluence network peer

Results 100 nox issues
Sort by recently updated
recently updated
newest added

Now it's only available via config but in some cases (like Trust Graph demo) it will be good to pass builtins management keypair in cmd args. To achieve this arguments...

enhancement
recent

As CircleCI showed to be unreliable and stopped worked entirely, we have to migrate `Publish Branch` to GitHub Actions. It's better to use `self-hosted` for that purpose.

recent

After updating to the latest libp2p, exceptions started to appear in logs: ``` [2022-03-22T13:55:36.259798Z WARN particle_protocol::libp2p_protocol::upgrade] Error processing inbound ProtocolMessage: unexpected end of file Location: /__w/fluence/fluence/particle-protocol/src/libp2p_protocol/upgrade.rs:126:30 Stack backtrace: 0: core::ops::function::Fn::call...

recent

``` [2022-03-22T13:52:15.651135Z INFO tide::log::middleware] Response sent [2022-03-22T13:53:15.651120Z INFO tide::log::middleware] Response sent [2022-03-22T13:54:15.650953Z INFO tide::log::middleware] Response sent ```

good first issue
recent

## Motivation Scalability of services-per-node can be achieved by dynamic unloading (pausing) services by some criteria, and then loading (waking up) on demand. ## Implementation **Pausing** is basically removing the...

rust
feature
architecture
recent

We have integration tests in aqua that go through 3-4 nodes. And it often hangs. If it hangs once, it will hang some long time later. I often use a...

recent

Sometimes, node admins want their nodes to be guarded against service deployments by unauthorised users. One of the reasons is resource consumption: unauthorised user could deploy thousands of services and...

~node
feature
good first issue
security
recent

To understand current state of the network, we need to monitor it. Some simple Aqua script querying data from AquaDHT could be used as a health check. To run jobs...

~infrastructure
recent

To better address stability of the network, we need some assessment of networks states. Running whole test suit against a real network is rather cheap and stubborn, and seems like...

enhancement
~infrastructure
good first issue
recent