Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
buid(node): add feature flags for DA (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana authored Jan 10, 2024
1 parent 5b31a4c commit 2d3f829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- chore: feature flags for avail and celestia DA
- feat(rpc): added support for v0.5.1 JSON-RPC specs
- feat(rpc): added ordered messages/events in trace fields
- feat(rpc): support for starknet.rs v0.5.1 version
Expand Down
2 changes: 2 additions & 0 deletions crates/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,5 @@ disable-transaction-fee = ["madara-runtime/disable-transaction-fee"]
# Load sharingan chain-specs during the compilation
# This is the way to run a sharingan chain
sharingan = []
avail = ["mc-data-availability/avail"]
celestia = ["mc-data-availability/celestia"]

0 comments on commit 2d3f829

Please sign in to comment.