@@ -4,22 +4,19 @@ IOTA-Core is the node software for the upcoming IOTA 2.0 protocol.
4
4
5
5
---
6
6
![ GitHub Release (latest by date)] ( https://img.shields.io/github/v/release/iotaledger/iota-core )
7
- ![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/iotaledger/iota-core )
8
- ![ GitHub License] ( https://img.shields.io/github/license/iotaledger/iota-core )
9
- ---
10
- [ ![ build_docker] ( https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml/badge.svg )] ( https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml )
11
- [ ![ build_tools] ( https://github.com/iotaledger/iota-core/actions/workflows/build_tools.yml/badge.svg )] ( https://github.com/iotaledger/iota-core/actions/workflows/build_tools.yml )
12
- [ ![ docker-network-health] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml/badge.svg )] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml )
13
- [ ![ docker-network-tests-nightly] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml/badge.svg )] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml )
14
- [ ![ golangci-lint] ( https://github.com/iotaledger/iota-core/actions/workflows/golangci-lint.yml/badge.svg )] ( https://github.com/iotaledger/iota-core/actions/workflows/golangci-lint.yml )
15
- [ ![ release] ( https://github.com/iotaledger/iota-core/actions/workflows/release.yml/badge.svg )] ( https://github.com/iotaledger/iota-core/actions/workflows/release.yml )
16
- [ ![ unit-test] ( https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml/badge.svg )] ( https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml )
7
+ ![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/iotaledger/iota-core?branch=develop )
8
+ ![ GitHub License] ( https://img.shields.io/github/license/iotaledger/iota-core?branch=develop )
17
9
---
10
+ [ ![ unit-test] ( https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml/badge.svg?branch=develop )] ( https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml )
11
+ [ ![ unit-test-nightly] ( https://github.com/iotaledger/iota-core/actions/workflows/unit-test-nightly.yml/badge.svg?branch=develop )] ( https://github.com/iotaledger/iota-core/actions/workflows/unit-test-nightly.yml )
12
+ [ ![ build_docker] ( https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml/badge.svg?branch=develop )] ( https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml )
13
+ [ ![ docker-network-health] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml/badge.svg?branch=develop )] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml )
14
+ [ ![ docker-network-tests-nightly] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml/badge.svg?branch=develop )] ( https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml )
18
15
19
16
In this repository you will find the following branches:
20
17
21
18
- ` production ` : this branch contains the latest released code targeted for the [ IOTA mainnet] ( https://iota.org )
22
- - ` staging ` : this branch contains the latest released code targeted for the [ shimmer network] ( https://shimmer.network )
19
+ - ` staging ` : this branch contains the latest released code targeted for the [ Shimmer network] ( https://shimmer.network )
23
20
- ` develop ` : default branch where all development will get merged to. This represents the next iteration of the node.
24
21
25
22
## Notes
0 commit comments