Skip to content

Commit

Permalink
Merge pull request #17 from ZeroDAO/dev
Browse files Browse the repository at this point in the history
feat: Add das-network & add das-rpc to node
  • Loading branch information
DarkingLee authored Sep 4, 2023
2 parents f7279bc + 125f641 commit c6e277e
Show file tree
Hide file tree
Showing 33 changed files with 1,075 additions and 334 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"rust-analyzer.server.path": null
"rust-analyzer.server.path": null,
"rust-analyzer.showUnlinkedFileNotification": false
}
181 changes: 140 additions & 41 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ members = [
"crates/auto-config",
"crates/core-primitives",
"crates/das-primitives",
"crates/das-rpc",
"crates/das-network",
"crates/das-network/protocol",
"crates/frame-executive-ext",
"crates/frame-system-ext",
"crates/melo-erasure-coding",
"crates/network-das",
"crates/pallet-melo-store",
"runtime",
]
Expand Down
2 changes: 1 addition & 1 deletion crates/auto-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ fn generate_impl_item_type(
ty: parsed_type,
semi_token: syn::Token![;](type_span),
})
}
}
Loading

0 comments on commit c6e277e

Please sign in to comment.