This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add api boundary nodes to state tree #248
Merged
mraszyk
merged 25 commits into
dfinity:master
from
nikolay-komarevskiy:add-api-boundary-nodes-to-state-tree
Mar 6, 2024
Merged
feat: add api boundary nodes to state tree #248
mraszyk
merged 25 commits into
dfinity:master
from
nikolay-komarevskiy:add-api-boundary-nodes-to-state-tree
Mar 6, 2024
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
nikolay-komarevskiy
force-pushed
the
add-api-boundary-nodes-to-state-tree
branch
2 times, most recently
from
November 6, 2023 16:34
29efd83
to
d492abb
Compare
nikolay-komarevskiy
force-pushed
the
add-api-boundary-nodes-to-state-tree
branch
from
November 6, 2023 16:37
d492abb
to
73bf472
Compare
r-birkner
reviewed
Nov 6, 2023
r-birkner
reviewed
Nov 6, 2023
mraszyk
reviewed
Nov 6, 2023
mraszyk
reviewed
Nov 6, 2023
Co-authored-by: r-birkner <[email protected]>
Co-authored-by: r-birkner <[email protected]>
Co-authored-by: mraszyk <[email protected]>
Co-authored-by: mraszyk <[email protected]>
ShuoWangNSL
reviewed
Nov 13, 2023
r-birkner
reviewed
Nov 15, 2023
Co-authored-by: r-birkner <[email protected]>
r-birkner
reviewed
Dec 4, 2023
r-birkner
reviewed
Dec 4, 2023
Co-authored-by: r-birkner <[email protected]>
Co-authored-by: r-birkner <[email protected]>
ShuoWangNSL
reviewed
Jan 30, 2024
mraszyk
reviewed
Feb 1, 2024
Co-authored-by: mraszyk <[email protected]>
nikolay-komarevskiy
force-pushed
the
add-api-boundary-nodes-to-state-tree
branch
from
February 1, 2024 22:30
7d44237
to
03064ea
Compare
mraszyk
reviewed
Feb 2, 2024
mraszyk
reviewed
Feb 2, 2024
mraszyk
reviewed
Feb 2, 2024
mraszyk
reviewed
Feb 2, 2024
mraszyk
reviewed
Feb 2, 2024
Co-authored-by: mraszyk <[email protected]>
Co-authored-by: mraszyk <[email protected]>
Co-authored-by: mraszyk <[email protected]>
Co-authored-by: mraszyk <[email protected]>
Co-authored-by: mraszyk <[email protected]>
3 tasks
mraszyk
reviewed
Feb 8, 2024
bogwar
reviewed
Feb 8, 2024
Co-authored-by: bogwar <[email protected]>
Dfinity-Bjoern
approved these changes
Feb 27, 2024
This comment was marked as resolved.
This comment was marked as resolved.
@nikolay-komarevskiy Could you please update the changelog? You've forked so I can't really push to your branch (most likely). |
mraszyk
reviewed
Mar 6, 2024
Co-authored-by: mraszyk <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In the scope of the IC-720: BN Decentralization Feature we will need to be able to retrieve certified API boundary node domain names in a quick and easy way. The proposal is to modify the
State Tree
by introducing anapi_boundary_nodes
subtree (akin to subnet-information) holding all domain names, ipv4/ipv6 addresses.