Jake Mc

Results 30 comments of Jake Mc

Cheers @dawsbot, the encode page doesn't take any query params. We would need to add an additional input field for the abi. It's not important to me because I use...

hey @dawsbot its just a one time case thing for me. To sign some tx via a multisig. I can just host this locally for now if you're not keen...

@morpheus133 I'm using this branch and it works well. Do you want me to have a look at the comments from @dmitrylyzo so we can progress this?

Ill install the latest version tonight.

hey @kirkkonen appreciate the response. Its not just ERC-2535, its any Transparent, UUPS, Upgradeable, or DelegateCall Proxy, basically any form of proxy because the proxy's ABI doesn't contain the functions...

Heya @alexfertel thanks heaps for your reply. Nar nar your error message made complete sense. I understood what the issue is/was. It just didn't feel semantic to write: ``` UnitMyErc20::constructor...

Yeah I think what you are suggesting is ideal. We're on the same page. FWIW, I actually found bulloak via https://github.com/defi-wonderland/solidity-foundry-boilerplate (https://github.com/defi-wonderland/solidity-foundry-boilerplate/blob/main/test/unit/Greeter.t.sol) and just cloned that repo to see if...

One other question, just while were in the swing of things if I could... Take: ``` └── when passing an empty greeting string └── it reverts ``` Will generate a...

> This is a known [bug](https://github.com/jellyfin/jellyfin-tizen/issues/331) - pressing Left/Right should focus the slider. You can try this PR [jellyfin/jellyfin-web#6510](https://github.com/jellyfin/jellyfin-web/pull/6510) Hi @dmitrylyzo, thanks for your reply. ~~I just deployed this branch...