Skip to content

Commit

Permalink
chore: prepare for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Mar 11, 2024
1 parent 1621a0b commit bfc63a1
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion block-producer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/miden-node"
keywords = ["miden", "node", "program", "store"]
keywords = ["miden", "node", "store"]
edition = "2021"
rust-version = "1.75"

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/miden-node"
keywords = ["miden", "node", "program"]
keywords = ["miden", "node"]
edition = "2021"
rust-version = "1.75"

Expand Down
6 changes: 6 additions & 0 deletions node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Miden node

This crate contains a binary for running a Miden rollup operator.

## License
This project is [MIT licensed](../LICENSE).
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/miden-node"
keywords = ["miden", "node", "program", "proto", "protobuf", "rpc"]
keywords = ["miden", "node", "protobuf", "rpc"]
edition = "2021"
rust-version = "1.75"

Expand Down
6 changes: 6 additions & 0 deletions proto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Miden node proto

This crate contains protobuf definition for the APIs exposed by the components of the Miden node.

## License
This project is [MIT licensed](../LICENSE).
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/miden-node"
keywords = ["miden", "node", "program", "rpc"]
keywords = ["miden", "node", "rpc"]
edition = "2021"
rust-version = "1.75"

Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/miden-node"
keywords = ["miden", "node", "program", "store"]
keywords = ["miden", "node", "store"]
edition = "2021"
rust-version = "1.75"

Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ itertools = { version = "0.12" }
miden-objects = { workspace = true }
serde = { version = "1.0", features = ["derive"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-forest = { version = "0.1", optional = true, features = ["chrono"] }
tracing-subscriber = { workspace = true }
6 changes: 6 additions & 0 deletions utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Miden node utils

This crate contains utilities used by the Miden node.

## License
This project is [MIT licensed](../LICENSE).

0 comments on commit bfc63a1

Please sign in to comment.