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

Enterprise fork update from HL - Sep 28 2023 #89

Merged
merged 46 commits into from
Sep 29, 2023
Merged

Commits on May 24, 2023

  1. Replace token pool "confirmed" state with "active" bool

    Token pool states were originally given similar names to message state, but
    this has ended up being confusing (because the token pool creation flow
    includes a message, but the token pool states have no relation to the
    identically named message states).
    
    Old terminology:
    When pool definition message is "confirmed", pool is created as "pending"
    When pool gets "activated" by the connector, pool is moved to "confirmed"
    
    New terminology:
    When pool definition message is "confirmed", pool is created as "not active"
    When pool gets "activated" by the connector, pool is moved to "active"
    
    My hope is that the new terminology is easier to follow, since it does not
    overlap with messaging states and more clearly denotes the action of
    "activating" a token pool.
    
    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    38d243e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0890a10 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Update README.md

    Add OpenSSF Best Practices badge
    
    Signed-off-by: Nicko Guyer <nguyer@users.noreply.github.com>
    nguyer authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    267fd3a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge pull request hyperledger#1305 from kaleido-io/activation

    Replace token pool "confirmed" state with "active" bool
    nguyer authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    16c6981 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#1400 from hyperledger/openapi-enhancem…

    …ents
    
    Enhance OpenAPI interface, for namespace-local APIs, and extra routing options
    nguyer authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6bea969 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hyperledger#1399 from hyperledger/ossf-badge

    Update README.md
    nguyer authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5f9dbd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Fix SQL migration conflict and coverage gaps

    Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
    nguyer committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    758d1e8 View commit details
    Browse the repository at this point in the history
  2. Increase test size cache for txcommon test

    Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
    nguyer committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dfc3b17 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request hyperledger#1401 from kaleido-io/fix-build

    Fix SQL migration conflict and coverage gaps
    nguyer authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8a362af View commit details
    Browse the repository at this point in the history
  2. rebase

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bf91636 View commit details
    Browse the repository at this point in the history
  3. DA-374 NormalizeContractLocation impl

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3df0ac4 View commit details
    Browse the repository at this point in the history
  4. DA-376 add raw InvokeContract API impl

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d581fa0 View commit details
    Browse the repository at this point in the history
  5. DA-376 update tezos req schema structure

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e402c01 View commit details
    Browse the repository at this point in the history
  6. update deps

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2ebbca3 View commit details
    Browse the repository at this point in the history
  7. DA-376 extend the payload schema with the 'internal schema' data type

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    87e6180 View commit details
    Browse the repository at this point in the history
  8. DA-435 Move FFI schema parsing to the FF core service

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9db60eb View commit details
    Browse the repository at this point in the history
  9. DA-442 tx receipt handler impl

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a20f2c0 View commit details
    Browse the repository at this point in the history
  10. DA-457 QueryContract API impl

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0d88cbd View commit details
    Browse the repository at this point in the history
  11. DA-459 blockchain plugin API GetTransactionStatus impl

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    176f2bf View commit details
    Browse the repository at this point in the history
  12. DA-466 Plugin.Add/Delete/GetContractListener API impl

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    90e0a35 View commit details
    Browse the repository at this point in the history
  13. DA-466 update event subscription structure

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    18d68cf View commit details
    Browse the repository at this point in the history
  14. DA-468 Plugin.AddFireflySubscription API impl

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ecaeccb View commit details
    Browse the repository at this point in the history
  15. DA-498 Increase unit test coverage

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    50a34e1 View commit details
    Browse the repository at this point in the history
  16. DA-498 Even more unit test coverage

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    907c8bf View commit details
    Browse the repository at this point in the history
  17. DA-498 Increase unit test coverage

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3e8fbbc View commit details
    Browse the repository at this point in the history
  18. Return GetNetworkVersion return params

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d9649be View commit details
    Browse the repository at this point in the history
  19. Compliance with linters

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ae545c1 View commit details
    Browse the repository at this point in the history
  20. additional translates + make reference

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7cb0b9f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. refactoring

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ecf2eec View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#1402 from OneOf-Inc/tezos

    Tezos plugin support
    nguyer authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4ac32a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Update manifest

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    89213d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#1403 from OneOf-Inc/manifest

    Update manifest
    nguyer authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6cc1c67 View commit details
    Browse the repository at this point in the history
  3. check enabled for organization creation in non-multiparty system

    Signed-off-by: Arindam Dasgupta <arinddas@in.ibm.com>
    arinddas committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    62e2c78 View commit details
    Browse the repository at this point in the history
  4. modified the year on header for existing PR : check enabled for organ…

    …ization creation in non-multiparty system
    
    Signed-off-by: Arindam Dasgupta <arinddas@in.ibm.com>
    arinddas committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a17a296 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge pull request hyperledger#1405 from arinddas/fix-nonmultiparty-o…

    …rganization
    
    check enabled for organization creation in non-multiparty system
    nguyer authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a64ee78 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Handle idempotent retry after error during init phase - introducing O…

    …pPhase enum
    
    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    c1afd24 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix database migration order

    Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
    nguyer committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3911d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3cf58 View commit details
    Browse the repository at this point in the history
  3. Fix table of contents view

    Signed-off-by: Dzianis Andreyenka <andreenkodn@gmail.com>
    denisandreenko committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a2ebfa7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger#1409 from OneOf-Inc/fix/docs

    Fix table of contents view
    nguyer authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    15f2ed5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hyperledger#1407 from kaleido-io/fix-migrations

    Fix database migration order
    peterbroadhurst authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7067eb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbb093e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Handle the case where we fail before writing the operations, but afte…

    …r creating the TX
    
    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3f2a21f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Only initializing if there's an error

    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9e32841 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#1406 from hyperledger/op-phase

    Handle idempotent retry after error during initializing phase
    peterbroadhurst authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b3443ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2b111 View commit details
    Browse the repository at this point in the history