Nick Barry

Results 80 issues of Nick Barry

Draft provided by @Lumyo ```typescript import { ContractReceipt } from 'ethers'; import { Interface } from 'ethers/lib/utils'; import { LogDescription } from '@ethersproject/abi'; function getEvents( contractInterface: Interface, receipt: ContractReceipt, )...

SolidState needs libraries for working with singly and doubly linked lists.

Staking pools are widely used in DeFi systems. SolidState implementation should include a generic internal interface, and an ERC20-based implementation.

https://eips.ethereum.org/EIPS/eip-712 https://github.com/bcnmy/metatx-standard

The following error is returned when attempting to call a function that has been removed from a diamond proxy: ``` Proxy: implementation must be contract ``` The following error is...

Some of the `devDependencies` should probably be `peerDependencies`.

Provider is not detected in Metamask browser. My application is built with Nuxt, but the problem persists even when using the CDN version of `detect-provider`, rather than the NPM package....

Breaking change, should wait for 3.0.0 SolidState release. closes #12

The `flat` option is also used in `hardhat-abi-exporter` to similar effect.