odan

Results 49 issues of odan

``` reason.message Callback was already called. reason.stack Error: Callback was already called. at /work/node_modules/async/internal/onlyOnce.js:9:32 at /work/node_modules/web3-provider-engine/subproviders/hooked-wallet.js:501:21 at /work/node_modules/web3-provider-engine/subproviders/hooked-wallet.js:556:21 at getAccounts.then.catch (/work/node_modules/aws-kms-provider/dist/provider.js:29:21) ```

https://bundlephobia.com/package/[email protected]

relation repository: https://github.com/doublejumptokyo/fcl-kms-authorizer

ref: https://github.com/nomiclabs/hardhat/issues/1159

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md

https://www.npmjs.com/package/debug

## memo - https://api-extractor.com/ - https://www.npmjs.com/package/@microsoft/api-documenter - https://vuepress.vuejs.org/

https://github.com/MetaMask/web3-provider-engine > Originally created for MetaMask, but has been superceded by json-rpc-engine in combination with our eth-json-rpc-middleware. This module is not very actively maintained, so we recommend using that one...

**What version of textlint are you using?** node: v8.11.3 textlint: v11.0.0 **What file type (Markdown, plain text, etc.) are you using?** Markdown **What did you do? Please include the actual...

Status: Proposal

I ran the following code and got an error. ```ts import bip39 from "bip39"; import * as WalletOriginal from "ethereumjs-wallet"; import { interopImportCJSDefault } from "node-cjs-interop"; const Wallet = interopImportCJSDefault(WalletOriginal);...