Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize ServerIdentities for local tests #676

Merged
merged 2 commits into from
Apr 15, 2021
Merged

Conversation

ineiti
Copy link
Member

@ineiti ineiti commented Apr 14, 2021

While fixing a missing test in byzcoin, I saw that the ServerIdentities are not fully
initialized for local tests. As the new configuration contract in byzcoin also
checks for Address and Description in the ServerIdentity, they also must be
set for local tests.

Once this PR is merged, the onet version should be increased.

While fixing a missing test in byzcoin, I saw that the ServerIdentities are not fully
initialized for local tests. As the new configuration contract in byzcoin also
checks for Address and Description in the ServerIdentity, they also must be
set for local tests.

Once this PR is merged, the onet version should be increased.
ineiti added a commit to dedis/cothority that referenced this pull request Apr 14, 2021
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
@ineiti ineiti self-assigned this Apr 14, 2021
@ineiti ineiti requested a review from nkcr April 14, 2021 16:48
local.go Outdated
@@ -487,6 +487,8 @@ func NewPrivIdentity(suite network.Suite, port int) (kyber.Scalar, *network.Serv
kp := key.NewKeyPair(suite)
id := network.NewServerIdentity(kp.Public, address)
ServiceFactory.generateKeyPairs(id)
id.Address = address
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems useless as this is already done in NewServerIdentity.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR is getting very small ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ineiti ineiti merged commit 0151d64 into master Apr 15, 2021
ineiti added a commit to dedis/cothority that referenced this pull request Apr 15, 2021
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
ineiti added a commit to dedis/cothority that referenced this pull request Apr 15, 2021
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
ineiti added a commit to dedis/cothority that referenced this pull request Apr 15, 2021
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
ineiti added a commit to dedis/cothority that referenced this pull request Apr 15, 2021
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
ineiti added a commit to dedis/cothority that referenced this pull request Apr 15, 2021
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
ineiti added a commit to dedis/cothority that referenced this pull request Apr 15, 2021
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
nkcr pushed a commit to dedis/kyber-java that referenced this pull request May 17, 2022
The byzcoin contract did not correctly check for new nodes in a new proposed
roster, this led to a wrong node being stored in the chain.
The bcadmin did not correctly load the public files of a new node, a
node to be deleted, or a node for a leader change.

Both are fixed in this PR.

It depends on dedis/onet#676
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants