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 numbers to ids token service #287

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 ids instead

    Neeharika-Sompalli committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c696944 View commit details
    Browse the repository at this point in the history
  2. add ids instead

    Neeharika-Sompalli committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    1f12fc0 View commit details
    Browse the repository at this point in the history
  3. add ids instead

    Neeharika-Sompalli committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9895c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa2608e View commit details
    Browse the repository at this point in the history
  5. remove import

    Neeharika-Sompalli committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a94bdf4 View commit details
    Browse the repository at this point in the history
  6. docs

    Neeharika-Sompalli committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    b37fa80 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    85c3446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e3aa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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