Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 5c9a026

Browse files
Silas Davisryjones
Silas Davis
authored andcommitted
Merge pull request #1535 from hyperledger/ryjones-patch-1
Archive Burrow Signed-off-by: Ry Jones <[email protected]>
2 parents 3b9eed4 + a281a15 commit 5c9a026

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

Diff for: .github/settings.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
5+
repository:
6+
name: burrow
7+
default_branch: main
8+
has_downloads: true
9+
has_issues: true
10+
has_projects: true
11+
has_wiki: false
12+
archived: true
13+
private: false
14+
allow_squash_merge: true
15+
allow_merge_commit: false
16+
allow_rebase_merge: true

Diff for: docs/README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
# [Hyperledger Burrow](https://hyperledger.github.io/burrow)
22

3-
[![CI](https://github.com/hyperledger/burrow/workflows/main/badge.svg)](https://launch-editor.github.com/actions?workflowID=main&event=push&nwo=hyperledger%2Fburrow)
3+
diff --git a/README.md b/README.md
4+
index b0442b6..fd4929c 100644
5+
--- a/README.md
6+
+++ b/README.md
7+
@@ -1,10 +1,17 @@
8+
-
9+
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->
10+
11+
# Hyperledger Burrow
12+
13+
:warning: :warning: :warning:
14+
15+
**Hyperledger Burrow has been moved to End of Life status by the original project maintainers. Although Hyperledger Burrow is not currently being developed or maintained, the code is still available under an open source license so you would be welcome to reactivate this project. If you are interested in continuing development of this code, please consider submitting a PR at https://github.com/hyperledger/hyperledger-hip and sending and email to [email protected]. See more details about project proposals at: https://hyperledger.github.io/hyperledger-hip/**
16+
17+
**As of the 12th May 2022, the Hyperledger Burrow project is in End of Life status. None of the maintainers are actively developing new features. None of the maintainers are actively providing support via GitHub issues. However, if you wish to submit code changes via pull requests, these will be merged.**
18+
19+
**If you wish to contribute, please reach out to [TSC mailing list](https://lists.hyperledger.org/g/tsc/messages)
20+
21+
:warning: :warning: :warning:
22+
423
[![version](https://img.shields.io/github/tag/hyperledger/burrow.svg)](https://github.com/hyperledger/burrow/releases/latest)
524
[![GoDoc](https://godoc.org/github.com/burrow?status.png)](https://godoc.org/github.com/hyperledger/burrow)
625
[![license](https://img.shields.io/github/license/hyperledger/burrow.svg)](../LICENSE.md)
7-
[![LoC](https://tokei.rs/b1/github/hyperledger/burrow?category=lines)](https://github.com/hyperledger/burrow)
8-
[![codecov](https://codecov.io/gh/hyperledger/burrow/branch/main/graph/badge.svg)](https://codecov.io/gh/hyperledger/burrow)
926

1027
Hyperledger Burrow is a permissioned Ethereum smart-contract blockchain node. It executes Ethereum EVM and WASM smart contract code (usually written in [Solidity](https://solidity.readthedocs.io)) on a permissioned virtual machine. Burrow provides transaction finality and high transaction throughput on a proof-of-stake [Tendermint](https://tendermint.com) consensus engine.
1128

0 commit comments

Comments
 (0)