storm-core 0.2.0

Storm Core Library: storage and messaging layer 3 on top of bitcoin & lightning network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
codecov:
  require_ci_to_pass: no

coverage:
  precision: 1
  round: nearest
  range: "0...95"
  # TODO: Update codecov default requirements after v1.0 release
  status:
    project:
      default:
        target: 0%
        threshold: 1%
    patch:
      default:
        target: 0%
        threshold: 1%