Skip to content

Note for bugs #7

Description

@ChiaMineJP

chia-blockchain

1. chia/rpc/wallet_rpc_api.py

Maybe just a typo

if not isinstance(request["amount"], int) or not isinstance(request["amount"], int):

image

It is not obvious whether request["fee"] is Optional.
image

2. chia/rpc/farmer_rpc_api.py, chia/harvester/harvester_api.py,

It seems response could not be harvester_protocol_ResponsePlots for data format incompatibility.
I think format of response contains binary stream data, but later it is assumed to be a python dict.

image

image

image

3. chia/rpc/full_node_api.py

sync_tip_height seems always having value, so need not to be Optional

image

4. chia/protocols/pool_protocol.py

Shouldn't TGetFarmerRequest be here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions