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

Change u64 layer type in contract code #648

Closed
jstuczyn opened this issue Jun 16, 2021 · 1 comment
Closed

Change u64 layer type in contract code #648

jstuczyn opened this issue Jun 16, 2021 · 1 comment

Comments

@jstuczyn
Copy link
Contributor

This follows the same logic as #647 . Basically change it to some enum with only 3 allowed values (i.e. layer1, layer2 or layer3). As a result it will knock out nodes on invalid layers. I guess this could be connected with changing LayerDistribution to remove invalid field as it will no longer be a possibility to have node like that.

@jstuczyn jstuczyn self-assigned this Jun 16, 2021
@jstuczyn jstuczyn added this to Backlog in Core systems via automation Jun 16, 2021
@jstuczyn jstuczyn removed their assignment Jun 17, 2021
@futurechimp futurechimp moved this from Backlog to Cold Storage in Core systems Jun 22, 2021
@jstuczyn
Copy link
Contributor Author

jstuczyn commented Jul 2, 2021

Done in #664

@jstuczyn jstuczyn closed this as completed Jul 2, 2021
Core systems automation moved this from Cold Storage to Done Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Core systems
  
Done
Development

No branches or pull requests

1 participant