- Reach release candidate b
- Enable cache in PUBLIC environments
- Support nth use txFee auth tokens (maybe token + nonce or sequence number)
-
STRI 1
-
STRI 2
-
STRI 3
-
STRI 4
-
STRI 5
-
STRI 6
-
STRI 7
- enable easier win32 support
- add address validation and other sanity checks
- error handling
- automate build process.
- Support fee bump txFunctionFees for txFunction runs (Would permit using the same txSponsors for different pending txFunction fees per user. User pays sequence number, txSponsor pays fee)
- Support for grouping txFunctions into buckets so a single txFunctionFee could be valid for any txFunction in a given bucket. (save on the number of
txFunctionFees
you have to keep track of. Useful if your service makes use of several different txFunctions. Promotes txFunction modularity without incurring the costs of txFunctionFee tracking) - txFunction run should bill regardless of success or failure and report that in the headers regardless of response status
- Add support for variable tolerance fees
- Support a global variable for the horizon endpoint the Turret will use by default
-
Add support for per txFunction dynamic variable fees -
Lock down the Serverless service to only accept requests originating from the Wrangler worker -
Prevent self swapping in the ctrlAccounts heal.js function -
Wiki API docs -
Implement fees for txFunction runs -
Implement fees for txFunction uploads -
Implement txFunction heal functionality
- Add support for a stablecoin base conversion to XLM to allow for more reliable pricing (Protect against XLM price fluctuations permitting more reliable pricing)
- Ability to flag a contract as a test which will then only live for {x} days. With the idea such a contract upload would incur lower or zero fees to upload
- update install instructions for both cloud and local/server install