Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Remove get_insight_block_info? #153

@unsystemizer

Description

@unsystemizer

Can we fix or remove get_insight_block_info from the code?
https://github.com/CounterpartyXCP/counterblock/blob/master/counterblock/lib/processor/api.py#L60
Or replace it with Core's getblock?

It's not working so maybe it should be removed from the code and counterblock API doc.

{
  "id": 1,
  "jsonrpc": "2.0",
  "error": {
    "data": {
      "message": "module 'counterblock.lib.blockchain' has no attribute 'getBlockInfo'",
      "type": "AttributeError",
      "args": [
        "module 'counterblock.lib.blockchain' has no attribute 'getBlockInfo'"
      ]
    },
    "message": "Server error",
    "code": -32000
  }
}```

<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40734510-remove-get_insight_block_info?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github).
</bountysource-plugin>

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