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

GetBlock fails on blocks with trigger transactions #32

Closed
netoneko opened this issue Jan 30, 2020 · 1 comment
Closed

GetBlock fails on blocks with trigger transactions #32

netoneko opened this issue Jan 30, 2020 · 1 comment
Assignees

Comments

@netoneko
Copy link
Contributor

Same as orbs-network/orbs-client-sdk-go#35

@netoneko netoneko self-assigned this Jan 30, 2020
@netoneko
Copy link
Contributor Author

netoneko commented Feb 3, 2020

Turns out, it does not fail. After truing to query block 2085540 from vchain 5110 on maiinet:

{
      transactions:
       [ { txHash: [Uint8Array],
           txId: [Uint8Array],
           protocolVersion: 1,
           virtualChainId: 5110,
           timestamp: 2020-02-03T15:08:25.774Z,
           signerPublicKey: undefined, // as it should be
           contractName: '_Triggers',
           methodName: 'trigger',
           inputArguments: [],
           executionResult: 'SUCCESS',
           outputArguments: [],
           outputEvents: [Array] } ] }
}

@netoneko netoneko closed this as completed Feb 3, 2020
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

No branches or pull requests

1 participant