Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

[Feature] Implement new voting changes #169

Closed
localhuman opened this issue Jan 15, 2018 · 2 comments
Closed

[Feature] Implement new voting changes #169

localhuman opened this issue Jan 15, 2018 · 2 comments
Assignees

Comments

@localhuman
Copy link
Collaborator

Recent changes in NEO core added a new Transaction type along with a number of other large changes around voting and consensus. These changes should be implemented in neo-python.

New changes in NEO:
neo-project/neo#130

@localhuman localhuman added this to the Milestone v0.5.0 milestone Jan 15, 2018
@localhuman localhuman self-assigned this Jan 15, 2018
@localhuman
Copy link
Collaborator Author

I've pushed a new branch for these changes here: https://github.com/CityOfZion/neo-python/tree/feature-state-transaction

These are the non-consensus related changes we will be needing for sure:

  • add neo.Core.StateDescriptor
  • add neo.Core.TX.StateTransaction
  • update neo.Implementations.Blockchains.LevelDB.LevelDBBlockchain.PersistBlocks to handle the new StateTransaction

There are probably additional changes needed as well, but these will provide a start.

@ixje
Copy link
Member

ixje commented Jan 25, 2018

reminder for #67

@ixje ixje closed this as completed Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants