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: Default Process Proposal #543

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Conversation

davidterpay
Copy link
Contributor

No description provided.

@davidterpay davidterpay added backport/v1.x.x Backport your PR to the v1.x.x release backport/v2.x.x Backport your PR to the v2.x.x release labels Jun 24, 2024
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

Attention: Patch coverage is 46.66667% with 8 lines in your changes missing coverage. Please review.

Project coverage is 43.91%. Comparing base (9b67061) to head (e15de75).

Current head e15de75 differs from pull request most recent head 5b3124b

Please upload reports for the commit 5b3124b to get more accurate results.

Files Patch % Lines
abci/abci.go 46.66% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #543      +/-   ##
==========================================
- Coverage   44.03%   43.91%   -0.13%     
==========================================
  Files          63       63              
  Lines        2782     2792      +10     
==========================================
+ Hits         1225     1226       +1     
- Misses       1431     1439       +8     
- Partials      126      127       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aljo242 aljo242 marked this pull request as ready for review June 24, 2024 16:53
Comment on lines 34 to 35
This controls how many transactions can be stored by each lane, how much block space is allocated to each lane, how to extract transacation information such as signers, fees, and more. Each lane should have a separate `LaneConfig` object.`

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This controls how many transactions can be stored by each lane, how much block space is allocated to each lane, how to extract transacation information such as signers, fees, and more. Each lane should have a separate `LaneConfig` object.`
This controls how many transactions can be stored by each lane, how much block space is allocated to each lane, how to extract transacation information such as signers, fees, and more. Each lane should have a separate `LaneConfig` object.

tests/app/app.go Outdated
@@ -262,11 +262,20 @@ func New(

// Step 6: Create the proposal handler and set it on the app. Now the application
// will build and verify proposals using the Block SDK!
proposalHandler := abci.NewProposalHandler(
//
// NOTE: It is generally recommended to use the default proposal handler by constructing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// NOTE: It is generally recommended to use the default proposal handler by constructing
// NOTE: It is recommended to use the default proposal handler by constructing

@davidterpay davidterpay merged commit 79d7ef7 into main Jun 25, 2024
7 of 9 checks passed
@davidterpay davidterpay deleted the terpay/default-process-proposal branch June 25, 2024 14:48
mergify bot pushed a commit that referenced this pull request Jun 25, 2024
* init

* nits

(cherry picked from commit 79d7ef7)

# Conflicts:
#	abci/abci.go
mergify bot pushed a commit that referenced this pull request Jun 25, 2024
* init

* nits

(cherry picked from commit 79d7ef7)

# Conflicts:
#	abci/abci.go
davidterpay added a commit that referenced this pull request Jun 25, 2024
* chore: Default Process Proposal (#543)

* init

* nits

(cherry picked from commit 79d7ef7)

# Conflicts:
#	abci/abci.go

* nit test case

---------

Co-authored-by: David Terpay <[email protected]>
Co-authored-by: David Terpay <[email protected]>
davidterpay added a commit that referenced this pull request Jun 25, 2024
* chore: Default Process Proposal (#543)

* init

* nits

(cherry picked from commit 79d7ef7)

# Conflicts:
#	abci/abci.go

* nit test case

---------

Co-authored-by: David Terpay <[email protected]>
Co-authored-by: David Terpay <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v1.x.x Backport your PR to the v1.x.x release backport/v2.x.x Backport your PR to the v2.x.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants