James Brown
James Brown
Here's the Transaction format as presented by Web3j: ``` public static RawTransaction createTransaction( long chainId, BigInteger nonce, BigInteger gasLimit, String to, BigInteger value, String data, BigInteger maxPriorityFeePerGas, BigInteger maxFeePerGas) {...
> @hboon Any progress on this one? Kind reminder. There was some outstanding preparation work we needed to do to get it listed, which is now complete. I have re-submitted...
Set keystore password is for export only. But there seems to be something odd happening here.
This is a TokenScript issue - does the script now fail?
I will have a look at the script see if it's easy to update. I have to renew my ENS soon anyway, and had a small involvement with the design...
> Example: [AlphaWallet/alpha-wallet-ios#3278 (comment)](https://github.com/AlphaWallet/alpha-wallet-ios/issues/3278#issuecomment-940931777) I like this flow much better. FWIW, I think that activity page you currently get to when you click the activityview item was primarily intended for...
Nice idea, display the raw hex if it doesn't appear to be readable text. You'd need to check for something like ```Character.isAlphabetic(ch) || Character.isDigit(ch) || Character.isIdeographic(ch)``` but also allow for...
I don't believe there's any sorting ability for Add/Hide Tokens. Can be closed.
Would that be the module that supports the sending of data? And supply an interface that we use to call analytic events? It sounds good but we would need to...
Ok I see where you're going - write a 'CISC' interface that we can easily implement and we know is the same for both platforms. If we could build something...