magicblock-delegation-program 1.2.0

Delegation program for the Ephemeral Rollups
Documentation
1
2
3
4
5
6
7
8
9
10
11
build:
	@cargo build-sbf

test:
	RUST_LOG=off cargo test-sbf --features unit_test_config

lint:
	cargo clippy --features sdk,program -- -D warnings

fmt:
	cargo +nightly fmt