Skip to content

Commit

Permalink
Merge pull request #75 from OriginTrail/feature/renaming
Browse files Browse the repository at this point in the history
Code renaming of OriginTrail Parachain to NeuroWeb
  • Loading branch information
NZT48 authored Apr 16, 2024
2 parents 49816db + c179fa1 commit 51d5fdd
Show file tree
Hide file tree
Showing 20 changed files with 196 additions and 197 deletions.
281 changes: 140 additions & 141 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "origintrail-parachain-node"
version = "1.1.1"
name = "neuroweb-node"
version = "1.3.0"
authors = ["TraceLabs"]
description = "OriginTrail Parachain - Cumulus FRAME-based Substrate Node"
description = "NeuroWeb - Cumulus FRAME-based Substrate Node"
license = "GPL-3.0-only"
homepage = "https://parachain.origintrail.io/"
repository = "https://github.com/OriginTrail/origintrail-parachain/"
homepage = "https://neuroweb.ai/"
repository = "https://github.com/OriginTrail/neuroweb/"
edition = "2021"
build = "build.rs"

[[bin]]
name = "origintrail-parachain"
name = "neuroweb"
path = "src/main.rs"

[dependencies]
Expand All @@ -22,7 +22,7 @@ serde = { version = "1.0.152", features = ["derive"] }
jsonrpsee = { version = "0.16.2", features = ["server"] }

# Local
origintrail-parachain-runtime = { path = "../runtime" }
neuroweb-runtime = { path = "../runtime" }

# Substrate
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
Expand Down Expand Up @@ -91,10 +91,10 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
default = ["fc-rpc/rpc-binary-search-estimate"]
runtime-benchmarks = [
"try-runtime-cli/try-runtime",
"origintrail-parachain-runtime/runtime-benchmarks",
"neuroweb-runtime/runtime-benchmarks",
"polkadot-cli/runtime-benchmarks",
]
try-runtime = [
"try-runtime-cli/try-runtime",
"origintrail-parachain-runtime/try-runtime",
"neuroweb-runtime/try-runtime",
]
Loading

0 comments on commit 51d5fdd

Please sign in to comment.