Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async nameservice interact #179

Merged
merged 35 commits into from
Jan 28, 2020
Merged

Async nameservice interact #179

merged 35 commits into from
Jan 28, 2020

Conversation

IvantheTricourne
Copy link
Contributor

Closes #168.
Closes #157.

@IvantheTricourne
Copy link
Contributor Author

Ran this for a bit this morning, and it seems that it might need more uniqueness:

interact: CallException JSON-RPC error -32603: Internal error. Data: Just (String "Error on broadcastTxCommit: Tx already exists in cache")

Happened after ~8000 transactions.

@IvantheTricourne
Copy link
Contributor Author

Gonna block this until #183 is addressed.

Some transactions are failing midway through the actionBlock due to an improper
nonces. At this point, the entire actionBlock run should quit instead of
continuing.

Tx Cache errors are still possible.
@IvantheTricourne
Copy link
Contributor Author

IvantheTricourne commented Jan 15, 2020

  • Fixed an off-by-one error in Token transferring: previously, an account balance could never be depleted. That is, trying to buy something worth X with only X balance was impossible and triggered an Insufficient Funds exception from the Token module.
  • Script now generates 2 random users for each thread

@martyall martyall merged commit 3b13a56 into master Jan 28, 2020
@martyall martyall deleted the async-nameservice-interact branch January 28, 2020 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make script for interacting with the nameservice app
2 participants