Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Shorthand

Discussion participants: Egor IvkovSalakhiev KamilAndrei LebedevNikita Puzankov

Egor Ivkov :, [20.04.20 13:34]

@mtakemiya what should be the actions of a peer when it receives pending transactions as part of gossip between peers?

Kamil' Salakhiev, [20.04.20 13:38]Salakhiev Kamil :

if transaction has less signatures than the size of the quorum, then we should put it into the pending transaction pool. In the pool we maintain the signatures of transactions, so that when some transaction collected enough signatures it is sent further into the pipeline (in case of Iroha 1 transaction was sent to ordering service)

Andrei Lebedev, [20.04.20 13:39] :

However, size of the quorum is unknown when the transaction is received

Kamil' Salakhiev, [20.04.20 13:40]Salakhiev Kamil :

yes, in Iroha1 quorum was put into transaction, but there were no way to check that given quorum is valid, right?

Andrei Lebedev, [20.04.20 13:40]
[In reply to Никита Пузанков]
Considering this approach, it may be better to try to process it until it becomes valid or expires

...