Skip to content

Commit

Permalink
Merge branch 'master' into gas_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Dec 30, 2020
2 parents 5f98239 + 1152ca5 commit 458eadf
Show file tree
Hide file tree
Showing 77 changed files with 86 additions and 84 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Code Coverage Report
on:
workflow_dispatch:
schedule:
- cron: '0 17 * * *'
pull_request:
push:
branches:
- master
jobs:
code_coverage_report:
name: Generate code coverage report
Expand Down
8 changes: 4 additions & 4 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 account/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
async-trait = "0.1"
serde = { version = "1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion account/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
dashmap = "4.0"
anyhow = "1.0.36"
anyhow = "1.0.37"
futures = "0.3"
async-trait = "0.1"
rand = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion account/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
futures = "0.3"
async-trait = "0.1"
bstr = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
criterion = "0.3.1"
proptest = "0.10.1"
futures-timer = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion block-relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
actix = "0.10.0"
futures = "0.3"
config = {path = "../config", package="starcoin-config"}
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
starcoin-types = { path = "../types", package = "starcoin-types" }
starcoin-config = { path = "../config" }
Expand Down
2 changes: 1 addition & 1 deletion chain/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
async-trait = "0.1"
serde = { version = "1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion chain/chain-notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
actix = "0.10.0"
starcoin-types = {path = "../../types" }
starcoin-crypto = {path = "../../commons/crypto"}
Expand Down
2 changes: 1 addition & 1 deletion chain/mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
actix = "0.10.0"
actix-rt = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion chain/open-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
starcoin-types = {path = "../../types"}
starcoin-executor = {path = "../../executor", package="starcoin-executor"}
crypto = { package="starcoin-crypto", path = "../../commons/crypto"}
Expand Down
2 changes: 1 addition & 1 deletion chain/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
async-trait = "0.1"
serde = { version = "1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cmd/faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
tiny_http = "0.6"
futures = { version = "0.3"}
hex = { version = "0.4.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cmd/generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
serde = { version = "1.0" }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
futures = { version = "0.3" }
Expand Down
2 changes: 1 addition & 1 deletion cmd/miner_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
actix = "0.10.0"
actix-rt = "1.1"
async-std = "1.8"
Expand Down
2 changes: 1 addition & 1 deletion cmd/starcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
rand = "0.7.3"
serde = { version = "1.0" }
serde_json = { version="1.0", features = ["arbitrary_precision"]}
Expand Down
2 changes: 1 addition & 1 deletion cmd/tx-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "starcoin_txfactory"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
structopt = "0.3.21"
ctrlc = { version = "3.1", features = ["termination"] }
futures = { version = "0.3"}
Expand Down
2 changes: 1 addition & 1 deletion commons/decrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ aes-gcm = "0.5"
rand = "0.7.3"
rand_core = { version = "0.6.0", default-features = false }
byteorder="1.3"
anyhow= "1.0.36"
anyhow= "1.0.37"
2 changes: 1 addition & 1 deletion commons/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
log = "0.4.11"
chrono = "0.4.19"
log4rs = { version="1.0.0", features = ["background_rotation", "gzip"]}
Expand Down
2 changes: 1 addition & 1 deletion commons/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
description = "Starcoin metrics"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
futures = "0.3"
hyper = "0.13.9"
starcoin-logger = { path = "../logger" }
Expand Down
2 changes: 1 addition & 1 deletion commons/scmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
rustyline = "7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion commons/scs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
serde = { version = "1.0" }
lcs = { package="libra-canonical-serialization", git = "https://github.com/starcoinorg/libra", rev="bf037026b5842354a2892e0b58f527e80658ace5"}

2 changes: 1 addition & 1 deletion commons/stest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ actix = "0.10.0"
actix-rt = "1.1"
futures = "0.3"
tokio = { version = "0.2", features = ["full"] }
anyhow = "1.0.36"
anyhow = "1.0.37"

2 changes: 1 addition & 1 deletion commons/stream-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
rand = "0.7.3"
pin-utils = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion commons/timeout-join-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
dirs = "3"
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
futures = { version = "0.3" }
once_cell = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion core/accumulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"


[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
once_cell = "1.5.2"
mirai-annotations = "1.10.1"
byteorder = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion core/forkable-jellyfish-merkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
bincode = "1.1.1"
byteorder = "1.3.2"
mirai-annotations = "1.10.1"
Expand Down
2 changes: 1 addition & 1 deletion core/genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"


[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
thiserror = "1.0"
structopt = "0.3.21"
once_cell = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion core/traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"


[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
async-trait = "0.1"
starcoin-types = { path = "../../types"}
starcoin-crypto = { path = "../../commons/crypto"}
Expand Down
2 changes: 1 addition & 1 deletion devtools/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
structopt = "0.3.21"
anyhow = "1.0.36"
anyhow = "1.0.37"
colored-diff = "0.2.2"
guppy = { version = "0.5.0", features = ["summaries"] }
indoc = "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"


[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
once_cell = "1.5.2"
starcoin-types = {path = "../types"}
starcoin-config = { path = "../config"}
Expand Down
2 changes: 1 addition & 1 deletion executor/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
itertools = { version = "0.10.0", default-features = false }
rand = "0.7.3"
rayon = "1"
Expand Down
6 changes: 3 additions & 3 deletions kube/manifest/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:

resources:
requests:
cpu: "1"
memory: "1Gi"
cpu: "24.0"
memory: "48Gi"
# If set to false, there are no privileged container and you cannot use docker.
dockerEnabled: true
# If set to true, runner pod container only 1 container that's expected to be able to run docker, too.
Expand All @@ -34,7 +34,7 @@ spec:
scaleTargetRef:
name: starcoin-runner-deployment
minReplicas: 1
maxReplicas: 5
maxReplicas: 6
scaleDownDelaySecondsAfterScaleOut: 300
metrics:
- type: TotalNumberOfQueuedAndInProgressWorkflowRuns
Expand Down
2 changes: 1 addition & 1 deletion kube/manifest/starcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: starcoin
image: starcoin/starcoin:v0.9.2
image: starcoin/starcoin:v0.9.3
imagePullPolicy: Always
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
actix = "0.10.0"
actix-rt = "1.1"
futures = { version = "0.3" }
Expand Down
2 changes: 1 addition & 1 deletion network-p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
bitflags = "1.2.0"
bytes = "0.5.0"
once_cell = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion network-p2p/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
bitflags = "1.2.0"
bytes = "0.5.0"
derive_more = "0.99.11"
Expand Down
2 changes: 1 addition & 1 deletion network-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
futures = "0.3"
actix = "0.10.0"
actix-rt = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion network-rpc/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ scs = { path = "../../commons/scs", package = "starcoin-canonical-serialization"
starcoin-logger = {path = "../../commons/logger"}
serde = { version = "1.0", features = ["derive"] }
actix = "0.10.0"
anyhow = "1.0.36"
anyhow = "1.0.37"
futures = "0.3"
Loading

0 comments on commit 458eadf

Please sign in to comment.