Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!264
update doc for rpc port
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update doc for rpc port
hugo/fix-224
into
master
Overview
0
Commits
1
Pipelines
2
Changes
7
Merged
Hugo Trentesaux
requested to merge
hugo/fix-224
into
master
11 months ago
Overview
0
Commits
1
Pipelines
2
Changes
7
Expand
closes
#224 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5d90024d
1 commit,
11 months ago
7 files
+
21
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
.cargo/config.toml
+
1
−
1
Options
@@ -9,4 +9,4 @@ ta = "test -Zgit=shallow-deps --workspace --exclude duniter-live-tests --feature
tb
=
"test -Zgit=shallow-deps --features runtime-benchmarks -p"
rbp
=
"run -Zgit=shallow-deps --release --features runtime-benchmarks -- benchmark pallet --chain=dev --steps=50 --repeat=20 --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=. --pallet"
xtask
=
"run -Zgit=shallow-deps --package xtask --"
cucumber-node
=
"run -Zgit=shallow-deps -- --chain=gdev_dev --execution=Native --sealing=manual --force-authoring --rpc-cors=all --tmp --
ws
-port 9944 --alice --features constant-fees"
cucumber-node
=
"run -Zgit=shallow-deps -- --chain=gdev_dev --execution=Native --sealing=manual --force-authoring --rpc-cors=all --tmp --
rpc
-port 9944 --alice --features constant-fees"
Loading