Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v4.2.8 (0LNetworkCommunity#425)
* Enabling withdrawal with limit (0LNetworkCommunity#343) * Enabling withdrawal with limit * Adding tests to check account limits * Tx sender (0LNetworkCommunity#407) * TXS app is a non-interactive headless client. It can send standard transaction scripts without needing to log into cli. 0LNetworkCommunity#359 * txs code is based on the miner app, which leverages abscissa * Adding oracle-upgrade command * Adding create-user command * refactors submit_tx_() interface, now accepts Script parameter and used from txs main() * Now `keygen` is an independent package. Use it from txs. * Miner to use project's keygen package * testsuite/cli/main.rs to use project's keygen package * Genesis tool to use project's keygen package * can get params from toml, can override all tx parameters from commandline. Also can get tx params from swarm path when dev testing. * get waypoint dynamically from key_store.json * Pulling out entrypoint.rs from abscissa lib to customize it, tx params passed at entry point, not subcommands * Customizing EntryPoint and using it (0LNetworkCommunity#359) * Patch issue with val-wizard creating network addresses with ip 0.0.0.0 (0LNetworkCommunity#419) * Update README.md * get latest-waypoint adding oper in regex * patches issue 0LNetworkCommunity#395 Co-authored-by: Shashank <[email protected]> Co-authored-by: ping <[email protected]> * Onboarding gas transfer (0LNetworkCommunity#417) * onboarding_gas_transfer implemented with balance * check minimum balance * check gas balance before transfer * Moonshot cli (0LNetworkCommunity#409) * ol-cli v0.1 including: * state machine for onboarding * terminal block explorer * management tools to start and stop node and miner * web node status * health check runner * restore latest db snapshot * query a subset of account resources Miner: uses config file 0L.toml in ol-cli Changes to move stdlib: * allow operator to sign validator mining proofs TXS * autopay batch transaction * use 0L.toml file * Patch txs config (0LNetworkCommunity#426) * patch txs configuration issues Co-authored-by: lpgeiger <[email protected]> Co-authored-by: Keerthi Nelaturu <[email protected]> Co-authored-by: Gökhan Şimşek <[email protected]> Co-authored-by: Shashank <[email protected]> Co-authored-by: ping <[email protected]>
- Loading branch information