Releases: ferrumnet/casper_staking
v0.3.8
Release version: 0.3.8
Release Notes
- Removed critical package based on the Dependabot Alerts
- wee_alloc package was removed from cargo.lock in different places
What else Changed
- Removed critical package based on the Dependabot Alerts by @salmanferrum in #13
Full Changelog: v0.3.7...v0.3.8
v0.3.7
Release version: 0.3.7
Release Notes
- Moved the Readme file to the root of the repo
- Deleted the previous Readme file from the casper_staking contracts folder
What else Changed
- Moved Readme file to the root by @salmanferrum in #11
New Contributors
- @salmanferrum made their first contribution in #11
Full Changelog: v0.3.6...v0.3.7
v0.3.6
Release version: 0.3.6
Release Notes
- check for withdraw_starts == staking_ends added
- unused functions removed
- withdraw_ends instead of staking_ends is used in the time check
- staking cap fixed
What else Changed
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
Release version 0.3.4
Release Notes
- Removed unused functions from data
- Changed string literals to constants
- Fixed refund mechanism
- Added timing checks
- Added event_types to events
- Removed unused comment
- Added checks for subtraction underflow
- Renamed shadowed variables
- Fixed naming
What else Changed
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Release version: 0.3.3
Release Notes
- Fixed erc20 Makefile
- Fixed commands and prerequisites for staking_contract
- Added negative path tests for staking_contract
- Added code documentation for staking_contract
- Contributing policy added
- Security policy added
- Code of conduct added
What else Changed
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Release Notes - v0.3.2
Instructions and prerequisites for erc20 building and running added
Instructions and prerequisites for staking contract building and running added
What else Changed
Full Changelog: v0.3.1...v0.3.2
v0.3.1
This PR adds all of the main functionality to the staking contract
New Features
- Added staking endpoint
- Added endpoint to know the amount staked
- Added endpoint to know current reward
- Added endpoint to know total reward
- Added endpoint to withdraw token and reward
- Added tests
- Added CI
Fixed
Naming conventions
Linting duplicate std issue
What else Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
This PR adds all of the main functionality to the staking contract
New Features
- Added staking endpoint
- Added endpoint to know the amount staked
- Added endpoint to know current reward
- Added endpoint to know total reward
- Added endpoint to withdraw token and reward
- Added tests
- Added CI
Fixed
Naming conventions
Linting duplicate std issue
What else Changed
New Contributors
Full Changelog: v0.2.61...v0.3.0
v0.2.61
Full Changelog: https://github.com/ferrumnet/casper_staking/commits/v0.2.61