-
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
Release 0.25.0 (second try) #2603
Conversation
* Correctly set proposer in randomized simulation * Return nil if no validators are present
…smos-sdk into rigel/fee-distribution
This is basically copying over @anton's great script! Also had to run `make format` to make this pass `test_lint`. This PR also makes the make commands for tools further align with the tendermint implementation.
* Add arg to PrintUnsignedStdTx() to actually operate in offline mode * WIP simplifying server module * Expose ExternalIP() * Move {GenTx,Init}Cmd into gaia's new init package
Codecov Report
@@ Coverage Diff @@
## master #2603 +/- ##
==========================================
- Coverage 63.76% 58.83% -4.94%
==========================================
Files 113 152 +39
Lines 6671 9420 +2749
==========================================
+ Hits 4254 5542 +1288
- Misses 2131 3508 +1377
- Partials 286 370 +84 |
Just finished stage 6 of the release process - next up: buddy testing & internal testnet. |
500-block multi-seed simulation passes. |
I think we may need to linkify again? I saw one (BFT gov) entry in the log w/o a link. |
The script doesn't change anything (wrong regex?) - fixed the gov entry manually. edit: Also fixed several other entries manually. |
Found a minor doc inconsistency - #2608. |
I can query with ERROR: {"codespace":5,"code":1,"abci_code":327681,"message":"Error{Unknown proposal with id 0}"} |
One oddity: #2610. Probably not critical. |
I got everything to work in the client docs except querying proposals. |
The docs are correct @cwgoes, you must use |
Oh oops - you're right, thanks - that error message is not helpful though. |
@mossid and I both went through the client docs & validator setup docs, all seems in order, I updated the files with changes to CLI syntax where necessary. |
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.
testedACK 🎉
Release 0.25.0
PR to merge back to develop: #2604
For Admin Use: