Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
11ace4e
make ClientConfig public (#7544)
insipx Nov 16, 2020
407cd3a
sc-basic-authorship: remove useless dependencies (#7550)
koushiro Nov 18, 2020
2d97a12
Add slashing events to elections-phragmen. (#7543)
kianenigma Nov 18, 2020
c180950
Remove necessity to pass ConsensusEngineId when registering notificat…
tomaka Nov 18, 2020
9d65d98
sc-cli: replace bip39 with tiny-bip39 (#7551)
koushiro Nov 18, 2020
69198d1
Add extra docs to on_initialize (#7552)
tomusdrw Nov 18, 2020
f74de63
More Extensible Multiaddress Format (#7380)
shawntabrizi Nov 19, 2020
1c122c6
Fix weight template to remove ugliness in rust doc (#7565)
athei Nov 20, 2020
a0e8b7e
Cargo.lock: Run cargo update (#7553)
mxinden Nov 20, 2020
5f17393
.github: Add dependabot config and thus enable dependabot (#7509)
mxinden Nov 20, 2020
faad534
Thread-local parameter_types for testing. (#7542)
kianenigma Nov 20, 2020
a208da1
Bump wasm-bindgen-test from 0.3.12 to 0.3.17 (#7567)
dependabot[bot] Nov 20, 2020
23473ca
pallet-evm: move to Frontier (Part IV) (#7573)
sorpaas Nov 22, 2020
24eec92
Bump secrecy from 0.6.0 to 0.7.0 (#7568)
dependabot[bot] Nov 22, 2020
756212f
Bump wasm-bindgen-futures from 0.4.17 to 0.4.18 (#7572)
dependabot[bot] Nov 22, 2020
6c83f39
Bump lru from 0.4.3 to 0.6.1 (#7577)
dependabot[bot] Nov 23, 2020
40e08ee
Bump wasm-bindgen-test from 0.3.17 to 0.3.18 (#7579)
dependabot[bot] Nov 23, 2020
0fcbef2
Bump wasm-timer from 0.2.4 to 0.2.5 (#7578)
dependabot[bot] Nov 23, 2020
f16acff
grandpa: remove light-client specific block import pipeline (#7546)
andresilva Nov 23, 2020
0840c58
client/authority-discovery: Publish and query on exponential interval…
mxinden Nov 23, 2020
d021078
sc-network: update some dependencies (#7582)
koushiro Nov 23, 2020
3558103
Bump linregress and do some other cleanups (#7580)
bkchr Nov 23, 2020
7e94f01
Wasm-builder 3.0 (#7532)
bkchr Nov 24, 2020
31733d5
Bump tracing from 0.1.21 to 0.1.22 (#7589)
dependabot[bot] Nov 24, 2020
9a29852
contracts: Add `salt` argument to contract instantiation (#7482)
athei Nov 24, 2020
24809aa
*/Cargo.toml: Remove unused dependencies (#7590)
mxinden Nov 24, 2020
0ea060a
Merge remote-tracking branch 'parity/master' into bump/contracts
clearloop Nov 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix weight template to remove ugliness in rust doc (paritytech#7565)
fixed weight template
  • Loading branch information
athei authored Nov 20, 2020
commit 1c122c6d138f7f58f1ed7ce1414cf3dd283cd4ce
3 changes: 2 additions & 1 deletion .maintain/frame-weight-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//! Weights for {{pallet}}
//! Autogenerated weights for {{pallet}}
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}
//! DATE: {{date}}, STEPS: {{cmd.steps}}, REPEAT: {{cmd.repeat}}, LOW RANGE: {{cmd.lowest_range_values}}, HIGH RANGE: {{cmd.highest_range_values}}
//! EXECUTION: {{cmd.execution}}, WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}
Expand Down
3 changes: 2 additions & 1 deletion utils/frame/benchmarking-cli/src/template.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{header}}
//! Weights for {{pallet}}
//! Autogenerated weights for {{pallet}}
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}
//! DATE: {{date}}, STEPS: {{cmd.steps}}, REPEAT: {{cmd.repeat}}, LOW RANGE: {{cmd.lowest_range_values}}, HIGH RANGE: {{cmd.highest_range_values}}
//! EXECUTION: {{cmd.execution}}, WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}
Expand Down