Skip to content

Commit

Permalink
update ports, rolling file logger, utxo rpcs, gui balance, bump versi…
Browse files Browse the repository at this point in the history
…on for release
  • Loading branch information
Ash-L2L committed Jun 3, 2024
1 parent d83ea2d commit 8478969
Show file tree
Hide file tree
Showing 25 changed files with 951 additions and 299 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rustflags = [
]

[target.x86_64-unknown-linux-gnu]
rustflags = ["-Zlinker-features=-lld"] # fix nightly bug https://github.com/rust-lang/rust/issues/125321
rustflags = ["-Zlinker-features=-lld"] # fix nightly bug https://github.com/rust-lang/rust/issues/125321
135 changes: 56 additions & 79 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
[workspace.package]
authors = [ "Ash Manning <[email protected]>" ]
edition = "2021"
version = "0.8.7"
version = "0.8.8"

[workspace.dependencies.bip300301]
git = "https://github.com/Ash-L2L/bip300301.git"
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# BitAssets

## Install

Check out the repo with `git clone`, and then

```
git submodule update --init
cargo build
```
3 changes: 3 additions & 0 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ futures = "0.3.30"
hex = "0.4.3"
human-size = "0.4.3"
itertools = "0.11.0"
include_path = "0.1.1"
jsonrpsee = { version = "0.20.0", features = ["server"] }
parking_lot = "0.12.1"
plain_bitassets = { path = "../lib" }
plain_bitassets_app_cli = { path = "../cli" }
plain_bitassets_app_rpc_api = { path = "../rpc-api" }
poll-promise = { version = "0.3.0", features = ["tokio"] }
serde = { version = "1.0.179", features = ["derive"] }
shlex = "1.3.0"
strum = { version = "0.25.0", features = ["derive"] }
Expand All @@ -41,6 +43,7 @@ tiny-bip39 = "1.0.0"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7.10", features = ["rt"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.18"

[dependencies.libes]
Expand Down
Loading

0 comments on commit 8478969

Please sign in to comment.