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

Two writers in the same block #439

Open
bdesiderio opened this issue Aug 24, 2022 · 0 comments
Open

Two writers in the same block #439

bdesiderio opened this issue Aug 24, 2022 · 0 comments

Comments

@bdesiderio
Copy link

Hi! We are working on a sidetree implementation using ethereum-ledger and we are making changes to support some use cases that can't be resolved in the current sidetree implementation.

We need to have two (or more) different nodes writing in the same blockchain block.

In the current implementation, only the first transactions is the one that applies and the others are discarded.

We would like to know why this limitation exists, and if you had thought about any possible solution.

We are considering changing the Ledger implementation and waiting for a specific number of blockchain confirmations before impact the changes on the local node database. In this way we can confirm that the timeline will not change after that, but we are not sure if this is the problem.

We will have to set the "writer" field of the Sidetree transaction to something different for each node. But we are not fully aware of the possible problems that this could bring.

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