Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci/code cleanup #101

Merged
merged 7 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8,727 changes: 1,803 additions & 6,924 deletions Cargo.lock

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
[workspace]
members = [
"client/consensus/beefy-etf",
"client/consensus/randomness-beacon",
"primitives/consensus/beefy-etf",
"primitives/consensus/randomness-beacon",
"pallets/beefy-etf",
"pallets/beefy-mmr-etf",
"pallets/drand",
"pallets/etf",
"pallets/murmur",
"pallets/proxy",
"pallets/randomness-beacon",
"pallets/scheduler",
"pallets/drand"
]
resolver = "2"

Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Ideal Labs Modules

Various runtime module, primitives, and pallets used by the Ideal Network and protocols that leverage timelock-encryption.

## Build

The client and primitives modules should be built with the "bls-experimental" feature flag.

`cargo build --features "bls-experimental"`

72 changes: 0 additions & 72 deletions client/consensus/beefy-etf/Cargo.toml

This file was deleted.

Loading
Loading