This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable turrets from adding or removing themselves from a ctrlAccount
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
- [ ] Support for per txFunction [dynamic variable fees](https://github.com/tyvdh/stellar-tss/blob/master/wrangler/src/txFunctions/run.js#L55) | ||
- [ ] Support dynamic variable tolerance fees ([here](https://github.com/tyvdh/stellar-tss/blob/master/wrangler/src/txFunctions/run.js#L90-L91) & [here](https://github.com/tyvdh/stellar-tss/blob/master/wrangler/src/txSponsors/add.js#L20)) | ||
- [ ] Enable [cache](https://github.com/tyvdh/stellar-tss/blob/master/wrangler/src/index.js#L44-L53) in production | ||
- [ ] Prevent self swapping in the ctrlAccounts [heal.js function](https://github.com/tyvdh/stellar-tss/blob/master/wrangler/src/ctrlAccounts/heal.js) | ||
|
||
# Done | ||
- [x] ~Prevent self swapping in the ctrlAccounts [heal.js function](https://github.com/tyvdh/stellar-tss/blob/master/wrangler/src/ctrlAccounts/heal.js)~ | ||
- [x] [~Wiki API docs~](https://github.com/tyvdh/stellar-tss/wiki) | ||
- [x] [~Implement txFunction heal functionality~](https://github.com/tyvdh/stellar-tss/pull/2) | ||
- [x] [~Implement fees for contract uploads~](https://github.com/tyvdh/stellar-tss/commit/6c8b299e22fec41fa546cc3a7d2f74016c5f2351) | ||
- [x] [~Implement fees for contract runs~](https://github.com/tyvdh/stellar-tss/pull/3) | ||
- [x] [~Implement fees for contract uploads~](https://github.com/tyvdh/stellar-tss/commit/6c8b299e22fec41fa546cc3a7d2f74016c5f2351) | ||
- [x] [~Implement txFunction heal functionality~](https://github.com/tyvdh/stellar-tss/pull/2) |
This file contains 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