Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shasper
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
parity
shasper
Commits
30f183c8
Commit
30f183c8
authored
6 years ago
by
Afri Schoedon
Committed by
Wei Tang
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
shasper: fix binary name (#59)
parent
aa75d36a
Branches
Branches containing commit
No related merge requests found
Pipeline
#30646
passed with stages
in 6 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
primitives/src/lib.rs
+1
-1
1 addition, 1 deletion
primitives/src/lib.rs
with
2 additions
and
2 deletions
Cargo.toml
+
1
−
1
View file @
30f183c8
...
...
@@ -6,7 +6,7 @@ build = "build.rs"
edition
=
"2018"
[[bin]]
name
=
"sha
p
ser"
name
=
"shas
p
er"
path
=
"src/main.rs"
[dependencies]
...
...
This diff is collapsed.
Click to expand it.
primitives/src/lib.rs
+
1
−
1
View file @
30f183c8
...
...
@@ -48,7 +48,7 @@ pub type BlockNumber = u64;
/// Count value in Shasper.
pub
type
Count
=
u64
;
/// Slot value in Sha
p
ser.
/// Slot value in Shas
p
er.
pub
type
Slot
=
u64
;
/// Epoch value in Shasper.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment