{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":523655354,"defaultBranch":"development","name":"tari-dan","ownerLogin":"tari-project","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-08-11T09:06:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/37560539?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715783834.0","currentOid":""},"activityList":{"items":[{"before":"c2aee3489121288f18fa097be9abc8f47fd82279","after":null,"ref":"refs/heads/gh-readonly-queue/development/pr-1034-533d82e3ef99aef5a151c57c48e0c49a42e3db3f","pushedAt":"2024-05-15T15:29:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"533d82e3ef99aef5a151c57c48e0c49a42e3db3f","after":"c2aee3489121288f18fa097be9abc8f47fd82279","ref":"refs/heads/development","pushedAt":"2024-05-15T15:29:38.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"refactor!: fix epoch database structure (#1034)\n\nDescription\n---\nChanges the epoch, validator and committee structure in the global\ndatabase.\n\n\nMotivation and Context\n---\nPreviously, validator nodes did not deregister and this resulted in a\nbug that caused the committees for epochs to not be correct.\n\nHow Has This Been Tested?\n---\nExisting tests, and manual testing\n\nBreaking Changes\n---\n\n- [ ] None\n- [x] Requires data directory to be deleted\n- [ ] Other - Please specify\n\nBREAKING CHANGE: Data directory must be cleaned","shortMessageHtmlLink":"refactor!: fix epoch database structure (#1034)"}},{"before":null,"after":"c2aee3489121288f18fa097be9abc8f47fd82279","ref":"refs/heads/gh-readonly-queue/development/pr-1034-533d82e3ef99aef5a151c57c48e0c49a42e3db3f","pushedAt":"2024-05-15T14:37:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"refactor!: fix epoch database structure (#1034)\n\nDescription\n---\nChanges the epoch, validator and committee structure in the global\ndatabase.\n\n\nMotivation and Context\n---\nPreviously, validator nodes did not deregister and this resulted in a\nbug that caused the committees for epochs to not be correct.\n\nHow Has This Been Tested?\n---\nExisting tests, and manual testing\n\nBreaking Changes\n---\n\n- [ ] None\n- [x] Requires data directory to be deleted\n- [ ] Other - Please specify\n\nBREAKING CHANGE: Data directory must be cleaned","shortMessageHtmlLink":"refactor!: fix epoch database structure (#1034)"}},{"before":"41ec863dba914b91edefe5f0b4c4499468a2c991","after":null,"ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-09T12:56:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"}},{"before":"4a51d4485fc2f49a3eb38c1f2d05b68112cfb26b","after":"533d82e3ef99aef5a151c57c48e0c49a42e3db3f","ref":"refs/heads/development","pushedAt":"2024-05-09T12:56:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"ci: build dockers test (#1020)","shortMessageHtmlLink":"ci: build dockers test (#1020)"}},{"before":"e523d8dc2bf93f5501db6a03b40aa1ffea6f22ae","after":"41ec863dba914b91edefe5f0b4c4499468a2c991","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-08T15:08:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"Merge branch 'development' into build_dockers_test1","shortMessageHtmlLink":"Merge branch 'development' into build_dockers_test1"}},{"before":"4a51d4485fc2f49a3eb38c1f2d05b68112cfb26b","after":null,"ref":"refs/heads/gh-readonly-queue/development/pr-1032-c8cc2939c6e2579c6e1989bc09b3db6a53996fdc","pushedAt":"2024-05-08T11:44:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c8cc2939c6e2579c6e1989bc09b3db6a53996fdc","after":"4a51d4485fc2f49a3eb38c1f2d05b68112cfb26b","ref":"refs/heads/development","pushedAt":"2024-05-08T11:44:17.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"fix(mempool): insert transaction for failed before validation (#1032)\n\nDescription\n---\n\nInsert transaction in database if before-execution validations fail\n\nMotivation and Context\n---\n\nThis case will cause the error: `Storage Error: Not found: item:\ntransaction`.\n\nWe insert to allow submitters to later request this result. We might\nwant to return this validation result to the caller and not persist the\ntransaction.\n\nHow Has This Been Tested?\n---\nNot tested\n\nWhat process can a PR reviewer use to test or verify this change?\n---\n\n\nBreaking Changes\n---\n\n- [x] None\n- [ ] Requires data directory to be deleted\n- [ ] Other - Please specify","shortMessageHtmlLink":"fix(mempool): insert transaction for failed before validation (#1032)"}},{"before":null,"after":"4a51d4485fc2f49a3eb38c1f2d05b68112cfb26b","ref":"refs/heads/gh-readonly-queue/development/pr-1032-c8cc2939c6e2579c6e1989bc09b3db6a53996fdc","pushedAt":"2024-05-08T11:09:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"fix(mempool): insert transaction for failed before validation (#1032)\n\nDescription\n---\n\nInsert transaction in database if before-execution validations fail\n\nMotivation and Context\n---\n\nThis case will cause the error: `Storage Error: Not found: item:\ntransaction`.\n\nWe insert to allow submitters to later request this result. We might\nwant to return this validation result to the caller and not persist the\ntransaction.\n\nHow Has This Been Tested?\n---\nNot tested\n\nWhat process can a PR reviewer use to test or verify this change?\n---\n\n\nBreaking Changes\n---\n\n- [x] None\n- [ ] Requires data directory to be deleted\n- [ ] Other - Please specify","shortMessageHtmlLink":"fix(mempool): insert transaction for failed before validation (#1032)"}},{"before":"a43685dd964bc806369f8f1721ad9014e4a5de96","after":"e523d8dc2bf93f5501db6a03b40aa1ffea6f22ae","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-07T15:28:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"Merge branch 'development' into build_dockers_test1","shortMessageHtmlLink":"Merge branch 'development' into build_dockers_test1"}},{"before":"c8cc2939c6e2579c6e1989bc09b3db6a53996fdc","after":null,"ref":"refs/heads/gh-readonly-queue/development/pr-1030-b4db16120a4306f099fa8d590e6e313d7fc71fa5","pushedAt":"2024-05-07T14:17:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"b4db16120a4306f099fa8d590e6e313d7fc71fa5","after":"c8cc2939c6e2579c6e1989bc09b3db6a53996fdc","ref":"refs/heads/development","pushedAt":"2024-05-07T14:17:01.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"ci(fix): bring binary builds in line with main project (#1030)\n\nDescription\nBring binary builds in line with main project\n\nMotivation and Context\nEasier to bring in CI updates and changes into repo\n\nHow Has This Been Tested?\nBuilding in local fork\n\nWhat process can a PR reviewer use to test or verify this change?\n---\n\n\nBreaking Changes\n---\n\n- [x] None\n- [ ] Requires data directory to be deleted\n- [ ] Other - Please specify","shortMessageHtmlLink":"ci(fix): bring binary builds in line with main project (#1030)"}},{"before":"257e99d44756019bd7a5e204a018b9d4560936f8","after":"a43685dd964bc806369f8f1721ad9014e4a5de96","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-07T14:02:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"ci fix","shortMessageHtmlLink":"ci fix"}},{"before":"490abfc984dbadb4a1bdcad5d0f55a3d277788d0","after":"257e99d44756019bd7a5e204a018b9d4560936f8","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-07T13:59:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"clippy","shortMessageHtmlLink":"clippy"}},{"before":null,"after":"c8cc2939c6e2579c6e1989bc09b3db6a53996fdc","ref":"refs/heads/gh-readonly-queue/development/pr-1030-b4db16120a4306f099fa8d590e6e313d7fc71fa5","pushedAt":"2024-05-07T13:40:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"ci(fix): bring binary builds in line with main project (#1030)\n\nDescription\nBring binary builds in line with main project\n\nMotivation and Context\nEasier to bring in CI updates and changes into repo\n\nHow Has This Been Tested?\nBuilding in local fork\n\nWhat process can a PR reviewer use to test or verify this change?\n---\n\n\nBreaking Changes\n---\n\n- [x] None\n- [ ] Requires data directory to be deleted\n- [ ] Other - Please specify","shortMessageHtmlLink":"ci(fix): bring binary builds in line with main project (#1030)"}},{"before":"2b3736f4a03f33e2bc5c2ceaf81c316b29ae01a0","after":"490abfc984dbadb4a1bdcad5d0f55a3d277788d0","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-06T15:23:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"fix db","shortMessageHtmlLink":"fix db"}},{"before":"94642a32dab97718f958d40f0da3795f3cfccd9e","after":"2b3736f4a03f33e2bc5c2ceaf81c316b29ae01a0","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-06T11:36:00.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"Merge branch 'development' into build_dockers_test1","shortMessageHtmlLink":"Merge branch 'development' into build_dockers_test1"}},{"before":"efbcace85ad1f44ea7fcd26715a34f9509720747","after":"94642a32dab97718f958d40f0da3795f3cfccd9e","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-06T09:07:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"fix error, sql","shortMessageHtmlLink":"fix error, sql"}},{"before":"b4db16120a4306f099fa8d590e6e313d7fc71fa5","after":null,"ref":"refs/heads/gh-readonly-queue/development/pr-1028-e08c120101a4a816f74fd06a04f21fe7016e20c7","pushedAt":"2024-05-06T05:49:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"e08c120101a4a816f74fd06a04f21fe7016e20c7","after":"b4db16120a4306f099fa8d590e6e313d7fc71fa5","ref":"refs/heads/development","pushedAt":"2024-05-06T05:49:26.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"chore: update libp2p (#1028)\n\nDescription\n---\nUpdate to use latest commit in our libp2p fork\n\nMotivation and Context\n---\nUpdates to use latest libp2p including yamux upgrade\nhttps://github.com/libp2p/rust-yamux/commit/460baf2ccb7d5982b266cb3cb9c0bdf75b4fb779\nhttps://github.com/tari-project/rust-libp2p/pull/3\n\nHow Has This Been Tested?\n---\nManually and existing tests\n\nWhat process can a PR reviewer use to test or verify this change?\n---\nShould work as before\n\nBreaking Changes\n---\n\n- [x] None\n- [ ] Requires data directory to be deleted\n- [ ] Other - Please specify","shortMessageHtmlLink":"chore: update libp2p (#1028)"}},{"before":null,"after":"b4db16120a4306f099fa8d590e6e313d7fc71fa5","ref":"refs/heads/gh-readonly-queue/development/pr-1028-e08c120101a4a816f74fd06a04f21fe7016e20c7","pushedAt":"2024-05-06T05:13:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"chore: update libp2p (#1028)\n\nDescription\n---\nUpdate to use latest commit in our libp2p fork\n\nMotivation and Context\n---\nUpdates to use latest libp2p including yamux upgrade\nhttps://github.com/libp2p/rust-yamux/commit/460baf2ccb7d5982b266cb3cb9c0bdf75b4fb779\nhttps://github.com/tari-project/rust-libp2p/pull/3\n\nHow Has This Been Tested?\n---\nManually and existing tests\n\nWhat process can a PR reviewer use to test or verify this change?\n---\nShould work as before\n\nBreaking Changes\n---\n\n- [x] None\n- [ ] Requires data directory to be deleted\n- [ ] Other - Please specify","shortMessageHtmlLink":"chore: update libp2p (#1028)"}},{"before":"c719df193382a9282f069f9a12f5c9894feef71d","after":"efbcace85ad1f44ea7fcd26715a34f9509720747","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-03T14:33:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"fix warning","shortMessageHtmlLink":"fix warning"}},{"before":"e378ebff9e7c8c048c43181c85039be126532624","after":"c719df193382a9282f069f9a12f5c9894feef71d","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-03T13:51:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"update unique constraint","shortMessageHtmlLink":"update unique constraint"}},{"before":"771de401bb22f48676f2188107a61cddebf7cc20","after":"e08c120101a4a816f74fd06a04f21fe7016e20c7","ref":"refs/heads/development","pushedAt":"2024-05-03T11:11:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"fix: lock rust stable version to 1.77 (#1029)\n\nDescription\r\n---\r\nLock rust version to 1.77\r\n\r\nMotivation and Context\r\n---\r\nRust 1.78 causes a mempory alignment panic in the version of wasmer we\r\nuse. For now we'll lock to 1.77.\r\n\r\nhttps://github.com/wasmerio/wasmer/blob/2.3.0/lib/vm/src/instance/mod.rs#L968\r\nError: unsafe precondition(s) violated: ptr::copy_nonoverlapping\r\nrequires that both pointer arguments are aligned and non-null and the\r\nspecified memory ranges do not overlap\r\n\r\nHow Has This Been Tested?\r\n---\r\nCI\r\n\r\nWhat process can a PR reviewer use to test or verify this change?\r\n---\r\nWasm tests pass\r\n\r\nBreaking Changes\r\n---\r\n\r\n- [x] None\r\n- [ ] Requires data directory to be deleted\r\n- [ ] Other - Please specify","shortMessageHtmlLink":"fix: lock rust stable version to 1.77 (#1029)"}},{"before":"5c8024cbffac44bae2e4db7d224c0d098e9247b9","after":"e378ebff9e7c8c048c43181c85039be126532624","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-02T08:19:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"Merge branch 'development' into build_dockers_test1","shortMessageHtmlLink":"Merge branch 'development' into build_dockers_test1"}},{"before":"4ae07744c93e8e25d1292301f696192374611bb9","after":"771de401bb22f48676f2188107a61cddebf7cc20","ref":"refs/heads/development","pushedAt":"2024-05-02T08:19:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"fix(mempool): allow local transactions with unversioned inputs (#1027)\n\nDescription\r\n---\r\nfix(mempool): resolve local unversioned inputs before execution\r\n\r\nMotivation and Context\r\n---\r\nAllow local only transactions with unversioned inputs to be resolved in\r\nthe mempool\r\n\r\nHigh-level Notes:\r\n- Versioned local and foreign inputs may be safely executed and passed\r\nto consensus. If an input conflicts or has been downed since execution\r\nthis transaction will (and must) ABORT.\r\n- Unversioned inputs are more complicated. \r\n- **Local-only unversioned in mempool**: the mempool resolves all inputs\r\nas local and assigns the current UP version. Since inputs are not locked\r\nyet, another transaction may consume these inputs rendering one of the\r\ntransactions to ABORT when it shouldn't. This can be resolved by\r\nexecuting the local-only transactions within the context of the object\r\nstate of the current block.\r\n- **Local-only consensus execution**: The version applicable to the\r\ncurrent leaf proposal which accounts for the uncommitted chain (to\r\ncommit block/3-chain) is selected and proposed as LocalOnly. This\r\nimplicitly pledges and locks the inputs.\r\n- **Local-only with foreign conflicts in consensus**: ...\r\n\r\n\r\n\r\nHow Has This Been Tested?\r\n---\r\nCucumber test re-added that tests unversioned inputs.\r\n\r\nWhat process can a PR reviewer use to test or verify this change?\r\n---\r\nSubmit a transaction with at least one unversioned input local to the\r\nshard\r\n\r\nBreaking Changes\r\n---\r\n\r\n- [x] None\r\n- [ ] Requires data directory to be deleted\r\n- [ ] Other - Please specify\r\n\r\nNOTE: Added an index to the database, that requires the database to be\r\ndeleted to be applied. This is non-breaking but does ensure data\r\nintegrity and improves the SQLite implementation query performance","shortMessageHtmlLink":"fix(mempool): allow local transactions with unversioned inputs (#1027)"}},{"before":"adcc071df5ce67eeffb7a84fb8f00c0e96926f1d","after":null,"ref":"refs/heads/gh-readonly-queue/development/pr-1020-4ae07744c93e8e25d1292301f696192374611bb9","pushedAt":"2024-05-02T08:09:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"adcc071df5ce67eeffb7a84fb8f00c0e96926f1d","ref":"refs/heads/gh-readonly-queue/development/pr-1020-4ae07744c93e8e25d1292301f696192374611bb9","pushedAt":"2024-05-02T08:09:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"ci: build dockers test (#1020)","shortMessageHtmlLink":"ci: build dockers test (#1020)"}},{"before":"59e40004d8607b616cde7314da7875754fbf87c3","after":"5c8024cbffac44bae2e4db7d224c0d098e9247b9","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-02T07:04:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"fmt, version bump","shortMessageHtmlLink":"fmt, version bump"}},{"before":"1db7c15f754c29c8b78c3804e1d5b61807fb26f7","after":"59e40004d8607b616cde7314da7875754fbf87c3","ref":"refs/heads/build_dockers_test1","pushedAt":"2024-05-02T06:25:46.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"stringhandler","name":"stringhandler","path":"/stringhandler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4200336?s=80&v=4"},"commit":{"message":"Merge branch 'development' into build_dockers_test1","shortMessageHtmlLink":"Merge branch 'development' into build_dockers_test1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESra-lAA","startCursor":null,"endCursor":null}},"title":"Activity ยท tari-project/tari-dan"}