Commit Graph

117 Commits (6de2bf2e83596475c6952a34df7bcdd8137331f5)

Author SHA1 Message Date
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
Dan Forbes c97e17e907
Update toolchain file to be compatible with paritytech/ci-linux Docker (#98)
Closes #95
2020-10-19 12:56:28 -07:00
Julien Eluard b8faba774a
Added new menu option 2020-10-15 16:23:00 +02:00
Julien Eluard d6efb42c7c
Rely on latest image 2020-10-14 16:19:34 +02:00
Julien Eluard 5dc7853cad
Added nicer commands 2020-10-13 21:40:25 +02:00
Julien Eluard 17aec8ce69
Delete Dockerfile 2020-10-12 16:19:29 +02:00
Julien Eluard 9af6401c56
Update devcontainer.json 2020-10-12 16:19:18 +02:00
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