Jonathan Rainville
9c0923c207
fix(@embark/site): fix configuring contract link in structure.md
...
Originally discovered by christine-ho-dev
2019-07-15 09:16:09 +02:00
Jonathan Rainville
ad796bc8f8
fix(@embark/site): update contractGeneration plugin api
2019-07-08 10:26:16 -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
Jonathan Rainville
0a388d741e
chore(@embark/site): remove connect() doc and add back onReady
2019-06-26 11:55:26 +02:00
Jonathan Rainville
5044403a03
feat(@embark/site): add section on getting account from describe
2019-06-21 11:00:27 -04:00
Pascal Precht
9f1c4cb329
docs: fix Messages.listenTo() API docs
2019-06-20 15:30:44 +02:00
Pascal Precht
5e18674504
chore: localize static sites
...
This commit localizes messages of the mostly static sites of embark's
website. This is needed to have them internationalized into different
languages.
2019-06-20 10:49:26 +02:00
Pascal Precht
dc7974c42d
docs: fix broken code snippet in installation guide
...
Unfortunately, markdown syntax isn't properly supported within the
notification tag, so we have to be explicit here.
2019-06-11 09:59:41 +02:00
emizzle
fc01daf3e9
feat(@embark/whisper): Remove support for `service whisper on/off`
...
Remove support for `service whisper on/off` because Whisper cannot be started without first disabling it in the communications config, then restarting Embark.
Add documentation for the `service [process] on/off` command
This command was only added a few commits back so it is not considered a breaking change.
Refactor the `service [process] on/off` commands so that there is only one command. Previously we had a command registered for each process, ie:
```
service blockchain on/off
service ipfs on/off
…
```
Now, we only have one command with many options:
```
service [process] on/off - Starts/stops the process. Options: blockchain, embark, ipfs, api
```
Whisper is deliberately not included in the available options for the aforementioned reasons.
2019-05-15 13:34:13 +02:00
Jonathan Rainville
f9d7a3f41b
feat(@embark/test-runner): show interface contract message in tests
...
But only show it if the contract was in the contract config
2019-05-10 09:49:34 -04:00
Jonathan Rainville
1f02e493c4
feat(@embark-site): add troubleshooting guide on interface contracts
2019-05-10 09:49:34 -04:00
Jonathan Rainville
8781585341
fix(@embark/site): fix strategy not put in the right section
2019-05-08 16:25:17 -04:00
yanqian
0f2a8231e0
docs(using_the_console): fix typo of methods call
2019-05-07 09:50:00 +02:00
Sebastian Mueller
0991803b3f
docs(plugins): Adding embark-mythx to plugins page
2019-05-03 09:26:50 +02:00
Jonathan Rainville
c7c923dec2
fix(embark-site): error in tracking section
2019-04-30 10:50:49 +02:00
Jonathan Rainville
b9c12ddc30
fix(embark-site): remove double web3 typo
2019-04-29 15:16:24 -04:00
Pascal Precht
64731cf985
chore: move embark site into mono repo
2019-04-29 13:00:58 +02:00