-
Notifications
You must be signed in to change notification settings - Fork 14
Updates to the SpankBank contract v1.2 #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
j-h-scheufen
wants to merge
12
commits into
SpankChain:v1.2
Choose a base branch
from
j-h-scheufen:v1.2
base: v1.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…fle.js Signed-off-by: Jan Hendrik Scheufen <[email protected]>
…e stakes. Refactored checkIn function to allow multiple stakes by the same staker. Renamed function _updateNextPeriodPoints to _applyStakeToCurrentPeriod and modified to calculate points for currentPeriod instead of nextPeriod. Refactored function checkIn to be able to iterate over a defined set of stakes for check-in. Signed-off-by: Jan Hendrik Scheufen <[email protected]>
…ke now requires the source stake ID as an additional parameter and it allows the receiver to be an existing staker. withdrawStake now requires an array of stake IDs to withdraw which allows withdrawing multiple eligable stakes to be withdrawn in one transaction. Signed-off-by: Jan Hendrik Scheufen <[email protected]>
…ty now allows claiming booty from multiple periods by specifying a start period. withdrawStake now allows specifying an array of stake IDs and withdrawing all stakes in one transaction. Removed unused and duplicate verify* functions at top of file Signed-off-by: Jan Hendrik Scheufen <[email protected]>
…be adapted. Signed-off-by: Jan Hendrik Scheufen <[email protected]>
… structs back to SpankBank.sol as it didn't warrant the extra file. Signed-off-by: Jan Hendrik Scheufen <[email protected]>
… appropriate test cases to test/spank.js Improved natspec doc in SpankBank.sol Signed-off-by: Jan Hendrik Scheufen <[email protected]>
Signed-off-by: Jan Hendrik Scheufen <[email protected]>
Signed-off-by: Jan Hendrik Scheufen <[email protected]>
…me field that allows all SpankBank rules to rely on timestamps rather than the period numbers. Above all, the Spankbank does not discriminate against early or late stakers; a staker will always commit to a number of periods based on the exact time when the stake was created, before it can be withdrawn. Removed obsolete test/utils.js. Fixed the periodLength in SpankBank.sol to exactly 30 days and removed the constructor parameter. Signed-off-by: Jan Hendrik Scheufen <[email protected]>
Signed-off-by: Jan Hendrik Scheufen <[email protected]>
Signed-off-by: Jan Hendrik Scheufen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in the PR:
checkIn,claimBooty, andwithdrawStaketo work with multiple stakes to reduce the number of transactions a staker has to perform. E.g. it is now possible to checkIn on multiple stakes with a single call.increaseStake