Stan Kladko

Results 56 issues of Stan Kladko

At SKALE we use libff for BLS signatures https://github.com/skalenetwork/libBLS we recently upgraded libff to the version that implements BLS384. After that, binaries compiled on Github Actions started to fail on...

Currently IMA agent depends on skaled for SGX It will be much cleaner architecture if IMA connects to SGX directly Add SGX support to IMA agent, including using SSL client...

Add history of version updates to consensus.

### Describe the feature you would like: Currently Oracle supports JSON encoding only. Add support for RLP encoding. ### Suggested implementation: Add "encoding" flag which can have two values "rkpo...

Currently if SGX server returns an error, the error is not added to the log

Default blocks are not signed by proposer since there is no proposer. They, therefore, do not need ECDSA sig check.

If a sync node accepts transactions and broadcasts them to the core 16 nodes, this can significantly help performance, since transaction broadcast is one of our bottlenecks. We need to...