ta

Results 5 issues of ta

In previous versions chrono with default features built successfully on the sgx platform. Since `iana-time-zone` is not implemented for this platform, do not include it when `target_env = "sgx"`. ###...

- [x] 3.1 (tracking #2459) - [ ] 3.2 - [ ] 3.3 - [ ] 3.4 - [ ] 3.5 Draft of findings for Crypto.com Signatory, Remote Attestation, and...

Add constant time warning to `unwrap_or_else` doc comment so that the user knows that the closure will not be lazy evaluated.

https://github.com/stratisproject/StratisFullNode/blob/0838451b9831ec1c651a1169f70ae713931d1beb/src/Stratis.Bitcoin.Features.BlockStore/UtxoIndexing/UtxoIndexer.cs#L42 Is there currently a way to actually cache the UTXOs so that whenever you call ` ​/api​/BlockStore​/getutxoset` the node does not have to do UTXO re-indexing, which takes quite...

Hi, Can you tell me which version of libsecp256k1-dev` is needed for tonlib-sys to compile? I am using: ``` Package: libsecp256k1-dev Version: 0.2.0-2 ``` Build error: ``` /usr/bin/ld: libton_crypto_core.a(secp256k1.cpp.o): in...