701 add dev docs in java#746
Merged
zramsay merged 4 commits intotendermint:docs-stagingfrom Oct 15, 2017
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #746 +/- ##
===========================================
- Coverage 57.85% 57.21% -0.65%
===========================================
Files 82 82
Lines 8436 8436
===========================================
- Hits 4881 4827 -54
- Misses 3142 3186 +44
- Partials 413 423 +10 |
Contributor
|
Amazing! Have tested it locally & it works great. I'll probably merge this into a |
Contributor
Author
|
@zramsay One thing to mention is that this requires ES6 support in the browser, so it might not work with older browsers. |
Contributor
|
merging to |
Closed
cmwaters
pushed a commit
to cmwaters/tendermint
that referenced
this pull request
Dec 12, 2022
…endermint#746) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2.5.1 to 3.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2.5.1...v3.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
firelizzard18
pushed a commit
to AccumulateNetwork/tendermint
that referenced
this pull request
Nov 24, 2023
* Rephrase log when committed TX not in local mempool + make it debug * Add failing UT * Fill time in ExecCommitBlock * Fix UT logic * Revert unrelated commit "Rephrase log when committed TX not in local mempool + make it debug" * Fix lint (cherry picked from commit b8187b0) Co-authored-by: Sergio Mena <sergio@informal.systems>
firelizzard18
pushed a commit
to AccumulateNetwork/tendermint
that referenced
this pull request
Feb 1, 2024
* Rephrase log when committed TX not in local mempool + make it debug * Add failing UT * Fill time in ExecCommitBlock * Fix UT logic * Revert unrelated commit "Rephrase log when committed TX not in local mempool + make it debug" * Fix lint
This file contains hidden or 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
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] added new code to allow creation of collapsible code blocks
[docs] added a java example for each go example in app development section