Marek Kirejczyk

Results 5 issues of Marek Kirejczyk

A simple library of components build on top of @usedapp/core, example components: - Account bar (connection status, address, count of pending transactions) - Network (show current network - Mainnet, Kovan,...

A function that allows to decode semantic transaction type from `Transaction` type. ```ts function decodeTransactionType(transaction: Transaction) : TransactionType { ... } type TransactionType = { type: 'TokenApprove', token: address from:...

Goals for Waffle 4.0: - Improved speed of test execution - Deeper integration with HardHat - Increased type safety (TypeScript types as first class citizen) Features: - [x] Remove JEST...

In `package.json` prettier is set as dependency: ```js "dependencies": { ... "prettier": "^1.13.5", }, ``` while it should be in `devDependencies `. That leads to annoying versioning conflicts in monorepo...

area/cli

- When calling `bootstrap` twice - When calling `registerReverseRegistrar` twice - When calling `registerAddressWithReverse`, without calling `registerReverseRegistrar`first