8000 Unable to evaluate predicate around Stacks block 187180 · Issue #708 · hirosystems/chainhook · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Unable to evaluate predicate around Stacks block 187180 #708
Open
@ECBSJ

Description

@ECBSJ

Dev is seeing his hosted chainhook on Platform hit an error around block 187180. He's tried to recreate it and delete multiple times but the error still persists.

Dev stated its just a simple predicate that sends a POST request on every new block happening.

I reproduced this with the below predicate:

{
  "name": "stacks-blocks",
  "uuid": "492d8c52-389c-4635-b6b1-cf0568eaa260",
  "chain": "stacks",
  "version": 1,
  "networks": {
    "mainnet": {
      "if_this": { "scope": "block_height", "between": [187150, 187200] },
      "end_block": 187200,
      "then_that": {
        "http_post": {
          "url": "",
          "authorization_header": ""
        }
      },
      "start_block": 187150,
      "decode_clarity_values": false,
      "expire_after_occurrence": null
    }
  }
}

This predicate stopped sending POST requests around 187180 as well and received the same error the dev sees:

Image

Metadata

Metadata

Assignees

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

    0