diff --git a/.github/workflows/build-darwin-amd64.yml b/.github/workflows/build-darwin-amd64.yml index adf462f..dda5e9b 100644 --- a/.github/workflows/build-darwin-amd64.yml +++ b/.github/workflows/build-darwin-amd64.yml @@ -44,7 +44,7 @@ jobs: echo "WASMVM_VERSION=${WASMVM_VERSION}" echo "MINIWASM_NETWORK_NAME=${MINIWASM_NETWORK_NAME}" - - name: Build and Package for Darwin ADM642 + - name: Build and Package for Darwin AMD64 run: | cd ../minievm \ && make build \ diff --git a/api/minievm/evm/v1/query.pulsar.go b/api/minievm/evm/v1/query.pulsar.go index 6ffa9c6..5c27f4b 100644 --- a/api/minievm/evm/v1/query.pulsar.go +++ b/api/minievm/evm/v1/query.pulsar.go @@ -8319,7 +8319,7 @@ type TraceOptions struct { WithMemory bool `protobuf:"varint,1,opt,name=with_memory,json=withMemory,proto3" json:"with_memory,omitempty"` // whether to trace stack WithStack bool `protobuf:"varint,2,opt,name=with_stack,json=withStack,proto3" json:"with_stack,omitempty"` - // wtether to trace storage + // whether to trace storage WithStorage bool `protobuf:"varint,3,opt,name=with_storage,json=withStorage,proto3" json:"with_storage,omitempty"` // whether to return data trace WithReturnData bool `protobuf:"varint,4,opt,name=with_return_data,json=withReturnData,proto3" json:"with_return_data,omitempty"` diff --git a/api/minievm/evm/v1/query_grpc.pb.go b/api/minievm/evm/v1/query_grpc.pb.go index 74685c4..396c436 100644 --- a/api/minievm/evm/v1/query_grpc.pb.go +++ b/api/minievm/evm/v1/query_grpc.pb.go @@ -45,7 +45,7 @@ type QueryClient interface { ContractAddrByDenom(ctx context.Context, in *QueryContractAddrByDenomRequest, opts ...grpc.CallOption) (*QueryContractAddrByDenomResponse, error) // Denom gets the denom of the given contract address. Denom(ctx context.Context, in *QueryDenomRequest, opts ...grpc.CallOption) (*QueryDenomResponse, error) - // Call execute entry function and return the function result + // Call execute entry function and return the function result Call(ctx context.Context, in *QueryCallRequest, opts ...grpc.CallOption) (*QueryCallResponse, error) // Params queries all parameters. Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)