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

Commit 77f0933

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 77f0933

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
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

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +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+
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->
4+
5+
# Hyperledger Burrow
6+
7+
:warning: :warning: :warning:
8+
9+
**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/**
10+
11+
**If you wish to contribute, please reach out to the [TSC mailing list](https://lists.hyperledger.org/g/tsc/messages)**
12+
13+
:warning: :warning: :warning:
14+
415
[![version](https://img.shields.io/github/tag/hyperledger/burrow.svg)](https://github.com/hyperledger/burrow/releases/latest)
516
[![GoDoc](https://godoc.org/github.com/burrow?status.png)](https://godoc.org/github.com/hyperledger/burrow)
617
[![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)
918

1019
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.
1120

1221
![burrow logo](assets/burrow.png)
1322

1423
## What is Burrow
1524

16-
Burrow is a fully fledged blockchain node and smart contract execution engine -- a distributed database that executes code. Burrow runs Ethereum Virtual Machine (EVM) and Web Assembly (WASM) smart contracts. Burrow networks are synchronised using the [Tendermint](https://github.com/tendermint/tendermint) consensus algorithm.
25+
Burrow was a fully fledged blockchain node and smart contract execution engine -- a distributed database that executes code. Burrow runs Ethereum Virtual Machine (EVM) and Web Assembly (WASM) smart contracts. Burrow networks are synchronised using the [Tendermint](https://github.com/tendermint/tendermint) consensus algorithm.
1726

1827
Highlights include:
1928

0 commit comments

Comments
 (0)