Quentin Le Sceller

Results 21 issues of Quentin Le Sceller

Related to https://github.com/mimblewimble/grin/issues/2959 and https://github.com/mimblewimble/grin/issues/2868. @xianggy **Describe the bug** `grinrpc.js response err {"id":"46768647-596c-42a8-a725-2240272b2b7c","jsonrpc":"2.0","result":{"Err":{"ClientCallback":"Posting transaction slate (is recipient listening?): Request error: Wrong response code: 503 Service Unavailable with data Body"}}}` **To...

bug

Defined here: https://github.com/mimblewimble/grin-wallet/blob/f09c91f626c626bb298c8d05b9641a10583947b5/api/src/owner_rpc_s.rs#L38 the link is not working. See https://docs.rs/grin_wallet_api/3.0.0/grin_wallet_api/. Should point to https://docs.rs/grin_wallet_api/3.0.0/grin_wallet_api/trait.OwnerRpcS.html#tymethod.init_secure_api.

Based on the build issue we currently have on Windows. This PR update: - tokio from 0.2 to 1.29 - reqwest from 0.10 to 0.11. ~~I'm expecting that some tests...

enhancement

Just a basic update to the latest version of Storm and Twitter4j.

See https://github.com/mimblewimble/cuckoo-miner/pull/18 for reference.

Missing: 1. Owner of [email protected] 2. Owner of [email protected] Otherwise the rest is updated and accurate as of 25/05/21. [Rendered text](https://github.com/quentinlesceller/grin-pm/blob/al/access_rights.md)

After https://github.com/mimblewimble/grin/pull/1825 is merged. Also need to implement the post tx logic since `issue_send_tx` does not broadcast the transaction.

Reintroduce `bench_aggsig.c` declared in https://github.com/mimblewimble/secp256k1-zkp/blob/master/src/modules/aggsig/Makefile.am.include. Original file here https://github.com/mimblewimble/secp256k1-zkp/blob/567a4754c20c8ccb075f662c3263e4861e1092bd/src/bench_aggsig.c I've set `secp256k1_scratch_space_create(data.ctx, 1024 * 1024 * 1024);` The file was deleted during the replacement testnet3 -> master branch at c9b3446d30a62e67943beba4e337aef3eb2ee7b0....

As titled. Update ffi from 1.9.25 to 1.15.5. Otherwise won't build on macOS Ventura. Tested locally and working correctly.

enhancement