Skip to content

Commit

Permalink
Merge pull request #137 from dfinity/FI-849-add-release-files
Browse files Browse the repository at this point in the history
feat(FI-849) add ChangeLog file
  • Loading branch information
NikolasHai authored Jul 26, 2023
2 parents 7952e69 + f40a489 commit 24f2817
Show file tree
Hide file tree
Showing 27 changed files with 135 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "2c1439d8a6f5e5e947910f79f08a6957329dd8faa28fd090d90b8fee05d5fb05",
"checksum": "41576ceb43e32a3fb2b400b5fa00fb7aa37834862450e06db58276ca71be46cb",
"crates": {
"addr2line 0.20.0": {
"name": "addr2line",
Expand Down Expand Up @@ -5076,7 +5076,7 @@
},
"version": "0.1.0"
},
"license": null
"license": "Apache-2.0"
},
"icrc1-test-env-replica 0.1.0": {
"name": "icrc1-test-env-replica",
Expand Down Expand Up @@ -5139,7 +5139,7 @@
},
"version": "0.1.0"
},
"license": null
"license": "Apache-2.0"
},
"icrc1-test-env-state-machine 0.1.0": {
"name": "icrc1-test-env-state-machine",
Expand Down Expand Up @@ -5194,7 +5194,7 @@
},
"version": "0.1.0"
},
"license": null
"license": "Apache-2.0"
},
"icrc1-test-replica 0.1.0": {
"name": "icrc1-test-replica",
Expand Down Expand Up @@ -5240,7 +5240,7 @@
"edition": "2018",
"version": "0.1.0"
},
"license": null
"license": "Apache-2.0"
},
"icrc1-test-runner 0.1.0": {
"name": "icrc1-test-runner",
Expand Down Expand Up @@ -5284,7 +5284,7 @@
"edition": "2018",
"version": "0.1.0"
},
"license": null
"license": "Apache-2.0"
},
"icrc1-test-suite 0.1.0": {
"name": "icrc1-test-suite",
Expand Down Expand Up @@ -5326,7 +5326,7 @@
"edition": "2018",
"version": "0.1.0"
},
"license": null
"license": "Apache-2.0"
},
"idna 0.2.3": {
"name": "idna",
Expand Down
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ ring = "0.16.20"
serde = "=1.0.171"
tempfile = "3.3"
tokio = { version = "1.20.1", features = ["macros"] }

[workspace.package]
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2018"
repository = "https://github.com/dfinity/ICRC-1"
rust-version = "1.31.0"
license = "Apache-2.0"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ledger & Tokenization Working Group Standards
[![CI](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml/badge.svg)](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml)

This repository contains standards for the [Internet Computer](https://internetcomputer.org) accepted by the Ledger & Tokenization Working Group.

Expand Down
6 changes: 5 additions & 1 deletion test/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "icrc1-test-env"
edition = "2018"
version = "0.1.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }

[lib]
path = "lib.rs"
Expand Down
9 changes: 9 additions & 0 deletions test/env/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-26-07
### Added
- Original release.
1 change: 1 addition & 0 deletions test/env/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../LICENSE
5 changes: 5 additions & 0 deletions test/env/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ICRC1 Test Suite Environment
=======================
[![CI](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml/badge.svg)](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml)
=======================
This crate provides the traits that define the environment for the ICRC1 test suite.
6 changes: 5 additions & 1 deletion test/env/replica/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "icrc1-test-env-replica"
edition = "2018"
version = "0.1.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }

[lib]
path = "lib.rs"
Expand Down
9 changes: 9 additions & 0 deletions test/env/replica/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-26-07
### Added
- Original release.
1 change: 1 addition & 0 deletions test/env/replica/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../LICENSE
5 changes: 5 additions & 0 deletions test/env/replica/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ICRC1 Test Suite Replica Environment
=======================
[![CI](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml/badge.svg)](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml)
=======================
This crate provides the replica implementation for the environment of the ICRC1 test suite.
6 changes: 5 additions & 1 deletion test/env/state-machine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "icrc1-test-env-state-machine"
edition = "2018"
version = "0.1.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }

[lib]
path = "lib.rs"
Expand Down
9 changes: 9 additions & 0 deletions test/env/state-machine/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-26-07
### Added
- Original release.
1 change: 1 addition & 0 deletions test/env/state-machine/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../LICENSE
5 changes: 5 additions & 0 deletions test/env/state-machine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ICRC1 Test Suite State-Machine Environment
=======================
[![CI](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml/badge.svg)](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml)
=======================
This crate provides the state-machine implementation for the environment of the ICRC1 test suite.
6 changes: 5 additions & 1 deletion test/replica/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "icrc1-test-replica"
version = "0.1.0"
edition = "2018"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }

[lib]
path = "lib.rs"
Expand Down
9 changes: 9 additions & 0 deletions test/replica/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-26-07
### Added
- Original release.
1 change: 1 addition & 0 deletions test/replica/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../LICENSE
5 changes: 5 additions & 0 deletions test/replica/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ICRC1 Test Suite Replica
=======================
[![CI](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml/badge.svg)](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml)
=======================
This crate provides a local replica for the ICRC1 test suite.
6 changes: 5 additions & 1 deletion test/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "icrc1-test-runner"
edition = "2018"
version = "0.1.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }

[[bin]]
name = "runner"
Expand Down
9 changes: 9 additions & 0 deletions test/runner/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-26-07
### Added
- Original release.
1 change: 1 addition & 0 deletions test/runner/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../LICENSE
5 changes: 5 additions & 0 deletions test/runner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ICRC1 Test Suite Binary
=======================
[![CI](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml/badge.svg)](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml)
=======================
This crate provides the binary to the test suite for icrc1 ledgers.
6 changes: 5 additions & 1 deletion test/suite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "icrc1-test-suite"
edition = "2018"
version = "0.1.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }

[lib]
path = "lib.rs"
Expand Down
9 changes: 9 additions & 0 deletions test/suite/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-26-07
### Added
- Original release.
1 change: 1 addition & 0 deletions test/suite/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../LICENSE
5 changes: 5 additions & 0 deletions test/suite/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ICRC1 Test Suite
=======================
[![CI](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml/badge.svg)](https://github.com/dfinity/ICRC-1/actions/workflows/ci.yml)
=======================
This crate provides a test suite for icrc1 ledgers.

0 comments on commit 24f2817

Please sign in to comment.