Skip to content

Commit

Permalink
fix: re-generate spu proto go code (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 authored Mar 29, 2023
1 parent 41f0d31 commit 1377e45
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 100 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ bazel build //engine/exe:scqlengine -c opt
# run unittests for SCQL engine
bazel test //engine/...

# update scdb proto
make pb

# build scdb code
make

Expand Down
164 changes: 71 additions & 93 deletions pkg/proto-gen/spu/spu.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions pkg/scdb/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ type RuntimeCfg struct {
ProcessorDumpDir string `yaml:"processor_dump_dir"`
EnablePphloProfile bool `yaml:"enable_pphlo_profile"`
EnableHalProfile bool `yaml:"enable_hal_profile"`
RevealSecretCondition bool `yaml:"reveal_secret_condition"`
RevealSecretIndices bool `yaml:"reveal_secret_indices"`
PublicRandomSeed uint64 `yaml:"public_random_seed"`
FxpDivGoldschmidtIters int64 `yaml:"fxp_div_goldschmidt_iters"`
FxpExpMode string `yaml:"fxp_exp_mode"`
Expand Down Expand Up @@ -199,8 +197,6 @@ func NewSpuRuntimeCfg(config *RuntimeCfg) (*spu.RuntimeConfig, error) {
ProcessorDumpDir: config.ProcessorDumpDir,
EnablePphloProfile: config.EnablePphloProfile,
EnableHalProfile: config.EnableHalProfile,
RevealSecretCondition: config.RevealSecretCondition,
RevealSecretIndices: config.RevealSecretIndices,
FxpDivGoldschmidtIters: config.FxpDivGoldschmidtIters,
FxpExpIters: config.FxpExpIters,
FxpLogIters: config.FxpLogIters,
Expand Down

0 comments on commit 1377e45

Please sign in to comment.