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

[Relay Mining] Use per-service difficulty in the relayer #745

Merged
merged 40 commits into from
Sep 5, 2024

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    a604ee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    faf83af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3debe2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c55ea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7240a68 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update pkg/relayer/miner/gen/gen_fixtures.go

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f04df4e View commit details
    Browse the repository at this point in the history
  2. Update pkg/relayer/miner/gen/gen_fixtures.go

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    66a371b View commit details
    Browse the repository at this point in the history
  3. Update pkg/relayer/miner/miner.go

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8376f09 View commit details
    Browse the repository at this point in the history
  4. Update pkg/relayer/miner/gen/template.go

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ec6d613 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7ed02d7 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1460021 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ad4b828 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c8e38d View commit details
    Browse the repository at this point in the history
  9. Update x/proof/keeper/msg_server_create_claim.go

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    20fe4e4 View commit details
    Browse the repository at this point in the history
  10. Update x/proof/keeper/msg_server_create_claim_test.go

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ea07f50 View commit details
    Browse the repository at this point in the history
  11. Update x/proof/keeper/service.go

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3edb218 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    3a94474 View commit details
    Browse the repository at this point in the history
  2. address review comments

    adshmh committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dbfe604 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8de0752 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e195a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Apply suggestions from code review

    Co-authored-by: Bryan White <[email protected]>
    adshmh and bryanchriswhite authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7bdcf15 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    d0b66fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5bfcff View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feat-relay-mining-difficulty-per…

    …-service' into feat-relay-mining-difficulty-per-service
    adshmh committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    78f7229 View commit details
    Browse the repository at this point in the history
  4. Fix linter warning

    adshmh committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c220a82 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update pkg/relayer/session/session.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3e56c16 View commit details
    Browse the repository at this point in the history
  2. Update pkg/deps/config/suppliers.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d0e3984 View commit details
    Browse the repository at this point in the history
  3. Update pkg/relayer/session/session_test.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f6b931b View commit details
    Browse the repository at this point in the history
  4. Update x/proof/keeper/msg_server_create_claim.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5cda533 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update x/proof/keeper/msg_server_create_claim_test.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5fc003b View commit details
    Browse the repository at this point in the history
  2. Update x/proof/keeper/msg_server_create_claim_test.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    35f43a9 View commit details
    Browse the repository at this point in the history
  3. Update x/proof/keeper/msg_server_create_claim_test.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2eea703 View commit details
    Browse the repository at this point in the history
  4. Update x/proof/keeper/msg_server_create_claim.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    adshmh and Olshansk authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5c76ec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cdb0c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81f51c5 View commit details
    Browse the repository at this point in the history
  7. Empty commit

    adshmh committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e8af163 View commit details
    Browse the repository at this point in the history
  8. fix linter warning

    adshmh committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ec98f2d View commit details
    Browse the repository at this point in the history
  9. fix linter warning

    adshmh committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    28d0c09 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    2efeaa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccb738 View commit details
    Browse the repository at this point in the history