feat: Add entrypoint utils and define EntryPointParams (#211)
* feat: Add entrypoint utils and define EntryPointParams #time 23m #time 0m * fix: Make TraceData mandatory #time 2m * fix: Make component_id in EntryPointParams optional #time 1m
This commit is contained in:
@@ -168,7 +168,7 @@ message EntryPointParams {
|
||||
// The entrypoint id.
|
||||
string entrypoint_id = 1;
|
||||
// [optional] The component that uses these entrypoint parameters. Currently used for debugging purposes only.
|
||||
string component_id = 2;
|
||||
optional string component_id = 2;
|
||||
// The strategy and its corresponding data
|
||||
oneof trace_data {
|
||||
RPCTraceData rpc = 3;
|
||||
|
||||
Reference in New Issue
Block a user