Anton Dalgren
Anton Dalgren
Undercover does not find this uncovered sinatra route: ```ruby get '/dummy_path' do puts "This line is not covered" end ``` `git diff master`: ```diff + get '/dummy_path' do + puts...
Hi, I'm using this inside a form. My html is being rendered as ```html asd asss ``` This generates 5 hidden input fields where only the last one ever gets...
### Ethers Version 6.8.1 ### Search Terms _No response_ ### Describe the Problem Alchemy has added support for arbitrum sepolia, the alchemy provider in ethers does not support it yet....
This commits adds a boolean return value from the underlying MMKV library to the JS environment for the set and recrypt calls. closes #583
The underlying MMKV library returns booleans on these calls wether the `set` or `recrypt` was made successfully or not. It would be nice if these boolean values were to be...
**Bug Description** When using the namespace system addressed in this pr: https://github.com/Uniswap/interface/pull/6802 and trying to change chains. There is an error caused by this line: ``` const isConnectedToDesiredChain = provider.session.namespaces.eip155.accounts.some((account)...
# Bug Rendering the following SVG causes app to crash, it is reproducible by rendering it in a clean project with the latest versions. It is throwing errors on `style="transform:translate3d"`,...
It would be reasonable to remove the support for these methods (`eth_sign`, `eth_signTransaction`) due to security reasons to not incentivise wallet developers and dApp developers to use these methods out...
Aligned with the ripple-keypairs implementations for signing and verification.