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

[Tokenomics] feat: add target_num_relays param to service module #930

Merged
merged 8 commits into from
Dec 2, 2024

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    e72f8d6 View commit details
    Browse the repository at this point in the history
  2. fix: failing tests

    bryanchriswhite committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    03fe323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46f2ee1 View commit details
    Browse the repository at this point in the history
  4. fix: update default

    bryanchriswhite committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7a8a93a View commit details
    Browse the repository at this point in the history
  5. fix: update default

    bryanchriswhite committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ce94775 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. [Service] refactor: TargetNumRelays var usage to param usage (#943)

    ## Summary
    
    Replace usage of `servicekeeper.TargetNumRelays` with the new param and
    delete it.
    
    ## Issue
    
    - `TODO_BETA`
    
    ## Type of change
    
    Select one or more from the following:
    
    - [ ] New feature, functionality or library
    - [ ] Consensus breaking; add the `consensus-breaking` label if so. See
    #791 for details
    - [ ] Bug fix
    - [x] Code health or cleanup
    - [ ] Documentation
    - [ ] Other (specify)
    
    ## Testing
    
    - [ ] **Documentation**: `make docusaurus_start`; only needed if you
    make doc changes
    - [x] **Unit Tests**: `make go_develop_and_test`
    - [ ] **LocalNet E2E Tests**: `make test_e2e`
    - [x] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR.
    
    ## Sanity Checklist
    
    - [x] I have tested my changes using the available tooling
    - [ ] I have commented my code
    - [x] I have performed a self-review of my own code; both comments &
    source code
    - [ ] I create and reference any new tickets, if applicable
    - [ ] I have left TODOs throughout the codebase, if applicable
    bryanchriswhite authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9ae1129 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. chore: review feedback improvements

    Co-authored-by: red-0ne <[email protected]>
    bryanchriswhite and red-0ne committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    256d001 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'pokt/main' into todo_beta/params/target…

    …_num_relays
    
    * pokt/main:
      [Docs/Tools] Validator: support multiple networks + cheat sheet (#941)
      [Docs] Upgrade list (#928)
      [Docs] Beta TestNet - Service Cheatsheet (#965)
      Commit outdated proto files
      [Docs] adding params - fix gRPC status error code (#958)
      [Docs] Update links to RPC & explorers (#950)
      [Docs] Update documentation on installing the `poktrolld` CLI (#949)
    bryanchriswhite committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    35121d6 View commit details
    Browse the repository at this point in the history