orion-server icon indicating copy to clipboard operation
orion-server copied to clipboard

Results 99 orion-server issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Switching to Ubuntu docker image increases the image size from ~30MB to ~140MB. Signed-off-by: Liran Funaro

security

- Caching DB snapshot after commit to avoid creating a snapshot for each Get operation

wontfix
performance

The current implementation goes over each read operation- one by one- and validates if it was already written in this block and if the read version matches the current version....

wontfix
performance

1. write some TXs, (save them at client side) 2. get some TXs, 3. repeat 4. do this enough times to use multiple ledger chunks 5. read across all chunks...

testing

Define and enforce the characters that can be used for this field: `types.NodeConfig.ID`. Should be something that complies with file names and URL segments.

enhancement