Philip Liu
Philip Liu
Hello, The Node.js 10.x runtime is entering end of support on July 30, 2021. Are there any plans to update the runtime? https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html
### Description All fields are configurable by the `config` struct in the value file. Previously, only the callback API was configurable using this method. ### Context We need to be...
### Description - TODO: describe what this change does ### Context - TODO: describe why this change was made ### Testing - `./gradlew test` - TODO: replace with any additional...
### What version are you using? 2.9.0 ### What did you do? Pinging `/health` when `platform_server.auth` is not set to `None`. ### What happened? Endpoint is protected ### What did...
### Description This removes the 0 `amount_out` and 0 `amount_fee` placeholder values from the SEP-6 exchange transaction responses. ### Context This was set as a placeholder because the request funds...
## Summary To support onchain-onchain deposits and withdrawals in SEP-6 and SEP-24, we propose extending the existing exchange functionality. Currently, SEP-6 and SEP-24 limit `source_asset` (for deposits) and `destination_asset` (for...
The server does not know about the origin request when verifying the challenge returned by the client. It cannot verify that the `account` matched the original request. This also adds...
A recording simulation will not generate authorization entries required by a client contract's `__check_auth` implementation if it has nested `require_auth`s. However, the client must provide these entries in the token...
### Description Updates `testnet_reset.sh`. ### Context It previously only deployed the contracts. ### Testing - Testing the script locally ``` [INFO] Starting testnet reset... [INFO] Checking prerequisites... [SUCCESS] Prerequisites check...