Skip to content

Commit 9729f40

Browse files
chore: merge cherry pick from develop (#4779)
* chore: update readme (#4778) * chore: update readme * chore: add mainsail reference * chore: update api docs links * chore: remove setup python actions from Gitlab workflows (#4742) * Empty commit * remove python for benchmark workflow * Remove setup python action --------- Co-authored-by: Sebastijan K <[email protected]>
1 parent 341c1e5 commit 9729f40

File tree

5 files changed

+7
-98
lines changed

5 files changed

+7
-98
lines changed

.github/workflows/benchmark.yml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24-
- name: Set up Python 2.7
25-
uses: actions/setup-python@v2
26-
with:
27-
python-version: '2.7'
2824
- name: Cache node modules
2925
uses: actions/cache@v1
3026
with:

.github/workflows/codeql-analysis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
with:
2828
fetch-depth: 2
2929

30-
- name: Set up Python 2.7
31-
uses: actions/setup-python@v2
32-
with:
33-
python-version: '2.7'
34-
3530
- run: git checkout HEAD^2
3631
if: ${{ github.event_name == 'pull_request' }}
3732

.github/workflows/functional.yml

-72
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@v2
42-
- name: Set up Python 2.7
43-
uses: actions/setup-python@v2
44-
with:
45-
python-version: "2.7"
4642
- name: Cache node modules
4743
uses: actions/cache@v1
4844
with:
@@ -95,10 +91,6 @@ jobs:
9591

9692
steps:
9793
- uses: actions/checkout@v2
98-
- name: Set up Python 2.7
99-
uses: actions/setup-python@v2
100-
with:
101-
python-version: "2.7"
10294
- name: Cache node modules
10395
uses: actions/cache@v1
10496
with:
@@ -154,10 +146,6 @@ jobs:
154146

155147
steps:
156148
- uses: actions/checkout@v2
157-
- name: Set up Python 2.7
158-
uses: actions/setup-python@v2
159-
with:
160-
python-version: "2.7"
161149
- name: Cache node modules
162150
uses: actions/cache@v1
163151
with:
@@ -213,10 +201,6 @@ jobs:
213201

214202
steps:
215203
- uses: actions/checkout@v2
216-
- name: Set up Python 2.7
217-
uses: actions/setup-python@v2
218-
with:
219-
python-version: "2.7"
220204
- name: Cache node modules
221205
uses: actions/cache@v1
222206
with:
@@ -272,10 +256,6 @@ jobs:
272256

273257
steps:
274258
- uses: actions/checkout@v2
275-
- name: Set up Python 2.7
276-
uses: actions/setup-python@v2
277-
with:
278-
python-version: "2.7"
279259
- name: Cache node modules
280260
uses: actions/cache@v1
281261
with:
@@ -331,10 +311,6 @@ jobs:
331311

332312
steps:
333313
- uses: actions/checkout@v2
334-
- name: Set up Python 2.7
335-
uses: actions/setup-python@v2
336-
with:
337-
python-version: "2.7"
338314
- name: Cache node modules
339315
uses: actions/cache@v1
340316
with:
@@ -390,10 +366,6 @@ jobs:
390366

391367
steps:
392368
- uses: actions/checkout@v2
393-
- name: Set up Python 2.7
394-
uses: actions/setup-python@v2
395-
with:
396-
python-version: "2.7"
397369
- name: Cache node modules
398370
uses: actions/cache@v1
399371
with:
@@ -449,10 +421,6 @@ jobs:
449421

450422
steps:
451423
- uses: actions/checkout@v2
452-
- name: Set up Python 2.7
453-
uses: actions/setup-python@v2
454-
with:
455-
python-version: "2.7"
456424
- name: Cache node modules
457425
uses: actions/cache@v1
458426
with:
@@ -508,10 +476,6 @@ jobs:
508476

509477
steps:
510478
- uses: actions/checkout@v2
511-
- name: Set up Python 2.7
512-
uses: actions/setup-python@v2
513-
with:
514-
python-version: "2.7"
515479
- name: Cache node modules
516480
uses: actions/cache@v1
517481
with:
@@ -567,10 +531,6 @@ jobs:
567531

568532
steps:
569533
- uses: actions/checkout@v2
570-
- name: Set up Python 2.7
571-
uses: actions/setup-python@v2
572-
with:
573-
python-version: "2.7"
574534
- name: Cache node modules
575535
uses: actions/cache@v1
576536
with:
@@ -626,10 +586,6 @@ jobs:
626586

627587
steps:
628588
- uses: actions/checkout@v2
629-
- name: Set up Python 2.7
630-
uses: actions/setup-python@v2
631-
with:
632-
python-version: "2.7"
633589
- name: Cache node modules
634590
uses: actions/cache@v1
635591
with:
@@ -685,10 +641,6 @@ jobs:
685641

686642
steps:
687643
- uses: actions/checkout@v2
688-
- name: Set up Python 2.7
689-
uses: actions/setup-python@v2
690-
with:
691-
python-version: "2.7"
692644
- name: Cache node modules
693645
uses: actions/cache@v1
694646
with:
@@ -744,10 +696,6 @@ jobs:
744696

745697
steps:
746698
- uses: actions/checkout@v2
747-
- name: Set up Python 2.7
748-
uses: actions/setup-python@v2
749-
with:
750-
python-version: "2.7"
751699
- name: Cache node modules
752700
uses: actions/cache@v1
753701
with:
@@ -803,10 +751,6 @@ jobs:
803751

804752
steps:
805753
- uses: actions/checkout@v2
806-
- name: Set up Python 2.7
807-
uses: actions/setup-python@v2
808-
with:
809-
python-version: "2.7"
810754
- name: Cache node modules
811755
uses: actions/cache@v1
812756
with:
@@ -862,10 +806,6 @@ jobs:
862806

863807
steps:
864808
- uses: actions/checkout@v2
865-
- name: Set up Python 2.7
866-
uses: actions/setup-python@v2
867-
with:
868-
python-version: "2.7"
869809
- name: Cache node modules
870810
uses: actions/cache@v1
871811
with:
@@ -915,10 +855,6 @@ jobs:
915855

916856
steps:
917857
- uses: actions/checkout@v2
918-
- name: Set up Python 2.7
919-
uses: actions/setup-python@v2
920-
with:
921-
python-version: "2.7"
922858
- name: Cache node modules
923859
uses: actions/cache@v1
924860
with:
@@ -968,10 +904,6 @@ jobs:
968904

969905
steps:
970906
- uses: actions/checkout@v2
971-
- name: Set up Python 2.7
972-
uses: actions/setup-python@v2
973-
with:
974-
python-version: "2.7"
975907
- name: Cache node modules
976908
uses: actions/cache@v1
977909
with:
@@ -1168,10 +1100,6 @@ jobs:
11681100

11691101
steps:
11701102
- uses: actions/checkout@v2
1171-
- name: Set up Python 2.7
1172-
uses: actions/setup-python@v2
1173-
with:
1174-
python-version: "2.7"
11751103
- name: Cache node modules
11761104
uses: actions/cache@v1
11771105
with:

.github/workflows/publish-master.yml

-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
20-
- name: Set up Python 2.7
21-
uses: actions/setup-python@v2
22-
with:
23-
python-version: "2.7"
24-
2519
- uses: actions/setup-node@v1
2620
with:
2721
node-version: 16

README.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,26 @@
44
<img src="https://raw.githubusercontent.com/ARKEcosystem/core/master/banner.png" />
55
</p>
66

7-
[![Build Status](https://badgen.now.sh/github/status/ArkEcosystem/core/master)](https://github.com/ArkEcosystem/core/actions)
87
[![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT)
98

10-
> Lead Maintainer: [Erwann Gentric](https://github.com/air1one)
9+
> **Note**
10+
> Please checkout [MainSail](https://github.com/ArkEcosystem/mainsail) for the next generation of the ARK-Core blockchain protocol featuring a new DPoS consensus engine that is more reliable and efficient. Currently in development.
1111
1212
## Introduction
1313

1414
> This repository contains all plugins that make up the ARK Core.
1515
16-
Check our [dedicated documentation site](https://learn.ark.dev) for information about all available plugins and [How to write a Core Plugin
17-
](https://learn.ark.dev/application-development/how-to-write-core-dapps) if you want to get started with developing your own plugins.
16+
Check our [dedicated documentation site](https://ark.dev/docs/core) for information about all available plugins and [How to write a Core Plugin
17+
](https://ark.dev/docs/core/development/plugins/intro) if you want to get started with developing your own plugins.
1818

1919
## Documentation
2020

21-
- Development : https://learn.ark.dev/core-getting-started/setting-up-your-development-environment
22-
- Docker : https://guides.ark.dev/devops-guides/how-to-setup-a-node-with-docker
21+
- Development : https://ark.dev/docs/core/installation/intro
22+
- Docker : https://ark.dev/docs/core/development/docker
2323

2424
## API Documentation
2525

26-
- API v2 : https://api.ark.dev
27-
28-
## GitHub Development Bounty
29-
30-
- Get involved with the development and start earning ARK : https://bounty.ark.io
26+
- API v2 : https://ark.dev/docs/api
3127

3228
## Security
3329

0 commit comments

Comments
 (0)