linear[bot]

Results 4138 comments of linear[bot]

WEB-1180 [WEB-1180-196] WIP: historical apy ### contains ``` * net_apy * gross_apr fees: * management * performance * withdrawal * keep_crv * cvx_keep_crv ``` ### TODO * check if data...

EXP-132 [EXP-132-332] rpc cache middleware Performance improvements for faster parallel computing by adding an optional RPC cache service:\ [https://github.com/mariuspod/hash-brownie](https://github.com/mariuspod/hash-brownie) * caches `eth_getCode` responses * caches `eth_getLogs` responses * returns a...

SNA-17197 action logging ### Describe the feature whenever any moderation/higher-privilege action is done (basically any leo supervisor/cad admin action) it should be logged somewhere incase of a feature being abused...

LOG-3920 Check all connector-related type There could be redundant or misused scenarios. [image.png](https://uploads.linear.app/65ddb27d-1d2f-481b-a190-1a5d402b169e/11094980-bfde-4621-aee4-f42beb775e6b/8b1eaf67-e949-4179-a5dd-6c741adb5169)

LOG-4059 DELETE /custom-phrases/:languageKey Type: **management route** Delete the custom phrase of the specified language.

LOG-4053 Core: Update Userinfo Endpoint Current user info endpoint response: ``` { "sub":"SS3pNBWAgAoc", "id":"SS3pNBWAgAoc", "username":"foo", "primary_email":null, "primary_phone":null, "name":null, "avatar":null, "role_names":[ "admin" ], "custom_data":{ "adminConsolePreferences":{ "language":"en", "appearanceMode":"dark" } }, "identities":{ "github":{...

LOG-4163 Support capital "Y" in Logto command line prompt Currently when prompt Y/n in logto command line, if user inputs capital letter "Y", it will be considered as a "No".

LOG-4070 PUT /custom-phrases/:languageKey Type: **management route** Input body: the whole custom phrase of the specified language, e.g. ``` { "input": { "username": "Username", "password": "Password", "email": "Email", "phone_number": "Phone number",...

LOG-3892 Update docs site contents after connector refactor