Eugene Golang
Eugene Golang
## Motivation Part of #3271 ## Changes Applied scale codec to: - poet proofs (common/types/activation_scale.go) - sync request and response (timesync/peersync/sync_scale.go) - types renamed from private to public otherwise scalegen...
EncodeScale/DecodeScale manually defined for ``` // Message defines weak coin message format. type Message struct { Epoch types.EpochID Round types.RoundID Unit uint64 MinerPK []byte Signature []byte } ``` should be...
``` // Post is an alias to postShared.Proof. type Post postShared.Proof // EncodeScale implements scale codec interface. func (p *Post) EncodeScale(enc *scale.Encoder) (total int, err error) { if n, err...
Greetings, Would be great to support %{env} variable in formatter that can be `staging`, `dev`, `prod`, etc. I made it taken from `os.Getenv("ENV")` but open for other suggestions. Cheers Eugene
## Motivation Closes #3505 ## Changes Adds a genesis section into config. ## DevOps Notes - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM...
## Description we should add a job to github that runs `go generate` and checks that there are no changes in git similar to test for go mod.
Error: `*errors.errorString: bun: has-many relation=Books does not have base model=User with id=[%!q(*string=0xc00019efe0)] (check join conditions)` Works fine in [go-pg](https://github.com/go-pg/pg). If `UserID *string` is replaced with any not nullable type, it...
Would you please add a check for panopta monitor - "Panopta v1.1". More information can be found on http://checks.panopta.com