Skip to content
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

Merge abci #1790

Merged
merged 668 commits into from Jun 22, 2018
Merged

Merge abci #1790

merged 668 commits into from Jun 22, 2018

Conversation

xla
Copy link
Contributor

@xla xla commented Jun 22, 2018

Replaces #1780

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG.md

ebuchman and others added 30 commits November 27, 2017 22:41
Updates tendermint/tmlibs#81

No longer using tmlibs/process.Process as we deemed
it racy and would incur a maintenance cost yet not
used anywhere else but in these tests and not in actual
code.
tests: sunset tmlibs/process.Process
include tags into dummy application DeliverTx response
add 2 helper methods for building KVPair(s)
@xla xla added the T:enhancement Type: Enhancement label Jun 22, 2018
@xla xla added this to the launch milestone Jun 22, 2018
@xla xla self-assigned this Jun 22, 2018
@xla xla force-pushed the xla/merge-abci-tmlibs branch 2 times, most recently from d815a55 to a605b66 Compare June 22, 2018 05:26
@codecov-io
Copy link

codecov-io commented Jun 22, 2018

Codecov Report

Merging #1790 into develop will increase coverage by 1.09%.
The diff coverage is 73.65%.

@@             Coverage Diff             @@
##           develop    #1790      +/-   ##
===========================================
+ Coverage    62.37%   63.46%   +1.09%     
===========================================
  Files          140      142       +2     
  Lines        11887    11639     -248     
===========================================
- Hits          7414     7387      -27     
+ Misses        3785     3577     -208     
+ Partials       688      675      -13
Impacted Files Coverage Δ
mempool/mempool.go 68.77% <ø> (ø) ⬆️
rpc/core/abci.go 0% <ø> (ø) ⬆️
state/services.go 38.46% <ø> (ø) ⬆️
mempool/reactor.go 65.85% <ø> (ø) ⬆️
rpc/grpc/types.pb.go 40.54% <ø> (ø) ⬆️
state/execution.go 70.96% <ø> (ø) ⬆️
rpc/core/mempool.go 0% <ø> (ø) ⬆️
consensus/wal_generator.go 75.72% <ø> (ø) ⬆️
consensus/replay.go 54.85% <ø> (ø) ⬆️
state/store.go 69.91% <ø> (ø) ⬆️
... and 26 more

@xla xla force-pushed the xla/merge-abci-tmlibs branch 6 times, most recently from 266dad0 to 77573a1 Compare June 22, 2018 18:07
@xla xla changed the title wip: Merge abci Merge abci Jun 22, 2018
@@ -1,352 +0,0 @@
# Changelog
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd keep it for history purposes.

@xla xla merged commit e39e43f into develop Jun 22, 2018
@xla xla deleted the xla/merge-abci-tmlibs branch June 22, 2018 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:abci Component: Application Blockchain Interface T:enhancement Type: Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet