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
9b9e521e
Commit
9b9e521e
authored
2 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Add dubug statement in bindings.GetReceptionRegistrationValidationSignature
parent
ec61a6c7
No related branches found
No related tags found
2 merge requests
!510
Release
,
!333
Frond End Assistance And Iterative Clean Up
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bindings/identity.go
+6
-1
6 additions, 1 deletion
bindings/identity.go
bindings/ud.go
+2
-2
2 additions, 2 deletions
bindings/ud.go
with
8 additions
and
3 deletions
bindings/identity.go
+
6
−
1
View file @
9b9e521e
...
...
@@ -8,7 +8,9 @@
package
bindings
import
(
"encoding/base64"
"encoding/json"
jww
"github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/xxdk"
"gitlab.com/elixxir/crypto/contact"
"gitlab.com/elixxir/primitives/fact"
...
...
@@ -92,7 +94,10 @@ func (c *Cmix) MakeLegacyReceptionIdentity() ([]byte, error) {
// GetReceptionRegistrationValidationSignature returns the signature provided by
// the xx network.
func
(
c
*
Cmix
)
GetReceptionRegistrationValidationSignature
()
[]
byte
{
return
c
.
api
.
GetStorage
()
.
GetReceptionRegistrationValidationSignature
()
regSig
:=
c
.
api
.
GetStorage
()
.
GetReceptionRegistrationValidationSignature
()
jww
.
WARN
.
Printf
(
"UD DEBUG: Reception reg valid sig: %v"
,
base64
.
StdEncoding
.
EncodeToString
(
regSig
))
return
regSig
}
////////////////////////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
bindings/ud.go
+
2
−
2
View file @
9b9e521e
...
...
@@ -140,8 +140,8 @@ func IsRegisteredWithUD(e2eId int) (bool, error) {
//
// Certain parameters are required every call to this function. These parameters are listed below
// as "REQUIRED". For example, parameters need be provided to specify how to connect to the
// User Discovery service. These parameters may be used to contact either the UD
server hosted
// by the xx network team or a custom third-party operated server. For the former,
// User Discovery service. These parameters
specifically
may be used to contact either the UD
//
server hosted
by the xx network team or a custom third-party operated server. For the former,
// all the information may be fetched from the NDF using the bindings. These fetch
// methods are detailed in the parameters section.
//
...
...
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