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

Support for confirmations when listening to events #207

Merged
merged 17 commits into from
Apr 20, 2022

Commits on Mar 22, 2022

  1. Initial confirmation manager code

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    a6b77f9 View commit details
    Browse the repository at this point in the history
  2. More consistent formatting

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    48b9f75 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Drain on suspend

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    69be456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9467911 View commit details
    Browse the repository at this point in the history
  3. Add RPC mock to subscription test

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer authored and peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    8dd4d4f View commit details
    Browse the repository at this point in the history
  4. Use RWMutex on subscriptions

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer authored and peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    772e768 View commit details
    Browse the repository at this point in the history
  5. Add write lock on recoverSubscriptions

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer authored and peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    06203cd View commit details
    Browse the repository at this point in the history
  6. Close subscription manager in tests

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer authored and peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0f19286 View commit details
    Browse the repository at this point in the history
  7. Add missing mock to unit test

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer authored and peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    95526ad View commit details
    Browse the repository at this point in the history
  8. Add e2e test of confirmations

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    a2f6e87 View commit details
    Browse the repository at this point in the history
  9. Additional tests for confirmations manager component

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    8c04f61 View commit details
    Browse the repository at this point in the history
  10. Close out tests, and add fix for config typo with migration

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    d41052c View commit details
    Browse the repository at this point in the history
  11. Update dependencies

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    6739ce9 View commit details
    Browse the repository at this point in the history
  12. Invert bool for clarity

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    318dc31 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' of github.com:hyperledger/firefly-ethconnect into…

    … confirmations
    
    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    c538b4c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Address review comments

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    db25f97 View commit details
    Browse the repository at this point in the history
  2. Add fix for intermittent error

    Signed-off-by: Peter Broadhurst <[email protected]>
    peterbroadhurst committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    2faf053 View commit details
    Browse the repository at this point in the history