{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":449199809,"defaultBranch":"master","name":"substrate","ownerLogin":"ToufeeqP","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-01-18T08:23:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47236805?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725157183.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"77983cec464b7beaaef77b9f4da75150d7db76c8","ref":"refs/heads/v0.9.37-patch","pushedAt":"2023-08-27T20:56:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"},"commit":{"message":"Fix longest chain finalization target lookup (#13289)\n\n* Finalization target should be chosed as some ancestor of SelectChain::best_chain\n\n* More test assertions\n\n* Improve docs\n\n* Removed stale docs\n\n* Rename 'target' to 'base' in lookup method\n\n* Fix typo\n\n* Apply suggestions from code review\n\nCo-authored-by: André Silva <123550+andresilva@users.noreply.github.com>\n\n* Rename 'target_hash' to 'base_hash' in 'SelectChain::finality_target()'\n\n* Apply suggestions from code review\n\nCo-authored-by: Anton \n\n* Docs improvement\n\n* Doc fix\n\n* Apply suggestions from code review\n\nCo-authored-by: Bastian Köcher \n\n* Apply more code suggestions\n\n---------\n\nCo-authored-by: André Silva <123550+andresilva@users.noreply.github.com>\nCo-authored-by: Anton \nCo-authored-by: Bastian Köcher ","shortMessageHtmlLink":"Fix longest chain finalization target lookup (paritytech#13289)"}},{"before":"94be94be6d26becd2395b58ae09ca31f596afe7d","after":"033d4e86cc7eff0066cd376b9375f815761d653c","ref":"refs/heads/master","pushedAt":"2023-08-27T15:13:52.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"},"commit":{"message":"update readme: archived repo (#14813)\n\n* Update README.md\r\n\r\n* Update README.md","shortMessageHtmlLink":"update readme: archived repo (paritytech#14813)"}},{"before":"85415fb3a452dba12ff564e6b093048eed4c5aad","after":"94be94be6d26becd2395b58ae09ca31f596afe7d","ref":"refs/heads/master","pushedAt":"2023-08-20T05:29:23.000Z","pushType":"push","commitsCount":226,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"},"commit":{"message":"Contracts remove deposit accounts (#14589)\n\n* contracts: refactor currency to use fungible traits\n\n* contracts: refactor currency to use fungible traits\n\n* contracts: add minor improvements\n\n* contracts: max holds config set\n\n* contracts: fix some typos\n\n* contracts: map token errors\n\n* fix typo\n\n* contracts: add 0 balance transfer to test\n\n* contracts: not transfer if value is zero\n\n* contracts: [WIP] add StorageDepositHold\n\n* contracts: add storage deposit held event\n\n* contracts: clean up some code and comments\n\n* contracts: add deposit storage released event\n\n* contracts: update comment\n\n* contracts: update slash cannot kill account test\n\n* contracts: fix tests\n\n* contracts: add some comments to the slashing test\n\n* contracts: add some comments to the slashing test\n\n* contracts: remove references to Currency\n\n* contracts: do not transfer if from equals to\n\n* bound BalanceOf\n\n* added FixedPointOperand to Balance trait\n\n* move migrate sequence to config\n\n* remove commented out code\n\n* Update frame/contracts/src/lib.rs\n\nCo-authored-by: PG Herveou \n\n* remove Migrations generic\n\n* make runtime use noop migrations\n\n* restrict is_upgrade_supported\n\n* undo is_upgrade_supported change\n\n* Update bin/node/runtime/src/lib.rs\n\nCo-authored-by: PG Herveou \n\n* add rust doc example for `Migrations`\n\n* feature gate NoopMigration\n\n* fix example code\n\n* improve example\n\n* wip\n\n* remove FixedPointOperand from trait\n\n* trait bound BalanceOf\n\n* more trait bound BalanceOf\n\n* update to use RuntimeHoldReason\n\n* replace Fungible for Currency\n\n* update runtime\n\n* WIP\n\n* make v10 benchmark generic over currency\n\n* solve merge conflicts\n\n* make v12 migration benchmarking generic over DepositPerItem and DepositPerByte\n\n* give some format\n\n* fix tests and old migrations\n\n* add migration v13 placholder\n\n* wip\n\n* wip\n\n* add benchmarking\n\n* add weights\n\n* wip\n\n* [pallet_collective] Enforce prime is a valid member of collective in set_members extrinsic (#14354)\n\n* Updated set_members extrinsic to enforce prime is valid member of collective\n\n* Added additional tests for set_members extrinsic\n\n* applied the code review suggestions\n\n* update to docify 0.2.0 / crate-relative embed paths (#14570)\n\n* Fix Society v2 migration (#14421)\n\n* fix society v2 migration\n\n* Update frame/society/src/migrations.rs\n\n* Update frame/society/src/migrations.rs\n\nCo-authored-by: Bastian Köcher \n\n* Update frame/society/src/migrations.rs\n\nCo-authored-by: Bastian Köcher \n\n* update for versioned upgrade\n\n* fix society v2 migration\n\n* remove references to members being sorted from commnets\n\n* fix type\n\n* fix can_migrate check\n\n* add sanity log\n\n* fix sanity check\n\n* kick ci\n\n* kick ci\n\n* run tests with --experimental flag\n\n* versioned migration cleanup\n\n* revert pipeline change\n\n* use defensive!\n\n* semicolons\n\n* defensive and doc comment\n\n* address pr comment\n\n* feature gate the versioned migration\n\n* defensive_unwrap_or\n\n* fix test\n\n* fix doc comment\n\n* change defensive to a log warning\n\n* remove can_migrate anti-pattern\n\n* Update frame/society/Cargo.toml\n\nCo-authored-by: Bastian Köcher \n\n* add experimental feature warning to doc comment\n\n* update doc comment\n\n* bump ci\n\n* kick ci\n\n* kick ci\n\n* kick ci\n\n---------\n\nCo-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>\nCo-authored-by: Bastian Köcher \n\n* Moves `Block` to `frame_system` instead of `construct_runtime` and removes `Header` and `BlockNumber` (#14437)\n\n* Initial setup\n\n* Adds node block\n\n* Uses UncheckedExtrinsic and removes Where section\n\n* Updates frame_system to use Block\n\n* Adds deprecation warning\n\n* Fixes pallet-timestamp\n\n* Removes Header and BlockNumber\n\n* Addresses review comments\n\n* Addresses review comments\n\n* Adds comment about compiler bug\n\n* Removes where clause\n\n* Refactors code\n\n* Fixes errors in cargo check\n\n* Fixes errors in cargo check\n\n* Fixes warnings in cargo check\n\n* Formatting\n\n* Fixes construct_runtime tests\n\n* Uses import instead of full path for BlockNumber\n\n* Uses import instead of full path for Header\n\n* Formatting\n\n* Fixes construct_runtime tests\n\n* Fixes imports in benchmarks\n\n* Formatting\n\n* Fixes construct_runtime tests\n\n* Formatting\n\n* Minor updates\n\n* Fixes construct_runtime ui tests\n\n* Fixes construct_runtime ui tests with 1.70\n\n* Fixes docs\n\n* Fixes docs\n\n* Adds u128 mock block type\n\n* Fixes split example\n\n* fixes for cumulus\n\n* \".git/.scripts/commands/fmt/fmt.sh\"\n\n* Updates new tests\n\n* Fixes fully-qualified path in few places\n\n* Formatting\n\n* Update frame/examples/default-config/src/lib.rs\n\nCo-authored-by: Juan \n\n* Update frame/support/procedural/src/construct_runtime/mod.rs\n\nCo-authored-by: Juan \n\n* \".git/.scripts/commands/fmt/fmt.sh\"\n\n* Addresses some review comments\n\n* Fixes build\n\n* \".git/.scripts/commands/fmt/fmt.sh\"\n\n* Update frame/democracy/src/lib.rs\n\nCo-authored-by: Oliver Tale-Yazdi \n\n* Update frame/democracy/src/lib.rs\n\nCo-authored-by: Oliver Tale-Yazdi \n\n* Update frame/support/procedural/src/construct_runtime/mod.rs\n\nCo-authored-by: Oliver Tale-Yazdi \n\n* Update frame/support/procedural/src/construct_runtime/mod.rs\n\nCo-authored-by: Oliver Tale-Yazdi \n\n* Addresses review comments\n\n* Updates trait bounds\n\n* Minor fix\n\n* \".git/.scripts/commands/fmt/fmt.sh\"\n\n* Removes unnecessary bound\n\n* \".git/.scripts/commands/fmt/fmt.sh\"\n\n* Updates test\n\n* Fixes build\n\n* Adds a bound for header\n\n* \".git/.scripts/commands/fmt/fmt.sh\"\n\n* Removes where block\n\n* Minor fix\n\n* Minor fix\n\n* Fixes tests\n\n* \".git/.scripts/commands/update-ui/update-ui.sh\" 1.70\n\n* Updates test\n\n* Update primitives/runtime/src/traits.rs\n\nCo-authored-by: Bastian Köcher \n\n* Update primitives/runtime/src/traits.rs\n\nCo-authored-by: Bastian Köcher \n\n* Updates doc\n\n* Updates doc\n\n---------\n\nCo-authored-by: command-bot <>\nCo-authored-by: Juan \nCo-authored-by: Oliver Tale-Yazdi \nCo-authored-by: Bastian Köcher \n\n* Refactor the asset-conversion-tx-payment pallet (#14558)\n\n* Code refactoring\n\n* Fix imports\n\n* Typo\n\n* Update frame/asset-conversion/src/types.rs\n\nCo-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>\n\n* Sync docs\n\n---------\n\nCo-authored-by: parity-processbot <>\nCo-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>\n\n* wip\n\n* wip\n\n* wip\n\n* improve try-runtime imports\n\n* remove deposit account\n\n* wip\n\n* wip\n\n* fix benchmark test\n\n* improved rustdocs\n\n* improved rustdocs\n\n* remove log\n\n* ignore variable\n\n* reduce caller funding\n\n* wip\n\n* fix tests\n\n* fix tests\n\n* move v13 out\n\n* add v14\n\n* update v13 migration\n\n* v13 migration\n\n* benchmark v13_migration\n\n* fix broken compilation\n\n* \".git/.scripts/commands/bench/bench.sh\" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts\n\n* remove all the `where BalanceOf`\n\n* add Balance to Config\n\n* improve docs\n\n* add new deposit storage error\n\n* remove todo message\n\n* wip\n\n* rename migration v13 pre rebase\n\n* fix tests\n\n* add missing migration;\n\n* bump storage version\n\n* apply review suggestions\n\n* improved comment\n\n* remove unnecessary code\n\n* simplify migrations\n\n* mock balance\n\n* mock more for benchmarks\n\n* make room for rebaes\n\n* make room for rebase\n\n* fix benchmarking tests\n\n* fix benchmarking tests with caller\n\n* improve cargo toml\n\n* solve nit\n\n* Update frame/contracts/src/lib.rs\n\nCo-authored-by: Alexander Theißen \n\n* Update frame/contracts/src/exec.rs\n\nCo-authored-by: Alexander Theißen \n\n* Update frame/contracts/src/exec.rs\n\nCo-authored-by: Alexander Theißen \n\n* Update frame/contracts/src/storage/meter.rs\n\nCo-authored-by: Alexander Theißen \n\n* review improvements\n\n* remove extra events\n\n* update cargo\n\n* undo update cargo\n\n* review updates\n\n* wip\n\n* wip\n\n* fix test\n\n* remove type Balance\n\n* add extra fields to events\n\n* fix zepter ci\n\n* fix tests\n\n* remove commented out code\n\n* remove deposit_account from benchmarking\n\n* update v15 migration\n\n* wip\n\n* remove deposit account from codebase\n\n* add contract info to v15\n\n* make try-runtime fixes\n\n* fix wrong v14 logs\n\n* add extra post upgrade steps\n\n* remove old comments\n\n* wip\n\n* fix delegate deposit test\n\n* \".git/.scripts/commands/bench/bench.sh\" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts\n\n* wip\n\n* wip\n\n* wip\n\n* implement review updates\n\n* \".git/.scripts/commands/bench/bench.sh\" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts\n\n* fix documentation\n\n* fix consumers/providers\n\n* fix consumers/providers\n\n* do not check consumers in migration\n\n* review comments addressed\n\n* update fully qualified System\n\n* wip\n\n* wip\n\n* Transfer to beneficiary after `transfer_on_hold` (#14767)\n\n* transfer to beneficiary after transfer_on_hold\n\n* wip\n\n* add consumer comment\n\n* review updates\n\n* fix typo\n\n* make clippy happy\n\n* refactor `Terminated`\n\n* rename ContractStatus to ContractState\n\n* rename status to state\n\n* replace Contribution::Alive to ContractState::Alive\n\n* defer storage deposit charge\n\n* \".git/.scripts/commands/fmt/fmt.sh\"\n\n* remove unused imports\n\n* Update frame/contracts/src/migration/v15.rs\n\nCo-authored-by: Sasha Gryaznov \n\n* Update frame/contracts/src/storage/meter.rs\n\nCo-authored-by: Sasha Gryaznov \n\n---------\n\nCo-authored-by: PG Herveou \nCo-authored-by: Toufeeq Pasha <47236805+ToufeeqP@users.noreply.github.com>\nCo-authored-by: Sam Johnson \nCo-authored-by: Liam Aharon \nCo-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>\nCo-authored-by: Bastian Köcher \nCo-authored-by: gupnik <17176722+gupnik@users.noreply.github.com>\nCo-authored-by: Oliver Tale-Yazdi \nCo-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com>\nCo-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>\nCo-authored-by: command-bot <>\nCo-authored-by: Alexander Theißen \nCo-authored-by: Sasha Gryaznov ","shortMessageHtmlLink":"Contracts remove deposit accounts (paritytech#14589)"}},{"before":"9c6191473ad90b09b30d45afa4a57975d039f9b6","after":null,"ref":"refs/heads/fix-collective-prime","pushedAt":"2023-07-13T16:50:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"d900569a1e659e4996928d61f4dc9b1c4c7726c8","after":"9c6191473ad90b09b30d45afa4a57975d039f9b6","ref":"refs/heads/fix-collective-prime","pushedAt":"2023-06-14T16:00:28.155Z","pushType":"push","commitsCount":1,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"},"commit":{"message":"applied the code review suggestions","shortMessageHtmlLink":"applied the code review suggestions"}},{"before":"e4b5e74078543f67a7aad78245a1e48941b4d0f9","after":null,"ref":"refs/heads/fix-suggestion","pushedAt":"2023-06-14T15:27:16.724Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"738964c366824e8c162a90dceab892f0c8fb4bcb","after":null,"ref":"refs/heads/jc/publish-rustdocs-script","pushedAt":"2023-06-14T15:27:01.399Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"c8b9a9b29e22e286dc8b4be921587abb96a8f930","after":null,"ref":"refs/heads/gh-pages","pushedAt":"2023-06-14T15:26:57.263Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"4d2f027cde8be2ee24a09c42a53df3b6c1792036","after":null,"ref":"refs/heads/gui-shawntabrizi-preimage-pallet","pushedAt":"2023-06-14T15:26:56.628Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"4e3682ba220d23a4e2e1af49803ed933f887fef8","after":null,"ref":"refs/heads/dependabot/cargo/syn-1.0.85","pushedAt":"2023-06-14T15:26:56.260Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"0414886d23a5aaa62c4f8d99ab3d2e7179b5cae1","after":null,"ref":"refs/heads/dependabot/cargo/impl-serde-0.3.2","pushedAt":"2023-06-14T15:26:55.755Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"3e59449a40079f1870a11e07d2044183d2d1aaa9","after":null,"ref":"refs/heads/davxy-stale-heads-notify","pushedAt":"2023-06-14T15:26:55.236Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"e4dbf24ebb17277a619ffb513198058e41011a3f","after":null,"ref":"refs/heads/bkchr-state-access-benchmark","pushedAt":"2023-06-14T15:26:54.733Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"aa0ed6123556140a2ef393d8e01b5442cf83c1b7","after":null,"ref":"refs/heads/gav-referenda","pushedAt":"2023-06-14T15:26:54.134Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"068d94893173c8e6f304823717a6baab5f61c1f8","after":null,"ref":"refs/heads/dependabot/cargo/serde-1.0.133","pushedAt":"2023-06-14T15:26:53.695Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"d8aac84105fa96c6d4d55cf9993f5fde5e71e577","after":null,"ref":"refs/heads/cmichi-upgrade-wasmtime-to-0.33.0","pushedAt":"2023-06-14T15:26:53.180Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"520e531ed205d4c34f2ae65e3a02a47077df62f2","after":null,"ref":"refs/heads/oty-without-storage-info","pushedAt":"2023-06-14T15:26:52.755Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"1424518edba8a79953560d0831199ffd69db7d64","after":null,"ref":"refs/heads/kiz-election-onchain-backup","pushedAt":"2023-06-14T15:26:52.151Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"9da6747d125b0661598f9db38d35dc4471a87d37","after":null,"ref":"refs/heads/kiz-multi-block-playground","pushedAt":"2023-06-14T15:26:51.661Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"0cfdd13e9da8eac8b20006995b47ba2f997288e9","after":null,"ref":"refs/heads/gav-tidy-democracy","pushedAt":"2023-06-14T15:26:51.121Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"1f29a93319b770b80ed008afb989a82f27ccc9c8","after":null,"ref":"refs/heads/mp-fix-unsafe-wasm-thing","pushedAt":"2023-06-14T15:26:50.613Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"08d68f32aecab2ecbde0d9d8af5a5faea569b039","after":null,"ref":"refs/heads/kckyeung/default-config-options","pushedAt":"2023-06-14T15:26:49.688Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"e8c75bc526984da44f22f5d2a84191f04e4209d9","after":null,"ref":"refs/heads/dp-make-telemetry-aware-of-websocket-close-code","pushedAt":"2023-06-14T15:26:49.067Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"97f2387872429a14148271879cd986192dace5e5","after":null,"ref":"refs/heads/gav-pallet-accounts","pushedAt":"2023-06-14T15:26:48.669Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"bf440a86c134fd9c9218711466f31c83f5ba9adc","after":null,"ref":"refs/heads/gui-storage-span","pushedAt":"2023-06-14T15:26:48.169Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"3f110196163b5ec03bac5ee188d60bedf3ebd91d","after":null,"ref":"refs/heads/polkadot-v0.9.1","pushedAt":"2023-06-14T15:26:47.646Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"f4ffe3a73e2be6ea15b4035b42b1958617603489","after":null,"ref":"refs/heads/zeke-start-pools","pushedAt":"2023-06-14T15:26:22.136Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"998c97c4aba41fdbca7606b0035e23f4e28a6e8e","after":null,"ref":"refs/heads/gav-growing-heap","pushedAt":"2023-06-14T15:26:10.764Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"ac14c0e3bb1110cc040a61010324a826b18c5dc3","after":null,"ref":"refs/heads/gav-asset-freezer","pushedAt":"2023-06-14T15:26:09.800Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}},{"before":"98fb234ecf62a7264a159bac24d320c7471d1953","after":null,"ref":"refs/heads/jon/experiment-accountable-safety","pushedAt":"2023-06-14T15:26:09.142Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ToufeeqP","name":"Toufeeq Pasha","path":"/ToufeeqP","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47236805?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOC0yN1QyMDo1NjowOS4wMDAwMDBazwAAAANziq5T","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOC0yN1QyMDo1NjowOS4wMDAwMDBazwAAAANziq5T","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0xNFQxNToyNjowOS4xNDI4NjJazwAAAANBeSHw"}},"title":"Activity · ToufeeqP/substrate"}