Skip to content

Commit

Permalink
Merge branch 'main' into test/499-01-config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
drspacemn authored Jul 28, 2023
2 parents ce37253 + 7cabb5f commit 4db47c9
Show file tree
Hide file tree
Showing 12 changed files with 1,517 additions and 685 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @drspacemn @phklive
* @drspacemn @aragar199
3 changes: 3 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions crates/beerus-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ serde = { workspace = true, features = ["derive"] }
primitive-types.workspace = true
async-trait = "0.1.58"
serde_json = "1.0"
jsonrpsee = { version = "0.16", features = ["full"] }
hex = "0.4.3"
mockall = "0.11.3"
url = "2.3.1"
Expand All @@ -26,6 +27,8 @@ futures = { version = "0.3", default-features = false }
ethabi = "18.0.0"
toml = "0.7.3"
shellexpand = "3.0"
reqwest = "0.11.13"
thiserror = "1.0.26"

[target.'cfg(target_arch = "wasm32")'.dependencies]
gloo-timers = "0.2.6"
Expand Down
Loading

0 comments on commit 4db47c9

Please sign in to comment.