19 Commits

Author SHA1 Message Date
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
Iuri Matias
9aeddaa998 chore: rename org references from embark-framework to embarklabs 2020-01-16 15:36:29 -05:00
Pascal Precht
25270582d8
chore: add v5 release post 2020-01-14 17:45:13 +01:00
Pascal Precht
013599859e
chore: rename article file and fix url generation 2020-01-10 14:36:29 +01:00
Graham McBain
ccf8bcb27d
chore: add article about takebacktheweb event 2020-01-10 14:23:05 +01:00
Pascal Precht
a865bc3d6a
article: remove paragraph 2020-01-07 11:06:34 +01:00
emizzle
db0e45e96e chore(@embark/site): Add —template deprecation notice. 2019-12-11 09:39:20 -05:00
Pascal Precht
1c12fde7a0
article: fix broken asset reference 2019-12-09 20:56:02 +01:00
Robin Percy
9436d71626
article: add web3 intro article 2019-12-09 20:37:31 +01:00
Pascal Precht
47df65528a
article: add part 3 of crystal vs nim article series 2019-12-02 12:26:00 +01:00
Pascal Precht
5ef9a0148e
article: add credits 2019-12-02 12:25:48 +01:00
Robin Percy
c3d5c712f4
chore(site): article fixes 2019-11-25 12:17:52 +01:00
Robin Percy
ae16b65eb4
article: Nim vs Crystal article #2 2019-11-22 10:29:48 +01:00
Robin Percy
41e351b961
article: blog post - nim vs crystal part 1 2019-11-19 09:58:55 +01:00
Michael Bradley
ed02cc849f build: bump all packages' engines settings (#1985)
BREAKING CHANGE:

node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1

node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.

npm v6.11.3 is the version that's bundled with node v10.17.0.

yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
2019-10-24 09:52:05 -04:00
Pascal Precht
2cf0478f60 site: add redirects to not break the web 2019-08-26 09:44:01 -05:00
Pascal Precht
2e33d05251 docs: adds article for 4.1 release 2019-08-07 11:01:44 -05:00
Michael Bradley, Jr
7652e1d75c refactor(@embark/site): remove embarkjs-connector-web3 instructions
Also include a note on the "How to upgrade to Embark 4" blog post from March
2019.
2019-06-27 14:10:12 -05:00
Pascal Precht
64731cf985 chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00