pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

refactor: move `num_blocks_per_session` param to shared module #546

Closed bryanchriswhite closed 1 month ago

bryanchriswhite commented 1 month ago

Summary

Move num_blocks_per_session param from the session module to the shared module.

Issue

Type of change

Select one or more:

Testing

Documentation changes (only if making doc changes)

Local Testing (only if making code changes)

PR Testing (only if making code changes)

Sanity Checklist


:rocket: This description was created by Ellipsis for commit aff8853b83378d8bdbc41df624c63689f0b5ffa1

Summary:

Refactor num_blocks_per_session parameter from session to shared module, updating all relevant files and configurations.

Key points:


Generated with :heart: by ellipsis.dev

github-actions[bot] commented 1 month ago

The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks. If you just created a pull request, you might need to push another commit to produce a container image DevNet can utilize to spin up infrastructure. You can use make trigger_ci to push an empty commit.