Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

BUG: fix nonce for concurrency tasks #193

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

lacabra
Copy link
Contributor

@lacabra lacabra commented Dec 24, 2019

Continues the work initiated in #181, this PR implements the true intent of that first PR, tracking locally nonces used that are submitted concurrently too quickly before the contract can update them. The exception is the Contract Deployment where the nonce has to be the "true" nonce in sync with the contract, otherwise the contract will throw an error. In all other cases (compute task), the nonces do not need to be in sync.

Please note that the contract and EnigmaJS DO NOT support concurrency in contract deployments, only in computations.

@lacabra lacabra requested a review from apalepu23 December 24, 2019 19:33
@lacabra lacabra added the On Hold Waiting for something else to happen label Jan 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
On Hold Waiting for something else to happen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant