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

feat: Dynamic Address Book Phase 2 protobufs changes #344

Merged
merged 74 commits into from
Apr 26, 2024
Merged

Commits on Apr 12, 2023

  1. Initial draft of PBJ types for token state (#263)

    * Add HCS state proto
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Add running hash, delete EntityNumber
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * add account and token
    
    * add account and token
    
    * add token
    
    * add tokenRelation
    
    * add some javadocs
    
    * add some javadocs
    
    * address review comments
    
    * fix missing import
    
    * address comments
    
    * address review comments
    
    * Update services/state/token/account.proto
    
    Co-authored-by: Richard Bair <rbair23@users.noreply.github.com>
    
    * Update services/state/token/account.proto
    
    Co-authored-by: Richard Bair <rbair23@users.noreply.github.com>
    
    * address some review comments
    
    * move back under services
    
    * change package name
    
    * some docs and revert java package name
    
    * revert docs
    
    * add javadocs
    
    * add javadocs
    
    * re-order the first 16
    
    ---------
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    Co-authored-by: Michael Tinker <michael.tinker@swirldslabs.com>
    Co-authored-by: Richard Bair <rbair23@users.noreply.github.com>
    3 people authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8f63739 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. file proto (#267)

    * 265 - file proto
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * 265 - packaging
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * 265 - comments
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    povolev15 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    618854f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Change allowance maps on Account PBJ Object (#269)

    * change allowances
    
    * change allowances
    
    * change allowances
    
    * change allowances
    
    * change allowances
    
    * change allowances
    Neeharika-Sompalli authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7bbf1d5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. fix some comments on file proto (#268)

    * 265 - file proto
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * 265 - packaging
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * 265 - comments
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * 265 - comments fix
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    povolev15 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    f6aadf0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Add missing fields in Account (#270)

    * add missing fields and change allowance names
    
    * change to bits
    
    * address review comments
    
    * address review comments
    
    * address review comments
    Neeharika-Sompalli authored May 8, 2023
    Configuration menu
    Copy the full SHA
    d336767 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    ad7d2c0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Add payer account ID

    rbair23 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    4a6c9ff View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    f471f22 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Include ContractService state types (#273)

    * Add bytecode and storage slot representations
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Add Nft type
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Add EntityNumber
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Use bytes instead of Int256Value
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Fix typo
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Remove superfluous Int256Value type
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Rename Id -> UniqueTokenId
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * Don't store code_hash, can be cached on load
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    tinker-michaelj authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c858be6 View commit details
    Browse the repository at this point in the history
  2. Added state for blocks and running hashes (#276)

    * Added state for blocks and running hashes
    
    Signed-off-by: jasperpotts <jasperpotts@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: jasperpotts <jasperpotts@users.noreply.github.com>
    Co-authored-by: jasperpotts <jasperpotts@users.noreply.github.com>
    jasperpotts and jasperpotts authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    96774e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Add StakingNodeInfo for MerkleStakingInfo (#277)

    add staking node info
    Neeharika-Sompalli authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2bbbee4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. add schedule proto (#280)

    * new schedule proto
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * addresspe comments
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * address comments
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    povolev15 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5bcd7e8 View commit details
    Browse the repository at this point in the history
  2. Fixing incorrect case for Timestamp. (#282)

    Signed-off-by: Joseph Sinclair <joseph.sinclair@swirldslabs.com>
    jsync-swirlds authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0adaa8b View commit details
    Browse the repository at this point in the history
  3. Adding missed import statement. (#283)

    Signed-off-by: Joseph Sinclair <joseph.sinclair@swirldslabs.com>
    jsync-swirlds authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    413f7cd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix package name for state/schedule (#284)

    Original commit of this file uses package com.hedera.hapi.node.state.file
    The correct package is com.hedera.hapi.node.state.schedule.
    
    Signed-off-by: Joseph Sinclair <joseph.sinclair@swirldslabs.com>
    jsync-swirlds authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    faee2f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. change topic number to topicID (#286)

    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    povolev15 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3568673 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update file.proto to use FileID type instead of long for file identif…

    …ication (#285)
    
    * Initial commit
    
    * Replace instead of deprecate previous field
    
    * change topic number to topicID (#286)
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    * Initial commit
    
    * Replace instead of deprecate previous field
    
    ---------
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    Co-authored-by: Lev Povolotsky <16233475+povolev15@users.noreply.github.com>
    kimbor and povolev15 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    70ca376 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Adjusting the state Schedule message to improve implementation. (#288)

    * Changed body_bytes to original_create_transaction
       * Changed type to TransactionBody
     * Updated comments to clarify several items and correct language
    
    Signed-off-by: Joseph Sinclair <joseph.sinclair@swirldslabs.com>
    jsync-swirlds authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c524a89 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Change nft owner and spender identifier from long to AccountID (#289)

    * Change nft owner and spender identifier from long to AccountID
    
    * Import basic_types.proto for AccountID
    
    Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
    kimbor authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    280f440 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update common.proto, token.proto, token-relation.protp and classes th…

    …at rely on it to use AccountID and TokenID (#290)
    
    * Updated common.proto to use use AccountID and TokenID instead of long
    
    * Updated token.proto to use use AccountID and TokenID instead of long
    
    * Updated token_relation.proto to use use AccountID and TokenID instead of long
    iwsimon authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    89b75cb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Use NftID instead of UniqueTokenId (#292)

    Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
    kimbor authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    e1b59db View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. changed auto_renew_account_number to auto_renew_account_id in topic.p…

    …roto (#293)
    
    changed auto_renew_account_number to auto_renew_account_id
    iwsimon authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    095591b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Add Staking Reward related fields from MerkleNetworkContext (#295)

    * add fields from MerkleNetworkContext
    
    * add fields from MerkleNetworkContext
    
    * doc update
    
    * doc update
    
    * doc update
    
    * doc update
    Neeharika-Sompalli authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2554e80 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. use snake case throughout protobufs (#294)

    * Updated last_block_number in BlockInfo to match all others
    
    * Added staked_id, removed staked_number.
    
    * updated number
    iwsimon authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7051729 View commit details
    Browse the repository at this point in the history
  2. Update Schedule state protobuf to add a wait_for_expiry flag. (#297)

    Updated Schedule state protobuf to add a wait_for_expiry flag.
     * This protobuf is not yet used, so the fields were renumbered for efficient representation.
     * This is in support of resolving Issue #5518
    
    Signed-off-by: Joseph Sinclair <joseph.sinclair@swirldslabs.com>
    jsync-swirlds authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    003ff39 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. update account ids (#291)

    Update account.proto to use IDs instead of longs
    
    Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
    kimbor authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0bb5c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add Protobuf messages for primitive values and a list of Schedules. (#…

    …299)
    
    * Added primitive.proto which includes ProtoLong, ProtoInteger, ProtoBoolen, ProtoString, and ProtoBytes.
    * Added ScheduleList message to schedule.proto
    
    Signed-off-by: Joseph Sinclair <joseph.sinclair@swirldslabs.com>
    jsync-swirlds authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    91a53b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Fix the "java_package" (#302)

    * fix path
    
    Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
    
    * fix comment
    
    ---------
    
    Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
    Neeharika-Sompalli authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b22750f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. protobuf cleanup (#298)

    Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
    kimbor authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    813199c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    c222122 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add TransactionGetFastRecord to HederaFunctionality (#303)

    * Add TransactionGetFastRecord to HederaFunctionality
    
    Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
    kimbor authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a213031 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Revert NftID#tokenId to NftID#tokenID (#306)

    * Revert NftID#tokenId to NftID#tokenID
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    
    * add pre_system_delete_expiration_second
    
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
    Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
    Co-authored-by: Lev Povolotsky <lev@swirldslabs.com>
    tinker-michaelj and povolev15 authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fb10d6d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Add throttle and congestion types (#304)

    * Add ThrottleUsageSnapshots type
    
    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    
    * Add CongestionLevelStarts type
    
    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    
    ---------
    
    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2dff325 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    472e834 View commit details
    Browse the repository at this point in the history
  2. Dynamic address book HAPI change

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    18d18f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92529cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. update change

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8ec085f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. update to CamelCase.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d3c7074 View commit details
    Browse the repository at this point in the history
  2. Revert "update to CamelCase."

    This reverts commit d3c7074.
    iwsimon committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b976b4c View commit details
    Browse the repository at this point in the history
  3. updated names and types by review comments.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3e249b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. updated with mandatory/optional fields in create node

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c25f687 View commit details
    Browse the repository at this point in the history
  2. updated transaction_receipt.proto with added node_id

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    96522e6 View commit details
    Browse the repository at this point in the history
  3. updated with discussions from Dynamic Address Book Record Stream Requ…

    …irements call today.
    
    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    63391c8 View commit details
    Browse the repository at this point in the history
  4. Added to schedulable_transaction_body.proto

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    720e395 View commit details
    Browse the repository at this point in the history
  5. more updates

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    40a4bf0 View commit details
    Browse the repository at this point in the history
  6. Add migration properties to BlockInfo (#310)

    Update `BlockInfo` to also include properties needed for migration records
    
    Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
    mhess-swl authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9861f33 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update with review comments.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d9f0bdb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Update with review comments.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    102b30a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66fb9f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Updated according to Mark's confirmation posted on #dynamic-addressbo…

    …ok today.
    
    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a7f4f89 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Commented out status field.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f5d4e61 View commit details
    Browse the repository at this point in the history
  2. Updated

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1d84c13 View commit details
    Browse the repository at this point in the history
  3. Updates

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4149e83 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Updated with HIP draft changes.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ba09e89 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Updated with HIP draft changes.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b2f0bdc View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge branch 'main' into 9796-DAB-change

    # Conflicts:
    #	services/basic_types.proto
    #	services/response_code.proto
    #	services/schedulable_transaction_body.proto
    #	services/state/blockrecords/block_info.proto
    #	services/state/contract/storage_slot.proto
    #	services/state/token/staking_node_info.proto
    #	services/state/token/token.proto
    #	services/state/token/token_relation.proto
    #	services/transaction_body.proto
    iwsimon committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1554ded View commit details
    Browse the repository at this point in the history
  2. Updated with latest HIP and merged with main branch.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bed3481 View commit details
    Browse the repository at this point in the history
  3. format.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7530d96 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. updated node state with latest HIP.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    652b27f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. added getNodeInfo query

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    51fe810 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. update with reviews

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9687dff View commit details
    Browse the repository at this point in the history
  2. updated with review comments

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e677176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347091e View commit details
    Browse the repository at this point in the history
  4. updated with review comments

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c5dbd35 View commit details
    Browse the repository at this point in the history
  5. Updated.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e8a5b6d View commit details
    Browse the repository at this point in the history
  6. Updated.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    eba17e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Updated with review comments.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fc8c158 View commit details
    Browse the repository at this point in the history
  2. Updated from DAB p2 & PFX meeting today

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a1ea341 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Added more response codes.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dc5a1a0 View commit details
    Browse the repository at this point in the history
  2. Updated.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dd5787e View commit details
    Browse the repository at this point in the history
  3. Updated with review comments.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c3b1d13 View commit details
    Browse the repository at this point in the history
  4. Corrected an accident change during the call.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    17d234f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Changed pbj.java_package to com.hedera.hapi.node.addressbook and Node…

    …Service to AddressBookService.
    
    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    89e0eae View commit details
    Browse the repository at this point in the history
  2. Updated with reviews.

    Signed-off-by: Iris Simon <iris.simon@swirldslabs.com>
    iwsimon committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f7b2e43 View commit details
    Browse the repository at this point in the history