df1bc60464
* Added contract queries for vesting delegations * Added the queries on NymdClient * Added account_id to DelegationTimesResponse * Returning raw u64 as opposed to wrapped Timestamp * Updated changelog
2.3 KiB
2.3 KiB
Unreleased
Added
- vesting-contract: added queries for delegation timestamps and paged query for all vesting delegations in the contract (#1569)
Fixed
- vesting-contract: the contract now correctly stores delegations with their timestamp as opposed to using block height (#1544)
nym-contracts-v1.0.1 (2022-06-22)
Added
- mixnet-contract: Added ClaimOperatorReward and ClaimDelegatorReward messages (#1292)
- mixnet-contract: Replace all naked
-withsaturating_sub. - mixnet-contract: Added staking_supply field to ContractStateParams.
- mixnet-contract: Added a query to get MixnodeBond by identity key (#1369).
- mixnet-contract: Added a query to get GatewayBond by identity key (#1369).
- vesting-contract: Added ClaimOperatorReward and ClaimDelegatorReward messages (#1292)
- vesting-contract: Added limit to the amount of tokens one can pledge (#1331)
Fixed
- mixnet-contract:
estimated_delegator_rewardcalculation (#1284) - mixnet-contract: delegator and operator rewards use lambda and sigma instead of lambda_ticked and sigma_ticked (#1284)
- mixnet-contract: removed
expectinquery_delegator_rewardand queries containing invalid proxy address should now return a more human-readable error (#1257) - mixnet-contract: replaced integer division with fixed for performance calculations (#1284)
- mixnet-contract: Under certain circumstances nodes could not be unbonded (#1255) (#1258)
- mixnet-contract: Using correct staking supply when distributing rewards. (#1373)
- vesting-contract: replaced
checked_subwithsaturating_subto fix the underflow inget_vesting_tokens(#1275)