zavodil
zavodil
Please add "dark theme" with automatic trigger based on user's choice.
**Problem** User created named account but implicit account used for registration purpose still keeps the majority of his tokens **Steps to reproduce** 1. User tried to create named account 2....
Is there a way to get the NEAR Native balance for a given account using `request.preloads`?
Please review how we can introduce time-based voting by setting `deadline` parameter for proposals. It means that proposal will be finalised after the deadline even without a majority vote. It...
Fixing outdated code
We have a `code_hash` which is extremely useful to recognise current application code for the given account. Could you introduce a similar hash to determine account storage (data)? Right now...
**Is your feature request related to a problem? Please describe.** I want to create an application that does not require login with an AccessKey for the contract, but only requires...
When invoking the signMessage function in Bitte Wallet, the user's signature is currently being returned in the URL as a query parameter. For example: ``` http://callbackUrl?signature= ``` Returning sensitive information...