-
Notifications
You must be signed in to change notification settings - Fork 132
Compatibility with Yellowstone #311
Copy link
Copy link
Closed
Description
i have built yellowstone geyser.dylib on my laptop.
surfpool start -g ./yellowstone-grpc-geyser/config.json cannot found port 10000
solana-test-validator --geyser-plugin-config ./yellowstone-grpc-geyser/config.json works well
{
"libpath": "../target/debug/libyellowstone_grpc_geyser.dylib",
"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": false,
"account_max": 10,
"account_reject": [
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
],
"owner_max": 10,
"owner_reject": [
"11111111111111111111111111111111"
]
},
"slots": {
"max": 1
},
"transactions": {
"max": 1,
"any": false,
"account_include_max": 10,
"account_include_reject": [
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
],
"account_exclude_max": 10,
"account_required_max": 10
},
"transactions_status": {
"max": 1,
"any": false,
"account_include_max": 10,
"account_include_reject": [
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
],
"account_exclude_max": 10,
"account_required_max": 10
},
"blocks": {
"max": 1,
"account_include_max": 10,
"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"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working