holisticode

Results 16 issues of holisticode

Postage stamps is a major feature for Swarm 1.0. It thus has high priority for implementation. Currently, some high level descriptions and a spec exist for postage stamps: * The...

priority
incentives
v1.0

The bzz network ID identifies a specific swarm network. Swap-enabled nodes though can only interact with nodes which run on the same backend. Thus, the network IDs should be specified...

discussion
priority
incentives

`AccountingApi` has been implemented in an early iteration of Swap. Some of its concepts are outdated (balance calculation) and thus this needs to be refactored

incentives

In Swap, we store balances and cheques in a `StateStore`. If a balance or a cheque never gets settled, it will stay forever there. It also means that over time,...

incentives

Swap is currently only implemented in the go client. There is no public specification so other implementors of Swarm clients could implement Swap. The task is about creating a SWIP...

incentives

## Describe the Bug Whatever is in `security_groups` seems to be ignored ## Expected Behavior Security groups specified in `security_groups` should be applied ## Steps to Reproduce `security_groups = [aws_security_group.my_group1.id,...

bug
help wanted
good first issue

The `DefaultDataDir()` call is already assigned in the `NodeDefaultConfig` global variable on line 32 in `defaults.go`

This PR adds metrics to the message exchange protocol. This is work in progress. It should not be merged yet.

Currently the link to the development section in the README.md is broken.

This PR aims to start adding some unit tests to darkfi's code base. In the current iteration, it's just a first proposal to sense if the team is good with...