Skip to content

Commit

Permalink
Release v4.2.8 (0LNetworkCommunity#425)
Browse files Browse the repository at this point in the history
* 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
6 people committed Apr 1, 2021
1 parent 0cc1232 commit 3795b49
Show file tree
Hide file tree
Showing 194 changed files with 8,693 additions and 2,852 deletions.
Binary file removed .assets/libra.png
Binary file not shown.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Dramatically increases the link performance for the eventbus
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

[alias]
x = "run --package x --bin x --"
xcheck = "run --package x --bin x -- check"
Expand Down
Loading

0 comments on commit 3795b49

Please sign in to comment.