Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

fix issue when multiple tx per block and calling getBlock. #49

Conversation

edrotthoff
Copy link
Contributor

these changes resolve the issue which was the kotlin sdk was throwing an error when there are multiple tx in a block, and getBlock is called.

This PR adds some new data objects relating to the transaction so that there is more information returned from getBlock.

these changes resolve the issue which was the kotlin sdk was throwing an error when there are multiple tx in a block, and getBlock is called.
@edrotthoff edrotthoff marked this pull request as draft January 15, 2021 22:32
Ed Rotthoff added 5 commits January 18, 2021 13:19
these changes serialize required fields for signing purposes, and do not serialize action objects for getBlock.
un-necessary for PR
un-necessary
un-necessary
make the getBlock call accessible, also note the test that was used to verify the function. This may be added to tests later but is hard to set up blcoks in the expected configurations to verify, so we verfieid visually.
@ericbutz ericbutz marked this pull request as ready for review January 25, 2021 16:59
@ericbutz ericbutz merged commit 098fc72 into master Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants