Commit Graph

127 Commits (28ea72b5c5852428930409719f3f6038c929cc67)

Author SHA1 Message Date
Amir Abrams 28ea72b5c5
Correct link to basic Rust setup instructions (#251) 2021-10-09 21:25:11 -06:00
Dan Shields 865c0c01f2
Update shell.nix (#247) 2021-10-04 20:02:43 +08:00
Dan Shields 4e98521355
Update to `monthly-2021-10` (#246) 2021-10-02 07:38:49 +08:00
Julien 2e93d33afb
Cleanup (#243) 2021-09-22 09:32:23 -06:00
Vasiliy Yorkin 139bdbb038
Update nightly toolchain to 2021-06-17 (#240)
* Update nightly toolchain to 2021-06-17

* Update shell.nix

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
2021-09-21 08:25:17 -06:00
Julien 3b547c94a2
Remove now irrelevant workflow (#235) 2021-09-07 10:37:38 -06:00
Dan Shields bf528143a5
V3.0.0+monthly 2021 09+1 (#234)
* update to monthly-2021-09+1

* name docs -> doc, correct versions

* use monthly-2021-09+1 tag

* nix instruction

* fmt
2021-09-07 09:26:25 -06:00
Sacha cd936fca4d Revert "Initialize submodule for front-end template"
This reverts commit 0d70ffced2.
2021-09-03 11:38:16 +02:00
Sacha 0d70ffced2 Initialize submodule for front-end template 2021-09-03 11:35:31 +02:00
Dan Shields e5366c11cc
Update to substrate `monthly-2021-08` (#222)
* update to substrate `monthly-2021-08`

* clean and update cargo files, use correct monthly version

* rev -> tag in cargo
2021-08-06 08:51:49 -06:00
Dan Shields 6de2bf2e83
Add a matrix chat badge to the README (#223)
https://github.com/paritytech/substrate/pull/9476/
2021-08-03 08:10:44 -04:00
Dan Shields 3a1acf0a98
Add rustfmt.toml, run `cargo +nightly fmt` (#217)
* add rustfmt to match upstream

* correct rustfmt, run cargo +nightly fmt
2021-07-20 14:44:58 +02:00
Jimmy Chu 64f5744e99
`monthly-2021-07` release (#210) 2021-07-05 11:17:23 +08:00
Vladimir Serov 32039ccbb4
Minor Nix environent tweaks (#209)
* envrc: made lorri optional

* shell.nix: added RUST_SRC_PATH, so rust-analyzer works out of the box
2021-07-02 23:38:32 -06:00
hamidra e54c97edd8
fix missing docker-compose volume source (./.local) (#189) 2021-06-23 14:15:34 -06:00
Shawn Tabrizi f471fdd6e4
Use latest node-template from Substrate master (#205)
Co-authored-by: Jimmy Chu <jimmychu0807@gmail.com>
2021-06-22 14:00:32 +08:00
Disconnect3d 56da2b636c
Remove AccountIndex from runtime (#204)
This commit removes the `AccountIndex` from the runtime/src/lib.rs as the `AccountIndex` type is typically used to configure the Indices pallet (https://substrate.dev/rustdocs/v3.0.0/pallet_indices/trait.Config.html) which is not used by the node template, so there is no point to include it.
2021-06-20 12:34:00 +01:00
Jimmy Chu 12d56a7621
Node template generated from Substrate repo `monthly-2021-05` tag (#186) 2021-05-19 14:45:16 +08:00
Jimmy Chu 83ed2d45b9
Added instructions for custom-types (#183) 2021-05-17 11:52:36 +08:00
Shawn Tabrizi c0b81651a8
Merge pull request #177 from erasmus/patch-1
Fix broken link
2021-05-13 22:47:26 -04:00
Erasmus Hagen 44e4ce7aeb
Fix broken link 2021-05-05 11:38:42 +02:00
Dan Shields 467927bda0
Merge pull request #170 from Anderssorby/acs/nix-build
Add nix build
2021-05-03 16:49:46 -06:00
Anders Christiansen Sørby d6117e0b2e
Simplify nix setup 2021-04-26 10:38:54 +02:00
Dan Shields 53c7a9f117
Merge pull request #171 from substrate-developer-hub/playground
Include Playground link in Node Template README
2021-04-21 13:33:41 -06:00
Sacha 587b67a292 Include Playground link in Node Template README
Added button and text to point reader to it Playground.
2021-04-20 13:43:31 -04:00
Anders Christiansen Sørby 7da59dcf33
Add direnv cache to gitignore 2021-04-19 13:57:32 +02:00
Anders Christiansen Sørby 1747d02e3b
Add README documentation 2021-04-19 13:55:10 +02:00
Anders Christiansen Sørby d537bf8154
Add nix build 2021-04-18 23:43:32 +02:00
Alexander Koz fc9d24c429
Fix broken benchmarking (#167) 2021-04-15 18:53:36 +08:00
Jimmy Chu 0a0a91d578
The latest Substrate Node Template v3 compiled from Substrate (#160) 2021-03-30 07:51:52 +08:00
Julien 8370ddd69c
Rely on latest syntax 2021-03-04 17:08:44 +01:00
Julien f2992364ee
Revisit once playground template are finalised 2021-03-03 15:52:16 +01:00
Dan Forbes d567c87707
Upgrade to v3.0.0 (#141) 2021-02-24 08:12:24 -06:00
Julien 09707d5721 Rely on debug compilation 2021-02-23 14:59:10 +01:00
Muhammad-Jibril c9b47beb8e
Add Fedora/RHEL/CentOS (#140)
Add Fedora/RHEL/CentOS Installation details
2021-02-12 10:55:12 -08:00
Shawn Tabrizi 571448fb41
Patch Multiaddress Into Substrate Node Template (#130)
* Patch Multiaddress Into Substrate Node Template

* Updated all version to 100

* Update runtime/src/lib.rs

* Update runtime/src/lib.rs

Co-authored-by: Jimmy Chu <jimmychu0807@gmail.com>
2021-01-18 15:18:01 +08:00
Dan Forbes 09d8af797f
Update to v2.0.1 (#126)
* Add Rust setup steps

* Update to v2.0.1

* Cannot skip Wasm build

* Update docs

* Update build.rs

* new wasm builder, cargo update, and script tweaks

* minor update

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>
Co-authored-by: Jimmy Chu <jimmychu0807@gmail.com>
2021-01-15 12:10:35 +08:00
zxchen 4d97032c11
Add .editorconfig and format code style (#115)
* Add .editorconfig and format code style

* Enforce line length to be smaller than 100
2020-12-10 15:57:04 -08:00
Dan Forbes 72c1548ec6 Fix Docker Compose 2020-11-23 15:15:57 -08:00
Dan Forbes cbf28f1042 Workflow nitpicks 2020-11-21 19:03:46 -08:00
Dan Forbes 617e71b1ff Add workflow to check set-up & build 2020-11-21 18:59:17 -08:00
Dan Forbes 655bfdc6fc
Update Local Development docs to use Makefile (#105)
* Update Local Development docs to use Makefile

* Update Makefile per @athei

Co-authored-by: Alexander Theißen <alex.theissen@me.com>

Co-authored-by: Alexander Theißen <alex.theissen@me.com>
2020-11-17 10:12:58 -08:00
Addie Wagenknecht aa444e2413
Merge pull request #109 from xlc/patch-1
Update init.sh to reflect working nightly
2020-11-17 09:57:27 +01:00
Xiliang Chen 5322aa1e85
Update init.sh
The instruction on readme explicitly depends on nightly-2020-10-05
2020-11-17 21:41:39 +13:00
Dan Forbes 946a062f6a Update Cargo.lock 2020-11-15 16:18:56 -08:00
Alexander Popiak 093519bb37
include all (potential) pallets in Cargo workspace (#107) 2020-11-10 15:56:04 +01:00
kaichao ad5e2dc56d
Nix shell sync with Substrate (#100)
* nix shell config

* fix darwin

* update nightly for nix shell
2020-10-24 13:06:08 +02:00
Bastian Köcher 462689b2cd
Merge pull request #101 from xlc/patch-1
Bump wasm-builder-runner
2020-10-24 10:22:58 +02:00
Xiliang Chen edc3c5df33
Bump wasm-builder-runner
1.0 wasm-builder-runner is not compatible with 2.0 wasm-builder https://github.com/paritytech/substrate/pull/7283#issuecomment-705824314
2020-10-24 18:24:31 +13:00
Alexander Theißen 5785c8d71d
Remove rust-toolchain file (#99)
Architecture specific toolchains are not allowed in this file.
We can assume that stable is the default toolchain and should not
dictate with which toolchain the user builds the client. Also this
breaks under macOS.

We are only interested with which toolchain the runtime is build.
For this we should set the WASM_BUILD_TOOLCHAIN variable.
2020-10-21 23:07:46 +02:00