-
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
WIP: ConsensusParams in BaseApp #1775
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Depending on: #1481 |
mossid
force-pushed
the
joon/1007-baseapp-consensusparams
branch
from
July 20, 2018 00:04
501c1d9
to
704846d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1775 +/- ##
===========================================
+ Coverage 62.77% 64.21% +1.43%
===========================================
Files 122 116 -6
Lines 7125 6869 -256
===========================================
- Hits 4473 4411 -62
+ Misses 2390 2203 -187
+ Partials 262 255 -7 |
mossid
force-pushed
the
joon/1007-baseapp-consensusparams
branch
from
July 20, 2018 01:48
704846d
to
55cc145
Compare
mossid
force-pushed
the
joon/1007-baseapp-consensusparams
branch
from
July 20, 2018 02:32
55cc145
to
5309c84
Compare
move gasconfig to types, make GetKVStoreWithGas take GasConfig fix lint modify transientstore in progress add test for transientstore fix errors fix test fix errors and lint last fix in progress move transient to KVStore fix syntax errors finalize rebase remove NewMemDBStoreAdapter for lint apply requests apply requests apply requests add CHANGELOG add tests fix getter in progress finalize rebase fix lint partially apply requests assert -> require apply requests fix test Changelog => Pending add TransientStoreKey fix lint
mossid
force-pushed
the
joon/1007-baseapp-consensusparams
branch
from
July 20, 2018 04:14
5309c84
to
40bda9a
Compare
mossid
added a commit
that referenced
this pull request
Jul 20, 2018
add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error
add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint
mossid
force-pushed
the
joon/1007-baseapp-consensusparams
branch
from
July 20, 2018 23:28
40bda9a
to
8fc09c8
Compare
Merged into #1772 |
mossid
added a commit
that referenced
this pull request
Jul 23, 2018
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging
mossid
added a commit
that referenced
this pull request
Jul 25, 2018
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure
mossid
added a commit
that referenced
this pull request
Jul 27, 2018
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure fix errors add tests
mossid
added a commit
that referenced
this pull request
Aug 3, 2018
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure fix errors add tests
mossid
added a commit
that referenced
this pull request
Aug 14, 2018
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure fix errors add tests
mossid
added a commit
that referenced
this pull request
Aug 17, 2018
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure fix errors add tests
mossid
added a commit
that referenced
this pull request
Aug 25, 2018
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure fix errors add tests
chillyvee
pushed a commit
to chillyvee/cosmos-sdk
that referenced
this pull request
Mar 1, 2024
* add feegrant module test * text spend limit * check if the bob balance is ok * add comment docs and flags for `execFeeGrant` method * test the revoke command Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docs/
)CHANGELOG.md
cmd/gaia
andexamples/
For Admin Use:
Closes: #1007