Kris Kaczor

Results 102 issues of Kris Kaczor

Should check if all addresses specified in config files exist on given chains. This is useful b/c no check like this happens after ABI was cached which can mask some...

It's so nice to store everything in one place. It could be useful to enable arbitrary metadata stored for each contract.

We could add a GHA that would compare deps on daily basis and create PRs when new, major `typechain` or `typechain/ethers-v5` version comes out. Releated: https://github.com/dethcrypto/eth-sdk/issues/72

Init should create eth-sdk dir with contracts.json

I am getting lots of these errors. Even though the project is built correctly Oo: ``` (node:54404) UnhandledPromiseRejectionWarning: Error: Error: Error: Could not find file: '/Users/krzkaczor/project/workspace/project/app/components/App.tsx'. at getValidSourceFile (/Users/krzkaczor/project/workspace/project/node_modules/typescript/lib/typescript.js:95642:23) at...

bug
confirmed-bug

I noticed that prep drops from the beginning of HTML file which can result in slightly different render in a browser.

**Problem Description** As a developer of a 3rd party (external to a birdge) fast withdrawal solution I would like to have a way to connect an original withdrawal requester from...

discussion

Command: `solcjs --overwrite --abi --bin -o ./test/contract-artifacts ./test/contracts/*` When using native `solc`, generated files have reasonable names like `DumbContract.abi`, `DumbContract.bin` (same as original). With solcjs filenames contain full path like:...

good first issue
low effort
low impact
nice to have
refactor

Closes https://github.com/ethereum/solc-js/issues/219. Behaviour is now the same as for native `solc`. EDITED by @r0qs: I pushed my attempt to finish this PR. It adds the `overwrite` flag and tests to...

needs review
external contribution :star:

Layer2.finance batches deposits in one place and then uses these funds to invest in various DeFi protocols. That's why watching TVL only on the bridge contract ends up greatly underestimating...