Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Towards v1.0 beta1 #58

Open
wants to merge 10 commits into
base: next-phase
Choose a base branch
from
Open

Towards v1.0 beta1 #58

wants to merge 10 commits into from

Commits on Jun 9, 2023

  1. Move palyoad signing into its own component

    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    61fac5f View commit details
    Browse the repository at this point in the history
  2. Correct signing algorithm to use PS256

    Note that algorithm for key cloak was not changed.  It is only used
    for internal testing and the test failed, when it was changed.
    
    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e751a89 View commit details
    Browse the repository at this point in the history
  3. Rename instruction to action

    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bd45159 View commit details
    Browse the repository at this point in the history
  4. Tweak the party to closer match v1.0-beta1

    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4012156 View commit details
    Browse the repository at this point in the history
  5. Remove isToOrder from transactions

    It is a document wide attribute and cannot be changed on a per-action
    level anyway.
    
    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d3f7786 View commit details
    Browse the repository at this point in the history
  6. Revise party codes to match v1.0-beta1

    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6bf1b1f View commit details
    Browse the repository at this point in the history
  7. Add actor as an optional attribute for now

    It should be mandatory, but that will come later when we are ready to
    rewrite all the test data.
    
    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    acc9c79 View commit details
    Browse the repository at this point in the history
  8. Revise datamodel.puml

    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    59506e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Rename transferblocks to transfer-transactions

    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c887722 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Remove isToOrder attribute from transaction

    It is a document wide attribute.
    
    Signed-off-by: Niels Thykier <[email protected]>
    nt-gt committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f59ac5c View commit details
    Browse the repository at this point in the history