Open vscorpio opened 2 days ago
This is probably an issue with your Geyser provider? Which provider are you using?
This is probably an issue with your Geyser provider? Which provider are you using?
No provider. My own node.
This is my config.json
"libpath": "/home/ubuntu/yellowstone-grpc-compiled/libyellowstone_grpc_geyser.so",
"log": {
"level": "info"
},
"grpc": {
"address": "0.0.0.0:10000",
"compression": {
"accept": [
"gzip"
],
"send": [
"gzip"
]
},
"max_decoding_message_size": "4_194_304",
"snapshot_plugin_channel_capacity": null,
"snapshot_client_channel_capacity": "50_000_000",
"channel_capacity": "100_000",
"unary_concurrency_limit": 100,
"unary_disabled": false,
"x_token": null,
"filters": {
"accounts": {
"max": 1,
"any": true,
"account_max": 1844674407370955161,
"account_reject": [
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
],
"owner_max": 1844674407370955161,
"owner_reject": [
"11111111111111111111111111111111"
]
},
"slots": {
"max": 1
},
"transactions": {
"max": 1,
"any": false,
"account_include_max": 1844674407370955161,
"account_include_reject": [
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
],
"account_exclude_max": 1844674407370955161,
"account_required_max": 1844674407370955161
},
"transactions_status": {
"max": 1,
"any": false,
"account_include_max": 1844674407370955161,
"account_include_reject": [
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
],
"account_exclude_max": 1844674407370955161,
"account_required_max": 1844674407370955161
},
"blocks": {
"max": 1,
"account_include_max": 1844674407370955161,
"account_include_any": false,
"account_include_reject": [
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
],
"include_transactions": true,
"include_accounts": false,
"include_entries": false
},
"blocks_meta": {
"max": 1
},
"entry": {
"max": 1
}
}
},
"prometheus": {
"address": "0.0.0.0:8999"
},
"block_fail_action": "log"
}
Keep getting this in the logs all the time but the API seems to be working perfect. Is this a problem or what is to be done about this?