Skip to content

Releases: ferrumnet/casper_staking

v0.3.8

27 Oct 14:06
Compare
Choose a tag to compare

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

25 Oct 08:35
Compare
Choose a tag to compare

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

16 Jun 15:36
Compare
Choose a tag to compare

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

06 Jun 13:20
Compare
Choose a tag to compare

Release version: 0.3.5

Release Notes

  • wabt installation
  • more generic commands in documentation

What else Changed

  • Better documentation and commands by @tyshkor in #9

Full Changelog: v0.3.4...v0.3.5

v0.3.4

01 Jun 09:26
Compare
Choose a tag to compare

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

31 May 09:24
Compare
Choose a tag to compare

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

29 May 16:46
Compare
Choose a tag to compare

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

  • Instructions for Building and installing contracts by @tyshkor in #6

Full Changelog: v0.3.1...v0.3.2

v0.3.1

27 Apr 12:51
Compare
Choose a tag to compare

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

27 Apr 10:56
Compare
Choose a tag to compare

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

03 Nov 15:01
Compare
Choose a tag to compare