-
Notifications
You must be signed in to change notification settings - Fork 335
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
refactor(sns): NNS1-3207: Use NeuronRecipes in SNS Swap #629
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fd4af6d
to
4328a29
Compare
1b3a950
to
194bcfc
Compare
eea0ce9
to
43e73e7
Compare
194bcfc
to
ab60c3c
Compare
e3afc60
to
51319f0
Compare
ab60c3c
to
4e9dce6
Compare
aa4e3f4
to
e3d0da6
Compare
4e9dce6
to
faeb3a6
Compare
e3d0da6
to
be272ad
Compare
faeb3a6
to
b1b8d65
Compare
b61bdd6
to
923f0a3
Compare
923f0a3
to
634c864
Compare
b1b8d65
to
82db927
Compare
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
aterga
reviewed
Aug 5, 2024
anchpop
commented
Aug 5, 2024
anchpop
commented
Aug 5, 2024
aterga
approved these changes
Aug 5, 2024
b31f7ed
to
b4b4d62
Compare
b4b4d62
to
70c90b8
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 6, 2024
…ecycle tests (#705) This PR adds the newly expected hotkeys from NNS neurons of Neurons' Fund participants as SNS neuron permissions of SNS neurons created after a successful swap with Neurons' Fund participation. Additionally, the code is slightly refactored so that the test can reuse the algorithm for picking subsets of hotkeys (in cases when there are too many of them on the NNS side). < [Previous PR](#629) | --------- Co-authored-by: Andre Popovitch <[email protected]>
ERROR, | ||
"Missing neuron_attributes information for neuron recipe {:?}", | ||
recipe, | ||
// Here we convert the SnsNeuronRecipe (a Swap concept) to an SnsNeuronRecipe (an SNS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a typo?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#596 added
NeuronRecipes
inClaimSwapNeuronsRequest
, a replacement forNeuronParameters
. This PR uses it in SNS Swap| Next PR >