Rémy Roy
9c68c0a3b2
Set version to 0.6.0
v0.6.0
2022-06-10 16:01:57 -04:00
Rémy Roy
359f79b560
Merge pull request #91 from stake-house/feature/config-page
...
Add Configuration and Install pages
2022-06-10 13:51:25 -06:00
Stefan
e38a7ec2a6
add lodestar consensus client
2022-06-10 21:39:47 +02:00
Stefan
44f0406b50
add besu and erigon
2022-06-10 21:37:57 +02:00
Stefan
d71eb42be2
remove recommend
2022-06-10 21:36:32 +02:00
Stefan
98cd2751e4
remove unnecessary logging
2022-06-10 21:33:25 +02:00
Stefan
e1c50a6f05
remote unused imports and dangling comments
2022-06-10 21:24:40 +02:00
Stefan
b391000f50
import directroy & improve error handling ui
2022-06-07 20:14:45 +02:00
Stefan
d512bd7d39
add buffer and failed state
2022-06-04 00:51:52 +02:00
Stefan
48c7a52f88
Merge remote-tracking branch 'remy/backend-streaming' into feature/config-page
2022-05-31 22:31:46 +02:00
Rémy Roy
c11f801bba
Initial backend streaming for error and messages
2022-05-31 16:27:59 -04:00
Stefan
66a547af8f
keystore modal
2022-05-31 22:26:47 +02:00
Stefan
d522adb697
add dockerfile for testing
2022-05-31 20:23:01 +02:00
Stefan
2dd4597de8
Install animation flow
2022-05-30 21:01:10 +02:00
Stefan
045da87f80
add initial install page
2022-05-30 18:52:23 +02:00
Stefan
12e67c2a62
update networkpicker
2022-05-30 18:52:06 +02:00
Stefan
cd88d67e14
add advanced options
2022-05-30 18:51:59 +02:00
Stefan
2c13ec4e0f
Merge remote-tracking branch 'origin/main' into feature/config-page
2022-05-30 18:49:47 +02:00
Rémy Roy
fc0458adfd
Merge pull request #89 from remyroy/ethdocker-integration
...
Initial eth-docker integration
2022-05-13 08:35:22 -06:00
Stefan
4b90e3523d
add advanced option text fields
2022-05-12 00:47:31 +02:00
Rémy Roy
aabe8336e2
Fix for the missing wallet password during key import with Prysm
2022-05-06 16:31:16 -04:00
Stefan
dc9dda928f
add advanced options
2022-05-06 19:42:43 +02:00
Stefan
a69cc00779
installer: add client dropdowns
2022-05-04 21:32:31 +02:00
Rémy Roy
2252d3fba0
Merge pull request #88 from DakotaWeedon/welcomepage
...
Made main page/welcome page in-line with Figma mockup
2022-03-23 06:46:40 -06:00
Rémy Roy
ff61301dce
Comment out backend usage
2022-03-22 10:25:57 -04:00
Rémy Roy
0dd573bf72
Add postInstall, startNodes and stopNodes implementation for eth-docker
2022-03-22 10:10:46 -04:00
Remy Roy
b052fdf9bb
Initial implementation for import keys with eth-docker
2022-03-19 20:12:10 -04:00
Remy Roy
92aec97fb2
Fix calling command with docker group
2022-03-19 13:04:19 -06:00
Rémy Roy
41add19701
Build client initial implementation
2022-03-18 20:36:17 -04:00
Dakota
9f8043fe9e
Made main page/welcome page in-line with Figma mockup
2022-03-18 17:16:47 -05:00
Rémy Roy
f642d95423
Adding missing keysDirectory
2022-03-18 16:37:21 -04:00
Rémy Roy
dbf3dca826
.env file creation implementation for eth-docker
2022-03-18 16:28:03 -04:00
Rémy Roy
7e220d21fd
Reworked clone and pull branch in eth-docker install
2022-03-18 11:45:31 -04:00
Rémy Roy
efdee8d745
Initial install implementation for EthDocker
2022-03-18 11:43:21 -04:00
Rémy Roy
31ce474ac8
Full ethDocker preInstall implementation
2022-03-16 21:32:01 -04:00
Rémy Roy
1e5d45ad08
Initial implementation for EthDocker preInstall on Ubuntu
2022-03-16 15:21:35 -04:00
Rémy Roy
afbc0faebf
Merge pull request #85 from remyroy/update-mui
...
Upgraded mui to v5. Upgraded electron, roboto and react-router-dom
2022-03-09 16:12:13 -05:00
Rémy Roy
4342302edf
Removed deprecated file-loader package and use native webpack feature
2022-03-04 16:45:05 -05:00
Rémy Roy
cda841e514
Upgraded mui to v5. Upgraded electron, roboto and react-router-dom
2022-03-04 16:30:40 -05:00
Rémy Roy
65943961b6
Merge pull request #79 from remyroy/backend-interface
...
Initial backend interface with initial EthDocker template
2022-03-01 10:14:34 -05:00
Rémy Roy
afe25c38fb
Reworked IMultiClientInstaller and moved into electron
2022-03-01 10:10:28 -05:00
colfax23
46e1e3dc28
Added scaffolding for the flow ( #77 )
2022-02-01 12:47:54 -05:00
Colfax Selby
d09083f02d
Added installer interface and EthDockerInstaller class scaffold
2022-01-30 14:49:03 -05:00
superphiz
5dc792eb8b
add a link to the download site ( #74 )
...
* add a link to the download site
* Update README.md
* Update README.md
2022-01-19 21:36:21 -05:00
Rémy Roy
b2e17ef176
Rebase on keygen code ( #76 )
...
* Initial rebase with Key Gen code
* Clean up Ken Gen code for installer
* Remove build folder in .gitignore
* Fixed gitignore
* Fix gitignore issue
* Use installer brand for icons
2022-01-19 21:35:40 -05:00
Mike Shaw
2db500f7e1
Update README.md ( #72 )
...
Updated the README to include staking resources requested in issue #44 I
I think this could be expanded on by having some type of long form post that explains Eth2, what Eth2 does and why it's important, where EthStaker/Stakehouse fit in. An overview in written form.
2021-08-30 23:54:38 -04:00
Jay Puntham-Baker
6fa91ec166
Merge pull request #70 from peebeejay/wagyu-55-readme-2
...
[WAGYU-55] Small update to README
2021-08-25 11:06:56 -04:00
Jay Puntham-Baker
370dd53579
add style guide link to README
2021-08-25 11:06:30 -04:00
Jay Puntham-Baker
041f3548b6
[WAGYU-38] System check page refactor ( #67 )
...
* update storybook config & mock certain modules
* split up and refactor system check page
* use new system check page
* add devtools
* fix minor styling issues
* fix rocketpool loading flash issue
* refactor installation status and remove render function
2021-08-25 07:35:42 -04:00
Jay Puntham-Baker
754d292872
add contribution guidelines ( #69 )
2021-08-25 07:15:44 -04:00