Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
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
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!240
Resolve "GVA: rename commonTime field to blockchainTime"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "GVA: rename commonTime field to blockchainTime"
184-gva-rename-commontime-field-to-blockchaintime
into
dev
Overview
4
Commits
1
Pipelines
0
Changes
7
Merged
Resolve "GVA: rename commonTime field to blockchainTime"
jm
requested to merge
184-gva-rename-commontime-field-to-blockchaintime
into
dev
Dec 7, 2019
Overview
4
Commits
1
Pipelines
0
Changes
7
Closes
#184 (closed)
Edited
Dec 9, 2019
by
Éloïs
0
0
Merge request reports
Compare
dev
version 3
2ebb6366
Dec 9, 2019
version 2
6854a330
Dec 8, 2019
version 1
e6b4080a
Dec 7, 2019
dev (base)
and
latest version
latest version
2ebb6366
1 commit,
Dec 9, 2019
version 3
2ebb6366
1 commit,
Dec 9, 2019
version 2
6854a330
1 commit,
Dec 8, 2019
version 1
e6b4080a
1 commit,
Dec 7, 2019
7 files
+
28
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
lib/modules/gva/resources/schema.gql
+
2
−
2
View file @ 2ebb6366
Edit in single-file editor
Open in Web IDE
Show full file
@@ -86,7 +86,7 @@ type Block {
membersCount
:
Int
!
number
:
Int
!
hash
:
String
!,
commo
nTime
:
DateTimeUtc
!
blockchai
nTime
:
DateTimeUtc
!
powMin
:
Int
!
}
@@ -104,7 +104,7 @@ type CurrentUd {
amount
:
Int
!
base
:
Int
!
blockNumber
:
Int
!
commo
nTime
:
DateTimeUtc
!
blockchai
nTime
:
DateTimeUtc
!
membersCount
:
Int
!
monetaryMass
:
Int
!
}
\ No newline at end of file
Loading