Commit Graph

59 Commits (4ea490ef8ee7cde7668c56dc548e72ee8695297b)

Author SHA1 Message Date
Bruno Galvao 4ea490ef8e
Update to polkadot-v0.9.26 (#356)
Co-authored-by: Dan Shields <nukemandan@protonmail.com>
2022-07-15 02:29:00 -06:00
Bruno Galvao de262935ed
Update to polkadot-v0.9.25 (#354) 2022-07-05 14:15:45 -06:00
Bruno Galvao 9c89be106c
Update to polkadot-v0.9.24 (#352)
* Update to polkadot-v0.9.24
2022-06-16 13:39:29 -06:00
Bruno Galvao 681a9d8e3e
update to polkadot-v0.9.23 (#350) 2022-06-02 15:33:23 -06:00
Bruno Galvao 7758031744
Update to polkadot-v0.9.22 (#346)
* updating to 0.9.22

Co-authored-by: Dan Shields <nukemandan@protonmail.com>
2022-05-21 09:19:48 -06:00
Dan Shields fbe735e456
Update to `polkdadot-v0.9.20` from upstream (#343)
- update to polkdadot-v0.9.20 from upstream
- new CLI commands for convinience
2022-05-04 14:34:21 -06:00
Dan Shields 596285acac
Update to Polkadot v0.9.19 upstream (#341)
- command helper for benchmarks
- try runtime updates
- clap bump
2022-04-20 14:15:29 -06:00
Dan Shields 7c34216462
Update to polkadot-v0.9.18 (#328)
* TryRuntime added ot CLI
2022-03-21 14:01:15 -06:00
Dan Shields cadb6a50ac
update `polkadot-v0.9.17` deps (#317) 2022-03-02 08:52:49 -07:00
Dan Shields 54163b0205
update to polkadot-v.0.9.17 (#313) 2022-02-24 11:09:06 -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 ad7ce8e3da
Update to monthly-2021-12 upstream (#277) 2021-12-06 11:39:50 -07: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
Dan Shields 4e98521355
Update to `monthly-2021-10` (#246) 2021-10-02 07:38:49 +08: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
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 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
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
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
Dan Forbes d567c87707
Upgrade to v3.0.0 (#141) 2021-02-24 08:12:24 -06: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
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
Dan Forbes 24da7670a9
Update to v2.0.0 🎉 (#88) 2020-09-23 08:24:35 +08:00
Dan Forbes c9fda53e31
Upgrade to v2.0.0-rc6 (#75) 2020-08-21 13:20:35 +02: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 769ca1a1df
Remove unused dependencies (#66) 2020-07-28 03:57:49 -07:00
Dan Forbes 3718adb0bc
Upgrade to v2.0.0-rc5 (#65) 2020-07-25 05:35:30 -07: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
Dan Forbes 0947321e77 Upgrade to v2.0.0-rc3 2020-06-10 09:47:28 -07: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
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
Ricardo Rius c1b33f8c76
Update to alpha.6 2020-04-15 13:33:19 +02: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 333b2b4b70
Increase total block weight. 2020-03-06 11:36:13 -05:00