We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e26163 commit e2bde7aCopy full SHA for e2bde7a
1 file changed
spacemesh/v2alpha1/activation.proto
@@ -62,11 +62,11 @@ service ActivationStreamService {
62
}
63
64
message ActivationRequest {
65
- uint32 start_epoch = 1; // Apply EpochFilter together with CoinbaseFilter for better performance.
+ uint32 start_epoch = 1; // Apply `start_epoch/end_epoch` filters together with `coinbase` filter for better performance.
66
uint32 end_epoch = 2;
67
bytes id = 3;
68
bytes node_id = 4;
69
- string coinbase = 5; // CoinbaseFilter is not supported by database index and will result in sequential scan.
+ string coinbase = 5; // `coinbase` filter is not supported by database index and will result in sequential scan.
70
uint64 offset = 6;
71
uint64 limit = 7;
72
0 commit comments