We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#119 pointed that BeginBlock and EndBlock were just duplicated.
Turns out Comets ResultBlockResults changed from 0.37.x to 0.38.x.
ResultBlockResults
https://github.com/cometbft/cometbft/blob/7f24fd2b41c3fc734e6020b4d9a46fa07bebc4db/rpc/core/types/responses.go#L53-L61
https://github.com/cometbft/cometbft/blob/1b1216cbbd945a8f1d679904b2fa7ebf3ff0fb1f/rpc/core/types/responses.go#L53-L61
BlockTransactionsResponse should be updated following the Rosetta specification.
BlockTransactionsResponse
The text was updated successfully, but these errors were encountered:
JulianToledano
Successfully merging a pull request may close this issue.
#119 pointed that BeginBlock and EndBlock were just duplicated.
Turns out Comets
ResultBlockResults
changed from 0.37.x to 0.38.x.0.37.x
https://github.com/cometbft/cometbft/blob/7f24fd2b41c3fc734e6020b4d9a46fa07bebc4db/rpc/core/types/responses.go#L53-L61
0.38.x
https://github.com/cometbft/cometbft/blob/1b1216cbbd945a8f1d679904b2fa7ebf3ff0fb1f/rpc/core/types/responses.go#L53-L61
BlockTransactionsResponse
should be updated following the Rosetta specification.The text was updated successfully, but these errors were encountered: