orion-server
orion-server copied to clipboard
Bumps google.golang.org/protobuf from 1.30.0 to 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...
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...
Switching to Ubuntu docker image increases the image size from ~30MB to ~140MB. Signed-off-by: Liran Funaro
- Caching DB snapshot after commit to avoid creating a snapshot for each Get operation
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....
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...
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.