Skip to content

Commit

Permalink
Updating CHANGELOG.md from release-1.3.x branches.
Browse files Browse the repository at this point in the history
Updating branding to correct lingering CasperLabs references and old repos.
  • Loading branch information
sacherjj committed Aug 10, 2021
1 parent 04937dc commit 37abf1a
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 67 deletions.
20 changes: 0 additions & 20 deletions .github/dependabot.yml

This file was deleted.

30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
[![LOGO](images/CasperLabs_Logo_Horizontal_RGB.png)](https://casperlabs.io/)
[![LOGO](https://raw.githubusercontent.com/casper-network/casper-node/master/images/casper-association-logo-primary.svg)](https://casper.network/)

Casper is the blockchain platform purpose-built to scale opportunity for everyone. Building toward blockchain’s next frontier, Casper is designed for real-world applications without sacrificing usability, cost, decentralization, or security. It removes the barriers that prevent mainstream blockchain adoption by making blockchain friendly to use, open to the world, and future-proof to support innovations today and tomorrow. Guided by open-source principles and built from the ground up to empower individuals, the team seeks to provide an equitable foundation made for long-lasting impact. Read more about our mission at: https://casperlabs.io/company
Casper is the blockchain platform purpose-built to scale opportunity for everyone. Building toward blockchain’s next frontier,
Casper is designed for real-world applications without sacrificing usability, cost, decentralization, or security. It removes
the barriers that prevent mainstream blockchain adoption by making blockchain friendly to use, open to the world, and
future-proof to support innovations today and tomorrow. Guided by open-source principles and built from the ground up to
empower individuals, the team seeks to provide an equitable foundation made for long-lasting impact. Read more about our
mission at: https://casper.network/network/casper-association

## Current Development Status
The status on development is reported during the Community calls and is found [here](https://github.com/CasperLabs/Governance/wiki/Current-Status)

The Casper Testnet is live.
- Transactions can be sent to: deploy.casperlabs.io via the client or via Clarity.
- [Clarity Block Explorer](https://clarity.casperlabs.io)
The Casper MainNet is live.
- [cspr.live Block Explorer](https://cspr.live)

## Specification

Expand All @@ -18,17 +22,16 @@ The Casper Testnet is live.
- [Writing Smart Contracts](https://docs.casperlabs.io/en/latest/dapp-dev-guide/index.html)
- [Rust Smart Contract SDK](https://crates.io/crates/cargo-casper)
- [Rust Smart Contract API Docs](https://docs.rs/casper-contract/latest/casper_contract/contract_api/index.html)
- [AssemblyScript Smart Contract API](https://www.npmjs.com/package/@casperlabs/contract)
- [AssemblyScript Smart Contract API](https://www.npmjs.com/package/casper-contract)

## Community

- [Discord Server](https://discord.gg/mpZ9AYD)
- [CasperLabs Community Forum](https://forums.casperlabs.io/)
- [Telegram Channel](https://t.me/CasperLabs)
- [Telegram Channel](https://t.me/casperofficialann)

# casper-node

This is the core application for the Casper blockchain.
This is the core application for the Casper blockchain.

## Running a validator node from Source

Expand All @@ -40,7 +43,7 @@ This is the core application for the Casper blockchain.
* pkg-config
* gcc
* g++
* optionally [wasm-strip](https://github.com/WebAssembly/wabt) (used to reduce the size of compiled Wasm)
* recommended [wasm-strip](https://github.com/WebAssembly/wabt) (used to reduce the size of compiled Wasm)

### Setup

Expand Down Expand Up @@ -80,7 +83,7 @@ __The node will not run properly without another node to connect to. It is reco

### Running multiple nodes on one machine

There is a [tool](https://github.com/CasperLabs/casper-node/tree/master/utils/nctl) which automates the process of running multiple nodes on a single machine.
There is a [tool](https://github.com/casper-network/casper-node/tree/dev/utils/nctl) which automates the process of running multiple nodes on a single machine.

Note that running multiple nodes on a single machine is normally only recommended for test purposes.

Expand Down Expand Up @@ -205,3 +208,8 @@ See [the client README](client/README.md).
## Running a local network

See [the nctl utility README](utils/nctl/README.md).

## Running on a existing network

To support upgrades with a network, the casper-node is installed using scripts distributed with the
[casper-node-launcher](https://github.com/casper-network/casper-node-launcher).
8 changes: 4 additions & 4 deletions execution_engine/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# `casper-execution-engine`

[![LOGO](https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Horizontal_RGB.png)](https://casperlabs.io/)
[![LOGO](https://raw.githubusercontent.com/casper-network/casper-node/master/images/casper-association-logo-primary.svg)](https://casper.network/)

[![Build Status](https://drone-auto.casperlabs.io/api/badges/CasperLabs/casper-node/status.svg?branch=master)](http://drone-auto.casperlabs.io/CasperLabs/casper-node)
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-execution-engine)](https://crates.io/crates/casper-execution-engine)
[![Documentation](https://docs.rs/casper-execution-engine/badge.svg)](https://docs.rs/casper-execution-engine)
[![License](https://img.shields.io/badge/license-COSL-blue.svg)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/master/LICENSE)

The main component of the CasperLabs Wasm execution engine.

## License

Licensed under the [CasperLabs Open Source License (COSL)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE).
Licensed under the [Apache License Version 2.0](https://github.com/casper-network/casper-node/blob/master/LICENSE).
12 changes: 6 additions & 6 deletions execution_engine_testing/cargo_casper/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# `cargo-casper`

[![LOGO](https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Horizontal_RGB.png)](https://casperlabs.io/)
[![LOGO](https://raw.githubusercontent.com/casper-network/casper-node/master/images/casper-association-logo-primary.svg)](https://casper.network/)

[![Build Status](https://drone-auto.casperlabs.io/api/badges/CasperLabs/casper-node/status.svg?branch=master)](http://drone-auto.casperlabs.io/CasperLabs/casper-node)
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/cargo-casper)](https://crates.io/crates/cargo-casper)
[![Documentation](https://docs.rs/cargo-casper/badge.svg)](https://docs.rs/cargo-casper)
[![License](https://img.shields.io/badge/license-COSL-blue.svg)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/dev/LICENSE)

A command line tool for creating a Wasm smart contract and tests for use on the Casper network.

## License

Licensed under the [CasperLabs Open Source License (COSL)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE).
Licensed under the [Apache License Version 2.0](https://github.com/casper-network/casper-node/blob/master/LICENSE).

---

Expand All @@ -26,7 +26,7 @@ cargo install cargo-casper
To install from the latest `dev` branch:

```
git clone https://github.com/CasperLabs/casper-node
git clone https://github.com/casper-network/casper-node
cd casper-node/execution_engine_testing/cargo_casper
cargo install cargo-casper --path=.
```
Expand Down Expand Up @@ -89,4 +89,4 @@ cargo test

## License

Licensed under the [CasperLabs Open Source License (COSL)](../../LICENSE).
Licensed under the [Apache License Version 2.0](https://github.com/casper-network/casper-node/blob/master/LICENSE).
10 changes: 5 additions & 5 deletions execution_engine_testing/test_support/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# `casper-engine-test-support`

[![LOGO](https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Horizontal_RGB.png)](https://casperlabs.io/)
[![LOGO](https://raw.githubusercontent.com/casper-network/casper-node/master/images/casper-association-logo-primary.svg)](https://casper.network/)

[![Build Status](https://drone-auto.casperlabs.io/api/badges/CasperLabs/casper-node/status.svg?branch=master)](http://drone-auto.casperlabs.io/CasperLabs/casper-node)
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-engine-test-support)](https://crates.io/crates/casper-engine-test-support)
[![Documentation](https://docs.rs/casper-engine-test-support/badge.svg)](https://docs.rs/casper-engine-test-support)
[![License](https://img.shields.io/badge/license-COSL-blue.svg)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/master/LICENSE)

A library to support testing of Wasm smart contracts for use on the CasperLabs network.
A library to support testing of Wasm smart contracts for use on the Casper network.

## License

Licensed under the [CasperLabs Open Source License (COSL)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE).
Licensed under the [Apache License Version 2.0]](https://github.com/casper-node/casper-node/blob/master/LICENSE).
Binary file removed images/CasperLabs_Logo_Horizontal_RGB.png
Binary file not shown.
1 change: 1 addition & 0 deletions images/casper-association-logo-primary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ All notable changes to this project will be documented in this file. The format
[comment]: <> (Security: in case of vulnerabilities)



## [Unreleased]

### Changed
Expand All @@ -21,7 +20,16 @@ All notable changes to this project will be documented in this file. The format
* The unofficial support for nix-related derivations and support tooling has been removed.
* Experimental, nix-based kubernetes testing support has been removed.

## [1.3.2] - 2021-08-02

### Fixed
* Resolve an issue in the `state_get_dictionary_item` JSON-RPC when a `ContractHash` is used.
* Corrected network state engine to hold in blocked state for full 10 minutes when encountering out of order race condition.

## [1.3.1] - 2021-07-26

### Fixed
* Parametrized sync_timeout and increased value to stop possible post upgrade restart loop.

## [1.3.0] - 2021-07-19

Expand Down
8 changes: 4 additions & 4 deletions node/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# `casper-node`

[![LOGO](https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Horizontal_RGB.png)](https://casperlabs.io/)
[![LOGO](https://raw.githubusercontent.com/casper-network/casper-node/master/images/casper-association-logo-primary.svg)](https://casper.network/)

[![Build Status](https://drone-auto.casperlabs.io/api/badges/CasperLabs/casper-node/status.svg?branch=master)](http://drone-auto.casperlabs.io/CasperLabs/casper-node)
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-node)](https://crates.io/crates/casper-node)
[![Documentation](https://docs.rs/casper-node/badge.svg)](https://docs.rs/casper-node)
[![License](https://img.shields.io/badge/license-COSL-blue.svg)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)

The component for running a node on the casper network.

[Node Operator Guide](https://docs.casperlabs.io/en/latest/node-operator/index.html)

## License

Licensed under the [CasperLabs Open Source License (COSL)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE).
Licensed under the [Apache License Version 2.0](https://github.com/casper-network/casper-node/blob/master/LICENSE).
8 changes: 4 additions & 4 deletions node_macros/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# `casper-node-macros`

[![LOGO](https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Horizontal_RGB.png)](https://casperlabs.io/)
[![LOGO](https://raw.githubusercontent.com/casper-network/casper-node/master/images/casper-association-logo-primary.svg)](https://casper.network/)

[![Build Status](https://drone-auto.casperlabs.io/api/badges/CasperLabs/casper-node/status.svg?branch=master)](http://drone-auto.casperlabs.io/CasperLabs/casper-node)
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-node-macros)](https://crates.io/crates/casper-node-macros)
[![Documentation](https://docs.rs/casper-node-macros/badge.svg)](https://docs.rs/casper-node-macros)
[![License](https://img.shields.io/badge/license-COSL-blue.svg)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)

## License

Licensed under the [CasperLabs Open Source License (COSL)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE).
Licensed under the [Apache License Version 2.0](https://github.com/casper-network/casper-node/blob/master/LICENSE).

---

Expand Down
Loading

0 comments on commit 37abf1a

Please sign in to comment.