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

chore: Rebase base onto dev #501

Draft
wants to merge 71 commits into
base: dev
Choose a base branch
from
Draft

chore: Rebase base onto dev #501

wants to merge 71 commits into from

Commits on Jul 9, 2024

  1. Consumer chain finality provider (#276)

    * Init
    * Update babylon-private reference
    * Revert "CI: Remove redundant SSH key logic (#218)"
    maurolacy authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a26483d View commit details
    Browse the repository at this point in the history
  2. Consumer FP registration test (#278)

    * Add create and check FPs by chain support
    * Add consumer FP registration check
    * go lint
    * Improve error handling
    * Make chainID string
    * Adjust comment
    maurolacy authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4e20c08 View commit details
    Browse the repository at this point in the history
  3. fix flaky e2e test

    SebastianElvis authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bc083e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1d549b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41d4e9e View commit details
    Browse the repository at this point in the history
  6. refactor: QueryLatestFinalizedBlocks(count uint64) -> `QueryLatestF…

    …inalizedBlock()` (#347)
    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    afe82dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08ce871 View commit details
    Browse the repository at this point in the history
  8. e2e: wasmd setup (#364)

    gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ce78cda View commit details
    Browse the repository at this point in the history
  9. feat: wasmd clients (#368)

    gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dfb4e4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66eb775 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef7c092 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6725cc0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc74957 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2bc851d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5e62766 View commit details
    Browse the repository at this point in the history
  16. feat: query activated height (#387)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    18ca8c5 View commit details
    Browse the repository at this point in the history
  17. feat: queries for OPStack L2 (#392)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    23385db View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    95887fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    819d760 View commit details
    Browse the repository at this point in the history
  20. chore: fix nil pointer (#394)

    When error occurs, `block` is `nil` and `block.Height` will cause a nil
    pointer panic. Uncovered in local deployment
    SebastianElvis authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a9d894c View commit details
    Browse the repository at this point in the history
  21. chore: remove duplicate codes (#396)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ccd1af1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a8df680 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6307cb8 View commit details
    Browse the repository at this point in the history
  24. fix: fast sync for consumer (#401)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    79959ce View commit details
    Browse the repository at this point in the history
  25. fix: revert the pr #401 commit (#402)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c8e9d46 View commit details
    Browse the repository at this point in the history
  26. fix: init pubrand empty issue (#404)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    df821f0 View commit details
    Browse the repository at this point in the history
  27. chore: add clean-e2e command to kill dangling babylond or wasmd pro…

    …cessed when e2e tests fails (#405)
    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fffdb6f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7e3023f View commit details
    Browse the repository at this point in the history
  29. fix: parse cw data with null (#408)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4af4849 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1c9b2ee View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d43e0ae View commit details
    Browse the repository at this point in the history
  32. refactor: move some e2e methods (#412)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8fc6b23 View commit details
    Browse the repository at this point in the history
  33. chore: add .golangci.yml (#413)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9e9d358 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7242de2 View commit details
    Browse the repository at this point in the history
  35. test: start FP in op e2e (#418)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4c3a8f7 View commit details
    Browse the repository at this point in the history
  36. test: opl2 consumer e2e (#411)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2bc6b84 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dc9194f View commit details
    Browse the repository at this point in the history
  38. test: submit batch signs (#421)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fc56fd6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9f083c8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bda1e19 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    605ce5e View commit details
    Browse the repository at this point in the history
  42. fix: op e2e test (#426)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fa3b2bb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    44e8e28 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    7d3f99a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    994f641 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    1d2bc68 View commit details
    Browse the repository at this point in the history
  47. test: add e2e test for SDK (#434)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    08c107e View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d585d87 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    6223d02 View commit details
    Browse the repository at this point in the history
  50. Update op e2e tests (#442)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    319a308 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    e7a2633 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    e0378b1 View commit details
    Browse the repository at this point in the history
  53. fix: non-op logger in itests (#451)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fbd2fc0 View commit details
    Browse the repository at this point in the history
  54. chore: split CI tests (#458)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4be27f3 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    863c7c1 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    3dc05be View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a5d9d8f View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    b8b72bd View commit details
    Browse the repository at this point in the history
  59. fix: refactor op test manager (#467)

    lesterli authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    649a458 View commit details
    Browse the repository at this point in the history
  60. feat: add json util (#469)

    bap2pecs authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    72050d9 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    b9ee4c0 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    29b9fe6 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    f9832ce View commit details
    Browse the repository at this point in the history
  64. Fix/base64 encoding (#462)

    maurolacy authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e6a5998 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    97d5209 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    ffa95b7 View commit details
    Browse the repository at this point in the history
  67. cosmwasm: fix check of activated height in CosmWasm controller (#489)

    This PR fixes a bug in CosmWasm consumer controller where we need to
    check whether the unmarshalled activated height is 0 or not. If it's 0
    then it means we are unmarshalling something fishy and actually BTC
    staking is not activated, and we need to return an error, as
    [expected](https://github.com/babylonchain/finality-provider/blob/fee9b10e886a098ebd97b7ccfcf9e31bf465a746/finality-provider/service/chain_poller.go#L211-L220)
    by RPC poller. This fix allows us to remove some hacks and makes e2e /
    local deployment pass.
    SebastianElvis authored and gusin13 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f307522 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    6423646 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    0f35ec4 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    0cc725c View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a06eeb1 View commit details
    Browse the repository at this point in the history