- Dec 22, 2018
-
-
Bastian Köcher authored
* Make `deposit_event` work with none generic events `fn deposit_event() = default` will now be used for none generic events `fn deposit_event<T>() = default` is now for generic events. * Update wasm files * Fixes some spelling mistakes * Update wasm and fix new module
-
Wei Tang authored
-
- Dec 21, 2018
-
-
* node: remove grandpa authority flags * node: exit-guard grandpa and aura spawned futures * node: wait for futures to stop running on shutdown * core: run connectivity tests on same ports * core: pass on_exit future when starting aura and grandpa * node: add issue number to todo * core: fix aura and grandpa tests
-
Gav Wood authored
* Sudo module * Fix comment * Fix errors * Fix test * Update hashes * Final test fixes and build * Final hex change
-
André Silva authored
-
Gav Wood authored
-
- Dec 20, 2018
-
-
Gav Wood authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
* Call a state before block was imported. * Add test to check if it works correctly.
-
cheme authored
* Add a 'default' field to metadata. It contains code to generate the default value. * wasm update * Make 'default' field an `Option` * Boxed fn is not static, that won't be fine * static fn won't do it to as it cannot get T param, will try fat trait * Fat pointer over phantom data compatible with static instantiation * DecodeDifferent is cool, using it for decoding. * using once cell to do what would require copying lazy_static internals. * Remove cache when no_std (non compatible deps) * wasm bins update * Fuse tooling struct and enum derive.
-
Mohanson authored
* Fix usage error in README * Flow the advice
-
- Dec 19, 2018
-
-
cheme authored
* Clean space from types when converting to string * Missing cases. * Add unit test for complex type, complete clean fn.
-
Wei Tang authored
* node/runtime: Avoid duplicate dependency via package reexport * core/test-runtime: Avoid duplicate dependency via package reexport * Update lock file
-
Jaco Greeff authored
-
-
- Dec 17, 2018
-
-
Gav Wood authored
-
Gav Wood authored
* Add new testnet * Rename * Update lib.rs * Rename ctd. * Remove BBQ Birch Testnet reference from Readme * Fix comment * Update keys
-
* Consensus data added with generic use in service/src/consensus.rs. This may need to change. * refactor consensus service a bit
-
Tomasz Drwięga authored
* Implement health endpoint. * Expose health API.
-
Bastian Köcher authored
-
- Dec 16, 2018
-
-
Sergei Pepyakin authored
-
- Dec 15, 2018
-
-
* core: support broadcasting consensus message to all peers * grandpa: remove liveness oracle * node: always start grandpa on full nodes * core: don't check for grandpa justifications on failed block imports * core: fix network connectivity test
-
- Dec 14, 2018
-
-
Luke Schoen authored
* Update SRML Assets: add total supply query, refactor with specific unit tests, update assertions * Add feature and tests to allow querying total supply * Add assertion and tests to ensure that transfer amount is greater than or equal to one unit * Replace broad `it_works` function test with various specific unit tests * Fix `destroy` function by moving assertion before the action * Fix typos `Transfered` should be `Transferred`, `requried` should be `required` * Reference: https://hackmd.io/nr6kPD2sR4urmljtvHs0CQ?view#Assets-Module * refactor: Order imports alphabetically * review-fix: Replace non-zero check with shorter equivalent * review-fix: Restore order of non-zero assertion and destroy account * Update lib.rs
-
- Dec 13, 2018
-
-
* Optionally long lock voting * Lock voting. * Fix tests * Comment update * Comments * Minor grumbles * Docs.
-
Sergei Pepyakin authored
* s/account ID/address * Add a note about CODE_CALLER * Comment tests.
-
* implement AuxStore on light clients * Update core/client/db/src/light.rs Co-Authored-By: svyatonik <[email protected]> * Update core/client/db/src/light.rs Co-Authored-By: svyatonik <[email protected]> * Update core/client/db/src/light.rs Co-Authored-By: svyatonik <[email protected]>
-
-
Benjamin Kampmann authored
* Add cli param to limit datbase cache size * fixing tests
-
- Dec 12, 2018
-
-
Simon Warta authored
* Remove _ prefix from variable * Handle empty pattern in vanity tool * Deduplicate and fix account printing * Add comment on restore subcommand * Add simple keygen command
-
Bastian Köcher authored
-
Sergei Pepyakin authored
* Implement ext_caller. * Rebuild wasm. * Update COMPLEIXTY.md
-
Svyatoslav Nikolsky authored
-
- Dec 11, 2018
-
-
asynchronous rob authored
-
- Dec 10, 2018
-
-
* Move runtimeVersion to state, add rudimentary test for subscription. * Bump to latest jsonrpc.
-
asynchronous rob authored
* make offline-reporting infrastructure more generic * add a listener-trait for watching when the timestamp has been set * prevent inclusion of empty offline reports * add test for exclusion * generate aura-offline reports * ability to slash many times for being offline "multiple" times * Logic for punishing validators for missing aura steps * stub tests * pave way for verification of timestamp vs slot * alter aura import queue to wait for timestamp * check timestamp matches seal * do inherent check properly * service compiles * all tests compile * test srml-aura logic * aura tests pass * everything builds * some more final tweaks to block authorship for aura * switch to manual delays before step * restore substrate-consensus-aura to always std and address grumbles * update some state roots in executor tests * node-executor tests pass * get most tests passing * address grumbles
-
Arkadiy Paronyan authored
* Fixed common block tracking when syncing * Fixed fork resolution
-
Gav Wood authored
* Referendums only gett enacted after a delay; successful voters must lock funds up until enactment. * Build fixes. * Configurable council enact delay, fix test builds. * Fix spelling * Remove TODO
-
gabriel klawitter authored
* gitlab-ci.yml: upload binaries to s3 * gitlab-ci.yml: typo tag names * gitlab-ci.yml: avoid dots in tags * gitlab-ci.yml: try before_script * gitlab-ci.yml: indentation * gitlab-ci.yml: unified before_script * gitlab-ci.yml: don't forget script * use VERSION file * build.sh only before builds * git_strategy: none * use own docker awscli image * typo * use artifacts folder * enable uploads to s3 as well * add builds.sh to tests
-
cheme authored
* Do not try to fix type display for metadata in rust. * Fix test (adding extra space (we can see it as a canary: if at some point quote got a better output the test will fail and js space removal could be remove)).
-
Tomasz Drwięga authored
* Move pool maintainance to a background task. * Remove commented code. * Add issue number to TODOs * Fix warnings and tests.
-