Arkadiy Paronyan
162baa62fb
Bump substrate ( #1125 )
2020-05-21 10:26:21 +02:00
Tomasz Drwięga
e08e5ff462
Companion for #6067 ( #1110 )
...
* Companion to #6067
* Fix tests?
* Use AvailableBlockLimit instead of hardcoding the value.
* Bump substrate.
2020-05-20 16:03:28 +02:00
s3krit
a184320503
[CI] Move check-labels to .post stage ( #1114 )
2020-05-20 12:26:10 +02:00
Nikolay Volf
dc281e313d
Update substrate, add block construction metrics ( #1112 )
...
* add metrics
* reset & update
* update
2020-05-19 19:01:16 +02:00
Pierre Krieger
58566274a0
Update to latest Substrate ( #1107 )
2020-05-18 23:55:04 +02:00
André Silva
f6e8b10de4
fix Cargo.lock dependency version ( #1105 )
2020-05-17 11:10:01 +02:00
Jon Häggblad
afb9af4cf0
Enable Babe RPC for getting epoch authorship ( #1065 )
...
Enable babe_epochAuthorship that was added in substrate#4729 for
querying information about slots that can be claimed in the current
epoch.
2020-05-16 12:46:21 +01:00
Arkadiy Paronyan
a6f35ee989
Companion PR to #6039 ( #1100 )
...
* remove on_block_imported
* remove on_block_imported
Co-authored-by: Gav Wood <gavin@parity.io >
2020-05-16 13:26:33 +02:00
Gavin Wood
8cb7cdbc64
Extra requirements for claimants ( #1091 )
...
* Introduce mandatory statement signing into claims
* Introduce SignedExtension
* Tests passing
* Bump runtime version
* Bump version, fix test
* Test for validate
* Another couple of tests
* Enable PrevalidateAttests on Polkadot
* Enable PrevalidateAttests on Polkadot
* Fix build
* Fixes
* More fixes
* Fix bench tests
* Fix & test Preclaim clobbering.
* Fix for errant claim logic
* Add test
* Update tests, always use Vec as input
* mint_claim can add signature, some_benchmarks
* Add claim with statement test
* finish benchmarks
* put the correct number of claims with benchmarks
* fix compiler warning
* Update weights
* Weight comments for validation
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
2020-05-16 12:56:49 +02:00
Benjamin Kampmann
b660c226d8
Companion for #6025 ( #1098 )
2020-05-15 19:35:39 +02:00
s3krit
5d58f7a43a
[CI] Expose WASM binaries on publish ( #1093 )
...
* add build-wasm-release CI job
* temporarily run build-wasm-release everywhere
* temporary job to inspect artifacts dir
* fix test job
* fix test job again
* remove temporary job
* remove FIXME for when to run jobs
* remove pointless echo
* Change cargo build for wasm-pack
* Checksum polkadot_cli files
* make separate wasm dir for artifacts
* fix nits
2020-05-15 16:29:48 +02:00
Denis Pisarev
11cd00567a
change (ci): fail test on warnings ( #1102 )
2020-05-15 16:29:11 +02:00
thiolliere
3beecb028c
Companion: Democracy add weight. ( #1076 )
2020-05-15 13:48:11 +02:00
gabriel klawitter
6f1d6e9dcc
ci: github api use token for pull requests ( #1099 )
2020-05-15 16:56:02 +05:30
Benjamin Kampmann
41f234f39d
Update to lastest substrate master ( #1101 )
2020-05-15 11:37:24 +02:00
Demi Obenour
c45b14d1f3
Add ‘transaction_version’ to the signed transaction ( #1092 )
...
This allows hardware wallets to know which transactions they can safely
sign.
2020-05-15 00:58:25 +02:00
Alexander Popiak
cb1e21cb0c
Companion PR to 5802 ( #1050 )
2020-05-14 17:20:07 +02:00
Bastian Köcher
45f64055a4
Companion pr for #6012 ( #1095 )
...
* Companion pr for #6012
* Update `Cargo.lock`
2020-05-13 20:19:44 +02:00
joe petrowski
0792aba17f
change BlockHashCount parameter ( #1086 )
2020-05-12 15:19:27 +02:00
Shawn Tabrizi
105b4b4d56
Companion PR for paritytech/substrate#5954 ( #1081 )
...
* Update for split weights
* Update `Cargo.lock`
* Bump all `spec_version`s
Co-authored-by: Bastian Köcher <git@kchr.de >
2020-05-12 14:07:20 +02:00
Bastian Köcher
d5033456bb
Check for correct tag in check_tags.sh ( #1087 )
2020-05-12 13:08:05 +02:00
Max Inden
4084820f0e
cli/src/cli.rs: Document --enable-authority-discovery flag ( #1085 )
2020-05-11 14:14:07 +02:00
Nikolay Volf
9049579103
Companion PR for substrate #5939 ( #1075 )
2020-05-11 12:13:24 +02:00
s3krit
b2655b5220
[CI] add check_tags CI job ( #1072 )
...
* add check_tags CI job
* fix typo in gitlab-ci.yml
* add more useful CI output
* Make presence of github token optional
2020-05-08 17:31:23 +02:00
Bastian Köcher
a62382269d
Update to latest Substrate master ( #1074 )
2020-05-07 16:59:37 +02:00
André Silva
41699f5d6e
grandpa: report equivocations on all runtimes ( #1000 )
...
* grandpa: report equivocations on all runtimes
* runtime: fix test-runtime compilation
* runtime: enable historical session manager on all runtimes
* runtime: fix indentation
* runtime: use strong key types in KeyOwnerProofSystem definitions
* update substrate
* bump spec_version of runtimes
2020-05-06 19:27:28 +01:00
Max Inden
117fffb0cb
network/src/legacy/gossip: Return bounded channel when testing ( #1046 )
...
* network/src/legacy/gossip: Return bounded channel when testing
* Cargo.lock: Update to current Substrate master
2020-05-06 16:00:58 +02:00
Gavin Wood
cc37fda55b
Bump version ( #1071 )
2020-05-06 15:40:14 +02:00
Gavin Wood
efd738be82
Bump version ( #1070 )
2020-05-05 18:20:36 +02:00
Tomasz Drwięga
7703130e6e
Fix unsigned priority of im-online @ kusama. ( #1068 )
2020-05-05 17:41:02 +02:00
Bastian Köcher
2abee92f89
Increment Westend spec_version ( #1066 )
2020-05-05 17:40:47 +02:00
Bastian Köcher
1f5771e898
Companion pr for Substrate #5889 ( #1067 )
...
* Companion pr for Substrate #5889
* Update Substrate ref
2020-05-05 14:47:40 +01:00
Shawn Tabrizi
f64c2a940f
Update Runtime Weights and Fee Calculation ( #1064 )
...
* Update Runtime Weights and Fee Calculation
* bump spec
* Order of operations avoids saturation
* Update runtime/polkadot/src/constants.rs
* Use frame consts
* Update Cargo.lock
* Update Cargo.lock
* Update Cargo.lock
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2020-05-05 09:41:41 +02:00
Jon Häggblad
a7f76b4edd
Companion PR for Substrate #5375 ( #1040 )
...
* Companion PR for Substrate #5375
* fix compilation
* Update rpc/Cargo.toml
* update substrate
Co-authored-by: André Silva <andre.beat@gmail.com >
Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org >
2020-05-04 22:27:38 +02:00
Bastian Köcher
054a64af7e
Companion for Substrate#5860 ( #1061 )
...
* Companion for Substrate#5860
* Update Substrate
2020-05-04 20:20:06 +02:00
Pierre Krieger
626a4aeccf
Some fixes to compile for Android ( #1063 )
...
* Some fixes to compile for Android
* Revert change to cli
2020-05-04 16:04:33 +02:00
Bastian Köcher
3b309c776c
Update to latest Substrate master ( #1058 )
...
* Update to latest Substrate master
* again
2020-04-30 14:30:41 +02:00
Cody Lamson
1a2ac3cb5f
add space to bottom of file to trigger license detection ( #1057 )
2020-04-30 14:11:16 +02:00
Gavin Wood
f6b9cd4e4d
Prep v0.7.32 ( #1056 )
...
* Bump Westend runtime version
* Bump Substrate
* Prep for release of 0.7.32
* Update lock
2020-04-29 19:27:37 +02:00
André Silva
ac9be5a077
add bad runtime upgrade block to westend chainspec ( #1055 )
2020-04-29 18:56:53 +02:00
Seun Lanlege
1b73920de1
remove ClientProvider import ( #1054 )
2020-04-29 18:48:07 +02:00
pscott
15c0e6e3ed
Companion PR for #5647 ( #1035 )
2020-04-29 18:46:51 +02:00
Bastian Köcher
c1ecc9b6cd
Use correct executor for Westend ( #1053 )
2020-04-29 15:15:49 +02:00
Seun Lanlege
befd6815a3
remove ClientProvider for feature PolkadotClient ( #1052 )
2020-04-29 13:10:03 +01:00
thiolliere
9ff3091e35
Companion PR for treasury weight update (merged) Fix polkadot with substrate master ( #1044 )
...
* fix tests
* add cargo lock
* update substrate
2020-04-28 19:35:46 +02:00
Bastian Köcher
365af458af
Fix collator interfaces to make them work with Cumulus ( #1048 )
...
* Fix collator interfaces to make them work with Cumulus
* Fix the fix
2020-04-28 16:49:21 +01:00
Seun Lanlege
0e0760d56c
Drop sc-client ( #1037 )
...
* WIP
* collator
* fix missing reference
* Make collator builder more generic
* all clear
* revert start colator fn
* fix return type of start_collator
* sc-consensus
* bump back to master
* Update collator/src/lib.rs
Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org >
* Update collator/src/lib.rs
Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com >
* uncomment type MaxIterations
* reactivate append storage feature
Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org >
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com >
2020-04-28 16:20:47 +02:00
Bastian Köcher
a211a2519f
Fix some features handling ( #1045 )
2020-04-28 14:30:23 +02:00
Nikolay Volf
e54811646a
update substrate, set new version ( #1043 )
2020-04-28 10:25:35 +02:00
Kian Paimani
7076651c75
Companion Substaret/5683 ( #1039 )
...
* update polkadot
* Fix build
* Bump Substrate
Co-authored-by: Gav Wood <gavin@parity.io >
2020-04-27 20:34:46 +02:00