Sifchain / sifnode

SifNode - The future of Defi
Other
108 stars 119 forks source link

Bugfix: Load issue in witness #2571

Open smartyalgo opened 2 years ago

smartyalgo commented 2 years ago

Witness is broadcasting synchronously on a per transaction basis, instead of batching/asynchronously.

The roundtrip to synchronous broadcasting is ~5 seconds, thus setting peggy's throughput to 0.2tps.

Deliverable:

pandaring2you commented 2 years ago

ETA tomo

pandaring2you commented 2 years ago

ETA tomo

pandaring2you commented 2 years ago

Ready but want to talk with @juniuszhou , JP, Brandon as there is an architecture decision to be made. @smartyalgo to create PR and send over.

pandaring2you commented 2 years ago

Spoke with James - decision made, ready to write PR

Brando753 commented 2 years ago

Timeout on verifying balance, investigating why.

pandaring2you commented 2 years ago

ETA early next week

pandaring2you commented 2 years ago

Core problem: Moving funds from sifchain to ethereum transaction rate is 1 txn/min. But when tested in codebase, this is processed much faster.

Current investigation: Trying to determine if assigned prophecies are being mined.

pandaring2you commented 2 years ago

Continuing to investigate Cosmos issue