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

Implement ledger contract #1696

Closed
roman-khimov opened this issue Feb 1, 2021 · 0 comments
Closed

Implement ledger contract #1696

roman-khimov opened this issue Feb 1, 2021 · 0 comments
Assignees
Milestone

Comments

@roman-khimov
Copy link
Member

See neo-project/neo#2215. I don't think we should change the way we actually process and store blocks/transactions (#1586 still can be interesting and we store everything in one DB, so we can't avoid using prefixes), this contract interface can be emulated.

@roman-khimov roman-khimov added this to the v0.93.0 milestone Feb 1, 2021
@roman-khimov roman-khimov self-assigned this Feb 2, 2021
roman-khimov added a commit that referenced this issue Feb 3, 2021
But don't change the way we process/store transactions and blocks. Effectively
it's just an interface for smart contracts that replaces old syscalls.

Transaction definition is moved temporarily to runtime package and Block
definition is removed (till we solve #1691 properly).
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

No branches or pull requests

1 participant