-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
v0.38.4-RC1 #6249
v0.38.4-RC1 #6249
Conversation
* Fix IncrementSequenceDecorator * Update PR # * Update godoc * Add TestIncrementSequenceDecorator test
Codecov Report
@@ Coverage Diff @@
## rc1/v0.38.4 #6249 +/- ##
===============================================
- Coverage 54.37% 51.39% -2.98%
===============================================
Files 313 336 +23
Lines 19035 20551 +1516
===============================================
+ Hits 10350 10563 +213
- Misses 7888 9185 +1297
- Partials 797 803 +6 |
Do you want to pull in the github action changes so we can run long sims here? |
@marbar3778 add it to the meta-issue. |
how long do the long sims usually run? it was run for 6 hours here, is that in line with before |
Depends on the infra. Back when we had dedicated AWS machines that we used via a slackbot, a few hours. Via Github Actions, no clue... |
hmm github only allows 6 hours for an action, we may have to think of a way around this. |
|
||
### Bug Fixes | ||
|
||
* (x/auth) [\#5950](https://github.com/cosmos/cosmos-sdk/pull/5950) Fix `IncrementSequenceDecorator` to use is `IsReCheckTx` instead of `IsCheckTx` to allow account sequence incrementing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the only entry we need to add?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes -- see #6006. There were only two PRs added to this release.
We can either pay for infra or we can bump down the number of seeds/blocks we execute. |
was the number of seeds/blocks chosen arbitrarily? we can reduce and split the seeds across two jobs |
TBH, I don't recall how the long multi-seed sim works. Take a look at the Makefile target and see what it does. I'm pretty sure we just execute a bash script with a pre-configured set of seeds. |
That being said, we can still release here and look into this separately. |
https://github.com/cosmos/tools/blob/master/cmd/runsim/main.go#L32 - that's the default list that can be overridden by a comma-separated list of seeds passed via the |
Please remember to use |
closes: #6006
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer