- Staking Pool / Delegation contract
- Lockup / Vesting contract
- Whitelist Contract
- Staking Pool Factory
- Multisig contract
Note: observe the usage of the file rust-toolchain
in the project root. This file contains toolchain information for nightly, while the build.sh
scripts in respective contract subdirectories may override this with cargo +stable
. Refer to the documentation on the toolchain file and override precedence. Keep in mind that the build scripts may use stable
while cargo test
may use nightly.