{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":295112129,"defaultBranch":"mainnet-release","name":"Polkadex","ownerLogin":"Polkadex-Substrate","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-09-13T08:46:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/71210205?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716360565.0","currentOid":""},"activityList":{"items":[{"before":"aaddc02f6373951fdfd385b91699929e64b6437d","after":"f915583ccdcfa58cd9013aadeabe210d07addd9e","ref":"refs/heads/Develop","pushedAt":"2024-05-22T17:43:07.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"cargo fmt","shortMessageHtmlLink":"cargo fmt"}},{"before":"7f61c7dc66e835c18dfe1a9e36b5e5dd0ebd08c2","after":"aaddc02f6373951fdfd385b91699929e64b6437d","ref":"refs/heads/Develop","pushedAt":"2024-05-22T15:41:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"fix snapshot process","shortMessageHtmlLink":"fix snapshot process"}},{"before":"ad9ac48e178a662676eda5865905513bfc1ca6b6","after":"7f61c7dc66e835c18dfe1a9e36b5e5dd0ebd08c2","ref":"refs/heads/Develop","pushedAt":"2024-05-22T13:28:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"clear lmp storage","shortMessageHtmlLink":"clear lmp storage"}},{"before":"6046b3aa9faa55585fc34e5f44a3a5d4c69b95a9","after":"ad9ac48e178a662676eda5865905513bfc1ca6b6","ref":"refs/heads/Develop","pushedAt":"2024-05-22T06:49:25.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"zktony","name":"0x4B257d164c8F94c042AC3a64855618C863b8dBEe","path":"/zktony","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86763036?s=80&v=4"},"commit":{"message":"Make the incoming comparison using set instead of vec (#960)\n\n## Describe your changes\r\nThe current set comparison is not working as expected. It is generating\r\n`ValidatorSetRotated` events before `ScheduleRotateValidators`, breaking\r\nthe Thea session change.\r\n\r\n## Checklist before requesting a review\r\n- [ ] I have performed a self-review of my code.\r\n- [ ] If it is a core feature, I have added thorough tests.\r\n- [ ] I removed all Clippy and Formatting Warnings. \r\n- [ ] I added required Copyrights.","shortMessageHtmlLink":"Make the incoming comparison using set instead of vec (#960)"}},{"before":"1fb8bc4deaec1f2bc0b3d1731768fb4c79d9565a","after":null,"ref":"refs/heads/gj/add-thea-signing-delay","pushedAt":"2024-05-22T06:49:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zktony","name":"0x4B257d164c8F94c042AC3a64855618C863b8dBEe","path":"/zktony","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86763036?s=80&v=4"}},{"before":"87fe13be0624b1988f2a5b5ba1df12ad942a038e","after":"1fb8bc4deaec1f2bc0b3d1731768fb4c79d9565a","ref":"refs/heads/gj/add-thea-signing-delay","pushedAt":"2024-05-20T13:44:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"cargo fmt","shortMessageHtmlLink":"cargo fmt"}},{"before":null,"after":"87fe13be0624b1988f2a5b5ba1df12ad942a038e","ref":"refs/heads/gj/add-thea-signing-delay","pushedAt":"2024-05-20T13:39:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Make the incoming comparison using set instead of vec","shortMessageHtmlLink":"Make the incoming comparison using set instead of vec"}},{"before":"e6398c006a4f1c7cf3a6b4a3e8506e473c166441","after":null,"ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-20T09:31:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"}},{"before":"57aa65375ae94dd60e4c994b44b57c273cc513e6","after":"6046b3aa9faa55585fc34e5f44a3a5d4c69b95a9","ref":"refs/heads/Develop","pushedAt":"2024-05-20T09:31:57.000Z","pushType":"pr_merge","commitsCount":23,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Direct Deposit/Withdrawal (#959)\n\n## Describe your changes\r\n\r\n1. Registers main account and deposits the assets on detection of direct\r\ndeposit XCM type\r\n2. Modified Ob Withdrawal to use Multilocation for direct withdrawal\r\nfrom OB.\r\n\r\n## Issue ticket number and link\r\nhttps://github.com/Polkadex-Substrate/Polkadex/issues/956\r\n\r\n## Checklist before requesting a review\r\n- [ ] I have performed a self-review of my code.\r\n- [ ] If it is a core feature, I have added thorough tests.\r\n- [ ] I removed all Clippy and Formatting Warnings. \r\n- [ ] I added required Copyrights.","shortMessageHtmlLink":"Direct Deposit/Withdrawal (#959)"}},{"before":"f5dff60f41280d45dd2a9a024d3e8d620af444ac","after":"e6398c006a4f1c7cf3a6b4a3e8506e473c166441","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-17T11:55:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"fix tests","shortMessageHtmlLink":"fix tests"}},{"before":"13b9ca4c6be133f74dc322dab9f2b3dcc6542067","after":"57aa65375ae94dd60e4c994b44b57c273cc513e6","ref":"refs/heads/Develop","pushedAt":"2024-05-17T05:10:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"update docs on LMPConfig for market depth","shortMessageHtmlLink":"update docs on LMPConfig for market depth"}},{"before":"d05f1a0e02b4fabf1084475628e0b5e1b1991775","after":"f5dff60f41280d45dd2a9a024d3e8d620af444ac","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-16T07:30:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Add extra data to event","shortMessageHtmlLink":"Add extra data to event"}},{"before":"09bd718d3f5494ad1392aafa81607aacd55359a6","after":"d05f1a0e02b4fabf1084475628e0b5e1b1991775","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-15T17:59:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"fix tests","shortMessageHtmlLink":"fix tests"}},{"before":"6a53ed96dd898c17d2e217c1f47080d1cd52795e","after":"09bd718d3f5494ad1392aafa81607aacd55359a6","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-14T12:46:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"fix tests","shortMessageHtmlLink":"fix tests"}},{"before":"794b546b4e1dceb82cc9db7bbfbe7f3d38dd263f","after":"6a53ed96dd898c17d2e217c1f47080d1cd52795e","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-14T11:59:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Detect XCM direct deposit","shortMessageHtmlLink":"Detect XCM direct deposit"}},{"before":"9f276678a1ebd69bb9fa7572cbfc3f202a14f99b","after":"13b9ca4c6be133f74dc322dab9f2b3dcc6542067","ref":"refs/heads/Develop","pushedAt":"2024-05-14T09:34:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"increment spec 352","shortMessageHtmlLink":"increment spec 352"}},{"before":"3a79a67a5f79511049289b557bdcbd5244cd050d","after":"794b546b4e1dceb82cc9db7bbfbe7f3d38dd263f","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-14T08:05:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"make it no-std","shortMessageHtmlLink":"make it no-std"}},{"before":"c42474a6f76f40f134b4ccccc9f8cf5ea7c1d103","after":null,"ref":"refs/heads/ksr/added-lmp-log","pushedAt":"2024-05-14T07:31:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"}},{"before":"8f669e1dae42f5bd340d70aaa3aade0440674c14","after":"9f276678a1ebd69bb9fa7572cbfc3f202a14f99b","ref":"refs/heads/Develop","pushedAt":"2024-05-14T07:31:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Added log to find about index overflow (#958)\n\n## Describe your changes\r\nAdded log to find about index overflow.","shortMessageHtmlLink":"Added log to find about index overflow (#958)"}},{"before":"bfc1c4b2a021a50b71fc4db5ac9b7a7d2ec6a36a","after":"3a79a67a5f79511049289b557bdcbd5244cd050d","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-14T07:29:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"cargo fmt","shortMessageHtmlLink":"cargo fmt"}},{"before":"e45c98bdff7ec96c28341cb36a0b6e37f1cf3c76","after":"bfc1c4b2a021a50b71fc4db5ac9b7a7d2ec6a36a","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-14T07:29:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Relay the Deposit ids via Ingress message","shortMessageHtmlLink":"Relay the Deposit ids via Ingress message"}},{"before":"a401ab4e553099146865aeed4b94bdb6452398df","after":"e45c98bdff7ec96c28341cb36a0b6e37f1cf3c76","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-14T07:19:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Move CrossChainWithdraw trait to traits module","shortMessageHtmlLink":"Move CrossChainWithdraw trait to traits module"}},{"before":"9a29c8f7480289db72f90c293f4a895a1fa2cd16","after":"a401ab4e553099146865aeed4b94bdb6452398df","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-14T07:16:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Pass the id from engine to thea","shortMessageHtmlLink":"Pass the id from engine to thea"}},{"before":"8be686c1bee8cdb9c96effa155c1409b4cf99de6","after":"9a29c8f7480289db72f90c293f4a895a1fa2cd16","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-13T13:25:26.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"cargo fmt","shortMessageHtmlLink":"cargo fmt"}},{"before":"b701e2db0ddf7bface35c64e578daccfbab977ba","after":"8be686c1bee8cdb9c96effa155c1409b4cf99de6","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-13T12:23:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Add ID for withdrawal","shortMessageHtmlLink":"Add ID for withdrawal"}},{"before":"53e70fca398a83a8ea0e525b934f8938636d626d","after":"b701e2db0ddf7bface35c64e578daccfbab977ba","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-13T12:04:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Make pay with tokens true","shortMessageHtmlLink":"Make pay with tokens true"}},{"before":null,"after":"c42474a6f76f40f134b4ccccc9f8cf5ea7c1d103","ref":"refs/heads/ksr/added-lmp-log","pushedAt":"2024-05-13T10:05:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zktony","name":"0x4B257d164c8F94c042AC3a64855618C863b8dBEe","path":"/zktony","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86763036?s=80&v=4"},"commit":{"message":"Added log to find about index overflow","shortMessageHtmlLink":"Added log to find about index overflow"}},{"before":"3a8a8209b7b4665967217570dbb041c78ba91d35","after":"53e70fca398a83a8ea0e525b934f8938636d626d","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-13T09:36:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"cargo fmt","shortMessageHtmlLink":"cargo fmt"}},{"before":"1d55f7932a980269effb140b4b4e621d44fc7b1e","after":"3a8a8209b7b4665967217570dbb041c78ba91d35","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-12T08:51:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Added Logic for direct deposit, and sending PDEX to other parachains","shortMessageHtmlLink":"Added Logic for direct deposit, and sending PDEX to other parachains"}},{"before":"f97bfd76bab83541ccb3fae1592f6aa504bdb1c0","after":"1d55f7932a980269effb140b4b4e621d44fc7b1e","ref":"refs/heads/gj/direct-withdrawal-deposit","pushedAt":"2024-05-12T07:26:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Gauthamastro","name":"Gautham","path":"/Gauthamastro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17110878?s=80&v=4"},"commit":{"message":"Remove new keyword from Withdrawal type","shortMessageHtmlLink":"Remove new keyword from Withdrawal type"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUTjnggA","startCursor":null,"endCursor":null}},"title":"Activity ยท Polkadex-Substrate/Polkadex"}