All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Program [0.1.0] PR #16
- Disitrbutor supports 2 modes now defined by
activation_type
. Ifactivation_type == 0
, activation and bonus are calculated based on slot. Ifactivation_type == 1
, activation and bonus are calculated based on timestamp.
- merkle tree state added a new field
activation_type
- Rename
enable_slot
toactivation_point
andairdrop_bonus.vesting_slot_duration
toairdrop_bonus.vesting_duration
- Program endpoint
new_distributor
andnew_distributor2
. User need to sendactivation_point
andactivation_type
- Program endpoint
set_enable_slot
is renamed toset_activation_point