Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Enable no empty blocks #350

Merged
merged 3 commits into from
Nov 24, 2017
Merged

Enable no empty blocks #350

merged 3 commits into from
Nov 24, 2017

Conversation

kesar
Copy link
Contributor

@kesar kesar commented Nov 21, 2017

Fixes #308

@codecov
Copy link

codecov bot commented Nov 21, 2017

Codecov Report

Merging #350 into develop will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #350   +/-   ##
========================================
  Coverage    26.27%   26.27%           
========================================
  Files           11       11           
  Lines          628      628           
========================================
  Hits           165      165           
  Misses         437      437           
  Partials        26       26
Impacted Files Coverage Δ
app/app.go 41.57% <0%> (ø) ⬆️
ethereum/pending.go 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da1c866...6eb2986. Read the comment docs.

@kesar
Copy link
Contributor Author

kesar commented Nov 22, 2017

TxHash only changes if there are transactions, so if there are no transactions AppHash will remain the same and the infinite loop with tendermint is not happening.

I tested it with no empty blocks and with empty blocks and its working fine with both.

@zramsay zramsay self-assigned this Nov 23, 2017
@zramsay
Copy link
Contributor

zramsay commented Nov 23, 2017

i'm gonna try this out today

Copy link
Contributor

@zramsay zramsay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works great!

@adrianbrink adrianbrink merged commit ebdb4ef into cosmos:develop Nov 24, 2017
@kesar kesar mentioned this pull request Nov 24, 2017
i-norden pushed a commit to vulcanize/old_ethermint that referenced this pull request Aug 31, 2020
* vuepress

* docs: vuepress setup and TODOs

* doc scripts

* update Makefile and gitignore

* more docs updates

* gitignore

* metamask instructions

* update image

* updates

* updates from call

* docs: vuepress config and home.vue (cosmos#350)

* update uncles return (cosmos#337)

* x/evm: fix EndBlock consensus failure (cosmos#334)

* add test for sending tx w/ 21000 gas

* improve rpc transfer test

* use ctx in EndBlock

* UpdateAccounts and ClearStateObjects with passed in context

* log ethereum address on error

Co-authored-by: Federico Kunze <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>

* update Ethermint color variables

* add header and footer logo

* tweak config.js

* WIP custom homepage.vue

* add layout to docs/README

* update color variables

* add eth logo black and white

* tweak docs/README

* update logo and logo-bw svg

* bump 1.0.167

* homepage → home

* add icon-code, icon-rocket

* layout: home, remove configurable frontmatter: label, read, use

* clean up config.js

* bump 1.0.168

* fix missing comma from resolving conflicts

* update sidebar, config nav, path

* remove left whitespace on the header and footer logos

* clean up home.vue, docs/README

* update ethermint forum url in footer.links

* comment out custom true to enable searchbar in subpages

* remove external link icon for Guides

* comments, revert custom true

* clean up config.js, add specifications icon

Co-authored-by: noot <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>

* final touches

Co-authored-by: Cyrus Goh <[email protected]>
Co-authored-by: noot <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants