-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Update specification text for address book service #346
Conversation
a41924d
to
a596ed0
Compare
|
a1cff62
to
597d76b
Compare
Updated following the removal and re-add of all address book changes. |
@netopyr This is done, along with matching the most recent discussions and updates. Please re-review. |
597d76b
to
580c35b
Compare
* Updated specification/API comments * Consolidated review changes * Adjusted wording for consistency and clarity * Adjusted formatting for consistency * Updated query.proto with package changes * Corrected gossip certificate encoding * Adjusted gossip endpoint to state that networks may or may not require those endpoints to have or not have a DNS entry. * Further clarified that DNS vs. Address is network-specific. * Matched updated wording based on recent discussions * Removed references to status in state Node message. * Removed status enum as requested. * Added deleted flag to match recent updates. Signed-off-by: Joseph Sinclair <[email protected]>
580c35b
to
22d6126
Compare
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.
LGTM - thanks @jsync-swirlds
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.
LGTM
* main: (21 commits) feat: 13135 Added PlatformState protobuf representation (#349) feat: Change AddressBookService package to proto (#386) feat: add admin_key to node_create.proto, node_update.proto and node.proto (#380) HIP 904 proto updates for token reject (#367) chore: Updated codeowners to include devops-ci (#384) feat: remove node_get_info.proto (#378) fixed INVALID_GOSSIP_CA_CERTIFICATE (#375) fix: Fixing single-letter mismatch to expectations (#373) feat: Update specification text for address book service (#346) feat: Add more response codes for Dynamic Address Book Phase 2 (#370) feat: maxAutoAssociations updates for contract transactions (#359) Added more response codes for Dynamic Address Book Phase 2 (#364) feat: Add back Dynamic Address Book Phase 2 protobufs change (#361) feat: Back out protobuf-changes to dynamic address book for release 0.51 (#358) feat: added NodeGetInfoResponse to response.proto (#355) feat: HIP-904 maxAutoAssociations updates (#348) chore: added consensus data protobuf (#350) Added NodeGetInfo (#347) feat: Dynamic Address Book Phase 2 protobufs changes (#344) feat: define event protobufs (#338) ... # Conflicts: # services/basic_types.proto # services/schedulable_transaction_body.proto # services/token_service.proto # services/transaction_body.proto # services/transaction_receipt.proto
* main: (21 commits) feat: 13135 Added PlatformState protobuf representation (#349) feat: Change AddressBookService package to proto (#386) feat: add admin_key to node_create.proto, node_update.proto and node.proto (#380) HIP 904 proto updates for token reject (#367) chore: Updated codeowners to include devops-ci (#384) feat: remove node_get_info.proto (#378) fixed INVALID_GOSSIP_CA_CERTIFICATE (#375) fix: Fixing single-letter mismatch to expectations (#373) feat: Update specification text for address book service (#346) feat: Add more response codes for Dynamic Address Book Phase 2 (#370) feat: maxAutoAssociations updates for contract transactions (#359) Added more response codes for Dynamic Address Book Phase 2 (#364) feat: Add back Dynamic Address Book Phase 2 protobufs change (#361) feat: Back out protobuf-changes to dynamic address book for release 0.51 (#358) feat: added NodeGetInfoResponse to response.proto (#355) feat: HIP-904 maxAutoAssociations updates (#348) chore: added consensus data protobuf (#350) Added NodeGetInfo (#347) feat: Dynamic Address Book Phase 2 protobufs changes (#344) feat: define event protobufs (#338) ...
Update specification text for address book service * Updated specification/API comments * Consolidated review changes * Adjusted wording for consistency and clarity * Adjusted formatting for consistency * Updated query.proto with package changes * Corrected gossip certificate encoding * Adjusted gossip endpoint to state that networks may or may not require those endpoints to have or not have a DNS entry. * Further clarified that DNS vs. Address is network-specific. * Matched updated wording based on recent discussions * Removed references to status in state Node message. * Removed status enum as requested. * Added deleted flag to match recent updates. Signed-off-by: Joseph Sinclair <[email protected]>
Rendered documentation
A rendered version of the documentation in these files is temporarily available on another branch to assist with visualizing what these changes accomplish.