- Aug 24, 2019
-
-
Gavin Wood authored
-
- Aug 12, 2019
-
-
Kian Paimani authored
* Integrate srml/im-online * Fix all build errors with old aura. * Fix most of the build errors. * Builds and tests seem to pass (I will not trust this commit yet) * Apply suggestions from code review Co-Authored-By: Robert Habermeier <[email protected]> * Kill some warnings. * fix panics on 0 validators * Fix dev chain. * Fix author stuff * fix im online integration. * Some tweaks * Introduce app-crypto * Initial build work * codec update / tweaks * patch polkadot-erasure-coding input * More fixes for new crypto * More fixes * Update parachains module * evamp parachain crypto * More crypto work. * Chain spec and service. * ChainSpec stuff * Last bits for a clean build * Tweak coment * adapt polkadot-validation to the new keystore * polkadot-network compiles, but tests don't * Integrate the new parachain validation stuff * delete message_routing file * make polkadot-network tests compile and pass * runtime tests compile and pass * update substrate ref * service compiles * all tests pass * Add TODO, change branch back to polkadot-master * Lock file * TODOs done * Issue number * Remove old tODO * Remove commented code
-
- Aug 07, 2019
-
-
Gavin Wood authored
* Integrate the claims. * Remove accidetnal code. * Update runtime/src/lib.rs Co-Authored-By: thiolliere <[email protected]> * Add Config. * Introduce claims to config * Expose claims module signing Prefix (#358) * Update parking_lot, bette trait args
-
- Aug 05, 2019
-
-
Stanislav Tkach authored
* Pass indices in serialized form * Fix indentation and remove panic * Fix tests and other code * Remove unique voters tracking * Restore validator group check * Fix lock file * Add test * Add attestation sorting * Add validation to the check_candidate function * Update codec version one more time * Remove patch versions
-
- Jul 23, 2019
-
-
Arkadiy Paronyan authored
* Improved execution & tests * Style * Made CLI arg const * Moved Upwards message * CLI subcommand for validation worker * Build halting parachain * Build halting parachain * Made stuff private * Reorganized parachain tests * Comment * Whitespace * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]> * Fixed call data size check and introduced an enum * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]>
-
- Jul 09, 2019
-
-
Bastian Köcher authored
* Make `collator::Network` require `Send + Sync` to make it work * Update packages * Update to latest Substrate * Make it compile and make tests work * Use `polkadot-master` * Fix CI * Remove `build.sh` from readmes * Delete old stuff * Bring one back
-
- Jul 05, 2019
-
-
Bastian Köcher authored
-
- Jul 04, 2019
-
-
Gavin Wood authored
* Best effort to bring up to date. * Fix the executor stuff * Update verisons. * Finish fixing * Final fixes and warnings. * add some docs and bump Wasm versions * Fix tests * Fix final test
-
- Jul 02, 2019
-
-
Black3HDF authored
-
- Jun 27, 2019
-
-
Bastian Köcher authored
* Introduce `BuildParachainContext` trait * Change the structure and hide the actual network implementation behind a trait * Add functions to collator `Network` trait
-
- Jun 25, 2019
-
-
asynchronous rob authored
* burn parachain funds depending on candidate fees * charge fees when executing parachain * fix test compilation * branch grumble addressed * test that Balance >= usize
-
Bastian Köcher authored
* Make `polkadot-parachain` call `validate_block` instead of `validate` Also switch to rust 2018 in the crate * Use `rstd` * Make `load_params` a pointer
-
* Pass `relay_parent` hash to `produce_candidate` * Fixes compilation
-
- Jun 20, 2019
-
-
* Update to latest Substrate master + warning fixes * Update runtime/src/lib.rs Co-Authored-By: thiolliere <[email protected]>
-
- Jun 17, 2019
-
-
asynchronous rob authored
* allow asynchronous collation * remove unnecessary leading colons Co-Authored-By: Bastian Köcher <[email protected]> * remove unneeded bound * Fixes compilation
-
- Jun 11, 2019
-
-
Pierre Krieger authored
* Require --locked on CI for WASM runtime locks * Update runtime Cargo.lock * Add quotes
-
- May 29, 2019
-
-
Stanislav Tkach authored
-
- May 25, 2019
-
-
Gavin Wood authored
* Slots module * Integrate slots * More drafting * Minor updates * Update parachains to use trati * More build fixes * Full code now compiles * Add renew bid function * Implement calculate_winner * Warning remove * Update gitignore * Test framework * Tests * Further testing * More tests, new parameterisation. * Fix and new test * Thread-safe tests * Test off-boarding and a fix. * Test onboarding * Allow late onboarding. * Another test and fix * Avoid println in nostd * Compact representation of paraids * Introduce documentation. * Introduce events. * Additional test and fix * Additional test * Tidy up line lengths. * Remove printlns * Use later substrate utils. * Fix build/test * Make slots work with latest substrate * Update runtime/src/slot_range.rs Co-Authored-By: Robert Habermeier <[email protected]> * Update runtime/src/slots.rs Co-Authored-By: Shawn Tabrizi <[email protected]> * Update runtime/src/slots.rs Co-Authored-By: Shawn Tabrizi <[email protected]> * Polish logic * Rewind to earlier substrate master * Remove dead code.
-
- May 17, 2019
-
-
thiolliere authored
-
- May 15, 2019
-
-
* WIP * merging select_chain * WIP * update to point to gui-polkadot-master * Fix collator * update gui-polkadot-master and fix * fix unwraps * better returning an error
-
- Mar 28, 2019
-
-
* Rebuild runtime * Remove invalid value from chainspec (#68) * service: use grandpa block import for locally sealed aura blocks (#85) * bump version to v0.3.1 * Update lock file. * limit number of transactions when building blocks (#91) * Update to latest Substrate * Bump to 0.3.2 * Actually bump. * v0.3.2 (#98) * bump substrate version * fix polkadot-collator * point to alexander-backports of substrate * bump version * cli: fix node shutdown (#100) * update to latest substrate, change to v0.3.4 * update to latest substrate, bump version to 0.3.5 * v0.3.6 * try to build on every v0.3 commit and update alexander-backports * bump to v0.3.7 * bump to 0.3.8 * Bump to 0.3.9: network and pruning improvements * Bump to 0.3.10: reduce network bandwidth usage * Use libp2p-kad 0.3.2 (#122) * Bump libp2p-identify to 0.3.1 (#123) * Bump to 0.3.12 (#127) * Update Substrate again (#128) * update substrate and bump version to v0.3.13 * bump version to v0.3.14: fix --reserved-nodes * add a manually curated grandpa module (#136) * updating v0.3 to use substrate v0.10 (#146) * updating to latest substrate v0.10 * better handling of outer poll * nit * fix tests * remove comment * reduce indentation * use self.poll * bring oneshot into scope * spaces * wrap * remove match * wrap * Update primitives/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update runtime/wasm/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update runtime/wasm/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update test-parachains/adder/collator/src/main.rs Co-Authored-By: gterzian <[email protected]> * indent * add paranthese * config: fix wrong ip for alexander bootnode (#161) * fix curated-grandpa and rebuild wasm (#162) * [v0.3] Integrates new gossip system into Polkadot (#166) * new gossip validation in network * integrate new gossip into service * network: guard validation network future under exit signal (#168) * bump version to v0.3.15: substrate v0.10 * [v0.3] update to substrate master (#175) * update to substrate master * fix test * service: fix telemetry endpoints on alexander chainspec (#169) (#178) * Update v0.3 to latest Substrate master (#177) * update substrate v0.3 to latest master * bump spec version * update to latest master: remove fees module * update runtime blobs * bump version to 0.3.16 * replace sr25519 accountid with anysigner * bump version to v0.3.17 * Some PoC-3 GRANDPA tweaks (#181) * call on_finalise after triggering curated_grandpa change * make grandpa rounds shorter for faster finalization * use authorities when calculating duty roster (#185) * [v0.3] Update to substrate master (#183) * update to latest substrate master * bump version to 0.3.18 * update to latest substrate master * bump spec version * update runtime wasm blobs * remove current_offline_slash from chain spec * update to substrate master: bump version to v0.3.19 (#188) * update to substrate master: bump version to v0.3.19 libp2p network improvements * network: replace NodeIndex with PeerId * network: fix tests * polkadot v0.3.20 (#190) * update to substrate master: bump version to 0.3.20 * runtime: add offchain worker trait * runtime: rebuild wasm blobs * bump spec version (#191) * Fix compilation * Update version to 0.4.0 * Switch to use `polkadot-master` branch from substrate * Remove unused struct * Remove `grandpa::SyncedAuthorities` from `OnSessionChange`
-
- Mar 21, 2019
-
-
asynchronous rob authored
* refactor out a consensus data fetcher from table router * move statement checking logic into router * refuse to start authority if collator * support building the table router asynchronously * instantiate_consensus does not overwrite old * update key in new consensus if there was none before * collator collects ingress from network * test produced egress roots * fix adder-collator compilation * address first grumbles * integrate new gossip with collator network launch * address review
-
- Mar 18, 2019
-
-
Gav Wood authored
* Update to master This introduces a new type `CollatorId`, currently just `SessionKey` but which would forseeably change to its own thing. It seems to work like this (despite there being a lot of the new-incompatible `AccountId` replaced). No idea if it does anything sensible, though. * Cleanups * Fix tests * Remove commented code * Specify commit hash * Remove commented code * Correct version * Update runtime/Cargo.toml Co-Authored-By: gavofyork <[email protected]> * PairT instead of _Pair * Update lock file * Remove rev causing upset
-
- Feb 19, 2019
-
-
asynchronous rob authored
* compute ingress and routing in polkadot runtime * extract parent candidates from block when beginning consensus * fetch incoming messages when validating * fix consensus tests * parachain wasm execution uses messages * update parachain tests to check if messages are executed * abstract out network service to make room for network tests * skeleton for incoming data fetch * collate ingress from consensus-gossip * keep track of validated candidates in the shared-table * add some shared_table tests for new behavior * broadcast egress messages on gossip * test compute_ingress * move network tests to module folder * dummy network for consensus-network tests * make consensus network generic over executor * test egress broadcast and ingress fetch * fix test compilation * address some grumbles * address grumbles and fix parachain shuffle * remove broadcast parameter from consensus network trait
-
- Feb 08, 2019
-
-
Benjamin Kampmann authored
* cargo update * Update to latest ctrlc crate * Update vergen * Update to latest pretty_assertions * Update log * Update parking_lot * Update hex-rustc
-
- Feb 04, 2019
-
-
- Jan 28, 2019
-
-
thiolliere authored
-
- Jan 22, 2019
-
-
asynchronous rob authored
* read head-data directly out of WASM memory * implement ext_post_message for parachain WASM * further refactoring of the parachain module * add externalities error type * accumulate posted messages when validating parachain candidate * define Extrinsic type in primitives * availability-store: store extrinsic data * compute extrinsic and check against candidate * add some egress queue tests * grumbles & substrate update * ensure everything builds
-
- Jan 18, 2019
-
-
Gav Wood authored
* Update to latest Substrate * Fix tests * Update src/main.rs Co-Authored-By: gavofyork <[email protected]>
-
- Dec 20, 2018
-
-
asynchronous rob authored
* update to latest substrate * update WASM and runtime * Rename Id to ParaId in decl_{module,storage} (exported metadata type) (#58) * Rename Id to ParaId in decla_module (exported type) * AccountParaId -> AccountId
-
- Dec 14, 2018
-
-
- Nov 25, 2018
-
-
Gav Wood authored
* Fix up wasm runtime build * Fixes for runtime * Fix. * More fixes * Runtime builds on native. * Native and wasm both build without warnings. * Fix runtime tests. * Merge #20 * Final fix for native runtime. * Compile polkadot wo consensus * Reverted changes to polkadot-consensus * reintroduce minimal subset of consensus * reintroduce checked_block to runtime for std * polkadot_consensus compiles without most of the code * remove checked_block again and do more checks in parachains for runtime * uncomment proposer * remove offline tracker * extract out parachain-attestation logic from proposal directly * reintroduce transaction_pool * write some custom aura verification logic for the block verifier * use transaction pool in more generic way * service compiles again * polkadot-network and tests pass * remove unused session_key function from router * everything but CLI compiles due to service hell * Fixes compilation of `polkadot_cli` * everything compiles * update adder wasm
-
- Sep 12, 2018
-
-
* Fixups for 646 * Fixes for API * For for #678 * Fix runtime * Update and build * Tests build * Fix tests
-
- Aug 30, 2018
- Aug 15, 2018
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
- Aug 14, 2018
-
-
shamardy authored
* Squashed commit of the following: commit 802b219d86a63f2a68a2f2fbc406229d192ce99f Author: shamardy <[email protected]> Date: Tue Aug 14 19:13:52 2018 +0200 Removed set_bad_validators function commit 53d17fc4c7798a5cf180bc8783213e0b50068ecc Merge: 671c53a6 354457d9 Author: shamardy <[email protected]> Date: Tue Aug 14 18:00:56 2018 +0200 Merge branch 'master' into Issue#303 commit 671c53a68f0357171d1bbbcd46f1ed7dd68755af Author: shamardy <[email protected]> Date: Tue Aug 14 08:16:55 2018 +0200 Updated test commit 6c7d8f455841cfe1902e700d230844b393a2aa16 Author: shamardy <[email protected]> Date: Tue Aug 14 08:14:07 2018 +0200 Squashed commit of the following: commit f5a74b4804bc1a244d35f679c2a60cffe556ca3c Author: shamardy <[email protected]> Date: Tue Aug 14 07:30:36 2018 +0200 Update Tests commit 39724da56d1782e9d5303ea8764dfdf8d7f517ec Author: shamardy <[email protected]> Date: Tue Aug 14 06:45:34 2018 +0200 fix commit 9d564c707fe5d0e4de005ab55c63c136722e6591 Author: shamardy <[email protected]> Date: Tue Aug 14 06:36:50 2018 +0200 fix commit 0c2bad1da22488ea8cae2a6119a374bf9b628596 Author: shamardy <[email protected]> Date: Tue Aug 14 05:53:35 2018 +0200 fix commit f7069b3784579a2d20b6298d021b0d99d3f9beb6 Author: shamardy <[email protected]> Date: Tue Aug 14 00:34:10 2018 +0200 Function to set bad validators commit 7c9bb146ba7adacde29a11e16b0194a29d0d77c8 Author: shamardy <[email protected]> Date: Mon Aug 13 23:35:46 2018 +0200 fix commit 641eb4267031478d60e4e1476231629052d10549 Author: shamardy <[email protected]> Date: Mon Aug 13 23:00:08 2018 +0200 Edit commit 5981f5fd5ee65dac9c3e19275ae4647cb173d798 Author: shamardy <[email protected]> Date: Mon Aug 13 22:25:56 2018 +0200 Edit fix commit db3dd37c435ddc5dad0f9dde56cf7be539a0e1d0 Author: shamardy <[email protected]> Date: Mon Aug 13 21:39:57 2018 +0200 fix commit bdb34c4f14fd68b3d307980da1182075bc74f156 Author: shamardy <[email protected]> Date: Mon Aug 13 21:11:08 2018 +0200 Edit for early exit slashing tests by adding bad validators manually commit 8134bc6d13f9bf81050d37e8db39e819342af023 Author: shamardy <[email protected]> Date: Mon Aug 13 15:06:57 2018 +0200 Update header root to match storage root in wasm test commit ee893f65a653c8826bb177bcf378d795bd1b9351 Author: shamardy <[email protected]> Date: Sun Aug 12 15:27:57 2018 +0200 Update header root to match storage root in test commit eb1fb61b928ca13b4ab1b76301b577154858f425 Author: shamardy <[email protected]> Date: Sun Aug 12 14:07:40 2018 +0200 Update tests commit f27559b3364ffe1255b01e7d3f09d87fe5d9c3a2 Author: shamardy <[email protected]> Date: Sun Aug 12 13:14:13 2018 +0200 Squashed commit of the following: commit ac244e219f6e4c5f1b19463f33ce2edb3b66f6c3 Author: shamardy <[email protected]> Date: Sun Aug 12 12:55:25 2018 +0200 Edited Tests commit 93ac939024da55bb90479b3fcbaf82fc4407727f Author: shamardy <[email protected]> Date: Sun Aug 12 12:08:47 2018 +0200 Squashed commit of the following: commit 910ff83a3b0405546f0a7a1d8727e69ec22f2513 Author: shamardy <[email protected]> Date: Sun Aug 12 03:53:40 2018 +0200 Edited Test commit 2758bc44007652fd05bab221df3f349fe7daeb6a Author: shamardy <[email protected]> Date: Sun Aug 12 03:16:38 2018 +0200 Check that block 4 is the final block in session commit 49f4043e0fb44118c833b3063f4820213d279bac Author: shamardy <[email protected]> Date: Sun Aug 12 02:31:12 2018 +0200 LastLengthChange should change to block number when setting length commit eb5873550810a25ca093a635405bb069a0610d10 Author: shamardy <[email protected]> Date: Sun Aug 12 00:17:22 2018 +0200 Squashed commit of the following: commit 48fae25a49b0aa3294ab04651f0c2cb530994d9a Author: shamardy <[email protected]> Date: Sat Aug 11 23:32:25 2018 +0200 Increase TotalStake by ReclaimRebate if NewAccountOutcome::GoodHint commit d1166230ad3dcda00cc6916efe5d0d18007ecc4f Author: shamardy <[email protected]> Date: Fri Aug 10 01:45:48 2018 +0200 Updating set_free_balance_creating commit fbdabd802a618af5311d21c5ec7e4b25d50cd705 Author: shamardy <[email protected]> Date: Fri Aug 10 00:52:40 2018 +0200 fix for TotalStake tracking in transfer and set_free_balance_creating fn commit f26bb1d6faeab3bb9a997ea0498009bc25dae244 Author: shamardy <[email protected]> Date: Fri Aug 10 00:03:17 2018 +0200 Fix if account created on an old account with more balance commit f0952094de2b3ab8528fb42794d98504c647cc7a Author: shamardy <[email protected]> Date: Thu Aug 9 22:32:48 2018 +0200 fix commit 28260e570c3b81b79cb390d097a7a941f44dfc0a Author: shamardy <[email protected]> Date: Thu Aug 9 21:36:27 2018 +0200 fix totalstake update in set_free_balance_creating fn if account exists commit b72fd6fab556eb0ad653d805ee4c415cbf88561d Author: shamardy <[email protected]> Date: Thu Aug 9 20:26:30 2018 +0200 TotalStake is updated in contract_transfer_max_depth function commit 2fa1cc27dc75229b941eba686a33fa6906f7b1a8 Author: shamardy <[email protected]> Date: Thu Aug 9 20:22:17 2018 +0200 Squashed commit of the following: commit 7fbf74c5e55038b006d6ac57621ed42c00fdd0e4 Author: shamardy <[email protected]> Date: Thu Aug 9 19:08:49 2018 +0200 fix for tests with set_free_balance calls commit c6b4196f853191467d8a99c9604ba692425bbbaa Author: shamardy <[email protected]> Date: Thu Aug 9 18:28:03 2018 +0200 Update TotalStake where set_free_balance is called commit e827abc5184d48728168fbb57be6e8f03a8504e9 Author: shamardy <[email protected]> Date: Thu Aug 9 16:57:36 2018 +0200 Update TotalStake where set_reserved_balance is called commit f73bec9c1a8376360b992e39333d762892ca8735 Author: shamardy <[email protected]> Date: Fri Aug 3 16:44:59 2018 +0200 fix commit 5a498c5f4660429f7a24c09e715f7b083266c93d Author: shamardy <[email protected]> Date: Fri Aug 3 15:47:03 2018 +0200 Test for full_native_block_import_works to check storage root commit 024249ca52ae7ef0f5d39e99c585617a3db1dc0c Author: shamardy <[email protected]> Date: Fri Aug 3 14:38:07 2018 +0200 Use <FreeBalance<Test>>::insert in this fn to avoid TotalStake Overflow commit d602839cd59dd8550c87ec2c0bf103c806daedab Author: shamardy <[email protected]> Date: Fri Aug 3 13:59:47 2018 +0200 Removed <TotalStake<Test>>::put from tests commit 38586043912b40c9004bb5232cb7ca3c01ec9144 Author: shamardy <[email protected]> Date: Fri Aug 3 13:56:15 2018 +0200 Replace Balance::insert in tests to set balance fn to update TotalStake commit 170ab6f8cd152adbc525bcc32fa012e3c11b6177 Merge: 9b0b22bd 2230b61c Author: shamardy <[email protected]> Date: Fri Aug 3 12:32:05 2018 +0200 Merge branch 'Issue#303' of https://github.com/shamardy/polkadot into Issue#303 commit 9b0b22bd2084083f610e4870d5866bbd8e8d7229 Author: shamardy <[email protected]> Date: Fri Aug 3 12:31:45 2018 +0200 Edit commit 2230b61c261296f6d09d0ec5353c0f207b281a67 Merge: 2fe9c528 18d4234b Author: shamardy <[email protected]> Date: Fri Aug 3 11:12:19 2018 +0200 Merge branch 'master' into Issue#303 commit 2fe9c528bef62b0f43ef98c5166408d7d048f513 Author: shamardy <[email protected]> Date: Fri Aug 3 11:09:08 2018 +0200 commented out some tests commit a6c2d8412e1d8e409d4fe2ca6545be5e525d80b0 Author: shamardy <[email protected]> Date: Fri Aug 3 10:35:17 2018 +0200 fix commit ceb34d873b48ea7debd878a78f57ce235acd6ee8 Author: shamardy <[email protected]> Date: Thu Aug 2 16:52:16 2018 +0200 Update commit a363120bd1b72597deb6ee945f9c51d32a851b14 Author: shamardy <[email protected]> Date: Thu Aug 2 16:05:40 2018 +0200 Edit commit e45a92847a4beb28aa6f876ec109585467f4d732 Author: shamardy <[email protected]> Date: Wed Aug 1 16:49:40 2018 +0200 Edit commit 07c5dcec22e43d6ccb49b42356590fb370bbcfae Author: shamardy <[email protected]> Date: Tue Jul 31 15:44:40 2018 +0200 Instead of update_total_stake => 2 functions to increase and decrease commit 7eb03b29e429a86d206244779d383af9437f208d Author: shamardy <[email protected]> Date: Tue Jul 31 14:24:36 2018 +0200 Removed update_total_stake from set_free_balance_creating commit 234ff798c6a7e035c7d3f7a9a668e311f9940dc5 Author: shamardy <[email protected]> Date: Tue Jul 31 14:22:48 2018 +0200 Squashed commit of the following: commit 8f2e421a731f353394c611dc6e93ad48ba811a1a Author: shamardy <[email protected]> Date: Tue Jul 31 13:24:30 2018 +0200 added balances to trait Store commit b64c3a99467895b042f6a30219caf87f8265fa90 Author: shamardy <[email protected]> Date: Tue Jul 31 12:52:16 2018 +0200 update_total_stake iterates through balances commit bf503ecc6b3664a6be7eac6adef3f83f72e4a8fa Author: shamardy <[email protected]> Date: Tue Jul 31 11:06:25 2018 +0200 Removed update_total_stake from inside transfer function for now to test commit d91a8a666b5b52e1c77b72e3ae59040e71cd8d9c Author: shamardy <[email protected]> Date: Mon Jul 30 21:26:09 2018 +0200 update_total_stake function fix commit 2465361fe9f631ae790d3f24ef69f9972b6adae5 Author: shamardy <[email protected]> Date: Mon Jul 30 21:10:02 2018 +0200 fix commit 2351f3532d6ba28491231bcb0717f8e76fc35629 Author: shamardy <[email protected]> Date: Mon Jul 30 19:36:21 2018 +0200 fix commit 7139371e5c07cc41112468e82d7ec901e8361d60 Author: shamardy <[email protected]> Date: Mon Jul 30 18:38:50 2018 +0200 update commit e6602d1f98190f35565d3c31e3b7a2d3df64607e Author: shamardy <[email protected]> Date: Mon Jul 30 18:36:43 2018 +0200 Squashed commit of the following: commit dcb597a60c960ff40623e98c6a1210f5df196794 Author: shamardy <[email protected]> Date: Mon Jul 30 18:31:49 2018 +0200 update commit c41382eb135eda3bffa957e8887fcffd0388a745 Author: shamardy <[email protected]> Date: Mon Jul 30 18:23:59 2018 +0200 Update commit f828c69e055489b69739b0ea082afa1ceca23b9c Author: shamardy <[email protected]> Date: Mon Jul 30 18:12:18 2018 +0200 Created function to update total stake commit e398a587edb7e57378bd61c9f9940aadfb94e82a Author: shamardy <[email protected]> Date: Mon Jul 30 15:02:07 2018 +0200 TotalStake tracks transfer fees + added test for account removal commit 0cfb26ce508578ce386bac5e02856cb6f298c6ba Author: shamardy <[email protected]> Date: Mon Jul 30 14:21:06 2018 +0200 TotalStake tracks accounts removal when free/reserved balance is too low commit 6054dcf171eddfbe58c4e01f2b32b6f576e3d9c7 Merge: 5740c8fc 6fa9c949 Author: shamardy <[email protected]> Date: Mon Jul 30 14:16:37 2018 +0200 Merge branch 'Issue#303' of https://github.com/shamardy/polkadot into Issue#303 commit 5740c8fc09cdac9ec2228a66626b1c1ecb5dbeaf Author: shamardy <[email protected]> Date: Mon Jul 30 14:15:41 2018 +0200 Resolved merge conflict by incorporating both suggestions. commit 6fa9c949b9257bccb7ee48c32af35182a4dbf5f8 Merge: 2b29fe85 9d7a3c1d Author: shamardy <[email protected]> Date: Mon Jul 30 14:12:11 2018 +0200 Merge branch 'master' into Issue#303 commit 2b29fe85ff0802594ad203d430ec4653f980296d Author: shamardy <[email protected]> Date: Mon Jul 30 13:48:48 2018 +0200 Squashed commit of the following: commit 773cdb913f671f575cc2933b14f2e783f49ffd7e Author: shamardy <[email protected]> Date: Mon Jul 30 13:13:21 2018 +0200 Squashed commit of the following: commit 07dc1945c3b51438028494f7691343638d647a93 Author: shamardy <[email protected]> Date: Mon Jul 30 13:08:00 2018 +0200 TotalStake tracks accounts removal when free/reserved balance is too low commit 1b04d3afab44c99751c389ac6cddd865c0f77015 Author: shamardy <[email protected]> Date: Thu Jul 26 21:29:35 2018 +0200 Edited slashing reserved balance tests commit 52482d5ac5828e927afcd7f27010ef64c085353f Author: shamardy <[email protected]> Date: Thu Jul 26 20:46:17 2018 +0200 Edited some tests commit 7c98f96d2ea1952b241054581bc1430863e4aab4 Author: shamardy <[email protected]> Date: Thu Jul 26 20:11:54 2018 +0200 TotalStake tracks slashing of reserved balance commit 1d9f942ede81281218c1b4f84201388cf0908a4e Author: shamardy <[email protected]> Date: Thu Jul 26 18:43:36 2018 +0200 Ensure total tokens in system is kept up to date * Fix Test
-
asynchronous rob authored
-