- May 20, 2020
-
-
Kian Paimani authored
-
Kian Paimani authored
-
Kian Paimani authored
-
Kian Paimani authored
-
Kian Paimani authored
-
- May 19, 2020
-
-
thiolliere authored
-
thiolliere authored
Co-authored-by: Alexander Popiak <[email protected]>
-
thiolliere authored
-
thiolliere authored
Benchmark submit solution without phragmen (PR for First draft of offchain phragmen weights) (#6073) * implementation of new benchmark * address comments
-
Kian Paimani authored
-
- May 18, 2020
-
-
Kian Paimani authored
-
Kian Paimani authored
Co-authored-by: Alexander Popiak <[email protected]>
-
Kian Paimani authored
Co-authored-by: Alexander Popiak <[email protected]>
-
Kian Paimani authored
Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: thiolliere <[email protected]>
-
Kian Paimani authored
Co-authored-by: Alexander Popiak <[email protected]>
-
Kian Paimani authored
Co-authored-by: Alexander Popiak <[email protected]>
-
- May 15, 2020
-
-
Kian Paimani authored
-
Kian Paimani authored
-
Kian Paimani authored
Merge branch 'kiz-weight-offchain-stuff' of github.com:paritytech/substrate into kiz-weight-offchain-stuff
-
Kian Paimani authored
-
Kian Paimani authored
-
Kian Paimani authored
-
Kian Paimani authored
-
Kian Paimani authored
* Fist benchmark barely working * Debug checkpoint * add rest of benchmarks * Add to runtime * Fix build * Update frame/elections-phragmen/src/benchmarking.rs Co-authored-by: Shawn Tabrizi <[email protected]> * Update frame/elections-phragmen/src/benchmarking.rs Co-authored-by: Shawn Tabrizi <[email protected]> * major imp * Make them run on release * Help finish phragmen benchmarks (#5886) * update caller, account, and member/runner-up creation * remove stuff * ocd * make it work with real run * relax the numbers a bit * New and improved version * Make elections-phragmen weighable and secure. (#5949) * Make elections-phragmen weighable. * Update frame/elections-phragmen/src/lib.rs Co-authored-by: Alexander Popiak <[email protected]> * Update frame/elections-phragmen/src/lib.rs Co-authored-by: Alexander Popiak <[email protected]> * Fix all tests * Fix everything * Add note Co-authored-by: Alexander Popiak <[email protected]> * Doc update * Fix some complexity params * Once more ready to benchmark * ready for bench * final tunes * Update frame/elections-phragmen/src/lib.rs * Fix fix * Update frame/elections-phragmen/src/lib.rs * Update frame/elections-phragmen/src/benchmarking.rs Co-authored-by: Alexander Popiak <[email protected]> * Update frame/elections-phragmen/src/benchmarking.rs Co-authored-by: Alexander Popiak <[email protected]> * Update to latest weights * Some fixes * Fix dual voter read from @thiolliere * Remove todos * review from @shawntabrizi * Fix bench tests. Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: Alexander Popiak <[email protected]>
-
Kian Paimani authored
* Update README.md I didn't do a good job at making the gif, but this is just a proposal. If accepted, I can make a better one or ask Max to help with it. * better gif file * New file
-
Pierre Krieger authored
* Fix lots of small nits in sc-network * Update client/network/src/protocol/sync/blocks.rs Co-authored-by: Arkadiy Paronyan <[email protected]> * Fix warning * Yes. The line width. Co-authored-by: Arkadiy Paronyan <[email protected]>
-
thiolliere authored
-
Benjamin Kampmann authored
-
Andrew Plaza authored
-
Shawn Tabrizi authored
-
gabriel klawitter authored
-
- May 14, 2020
-
-
Demi Obenour authored
* Add ‘transaction_version’ to the signed transaction This allows hardware wallets to know which transactions they can safely sign. To reduce transaction size, I reduced it to a ‘u8’ from a ‘u32’. Fixes #5951. * Restore transaction_version to a u32 * Fix comments `transaction_version` is not part of a tx, but is still signed. Co-authored-by: Bastian Köcher <[email protected]> * Fix the test suite I had forgotten to change the production of transactions in the test code. * Fix benchmarks * Improve docs for `CheckTxVersion` in `frame_system` Co-authored-by: André Silva <[email protected]> * Remove spurious cast Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: André Silva <[email protected]>
-
Kian Paimani authored
-
Pierre Krieger authored
-
Alexander Popiak authored
-
Kian Paimani authored
-
Bastian Köcher authored
-
s3krit authored
-
- May 13, 2020
-
-
André Silva authored
-
Demi Obenour authored
* Fix escaping of the wasm file path * Add separate methods for escaped paths
-