decentralized-identity / sidetree-reference-impl

Sidetree Reference Implementation
Apache License 2.0
5 stars 7 forks source link

Improve user experience for using multiple nodes/wallets to write more data #42

Open isaacJChen opened 4 years ago

isaacJChen commented 4 years ago

Currently, to write more than 1 transaction per block, the user needs to create multiple nodes with multiple wallets. We want to improve this experience as it is tedious.

OR13 commented 4 years ago

We have a similar problem with element... parallelism and nonces are really frustrating...

whatever service writes transactions to the ledger needs to be aware of the current nonce / all the other transactions... not sure if bitcoin has the same nonce issue... @gjgd ?

gjgd commented 4 years ago

I haven't experienced the nonce errors on ion so far

tplooker commented 4 years ago

Still underspecified, there are economic factors that need to be considered here, wont be implemented anytime soon or be specified in the specification

OR13 commented 4 years ago

This is actually an issue for all stateful blockchains... cc @Therecanbeonlyone1969 comments?