-
Notifications
You must be signed in to change notification settings - Fork 550
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
Construction delegations in test agent #5796
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fails during `/payloads` processing with: ``` {"timestamp":"2020-08-27 23:39:23.653830Z","level":"Error","source":{"module":"Agent","location":"File \"src/app/rosetta/test-agent/agent.ml\", line 395, characters 8-20"},"message":"Rosetta test-agent stopping with a failure: { Errors.T.extra_context =\n (Some \\\"{ Error.code = 11l;\\\\n message = \\\\\\\"Cannot convert operations to valid transaction\\\\\\\";\\\\n retriable = false;\\\\n details =\\\\n (Some `Assoc ([(\\\\\\\"body\\\\\\\",\\\\n `List ([`String (\\\\\\\"Operations_not_valid\\\\\\\");\\\\n `List ([`List ([`String (\\\\\\\"Amount_not_some\\\\\\\")])])]));\\\\n (\\\\\\\"error\\\\\\\",\\\\n `String (\\\\\\\"Cannot recover transaction for the following reasons: (Amount_not_some)\\\\\\\"))\\\\n ]))\\\\n }\\\");\n kind = `Invariant_violation }","metadata":{"pid":15462}} ```
Above bug (and another) fixed by me. |
New bug exposed: {"timestamp":"2020-08-28 00:54:24.615482Z","level":"Error","source":{"module":"Agent","location":"File \"src/app/rosetta/test-agent/agent.ml\", line 395, characters 8-20"},"message":"Rosetta test-agent stopping with a failure: { Errors.T\
.extra_context =\n (Some \\\"Unexpected operations in mempool reasons: (Amount), raw: { Operation.operation_identifier =\\\\n { Operation_identifier.index = 0L; network_index = None };\\\\n related_operations = []; _type = \\\\\\\"fee\
_payer_dec\\\\\\\"; status = \\\\\\\"Pending\\\\\\\";\\\\n account =\\\\n (Some { Account_identifier.address =\\\\n \\\\\\\"B62qrPN5Y5yq8kGE3FbVKbGTdTAJNdtNtB5sNVpxyRwWGcDEhpMzc8g\\\\\\\";\\\\n sub_account = None;\\\\\
n metadata = (Some `Assoc ([(\\\\\\\"token_id\\\\\\\", `String (\\\\\\\"1\\\\\\\"))])) });\\\\n amount =\\\\n (Some { Amount.value = \\\\\\\"-5000000000\\\\\\\";\\\\n currency =\\\\n { Currency.symbol = \\\\\\
\\"CODA\\\\\\\"; decimals = 9l; metadata = None };\\\\n metadata = None });\\\\n coin_change = None; metadata = None }\\\");\n kind = `Invariant_violation }","metadata":{"pid":100450}} |
psteckler
approved these changes
Aug 28, 2020
lk86
approved these changes
Aug 28, 2020
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test agent runs construction end-to-end with delegations and payments