Mike Shultz

Results 107 comments of Mike Shultz

I found [EIP-2294](https://eips.ethereum.org/EIPS/eip-2294) but it doesn't appear to have been adopted. Some things apparently have limits, like Metamask at `4503599627370476` but that's way above what we're running into. Could be...

There's this issue: https://github.com/LedgerHQ/app-ethereum/issues/283 Which seems a bit vague and reports a different error that we've been seeing. For this issue, the device isn't throwing an error, just returning what...

`app-ethereum` moved from a 32-bit uint to 64-bit in this commit: https://github.com/LedgerHQ/app-ethereum/commit/b2172e462764cb68f98633dc33df865952a8df0a But that was a year ago and I'm fairly certain I'm running a version after that. Found this...

Ledger Live fiddles with signatures like so: https://github.com/LedgerHQ/ledger-live/blob/6b3b5c8d3283fafab666a42e7c03d69aeb8f324d/libs/coin-evm/src/signOperation.ts#L27-L43 This just doesn't work for us. This one looks more like us: https://github.com/LedgerHQ/ledger-live/blob/6b3b5c8d3283fafab666a42e7c03d69aeb8f324d/libs/ledgerjs/packages/hw-app-eth/src/Eth.ts#L267-L281 But there's a little bit different. Chain ID appears...

Testing the upper limits of type 2 transactions and apparently the limiting factor there is the largest number that can be displayed on the device (tested on a Ledger S)....

This tool is pretty old and was created for Python 2. There's already a PR up for Python 3 support (that fork may be useful to you) but I don't...

> Why do you want to connect mainnet to rinkeby? I don't think this will work, but maybe that is just a typo Yeah, a typo, but it does beg...

Merging this might have unknown impact. Everything is pointed at this repo's main branch and we haven't done a release since September. So anything based on ape

Yeah, I think this branch needs to live for a little while. So either we don't merge this PR or don't delete the branch if we do (not sure if...

Ended up being the analytics API endpoint throwing a 500. These API calls should probably handle without crashing at a minimum. Repurposing this issue.