Skip to content

Commit

Permalink
chore: merge cherry pick from develop (#4779)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ItsANameToo and sebastijankuzner authored Jun 20, 2023
1 parent 341c1e5 commit 9729f40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 98 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: '2.7'
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
fetch-depth: 2

- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: '2.7'

- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -95,10 +91,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -154,10 +146,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -213,10 +201,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -272,10 +256,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -331,10 +311,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -390,10 +366,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -449,10 +421,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -508,10 +476,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -567,10 +531,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -626,10 +586,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -685,10 +641,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -744,10 +696,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -803,10 +751,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -862,10 +806,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -915,10 +855,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -968,10 +904,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -1168,10 +1100,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"

- uses: actions/setup-node@v1
with:
node-version: 16
Expand Down
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,26 @@
<img src="https://raw.githubusercontent.com/ARKEcosystem/core/master/banner.png" />
</p>

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

> Lead Maintainer: [Erwann Gentric](https://github.com/air1one)
> **Note**
> 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.
## Introduction

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

## Documentation

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

## API Documentation

- API v2 : https://api.ark.dev

## GitHub Development Bounty

- Get involved with the development and start earning ARK : https://bounty.ark.io
- API v2 : https://ark.dev/docs/api

## Security

Expand Down

0 comments on commit 9729f40

Please sign in to comment.