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

Move IBC and cometbls move light client #2662

Merged
merged 60 commits into from
Aug 29, 2024
Merged

Move IBC and cometbls move light client #2662

merged 60 commits into from
Aug 29, 2024

Commits on Aug 22, 2024

  1. chore(move): cometbls verifier test passes

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    290ff17 View commit details
    Browse the repository at this point in the history
  2. chore: import aptos

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c78289d View commit details
    Browse the repository at this point in the history
  3. feat(move): started ibc implementation with move

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fc2753b View commit details
    Browse the repository at this point in the history
  4. chore(cometbls-move): split pairing

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fbe9265 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. chore(move-ibc): create_client with event emitting in it

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6cc34ca View commit details
    Browse the repository at this point in the history
  2. chore(move-ibc): fixed global storage usage, removed registerclient

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    32ad7f9 View commit details
    Browse the repository at this point in the history
  3. chore(move-ibc): lightclient api design

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7620993 View commit details
    Browse the repository at this point in the history
  4. chore(cometbls-move): fix apis

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5f4012b View commit details
    Browse the repository at this point in the history
  5. feat(cometbls-move): integrate zk verifier

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2c68938 View commit details
    Browse the repository at this point in the history
  6. chore(cometbls-move): create_client tests

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    635b467 View commit details
    Browse the repository at this point in the history
  7. feat: added connection handshake with test cases

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4b43e1e View commit details
    Browse the repository at this point in the history
  8. chore(cometbls-move): state constructors

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d0d1065 View commit details
    Browse the repository at this point in the history
  9. chore: fixed create client test case

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    13e0fe9 View commit details
    Browse the repository at this point in the history
  10. feat(move-ics23): implement optimized existence proof verification

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a810c3a View commit details
    Browse the repository at this point in the history
  11. chore(move): create proper movement executable

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    eb3fbd2 View commit details
    Browse the repository at this point in the history
  12. chore(move-ics23): implement varint and test

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7d5cde7 View commit details
    Browse the repository at this point in the history
  13. feat: channel handshake helpers + openinit

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8847868 View commit details
    Browse the repository at this point in the history
  14. chore(move-proto): decode varint and field

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bf3dffd View commit details
    Browse the repository at this point in the history
  15. feat(move-ibc): added channel open init

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    236c4c7 View commit details
    Browse the repository at this point in the history
  16. chore(move-ibc): fix storage issue

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0565230 View commit details
    Browse the repository at this point in the history
  17. feat(move-ibc): channel handshake finalized with test cases

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    80176fd View commit details
    Browse the repository at this point in the history
  18. chore(move-ibc): refactored event usage, fixed warnings

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    38a8181 View commit details
    Browse the repository at this point in the history
  19. chore(move-proto): more proto decode impls

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2423554 View commit details
    Browse the repository at this point in the history
  20. chore(ibc-move): recvpacket - sendpacket with pinpong app

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bb38fc2 View commit details
    Browse the repository at this point in the history
  21. chore(move-ibc): complete connectionend proto encode/decode

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    74af8ac View commit details
    Browse the repository at this point in the history
  22. chore(move-ibc): wip integrate connection end

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    deac580 View commit details
    Browse the repository at this point in the history
  23. chore(move-ibc): use connectionend

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2179c79 View commit details
    Browse the repository at this point in the history
  24. feat(move-ibc): add channel protos

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6bb30cd View commit details
    Browse the repository at this point in the history
  25. feat(move-ibc): channel proto integration

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ccd1351 View commit details
    Browse the repository at this point in the history
  26. chore(move-ibc): fix channel tests

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f680aa4 View commit details
    Browse the repository at this point in the history
  27. chore(move-ibc): add Packet and Height protos

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3bd7e0f View commit details
    Browse the repository at this point in the history
  28. chore(move-ibc): verify commitment in recvpacket

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    290444e View commit details
    Browse the repository at this point in the history
  29. chore(move-ibc): added writeack-ack msgs and test cases

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e8a63f4 View commit details
    Browse the repository at this point in the history
  30. chore(move-ibc): fixed callback logic for channels

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    43494a3 View commit details
    Browse the repository at this point in the history
  31. feat(ics08-movement): initiate the impl

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    47741f1 View commit details
    Browse the repository at this point in the history
  32. chore(ibc-move): timeout packet added

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7bfa160 View commit details
    Browse the repository at this point in the history
  33. chore(ibc-move): timeout packet test cases added

    Signed-off-by: kaancaglan <caglankaan@gmail.com>
    Caglankaan authored and aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b63cf71 View commit details
    Browse the repository at this point in the history
  34. chore(ics08-movement): reimpl bunch of types

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d9a5252 View commit details
    Browse the repository at this point in the history
  35. chore(ics08-movement): StateProof compiles

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    926f1ad View commit details
    Browse the repository at this point in the history
  36. chore(ics08-movement): transaction proof

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f1b3a73 View commit details
    Browse the repository at this point in the history
  37. chore(unionlabs): start implementing movement types

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9a06391 View commit details
    Browse the repository at this point in the history
  38. chore(unionlabs): move types to unionlabs

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a9f2da8 View commit details
    Browse the repository at this point in the history
  39. chore(unionlabs): impl protos for aptos types

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ece82b5 View commit details
    Browse the repository at this point in the history
  40. chore(unionlabs): complete aptos proto impl

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    94468eb View commit details
    Browse the repository at this point in the history
  41. chore(unionlabs): derive model in missing types

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c3c8244 View commit details
    Browse the repository at this point in the history
  42. chore(ics08-movement): mock impl IbcClient

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6be6112 View commit details
    Browse the repository at this point in the history
  43. chore(unionlabs): add tx_proof to movement header

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b9897d1 View commit details
    Browse the repository at this point in the history
  44. feat: intoduce aptos-verifier

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    51de7d5 View commit details
    Browse the repository at this point in the history
  45. feat(ics08-movement): header verification

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    91251d8 View commit details
    Browse the repository at this point in the history
  46. feat(aptos-verifier): existence proof verification

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    78ee9ed View commit details
    Browse the repository at this point in the history
  47. feat(ics08-movement): membership verification

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2de0e22 View commit details
    Browse the repository at this point in the history
  48. chore(cometbls-move): membership verification

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d20a3cc View commit details
    Browse the repository at this point in the history
  49. chore(move): proper signer handling in callbacks

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0bd9d5b View commit details
    Browse the repository at this point in the history
  50. chore(move-ibc): capability authentications

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    210adc3 View commit details
    Browse the repository at this point in the history
  51. fix(move-ibc): packet commitments

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d2bf058 View commit details
    Browse the repository at this point in the history
  52. chore(move-ibc): name improvements and missing signers

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bdbb1cb View commit details
    Browse the repository at this point in the history
  53. chore: fmt

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e458319 View commit details
    Browse the repository at this point in the history
  54. feat(devnet): add ics08-movement to union devnet

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fb603ab View commit details
    Browse the repository at this point in the history
  55. chore(move-ibc): use snake case for naming

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    921abd0 View commit details
    Browse the repository at this point in the history
  56. chore: fix hubble

    Signed-off-by: aeryz <abdullaheryz@protonmail.com>
    aeryz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4a795ee View commit details
    Browse the repository at this point in the history