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

Restore transactions from saved consensus context #598

Merged
merged 4 commits into from
Feb 22, 2019

Conversation

erikzhang
Copy link
Member

@jsolman Please take a look. Do you think this idea works well?

@jsolman
Copy link
Contributor

jsolman commented Feb 21, 2019

Is the purpose to be able to load the transactions later when consensus starts?

It should work reasonably well, but it is more effort to do it this way that wouldn’t be necessary if the transactions are just loaded before the node starts. I guess this has the advantage of being able to not load any if the flag was set to ignore the saved consensus state.

@jsolman
Copy link
Contributor

jsolman commented Feb 21, 2019

This could be useful for other situations in the future as well. I am not opposed to it.

neo/Ledger/Blockchain.cs Outdated Show resolved Hide resolved
jsolman
jsolman previously approved these changes Feb 21, 2019
@jsolman jsolman mentioned this pull request Feb 21, 2019
@erikzhang
Copy link
Member Author

Now we can merge it.

@jsolman jsolman merged commit de64019 into consensus/improved_dbft Feb 22, 2019
@shargon shargon deleted the consensus/restore_transactions branch February 23, 2019 09:37
erikzhang pushed a commit that referenced this pull request Mar 3, 2019
* Add commit phase to consensus algorithm (#534)

* Add commit phase to consensus algorithm

* fix tests

* Prevent repeated sending of `Commit` messages

* RPC call gettransactionheight (#541)

* getrawtransactionheight

Nowadays two calls are need to get a transaction height, `getrawtransaction` with `verbose` and then use the `blockhash`.
Other option is to use `confirmations`, but it can be misleading.

* Minnor fix

* Shargon's tip

* modified

* Allow to use the wallet inside a RPC plugin (#536)

* Clean code

* Clean code

* Minor fix on mempoolVerified

* Add MemoryPool Unit tests. Fix bug on initital start of Persisting the Genesis block.

* Prevent `ConsensusService` from receiving messages before starting (#573)

* Prevent `ConsensusService` from receiving messages before starting

* fixed tests - calling OnStart now

* Consensus recovery log (#572)

* Pass store to `ConsensusService`

* Implement `ISerializable` in `ConsensusContext`

* Start from recovery log

* Fix unit tests due to constructor taking the store.

* Add unit tests for serializing and deserializing the consensus context.

* Combine `ConsensusContext.ChangeView()` and `ConsensusContext.Reset()`

* Add `PreparationHash` field to `PrepareResponse` to prevent replay attacks from malicious primary (#576)

* Fixed a problem where `PrepareResponse.PreparationHash` was not assigned.

* Load context from store only when height matches

* Recover nodes requesting ChangeView when possible (#579)

* Fixes bug in `OnPrepareRequestReceived()`

* Send `RecoveryMessage` only when `message.NewViewNumber <= context.ViewNumber`

* Fix and optimize view changing (#590)

* Allow to ignore the recovery logs

* Add `isRecovering` (#594)

* Fix accepting own prepare request (#596)

* Pick some changes from #575.

* Fixes `Prefixes`

* Restore transactions from saved consensus context (#598)

* Refactoring

* AggressiveInlining (#606)

* Reset Block reference when consensus context is initialized after block persist. (#608)

* Change `ConsensusPayload` for compatibility (#609)
Thacryba pushed a commit to simplitech/neo that referenced this pull request Feb 17, 2020
…oject#598)

* Fixed bug in API invokefunction

* update

* fixed bug

* update

* update

* fixed bugs in deploy-invoke.md

* fixed many bugs of 404 link
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.

None yet

2 participants