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

Impoved chain interface #15

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Impoved chain interface #15

wants to merge 2 commits into from

Conversation

Owez
Copy link
Owner

@Owez Owez commented Sep 28, 2021

Closes #13. Does the following to the main Chain method interface:

  • Query support with a generalised .search() or .find() allowing queries; linear search
    • Document
  • Renaming x_data back to x, such as push_data
    • Document
  • Adding support for pushing "external" blocks manually; ones deserialised from somewhere for example
    • Document
  • Clearing blockchain data
    • Document
  • New blockchain with capacity
    • Document
  • Shrink to fit
    • Document
  • Other well-deserved vec methods, don't want to crowd with features unsuited to blockchains

@Owez Owez added the enhancement New feature or request label Sep 28, 2021
@Owez Owez added this to the 0.1.0 milestone Sep 28, 2021
@Owez Owez self-assigned this Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search for block hash & data hash
1 participant