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

The Blockchain Model #7

Open
sweetmandm opened this issue Oct 21, 2017 · 0 comments
Open

The Blockchain Model #7

sweetmandm opened this issue Oct 21, 2017 · 0 comments

Comments

@sweetmandm
Copy link
Owner

The previous 16 blocks are being held in memory in a linked list. I'm unconvinced that modeling the chain this way is the best way in Elixir. Each node is an Elixir process. It may
be simpler and more flexible to store them in a relational database.

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