Dan Shields
54163b0205
update to polkadot-v.0.9.17 ( #313 )
2022-02-24 11:09:06 -07:00
Shawn Tabrizi
0fa941470d
`--dev` implies `--tmp`
2022-02-09 08:49:32 +01:00
Dan Shields
b53da9f444
2021 edition update ( #303 )
2022-01-26 12:43:34 -07:00
Dan Shields
399efba55d
revert zero ( #302 )
2022-01-26 12:35:38 -07:00
Dan Shields
9e0d9eb9df
add zero check ( #301 )
2022-01-26 12:20:35 -07:00
Dan Shields
3a4ee2b0e5
Changes from Substrate upstream `polkadot-v0.9.15-1` ( #300 )
...
Use 1 line deps
use `devhub/latest` tag for deps
Use ONLY 4.0.0-dev deps for sp-core and sp-std and sp-runtime (upstream master is ahead)
2022-01-20 13:37:29 -07:00
Dan Shields
7ce49b86b3
cargo update -p sc-cli ( #290 )
2021-12-28 10:18:04 -07:00
Alejandro Martinez Andres
d68cf29e46
Persistent state fix ( #285 )
2021-12-21 12:46:28 -07:00
Dan Shields
ad7ce8e3da
Update to monthly-2021-12 upstream ( #277 )
2021-12-06 11:39:50 -07:00
Julien
3a4044f70c
Update devcontainer.json
2021-12-02 20:02:14 +01:00
Dan Shields
b74af51fe2
Move to use `devhub/latest` tag upstream ( #271 )
2021-11-30 11:18:29 -07:00
Dan Shields
3dd3b348b3
update rust 2021 ( #261 )
2021-11-09 16:58:20 +01:00
Dan Shields
d8063c4171
Update to `monthly-2021-11` ( #259 )
...
* file changes from upstream
* fix cargo for monthly-2021-11
2021-11-07 21:41:04 +01:00
Dan Shields
1ea08839ae
hompage = substrate.io ( #256 )
2021-10-14 14:51:45 +08:00
Dan Shields
8e5c1c4855
new docs site + Do not provide benchmarking host functions by default ( #255 )
2021-10-12 17:47:26 +08:00
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