embark/site/source
Michael Bradley, Jr 030fb4acc6 build(deps): bump web3[-*] from 1.2.4 to 1.2.6
Remove `bignumber.js` workaround (in the root, from PR #2152) because it's no
longer needed (verified locally).

Remove the `"skipLibCheck"` workaround (in `packages/plugins/solidity-tests`,
from PR #2152) because it's no longer needed (verified locally).

Refactor a typing in `packages/plugins/geth`. What's happening is that in web3
v1.2.4 `sendTransaction` has a return type of `PromiEvent<TransactionReceipt>`
but in v1.2.6 it has a return type of `PromiEvent<TransactionReceipt |
TransactionRevertInstructionError>`.

Compare:
* [v1.2.4/packages/web3-eth/types/index.d.ts#L291-L294](https://github.com/ethereum/web3.js/blob/v1.2.4/packages/web3-eth/types/index.d.ts#L291-L294)
* [v1.2.6/packages/web3-eth/types/index.d.ts#L295-L298](https://github.com/ethereum/web3.js/blob/v1.2.6/packages/web3-eth/types/index.d.ts#L295-L298)

The problem is that the `TransactionRevertInstructionError` type doesn't have a
`transactionHash` property. Since at present the code in
`packages/plugins/geth/src/devtxs.ts` only deals with the success case re:
`sendTransaction`, import the `TransactionReceipt` type from `web3-eth` and
cast the resolved return value's type using TypeScript's `as` operator.
2020-02-03 10:17:07 -06:00
..
_data chore: update site urls 2020-01-28 12:07:17 -05:00
_posts build(deps): bump web3[-*] from 1.2.4 to 1.2.6 2020-02-03 10:17:07 -06:00
assets/images article: add web3 intro article 2019-12-09 20:37:31 +01:00
chat chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
community chore: localize static sites 2019-06-20 10:49:26 +02:00
docs build(deps): bump web3[-*] from 1.2.4 to 1.2.6 2020-02-03 10:17:07 -06:00
news chore: localize static sites 2019-06-20 10:49:26 +02:00
plugins chore: localize static sites 2019-06-20 10:49:26 +02:00
templates chore(@embark/site): Add `—template` deprecation notice. 2019-12-11 09:39:20 -05:00
tutorials chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
CNAME chore: update site urls 2020-01-28 12:07:17 -05:00
browserconfig.xml chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
coverage-files.png chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
coverage-report.png chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
embark-logo.svg chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
favicon.ico chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
index.md chore: localize static sites 2019-06-20 10:49:26 +02:00
robots.txt chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00