Inphi
Inphi
Older versions of node-zookeeper cannot build the zookeeper library. This is because it attempts to retrieve the zookeeper c client version 3.4.3 for building. For whatever reason, that version of...
The test vector assumes the data input are encoded as blobs using this [encoder](https://github.com/Inphi/blob-utils/blob/master/utils.go#L13). But there are multiple ways of encoding blobs (ex: tightly packing byte values that are much...
Ensure MIPS.sol does not generate a Panic exception when dividing by zero.
Ensures that the initial bond requirement for dispute games in the devnet are non-zero.
The added tests asserts that /construction/preprocess is backwards compatible with optimism-rosetta.
Creating this to track functionality needed to be backwards-compatible with https://github.com/Inphi/optimism-rosetta. - [x] Parse deposits ([implemented here](https://github.com/mdehoog/op-rosetta/pull/3)) - [ ] Parse withdrawals - [ ] Support ERC20 token transfer via...
**Is your feature request related to a problem? Please describe.** Support [ERC20Votes](https://docs.openzeppelin.com/contracts/4.x/api/token/erc20#ERC20Votes) delegation as a built-in operation type. **Describe the solution you'd like** The interface can be similar to `ERC20_TRANSFER`...
Playbook for the FP mainnet upgrade.
Add a task for the Guardian to recover funds from the `DelayedWETH` contract.
### Description Currently, if you do ```python cupy_array[some_iterable] ``` CuPy will interrogate `some_iterable` to see if it implements `__array_struct__`, `__array_interface__`, `__array__` (in that order) before concluding that `some_iterable` is not...