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

Seqno config disable #354

Merged
merged 6 commits into from
Nov 21, 2023
Merged

Seqno config disable #354

merged 6 commits into from
Nov 21, 2023

Conversation

philipsu522
Copy link
Contributor

@philipsu522 philipsu522 commented Nov 20, 2023

Describe your changes and provide context

Add an auth param to allow for disabling seqno checks. The purpose of this is to allow reusing txs which is helpful in testing.

Testing performed to validate your change

Tested on a chain. Also add unti tests

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Merging #354 (d91e6b4) into main (9ab3455) will decrease coverage by 0.01%.
The diff coverage is 53.33%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #354      +/-   ##
==========================================
- Coverage   55.41%   55.41%   -0.01%     
==========================================
  Files         620      620              
  Lines       51690    51694       +4     
==========================================
+ Hits        28644    28646       +2     
- Misses      20962    20964       +2     
  Partials     2084     2084              
Files Coverage Δ
x/auth/ante/sigverify.go 63.58% <100.00%> (+0.22%) ⬆️
x/auth/types/params.go 76.04% <100.00%> (ø)
x/auth/ante/batch_sigverify.go 0.00% <0.00%> (ø)

@philipsu522 philipsu522 merged commit 5f04ca7 into main Nov 21, 2023
14 of 15 checks passed
@philipsu522 philipsu522 deleted the seqno-config-disable branch November 21, 2023 22:37
philipsu522 added a commit that referenced this pull request Nov 24, 2023
philipsu522 added a commit that referenced this pull request Nov 27, 2023
This reverts commit 5f04ca7. We will
not go with this approach as it is hacky (even for testing)

## Describe your changes and provide context

## Testing performed to validate your change
philipsu522 added a commit that referenced this pull request Nov 28, 2023
philipsu522 added a commit that referenced this pull request Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants