Rendered at 06:50:35 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
dlahoda 3 hours ago [-]
> Clients are responsible for managing conflicts and resubmitting transactions if necessary.
"Fat" clients need to talk to many "RPC"s at once and get final vote on "two phase" commit to their transaction.
Client is like Builder in Proposer builder separation.
Each representative stores all data for all accounts. They do DA.
rkeene2 4 hours ago [-]
Keeta developer here. I think the way we handle execution of code will be significantly different from Sui, both for stateful and stateless executions.
xescure 9 hours ago [-]
Keeta is a new high-throughput payments blockchain. Its origins trace back to Nano, the feeless DAG DLT, and Facebook's FastPay, but it has plenty of novel contributions which warrant a formal look.
Here I present a formal Quint specification for its consensus protocol, model-checked under a Byzantine fault model. Safety was found to be preserved within the fault-bounds and under a constant weight model, and the possibility of FastPay style lockouts was reproduced as expected.
The direction for future research depends on the direction Keeta takes; checkpoints and epochs (similar to Sui) are the features to watch there.
"Fat" clients need to talk to many "RPC"s at once and get final vote on "two phase" commit to their transaction.
Client is like Builder in Proposer builder separation.
Each representative stores all data for all accounts. They do DA.
Here I present a formal Quint specification for its consensus protocol, model-checked under a Byzantine fault model. Safety was found to be preserved within the fault-bounds and under a constant weight model, and the possibility of FastPay style lockouts was reproduced as expected.
The direction for future research depends on the direction Keeta takes; checkpoints and epochs (similar to Sui) are the features to watch there.
Prerequisite paper: https://keeta.com/whitepaper.pdf
Google marketing slop: https://cloud.google.com/blog/topics/financial-services/how-...