-
Notifications
You must be signed in to change notification settings - Fork 10
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
Inconsistent types in tendermint RPC #92
Comments
related to #109 |
Edit: Ok, this was resolved by bumping kepler, so I think it can be ignored. I'm running into
when trying to use
I see this was erroring as of 92b3b4c. I'm currently depending on an older version than that, and was wondering if bumping Kepler would fix this. It seems to work in current Travis? https://travis-ci.com/github/f-o-a-m/kepler/jobs/310896828
|
Yeah this kind of stuff was always a pain to get right, we only lazily discover these kinds of errors. Let me know if you're problem wasn't actually fixed by the bump |
Related to #75.
Missing Fields
Type definitions with fields that are missing when uninitialized
last_block_height
andlast_block_app_hash
Null Fields
Type definitions with fields that are set to
null
when uninitializedString Fields
Type definitions with fields typed
"string"
(i.e., wrappers over number types)Client.hs
height
,round
andindex
height
height_ptr
height
Response.hs
gas_wanted
andgas_used
gas_wanted
andgas_used
height
andindex
height
andapp_version
Request.hs
height
height
FieldTypes.hs
height
andtotal_voting_power
height
,num_txs
, andtotal_txs
block
andapp
total
round
power
power
max_age
max_bytes
andmax_gas
Types.hs
height
andindex
block_height
The text was updated successfully, but these errors were encountered: