Skip to content
  1. Feb 19, 2019
  2. Feb 18, 2019
  3. Feb 17, 2019
  4. Feb 15, 2019
    • Stanislav Tkach's avatar
      Migrate finality-grandpa to the 2018 edition (#1797) · 50bfe375
      Stanislav Tkach authored and asynchronous rob's avatar asynchronous rob committed
      50bfe375
    • Michael Müller's avatar
      Fix --import-blocks (#1807) · 1752b28c
      Michael Müller authored
      * Encode count of exported blocks correctly
      
      There was a type mismatch: import used u32, export
      used Number.
      
      * Wait for import to finish
      
      The issue was that even though the import thread
      was still running, the main thread exited.
      
      * Remove superfluous parentheses
      
      * Improve structure, add proofs for expects
      
      * Unify types for export/import length
      1752b28c
    • gabriel klawitter's avatar
      gitlab-ci: merge-test stage (#1752) · 082ab84f
      gabriel klawitter authored
      082ab84f
    • Xiliang Chen's avatar
      Transaction Fee Module (#1648) · 14ee64c3
      Xiliang Chen authored
      * wip
      
      * Split bytes fee charging and charging by amount into different traits.
      
      * Move to edition 2018.
      
      * Implemented charge fee traits for fees module.
      
      * Implemented 'on_finalise' for fee module.
      
      * Updated fees finalize impl.
      
      * Renaming and documentation update.
      
      * Added overflow & underflow check for fee calculation.
      
      * Added mock and unit tests for fee module.
      
      * More unit tests for fees module.
      
      * Fixed srml-executive unit tests.
      
      * Remove transaction base/bytes fee from balances module, fix unit tests.
      
      * fix compile error
      
      * Fixed unit test.
      
      * Minor fixes.
      
      * Bump spec version.
      
      * Bump spec version.
      
      * Updated fees module and runtime wasm.
      
      * Fees module code style improvement; updated runtime wasm.
      
      * Bump spec and impl version.
      14ee64c3
    • Svyatoslav Nikolsky's avatar
      Use DB backend in test client (#1779) · 3a9b1e47
      Svyatoslav Nikolsky authored
      
      
      * use DB backend in test client
      
      * Update core/client/db/src/lib.rs
      
      Co-Authored-By: default avatarsvyatonik <[email protected]>
      3a9b1e47
    • Roman Borschel's avatar
      Ensure config directory exists. (#1802) · 5582eb4f
      Roman Borschel authored
      Ensure the config directory exists before trying to write the public key file.
      It is the responsibility of obtain_private_key to do so, as per the purpose
      of this function.
      5582eb4f
  5. Feb 14, 2019
  6. Feb 13, 2019
    • Shawn Tabrizi's avatar
      Adding vesting tests to Balances module (#1786) · 6a4b5806
      Shawn Tabrizi authored
      * Adding vesting tests to Balances module
      
      * Fix gitlab message, bump impl
      6a4b5806
    • Gautam Dhameja's avatar
      Added demo module to show explicit imports of macros (#1770) · 2d77ae07
      Gautam Dhameja authored
      * added demo module to node template
      
      * updated comments
      
      * replaced demo with updated template module
      
      * Personal preferences here
      
      * fixed comment inside macro
      2d77ae07
    • André Silva's avatar
    • André Silva's avatar
      core: grandpa: collect garbage for topic (#1780) · 0355a1c1
      André Silva authored
      * core: grandpa: collect garbage for topic
      
      * core: grandpa: use collect_garbage_for_topic in tests
      0355a1c1
    • Gav Wood's avatar
      Add more naunce to the runtime CI agent (#1764) · 010764d3
      Gav Wood authored
      * Add more naunce to the runtime CI agent
      
      - If there are no changes to runtime code, exit ok; otherwise:
      - If spec_version has changed, then:
        - Exit ok if the runtime is rebuilt, fail otherwise.
      - If impl_version has changed, then exit ok.
      - If neither version has changed, fail.
      
      * Update check_runtime.sh
      010764d3
    • Stanislav Tkach's avatar
      ac9d30a8
    • Gav Wood's avatar
      Introduce Ristretto signing (#1730) · 71fb4448
      Gav Wood authored
      
      
      * first draft of ristretto crypto module #1685
      
      * adds better comments and code-style
      
      * remove the last evil unwrap
      
      * remove a mistakenly committed lockfile
      
      * add a fresh new lockfile --will probably need a manual merge later
      
      * fix an invalid old test vector
      
      * Wire in ristretto
      
      * Update comment
      
      * Fix use.
      
      * new Signature type api alias to be compatible with substrate
      
      * Add new keyring, fix node executor tests
      
      * Bump version.
      
      * Remove all hashes.
      
      * Update core/primitives/src/sr25519.rs
      
      Co-Authored-By: default avatargavofyork <[email protected]>
      
      * Revert back to Ed25519 (until JS UI is ready)
      
      * Fix test
      71fb4448
    • Tomasz Drwięga's avatar
      EnumerableStorageMap (#1763) · 21f58001
      Tomasz Drwięga authored
      * Refactor decl_storage a bit to allow easier impl of linked map.
      
      * A bunch of refactorings for storage generation.
      
      - Rename StorageMap and ChildrenStorageMap to avoid confusion with generator::StorageMap.
      - Separate implementation from the procedural macro code to clean it up.
      - Make sure that genesis is initialised using the `StorageValue/StorageMap`
        generated implementations instead of going RAW.
      
      * WiP: Writing test.
      
      * Basic implementation.
      
      * Implement enumeration.
      
      * Fix non-std issues.
      
      * fix warning
      
      * Fix test-client.
      
      * Address review grumbles - part 1
      
      * Avoid cloning the key, relax Storage requirements.
      
      * Rebuild runtime.
      
      * Remove dangling todo.
      21f58001
    • Xiliang Chen's avatar
      fix previous TODOs · d6f937e9
      Xiliang Chen authored
      d6f937e9
  7. Feb 12, 2019
  8. Feb 11, 2019