Commit Graph

71 Commits (5769470053ba48f364100ff106e32f1beea43127)

Author SHA1 Message Date
Dan Forbes 5769470053
Add toolchain file (#92)
* Add toolchain file

* Remove reference to script that uses latest nightly

* Remove link to nonexistent subheading
2020-10-10 08:44:58 -07:00
Julien Eluard 188d964902
Update Dockerfile 2020-10-08 12:00:06 +02:00
Julien Eluard 3c283f654a
Update Dockerfile 2020-10-05 10:59:24 +02:00
Dan Forbes 24da7670a9
Update to v2.0.0 🎉 (#88) 2020-09-23 08:24:35 +08:00
Dan Forbes fcd577e817
Backport paritytech/substrate#7014 (#81) 2020-09-08 13:00:22 -07:00
Julien Eluard 87f70c66f2 Simplify docker image creation workflow 2020-08-25 08:48:28 +02:00
Dan Forbes 8983afb28e 🔖 update image 2020-08-21 12:16:59 +00:00
Dan Forbes c9fda53e31
Upgrade to v2.0.0-rc6 (#75) 2020-08-21 13:20:35 +02:00
Julien Eluard 8682ee4edf 🔖 update image 2020-08-20 13:56:57 +00:00
Julien Eluard 912fa0f721
Only run build action in main repo 2020-08-20 15:00:53 +02:00
Dan Forbes c55ca4c83f 🔖 update image 2020-08-20 01:45:46 +00:00
Dan Forbes 7a3d8d6f3b
Create Issue templates (#73)
* Create Issue templates

- Report a Bug
- Suggest a Feature
- Ask a Question
2020-08-19 17:47:10 -07:00
Julien Eluard 2228916c3e 🔖 update image 2020-08-18 16:38:04 +00:00
Julien Eluard 55f7ff5b9d
Updated base image 2020-08-18 17:40:02 +02:00
Dan Forbes 48b28c9ee3 🔖 update image 2020-08-06 23:38:08 +00:00
Dan Forbes 8f769dbd97 🔖 update image 2020-08-03 16:01:23 +00:00
Dan Forbes 360f30845d
Update serde dependency per @thiolliere (#68) & fix OpaqueBlock
paritytech/substrate#6557 (comment)
2020-08-03 08:07:08 -07:00
Caio c29d312c86 🔖 update image 2020-07-28 11:52:01 +00:00
Caio 769ca1a1df
Remove unused dependencies (#66) 2020-07-28 03:57:49 -07:00
Dan Forbes 76fc3ef6bb 🔖 update image 2020-07-25 13:33:27 +00:00
Dan Forbes 3718adb0bc
Upgrade to v2.0.0-rc5 (#65) 2020-07-25 05:35:30 -07:00
Dan Forbes f8924ad3e0 🔖 update image 2020-06-27 17:01:25 +00:00
Dan Forbes ff0fa246c9
Upgrade to v2.0.0-rc4 (#62)
* Upgrade to v2.0.0-rc4

* Better updates to README

Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>

Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
2020-06-27 09:14:55 -07:00
Julien Eluard a704d36d05 🔖 update image 2020-06-23 12:44:58 +00:00
Julien Eluard aab3a40646
Updated base template image (#61) 2020-06-23 05:01:51 -07:00
Julien Eluard 4509dc8c15 🔖 update image 2020-06-19 15:51:47 +00:00
Julien Eluard fe8e53a9f2
Get rid of that guy. Use tag (#59) 2020-06-19 08:07:48 -07:00
Julien Eluard cf26399f77 🔖 update image 2020-06-19 11:46:26 +00:00
Julien Eluard b98e1d2dd0
Playground updates (#58)
* Fixed typo

* Updated image organization
2020-06-19 04:06:30 -07:00
kaichao a03455012b 🔖 update image 2020-06-19 02:35:19 +00:00
kaichao 64ca567e30
Merge pull request #53 from substrate-developer-hub/ci_image
New CI image
2020-06-19 09:48:07 +08:00
Julien Eluard 8f31116fee
Add some playground love (#57) 2020-06-17 14:16:26 +02:00
Joshy Orndorff f5acce1e68
Merge pull request #54 from substrate-developer-hub/v2.0.0-rc3
Upgrade to v2.0.0-rc3
2020-06-10 15:52:04 -04:00
Dan Forbes 7b4bbbc15f Fix manual upgrade errors and update Cargo lockfile 2020-06-10 11:06:51 -07:00
Dan Forbes 0947321e77 Upgrade to v2.0.0-rc3 2020-06-10 09:47:28 -07:00
Denis P 7f9c82907f
change (ci): new CI image 2020-06-10 16:31:53 +02:00
Dan Forbes 93862bde52
Upgrade to Substrate v2.0.0-rc2 (#46) 2020-05-26 17:46:58 +02:00
Ricardo Rius 131195352b
Update to v2.0.0-rc1 (#45) 2020-05-25 23:48:38 +02:00
Ricardo Rius 38058f3ef0
Upgrade to Substrate v2.0.0-alpha.8 (#44)
Co-authored-by: Dan Forbes <dan@danforbes.dev>
2020-05-16 15:32:11 +02:00
Jimmy Chu 3323afae5a
fix: README update on docker usage (#43)
* use docker to setup a local dev chain.

* install docker link

* update command

* Update README.md

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>

* more commands to start or check a node.

* purge chain in docker

* update README

Co-authored-by: Kaichao Sun <kaichaosuna@gmail.com>
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
2020-05-15 13:03:54 +08:00
kaichao 1b8588241b
Use docker to setup a local dev chain (#41)
* use docker to setup a local dev chain.

* install docker link

* update command

* Update README.md

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>

* more commands to start or check a node.

* purge chain in docker

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
2020-05-15 12:27:30 +08:00
Dan Forbes 36971ec2ee
Update to 2.0.0-alpha.7 (#38)
Closes #35

Thanks to @brenzi for the work he did on #36 I copied a lot of it 🙏
2020-05-06 13:25:03 -07:00
Ricardo Rius 6c1d11508c
alpha.6 to github (#37)
* alpha.6 to github

* fix format
2020-05-06 18:39:30 +02:00
Joshy Orndorff 6aa91b6e04
Merge pull request #32 from substrate-developer-hub/ricardo-alpha6
Update to alpha.6
2020-04-15 13:47:23 -04:00
Ricardo Rius c1b33f8c76
Update to alpha.6 2020-04-15 13:33:19 +02:00
Joshy Orndorff 4be00bdec6
Merge pull request #29 from substrate-developer-hub/joshy-prune-old-build-script
Delete outdated build.rs
2020-04-02 08:18:13 -04:00
Joshy Orndorff 2ddc70da9e
Delete no-longer-used build.rs 2020-04-01 10:45:59 -04:00
Joshy Orndorff da88e4aa4f
Update node template to alpha 5 (#27)
* Run release script

* Change dependencies to crates.io
2020-03-25 11:42:27 +08:00
Joshy Orndorff 5b41f0b156
Merge pull request #25 from substrate-developer-hub/joshy-alpha-3
Update node template to alpha.3
2020-03-10 16:26:52 -04:00
Joshy Orndorff 333b2b4b70
Increase total block weight. 2020-03-06 11:36:13 -05:00