Ernesto García

Results 34 comments of Ernesto García

I'm having the same issue in several instances of a project. I see you're [passing correctly the props to your subcomponents](https://github.com/akveo/react-native-ui-kitten/blob/master/src/components/ui/select/select.component.tsx#L500) down to the `TouchabeOpacity` on which the Select relies...

Hey @kuzdogan sorry for the delay, I missed the old message. Sure, it's working, is just that you're pointing to a wrong URL, here's the official [RPC endpoints](https://docs.harmony.one/home/developers/api): - https://api.s0.t.hmny.io/...

> @ernestognw I see. Then these need to be updated in the https://chainid.network/chains.json as well ([ethereum-lists/chains](https://github.com/ethereum-lists/chains)) we are using that file for public RPCs. This is also used by many...

Just approved and merged @kuzdogan https://github.com/ethereum-lists/chains/pull/1061

Hey @kuzdogan, thanks for the input as well, I already started with the implementation for mainnet using the reference you gave me for Meter. I found the API URL by...

I'll be taking this :)

I will try to provide a windows version on the next release made in my fork version of the project. I will be trying to test it on many devices...

There's now an EIP ([6093](https://eips.ethereum.org/EIPS/eip-6093)) for standard custom errors. We're planning to use a similar rationale to move revert strings to custom errors in OpenZeppelin Contracts. [Feedback and discussion](https://ethereum-magicians.org/t/eip-6093-custom-errors-for-commonly-used-tokens/12043) is...

This PR has gotten old and is a breaking change because it limits the current functionality. We just released 5.0 and I agree the gas savings are too small. Closing.

I'm not sure if https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3298 's implementation is actually useful in the majority of the cases. The main reason why I see developers using `modexp` is because they're working with...