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

Adds hacky mechanism for rosetta to act on txns #5810

Merged
merged 3 commits into from
Sep 1, 2020

Conversation

bkase
Copy link
Member

@bkase bkase commented Aug 31, 2020

Specifically:

FOREVER argument to start.sh that passes a -dont-exit to agent. The
agent restarts block production at that point and loops forever.

This gives us ample time to run rosetta-cli manually on another
terminal.

Doing this exposes new issues on the ways our transacations decompose
into operations.

Reconciliation failed for B62qrPN5Y5yq8kGE3FbVKbGTdTAJNdtNtB5sNVpxyRwWGcDEhpMzc8g at 7 computed: 66030000000000CODA node: 66105000000000CODA
Reconciliation failed for B62qoDWfBZUxKpaoQCoFqr12wkaY84FrhxXNXzgBkMUi2Tz4K8kBDiv at 7 computed: 78000000000CODA node: 13000000000CODA
Reconciliation failed for B62qoDWfBZUxKpaoQCoFqr12wkaY84FrhxXNXzgBkMUi2Tz4K8kBDiv at 7 computed: 78000000000CODA node: 13000000000CODA
Reconciliation failed for B62qrPN5Y5yq8kGE3FbVKbGTdTAJNdtNtB5sNVpxyRwWGcDEhpMzc8g at 7 computed: 66030000000000CODA node: 66105000000000CODA

Specifically:

FOREVER argument to start.sh that passes a `-dont-exit` to agent. The
agent restarts block production at that point and loops forever.

This gives us ample time to run rosetta-cli manually on another
terminal.

Doing this exposes new issues on the ways our transacations decompose
into operations.

```
Reconciliation failed for B62qrPN5Y5yq8kGE3FbVKbGTdTAJNdtNtB5sNVpxyRwWGcDEhpMzc8g at 7 computed: 66030000000000CODA node: 66105000000000CODA
Reconciliation failed for B62qoDWfBZUxKpaoQCoFqr12wkaY84FrhxXNXzgBkMUi2Tz4K8kBDiv at 7 computed: 78000000000CODA node: 13000000000CODA
Reconciliation failed for B62qoDWfBZUxKpaoQCoFqr12wkaY84FrhxXNXzgBkMUi2Tz4K8kBDiv at 7 computed: 78000000000CODA node: 13000000000CODA
Reconciliation failed for B62qrPN5Y5yq8kGE3FbVKbGTdTAJNdtNtB5sNVpxyRwWGcDEhpMzc8g at 7 computed: 66030000000000CODA node: 66105000000000CODA
```
Base automatically changed from rosetta/fixes-and-reviews-common-mistakes to develop September 1, 2020 10:28
@bkase bkase added ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR ci-build-me Add this label to trigger a circle+buildkite build for this branch labels Sep 1, 2020
@bkase bkase merged commit 2c987f5 into develop Sep 1, 2020
@bkase bkase deleted the rosetta/forever-agent-environment branch September 1, 2020 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants