Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
elixxir
client
Commits
76e6436b
Commit
76e6436b
authored
9 months ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
v4.7.3 - Remote Procedure Call (RPC) module
parent
a0bf2bbb
No related branches found
No related tags found
1 merge request
!701
RPC Module
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
xxdk/version_vars.go
+6
-6
6 additions, 6 deletions
xxdk/version_vars.go
with
7 additions
and
7 deletions
cmd/version.go
+
1
−
1
View file @
76e6436b
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"4.7.
2
"
const
currentVersion
=
"4.7.
3
"
func
Version
()
string
{
out
:=
fmt
.
Sprintf
(
"Elixxir Client v%s -- %s
\n\n
"
,
xxdk
.
SEMVER
,
...
...
This diff is collapsed.
Click to expand it.
xxdk/version_vars.go
+
6
−
6
View file @
76e6436b
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2024-0
1-26 18:03:30.584206696 +0000 UTC m=+0.00875516
9
// 2024-0
7-10 16:46:11.248996 -0400 EDT m=+0.03493820
9
package
xxdk
const
GITVERSION
=
`
19d83e5e Merge branch 'fix-single-use-crash' into 'release'
`
const
SEMVER
=
"4.7.
2
"
const
GITVERSION
=
`
a0bf2bbb Fix partitioning bug
`
const
SEMVER
=
"4.7.
3
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
go 1.19
...
...
@@ -31,8 +31,8 @@ require (
gitlab.com/xx_network/crypto v0.0.6
gitlab.com/xx_network/primitives v0.0.5
go.uber.org/ratelimit v0.3.0
golang.org/x/crypto v0.1
7
.0
golang.org/x/net v0.
19
.0
golang.org/x/crypto v0.1
8
.0
golang.org/x/net v0.
20
.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
gorm.io/driver/sqlite v1.5.4
...
...
@@ -90,7 +90,7 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sys v0.1
5
.0 // indirect
golang.org/x/sys v0.1
6
.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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