Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP dev-faucet * Update mobilecoind-dev-faucet/README.md Co-authored-by: Eran Rundstein <[email protected]> * fixup previous * fixups * fix clippy * make the faucet have a background thread that splits tx outs (#2063) * make the faucet have a background thread that splits tx outs this enables it to support multiple faucet requests concurrently * fix clippies, clean up some things, add tracking for queue depth * bug fix and logging * fix lints * fix responses * fix documentation and examples * use async routes for compat with rocket 0.5 * Make more parameters configurable * re-order worker thread checks * skip serializing empty things * add readme to cargo toml * fix missing async * fix after rebase * eran comments * fix enclave build * fix an eran comment about fees * dont implement rocket responder, feedback from core-team discussion * Update mobilecoind-dev-faucet/README.md Co-authored-by: Mike Turner <[email protected]> * Update mobilecoind-dev-faucet/README.md Co-authored-by: Mike Turner <[email protected]> * Update mobilecoind-dev-faucet/README.md Co-authored-by: Mike Turner <[email protected]> * Update mobilecoind-dev-faucet/README.md Co-authored-by: Mike Turner <[email protected]> * Update mobilecoind-dev-faucet/README.md Co-authored-by: Mike Turner <[email protected]> * Update mobilecoind-dev-faucet/README.md Co-authored-by: Mike Turner <[email protected]> * review comments * Update mobilecoind-dev-faucet/src/data_types.rs Co-authored-by: Remoun Metyas <[email protected]> * Update mobilecoind-dev-faucet/src/data_types.rs Co-authored-by: Remoun Metyas <[email protected]> * Update mobilecoind-dev-faucet/src/data_types.rs Co-authored-by: Remoun Metyas <[email protected]> * Update mobilecoind-dev-faucet/src/data_types.rs Co-authored-by: Remoun Metyas <[email protected]> * Update mobilecoind-dev-faucet/src/data_types.rs Co-authored-by: Remoun Metyas <[email protected]> * remoun review comments (grpcio config) * move more code into the library for testability * move worker thread functionality to its own function * Update mobilecoind-json/Cargo.toml Co-authored-by: Remoun Metyas <[email protected]> * fix code comments * add a code comment * Update mobilecoind-dev-faucet/src/bin/main.rs Co-authored-by: Remoun Metyas <[email protected]> * Update mobilecoind-dev-faucet/src/data_types.rs Co-authored-by: Remoun Metyas <[email protected]> * Update mobilecoind-dev-faucet/src/lib.rs Co-authored-by: Remoun Metyas <[email protected]> * Update util/serial/src/lib.rs Co-authored-by: Remoun Metyas <[email protected]> * Update mobilecoind-dev-faucet/src/worker.rs Co-authored-by: Remoun Metyas <[email protected]> * review comments * make the faucet retry during initialization * clippy * add jsonu64 tests * eran comments about Option<JsonU64> vs. #[serde(default)] * Update mobilecoind-dev-faucet/src/lib.rs Co-authored-by: Remoun Metyas <[email protected]> * remove unused import * fix build Co-authored-by: Eran Rundstein <[email protected]> Co-authored-by: Mike Turner <[email protected]> Co-authored-by: Remoun Metyas <[email protected]>
- Loading branch information