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

Commit

Permalink
Merge pull request #1535 from hyperledger/ryjones-patch-1
Browse files Browse the repository at this point in the history
Archive Burrow

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
Silas Davis authored and ryjones committed May 12, 2022
2 parents 3b9eed4 + a281a15 commit 5c9a026
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# SPDX-License-Identifier: Apache-2.0
#

repository:
name: burrow
default_branch: main
has_downloads: true
has_issues: true
has_projects: true
has_wiki: false
archived: true
private: false
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: true
23 changes: 20 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
# [Hyperledger Burrow](https://hyperledger.github.io/burrow)

[![CI](https://github.com/hyperledger/burrow/workflows/main/badge.svg)](https://launch-editor.github.com/actions?workflowID=main&event=push&nwo=hyperledger%2Fburrow)
diff --git a/README.md b/README.md
index b0442b6..fd4929c 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,17 @@
-
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->

# Hyperledger Burrow

:warning: :warning: :warning:

**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/**

**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.**

**If you wish to contribute, please reach out to [TSC mailing list](https://lists.hyperledger.org/g/tsc/messages)

:warning: :warning: :warning:

[![version](https://img.shields.io/github/tag/hyperledger/burrow.svg)](https://github.com/hyperledger/burrow/releases/latest)
[![GoDoc](https://godoc.org/github.com/burrow?status.png)](https://godoc.org/github.com/hyperledger/burrow)
[![license](https://img.shields.io/github/license/hyperledger/burrow.svg)](../LICENSE.md)
[![LoC](https://tokei.rs/b1/github/hyperledger/burrow?category=lines)](https://github.com/hyperledger/burrow)
[![codecov](https://codecov.io/gh/hyperledger/burrow/branch/main/graph/badge.svg)](https://codecov.io/gh/hyperledger/burrow)

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.

Expand Down

0 comments on commit 5c9a026

Please sign in to comment.