Skip to content

Handshake#265

Merged
ebuchman merged 13 commits intodevelopfrom
handshake
Nov 16, 2016
Merged

Handshake#265
ebuchman merged 13 commits intodevelopfrom
handshake

Conversation

@ebuchman
Copy link
Contributor

@ebuchman ebuchman commented Aug 25, 2016

This PR introduces a handshake between tendermint and the app, enabling the app to sync to the latest blockchain state.

It depends on tendermint/abci#29

Changes:

  • typed proxyAppConns
  • new "query" conn - used for Query and Info
  • call BeginBlock and pass in the block header
  • perform handshake on startup, replay blocks against app so it is synced to latest state

Issues:

This was referenced Aug 25, 2016
@ebuchman ebuchman mentioned this pull request Oct 12, 2016
11 tasks
@ebuchman ebuchman merged commit 3206e10 into develop Nov 16, 2016
@ebuchman ebuchman deleted the handshake branch November 16, 2016 22:00
melekes added a commit that referenced this pull request Jul 31, 2018
Now that Tendermint Amino will be compatible with proto3, the Header in ABCI
should exactly match the Tendermint header - they will then be encoded
identically in ABCI and in Tendermint Core.

Refs #265
melekes added a commit that referenced this pull request Aug 2, 2018
Now that Tendermint Amino will be compatible with proto3, the Header in ABCI
should exactly match the Tendermint header - they will then be encoded
identically in ABCI and in Tendermint Core.

Refs #265
ebuchman pushed a commit that referenced this pull request Aug 5, 2018
Now that Tendermint Amino will be compatible with proto3, the Header in ABCI
should exactly match the Tendermint header - they will then be encoded
identically in ABCI and in Tendermint Core.

Refs #265
ebuchman pushed a commit that referenced this pull request Aug 5, 2018
Now that Tendermint Amino will be compatible with proto3, the Header in ABCI
should exactly match the Tendermint header - they will then be encoded
identically in ABCI and in Tendermint Core.

Refs #265
troian pushed a commit to akash-network/tendermint that referenced this pull request Mar 11, 2023
tendermint#265)

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant