kaichao

Results 15 issues of kaichao

In ad4m app, when downloading file from Cloudflare storage, it first gets the presigned url from cloudflare worker, the url looks like this, ``` https://c47108641b30e868d9950f1adf09c9b1.r2.cloudflarestorage.com/centralized-bootstrap-store/QmZ16K5HG2RgE6Q8xCC5784HG2KGyKPKtkNmGiDb9YQKZg?X-Amz-Date=20230221T014811Z&X-Amz-Expires=86400&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=38a4e3dfb132248c1b6e07389f77691e%2F20230221%2Fauto%2Fs3%2Faws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=33fe05ee13446cc277fb65691da0791f2a5c8600190deae246d8c006a73be0c1 ``` It works when I...

bug

https://github.com/mrmekon/ossuary https://github.com/ondralukes/simpletcp https://web3developer.io/an-example-ecdh-key-exchange-with-hkdf-and-authenticated-encryption-in-rust/

### Summary [comment]: # (Summarise the problem and how the pull request solves it) Make `ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN` message to use MVDS for tokenized communities. Status-go: https://github.com/status-im/status-go/pull/5723 ### Review notes ### Testing...

Tested - OK
request-manual-qa

MVDS resend the messages that is not acknowledges with exponential backoff. To further improve the bandwidth usage, increase the interval from 30 to 60.