-
Notifications
You must be signed in to change notification settings - Fork 699
Closed
Labels
Description
As part of updating PoX in Stacks 2.1, the PoX contract should implement:
;; increase the amount in "tx-sender"s active lockup
(define-public (stack-increase (increase-by uint)))
;; increase the amount in a delegated active lockup
(define-public (delegate-stack-increase (stacker principal) (increase-by uint)))
to enable increasing the amount that a particular stacker has locked.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
stack-decrease
#2649stack-extend
,delegate-stack-extend
#2755jcnelson commentedon Jun 10, 2022
The interface should be as follows:
The
index
indexes thereward-cycle-pox-address-list
map.saralab commentedon Aug 3, 2022
@jcnelson : @kantai can help with along with #2534 , Let me know if I can mark him as the assignee here .
locked
state hirosystems/stacks-blockchain-api#1277@stacks/stacking
(PoX-2) hirosystems/stacks.js#1347stack-increase
for PoX-2 #3282saralab commentedon Oct 13, 2022
Can we close this issue? The PR was merged .
jcnelson commentedon Oct 13, 2022
Yes
blockstack-devops commentedon Nov 9, 2024
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.