Releases: 0LNetworkCommunity/libra-legacy-v6
Releases · 0LNetworkCommunity/libra-legacy-v6
v5.0.0-alpha.1: Add transaction scripts for oracle delegation (#735)
* add transaction scripts for oracle delegation * cleanup * change hard coded path * docs * on genesis: enable oracle delegation * patch integration test
v5.0.0-alpha.0: V5 devnet (#644)
* devnet makefile * ip addresses in devnet fixtures
v4.3.3-rc.2
error handling for tx sending of upgrade
v4.3.3-rc.0
Update resetting_val_configs.md
v4.3.2-rc.3: Web monitor Autopay view (#562)
* Removes static web monitor files path for the dev env * Fixes #511 with temp file for monitor cache * Fixes #500 using source_path for web files on dev env * Sets monospace font family for hash codes on the web monitor * Fix merge * Git ignores web-monitor/public/build files * Sorts web monitor validators set (ascending and descending) * Removes unused key can_create_account from interface ValInfo * Fetches validators stats from chain - WIP * Enriches Vitals.chain_view.validator_view with ValsStats data fetched from the chain. Adds new stats to the web monitor. #504 * Web Monitor: Removes font monospace from hash codes * Studying to move query of validators stats at account state level - WIP * Finishes getting validators stats from account_state already fetched by ChainView * Sets web monitor dashboard and validators tab responsive Clean up code * Web Monitor Feat: Adds auto pay node owner setup view - WIP Web Monitor Refactoring: Moves subscription to Dash level * Web monitor: adds auto pay setup to check items Web monitor: adds auto pay tab Web monitor refactoring: moves subscription to the Main component * Web monitor: changes auto pay empty message * Web monitor autopay labels
v4.3.2: Web monitor Autopay view (#562)
* Removes static web monitor files path for the dev env * Fixes #511 with temp file for monitor cache * Fixes #500 using source_path for web files on dev env * Sets monospace font family for hash codes on the web monitor * Fix merge * Git ignores web-monitor/public/build files * Sorts web monitor validators set (ascending and descending) * Removes unused key can_create_account from interface ValInfo * Fetches validators stats from chain - WIP * Enriches Vitals.chain_view.validator_view with ValsStats data fetched from the chain. Adds new stats to the web monitor. #504 * Web Monitor: Removes font monospace from hash codes * Studying to move query of validators stats at account state level - WIP * Finishes getting validators stats from account_state already fetched by ChainView * Sets web monitor dashboard and validators tab responsive Clean up code * Web Monitor Feat: Adds auto pay node owner setup view - WIP Web Monitor Refactoring: Moves subscription to Dash level * Web monitor: adds auto pay setup to check items Web monitor: adds auto pay tab Web monitor refactoring: moves subscription to the Main component * Web monitor: changes auto pay empty message * Web monitor autopay labels
v4.3.2-rc.2: Integration tests for onboarding and autopay (#548)
* adds autopay, miner, onboard integration tests to ci * new account.json fixtures. * set chain id for swarm cases of onboarding * change timeout of integration test
v4.3.2-rc.1
Patch CI release workflow
v4.3.2-rc.0: Fixes #522 val join issue (#523)
* patch pilot text. Was showing incorrect print on account creation. * formatting on health print * ol start doesn't always attempt db restore seems to have false negative * change move error codes * entrypoint * validator universe add_self tx script. build stdlib. add mining make file test. * exists_jailbit is incorrectly checking for testnet * closes #522 * if user is onboarding can add self to validator universe. * add script for adding self to set * release.yaml to use tar gzip instead of zip * remove zip dependency from install.sh * patch onboarding move tests
Release v4.3.1 (#489)
* move keyscheme out of congfig/management/genesis to ol/keygen * have user input upstream peer url for validator configs * patch build * patch onboard wizard * patch management start node and miner to use target/debug * cleanup pilot for debug cases * make json rpc open by default * migration util for 0L.toml (#472) * txs builds * config * Fullnodestate fixes (#466) * deprecate inc_proof methods in fullnode state * patch case_1_reconfig test * Cli pilot command (#471) * use dialoguer in types/configs * removed unused commands in miner * wizard uses correct configs * rename OlCliConfig AppConfig * rename wizard -> onboard * include keygen command in onboarding * fix getting machine IP error * have user input upstream peer url for validator configs * mgmt start_node and start_miner to use target/debug for dev env * make json rpc open by default Co-authored-by: liangping <[email protected]> * Val Universe Transactions (#470) * check autopay instruction add to < 100% * autopay safety feature, abort on user deny autopay instruction * patch autopay checking balance, patch IS_CI global * rename validator universe tx scripts * add error codes to validator universe join * patch onboard * github actions * makefile genesis fixtures * makefile * improve stability. * save genesis fixtures to current * Txn list (#475) * cli `query` can get an account's txs * filter transactions by type. rename some scripts * Pilot mb1 (#480) * node.rs :: what_node_mode returns 'Validator' for swarm setup * fixes for ol-cli commands for swarm init: initialize configs in swarm_temp and not in host root (issue 469) * Patches from release candidate v4.3.0 (#478) * txs error handling * expiration time of onboarding transaction * autopay script error code. * add autopay disable command in txs * patch miner running in swarm * patches to miner with swarm * text * add pilot in explorer. * release to create public web files * download web files, release workflow adds web static files * patch release yaml * scaffold web updating * makefile deps path * move cli resource views to ol/types * use hex built in serde in miner and roacle view * wip compressing oracle upgrade response. * change bin output for onboard * can call 0L.toml migration from cli init --fix * cleanup ol/util/ * refactor pilot into functions * refactor pilot functions * move pilot functions to own module * Comment out error message print * added default values for new configurations in 4.3.0 (#486) * WIP consolidate checks from server, pilot, explorer into check_runner * vitals have all items for pilot * wip make explorer start health checks * WIP pilot silent mode * resolve waypoint errors, not spawning run_checks * pilot starts as background process * pilot starts in background * clean build * Pilot patches (#487) * add pilot in explorer. * move cli resource views to ol/types * use hex built in serde in miner and roacle view * wip compressing oracle upgrade response. * can call 0L.toml migration from cli init --fix * cleanup ol/util/ * refactor pilot into functions * refactor pilot functions * move pilot functions to own module * added default values for new configurations in 4.3.0 (#486) * WIP consolidate checks from server, pilot, explorer into check_runner * vitals have all items for pilot * wip make explorer start health checks * WIP pilot silent mode * resolve waypoint errors, not spawning run_checks * pilot starts as background process * pilot starts in background * clean build Co-authored-by: liangping <[email protected]> Co-authored-by: Martin B <[email protected]> * server optionally starts checks * patch onboarding from template * clean * rename cli args * patch merge * add start command * svelte * update ui for node mode * patch web-monitor to include node mode * add scaling factor to balance. * chmod for install * miner for swarm to read configs from swarm_temp and not from HOME/.0L (#488) * text * setup.sh * add musl for compiles * setup * remove musl * improve stability of pilot * add pilot option to explorer * builds * txs wont complain if waypoint is passed * patch * script for testing stdlib upgrade * update upgrade test * test-upgrade * stdlib * txs command to read swarm configs (#499) * Autopay two (#497) * Autopay update merge (#483) * test for changing autopay escrow percentage * Update txs for new autopay module * Fixes in autopay, addition of limits on number of instructions, switch to enable account limits on autopay instructions * patch autpay processing scaling * rename keygen module ol_keys * autopay2 initializes on tick * add onboard Fix command * onboard --fix migrate account.json files * onboard --fix migrate autopay files Co-authored-by: jamesmeijers <[email protected]> Co-authored-by: Gökhan Şimşek <[email protected]> Co-authored-by: lpgeiger <[email protected]> Co-authored-by: Keerthi Nelaturu <[email protected]> Co-authored-by: Shashank <[email protected]> Co-authored-by: ping <[email protected]> Co-authored-by: David Boreham <[email protected]> Co-authored-by: Martin B <[email protected]> Co-authored-by: name <email> * patch onboard * handle upstream peer error * save genesis fixtures to current * patch passing of url for onboarding * handle account view error * patch pilot * patch txs get account from url * Pilot (#498) * start pilot as detached * add killall ol, to stop-all, cleanup * rename ol-cli crate -> ol * pilot refactor to not redo dynamnic checks * make pilot optional in explorer * makefile * change web monitor public files path * web monitor local file path * patch upgrade * patch server check order * patch webfiles * updating test-upgrade script to support more envs (#503) * add unzip to settings * cli prints * remove console log from svelte * query sync * wip use backup cli to get local height * patch sync delay check * patch hardcoded paths in `ol serve` * webfiles download, doesn't work as root * cleanup sync functions * make sync state a type * patch query sync * ability to restore from a different epoch instead of latest only * change seed nodes in restore.rs * Release v4.3.1 swarm onboard val (#508) * miner for swarm to read configs from swarm_temp and not from HOME/.0L * txs command to read swarm configs * make onboard val to work with swarm setup Co-authored-by: name <email> Co-authored-by: root <[email protected]> Co-authored-by: Gökhan Şimşek <[email protected]> Co-authored-by: ping <[email protected]> Co-authored-by: David Boreham <[email protected]> Co-authored-by: Shashank Motepalli <[email protected]> Co-authored-by: Martin B <[email protected]> Co-authored-by: jamesmeijers <[email protected]> Co-authored-by: lpgeiger <[email protected]> Co-authored-by: Keerthi Nelaturu <[email protected]>