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

Tezosconnector base #3

Merged
merged 65 commits into from
Sep 15, 2023
Merged

Tezosconnector base #3

merged 65 commits into from
Sep 15, 2023

Commits on Sep 2, 2023

  1. Initial commit

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    652f281 View commit details
    Browse the repository at this point in the history
  2. add dockerignore

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    195b0c9 View commit details
    Browse the repository at this point in the history
  3. cmd init

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    05c5d49 View commit details
    Browse the repository at this point in the history
  4. add Makefile

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    441ff89 View commit details
    Browse the repository at this point in the history
  5. add dependencies

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a11fd84 View commit details
    Browse the repository at this point in the history
  6. add Dockerfile

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    949fdb5 View commit details
    Browse the repository at this point in the history
  7. add golangci config

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a9fe097 View commit details
    Browse the repository at this point in the history
  8. add vs code config

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    8c0d291 View commit details
    Browse the repository at this point in the history
  9. update Makefile

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    5c0ead9 View commit details
    Browse the repository at this point in the history
  10. cmd run impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    1aed651 View commit details
    Browse the repository at this point in the history
  11. add git CI workflow

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    03b7b0f View commit details
    Browse the repository at this point in the history
  12. update dependencies

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    36da384 View commit details
    Browse the repository at this point in the history
  13. add message translates

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    dfc8089 View commit details
    Browse the repository at this point in the history
  14. add mocks

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    65a9199 View commit details
    Browse the repository at this point in the history
  15. update mockery version

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    011998e View commit details
    Browse the repository at this point in the history
  16. add config command

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    47c615d View commit details
    Browse the repository at this point in the history
  17. update deps

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7f60039 View commit details
    Browse the repository at this point in the history
  18. add stub FF Transaction Manager interface impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b605e87 View commit details
    Browse the repository at this point in the history
  19. init go tezos client

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4dc60ad View commit details
    Browse the repository at this point in the history
  20. DA-291 GetAddressBalance impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    bf4e613 View commit details
    Browse the repository at this point in the history
  21. DA-292 GetBlockInfo impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    6cf2b1a View commit details
    Browse the repository at this point in the history
  22. DA-293 GetBlockInfoByNumber + block caching impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f5908b2 View commit details
    Browse the repository at this point in the history
  23. DA-295 add new block listener with basic initialization

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    c04c71e View commit details
    Browse the repository at this point in the history
  24. DA-295 test tezos connector initialization

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    cdd4c84 View commit details
    Browse the repository at this point in the history
  25. DA-295 block listener impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    aaa8fe7 View commit details
    Browse the repository at this point in the history
  26. DA-292 Fix GetBlockByHash null return + filter block operations

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    6359808 View commit details
    Browse the repository at this point in the history
  27. DA-316 basic event stream start/stop implementation

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    aea1cdc View commit details
    Browse the repository at this point in the history
  28. DA-328 nonce impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    fcec4a6 View commit details
    Browse the repository at this point in the history
  29. deps update (follow the evmconnect)

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    3c68007 View commit details
    Browse the repository at this point in the history
  30. add tezos client mocks

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    c1e81a5 View commit details
    Browse the repository at this point in the history
  31. DA-384 TransactionPrepare impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    681a4b3 View commit details
    Browse the repository at this point in the history
  32. DA-385 TransactionSend impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a7d5483 View commit details
    Browse the repository at this point in the history
  33. DA-385 Add tezos transaction signer to the client

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f55a239 View commit details
    Browse the repository at this point in the history
  34. DA-384 update config, remove TODO

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    6af7103 View commit details
    Browse the repository at this point in the history
  35. DA-385 save tx receipt to leveldb

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    59d5bdd View commit details
    Browse the repository at this point in the history
  36. DA-390 TransactionReceipt impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    99f9abf View commit details
    Browse the repository at this point in the history
  37. Add blockchain plugin API support (rebase)

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4d965ab View commit details
    Browse the repository at this point in the history
  38. DA-384 Add List/Set types support for FFI > Michelson converter

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    0136a90 View commit details
    Browse the repository at this point in the history
  39. DA-384 add address type support

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    cb0ea02 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1f63900 View commit details
    Browse the repository at this point in the history
  41. DA-384 add list type support to the FFI schema

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    8c560cd View commit details
    Browse the repository at this point in the history
  42. DA-408 Add 'variant' type support

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    43b7914 View commit details
    Browse the repository at this point in the history
  43. DA-328 NextNonceForSigner impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    d7cb76c View commit details
    Browse the repository at this point in the history
  44. DA-432 move rpc/network configs to the config file

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    31890d1 View commit details
    Browse the repository at this point in the history
  45. DA-428 remote tx signing impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    6f5ea2f View commit details
    Browse the repository at this point in the history
  46. DA-434 (Tezos Connector) Replace using of tz client confiramtion mana…

    …ger with the FF one
    
    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    8b117fe View commit details
    Browse the repository at this point in the history
  47. DA-434 (Tezos Connector) Update deps

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f544ff8 View commit details
    Browse the repository at this point in the history
  48. update unit tests

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    99735d4 View commit details
    Browse the repository at this point in the history
  49. DA-434 refactoring

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7dd8e88 View commit details
    Browse the repository at this point in the history
  50. DA-441 Add tx extra info into tx receipt

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    db07a66 View commit details
    Browse the repository at this point in the history
  51. DA-464 Postgres support

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    e735dd5 View commit details
    Browse the repository at this point in the history
  52. remove deprecated network config

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    9e974a8 View commit details
    Browse the repository at this point in the history
  53. update config

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    0d18f27 View commit details
    Browse the repository at this point in the history
  54. DA-429 Add account revealing support

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f812251 View commit details
    Browse the repository at this point in the history
  55. DA-494 Add tezos block monitor reconnect logic

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    680bae4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix nonce assignment

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    36a85e9 View commit details
    Browse the repository at this point in the history
  2. Update README

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    83ab10d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. DA-499 fix RPC node error parsing

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b33a07b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. DA-399 GasPriceEstimate impl

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fd4fc74 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. DA-505 service status API unit test coverage

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4f70463 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. DA-505 update mocks

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ae257fc View commit details
    Browse the repository at this point in the history
  2. DA-505 update deps

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9f2b639 View commit details
    Browse the repository at this point in the history
  3. DA-505 increase unit test coverage

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e7f54fc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Get block info fix

    Signed-off-by: Dzianis Andreyenka <[email protected]>
    denisandreenko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6c392d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9bacb0 View commit details
    Browse the repository at this point in the history