{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":782018161,"defaultBranch":"master","name":"rust-bitcoin-maintainer-tools","ownerLogin":"rust-bitcoin","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-04-04T13:34:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/37084147?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712263302.0","currentOid":""},"activityList":{"items":[{"before":"a506ee0c6db4175501b7de6536ee263bef573d19","after":"3494ceec521cbc2cbe7e4b0d3fb9219a2164f57d","ref":"refs/heads/master","pushedAt":"2024-05-20T12:46:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"},"commit":{"message":"Merge rust-bitcoin/rust-bitcoin-maintainer-tools#7: ci: shellcheck checks\n\nccf8899095cd4fe31bfa930287e3885bb0b515e4 ci: shellsheck checks (Jose Storopoli)\n\nPull request description:\n\n Following https://github.com/rust-bitcoin/rust-bitcoin/pull/2762\n\n I also did all fixes that I could find with\n\n ```bash\n shellcheck **/*.sh\n ```\n\n If I've missed any please let me know.\n\nACKs for top commit:\n apoelstra:\n ACK ccf8899095cd4fe31bfa930287e3885bb0b515e4\n\nTree-SHA512: 750844e190c58c26101087c27807835f3c6e9952db217a431ac87a8e35e43b39e15fdd295a18e0a6f92d64224932793b39df1e8842f60d40a3d1cdd7b14bf950","shortMessageHtmlLink":"Merge #7: ci: shellcheck checks"}},{"before":"b2ac11556708cd0fb82c8139ff38b1be8d4a62e1","after":"a506ee0c6db4175501b7de6536ee263bef573d19","ref":"refs/heads/master","pushedAt":"2024-05-20T12:34:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"},"commit":{"message":"Merge rust-bitcoin/rust-bitcoin-maintainer-tools#8: Git: add `.gitignore` for rust `target/`\n\n21f410921dbee74589ff7de7ea45797c8208e94a Git: add .gitignore for rust target/ (Jose Storopoli)\n\nPull request description:\n\n Depending if you have rust-analyzer running in your code editor,\n it will automatically compile stuff into `target/`.\n\n So having a `.gitignore` is good quality of life.\n\nACKs for top commit:\n apoelstra:\n ACK 21f410921dbee74589ff7de7ea45797c8208e94a\n\nTree-SHA512: f5cf3a0a8e63b73389e62dc013568d90f718fd0c923f7eee0558d7dd9698ce10920d58bb2acce90b11b943369c27db678b13fe95d6c276ca88c84ab4ef0735af","shortMessageHtmlLink":"Merge #8: Git: add .gitignore for rust target/"}},{"before":"a4a848a7d145a78c8c78169e40ba022f59e76386","after":"b2ac11556708cd0fb82c8139ff38b1be8d4a62e1","ref":"refs/heads/master","pushedAt":"2024-05-07T15:49:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"},"commit":{"message":"Merge rust-bitcoin/rust-bitcoin-maintainer-tools#4: Add CI shell scripts\n\n72e42b39caaec78ed5b24d1ebab98d70658ed3e9 Add CI shell scripts (Tobin C. Harding)\n\nPull request description:\n\n We would like to put all the CI scripts in a single place instead of copied to each repository.\n\n Add a `ci/` directory and in it a `run_task.sh` script as well as auxilary scripts required. Include a README to document the directory.\n\n When the following three PRs have green CI runs then I believe we can merge this. And then I will update each of the PRs to use this repo and `master` (instead my fork and the PR branch `05-02-ci`).\n\n - [x] `rust-bitcoin`: https://github.com/rust-bitcoin/rust-bitcoin/pull/2736\n - [x] `rust-miniscript`: https://github.com/rust-bitcoin/rust-miniscript/pull/682\n - [x] `rust-bitcoincore-rpc`: https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/348\n - [x] `rust-chf` https://github.com/tcharding/rust-chf/actions/runs/8931701405\n\n All green with one minute till my End Of Day - BOOM!\n\nACKs for top commit:\n apoelstra:\n utACK 72e42b39caaec78ed5b24d1ebab98d70658ed3e9\n\nTree-SHA512: 199203ff283cce6f05ac69c971aaf563b1df9574900cf24ef0d979dee34419d6d3ba01de930e08318878e49ce0dd5e30e81c5eb4603b8404acce909eca03a6a6","shortMessageHtmlLink":"Merge #4: Add CI shell scripts"}},{"before":"7ed1438f9f3a54ef5f708a79bf59110c3fdc7c67","after":"a4a848a7d145a78c8c78169e40ba022f59e76386","ref":"refs/heads/master","pushedAt":"2024-05-02T12:56:34.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"},"commit":{"message":"Merge rust-bitcoin/rust-bitcoin-maintainer-tools#2: Add a tool to check releases\n\n129e58aee1c4374b31404c2128f33f21d83a1ba0 Add bitcoincore-rpc to config file (Tobin C. Harding)\n11e1fc5a1343b9056d136c344b40d77eea3d2c75 Add a tool to check releases (Tobin C. Harding)\n\nPull request description:\n\n Add a tool in Rust that can be used to do some release version checks.\n\n Currently supports two things:\n\n - Checking if the latest released version on crates.io is the same as in the config file.\n\n - Checking that a local crate uses the latest released dependencies (used to check that we have upgraded all deps before releasing a new version).\n\n Currently the output (colour ticks and crosses in my terminal):\n ```bash\n $ cargo run -- check-latest-dependencies ~/build/github.com/tcharding/rust-bitcoin/master bitcoin\n Checking latest dependencies for:\n crate: bitcoin\n version: \"0.32.0-rc1\"\n manifest: /home/tobin/build/github.com/tcharding/rust-bitcoin/master/bitcoin/Cargo.toml\n\n - serde ✓ 1.0.103 latest: 1.0.198\n - base58ck ✓ 0.1.0\n - base64 ✗ 0.21.3 latest: 0.22.0\n - bech32 ✓ 0.11.0\n - bitcoinconsensus ✗ 0.105.0+25.1 latest: 0.106.0+26.0\n - bitcoin_hashes ✓ 0.14.0\n - hex-conservative ✓ 0.2.0\n - hex_lit ✓ 0.1.1\n - bitcoin-internals ✓ 0.3.0\n - bitcoin-io ✓ 0.1.1 latest: 0.1.2\n - ordered ✓ 0.2.0 latest: 0.2.2\n - secp256k1 ✓ 0.29.0\n - bitcoin-units ✓ 0.1.0 latest: 0.1.1\n ```\n\n I'd like to extend it with all the ideas in https://github.com/rust-bitcoin/rust-bitcoin/issues/2524#issuecomment-2037261829.\n\n Close: #2524\n\nACKs for top commit:\n apoelstra:\n ACK 129e58aee1c4374b31404c2128f33f21d83a1ba0\n\nTree-SHA512: d4dfe213a372f832d8464d1e21c6b4f001dcb52256c2086816b45c237aa414f54e490c843208b97546dae591007150a4a7f21d1a0716944af8f04a96998a21fe","shortMessageHtmlLink":"Merge #2: Add a tool to check releases"}},{"before":"7ed1438f9f3a54ef5f708a79bf59110c3fdc7c67","after":null,"ref":"refs/heads/main","pushedAt":"2024-04-04T20:41:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"}},{"before":null,"after":"7ed1438f9f3a54ef5f708a79bf59110c3fdc7c67","ref":"refs/heads/master","pushedAt":"2024-04-04T20:41:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"},"commit":{"message":"add CC0 LICENSE and README","shortMessageHtmlLink":"add CC0 LICENSE and README"}},{"before":"7ed1438f9f3a54ef5f708a79bf59110c3fdc7c67","after":null,"ref":"refs/heads/master","pushedAt":"2024-04-04T20:41:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"}},{"before":null,"after":"7ed1438f9f3a54ef5f708a79bf59110c3fdc7c67","ref":"refs/heads/master","pushedAt":"2024-04-04T20:39:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"},"commit":{"message":"add CC0 LICENSE and README","shortMessageHtmlLink":"add CC0 LICENSE and README"}},{"before":null,"after":"7ed1438f9f3a54ef5f708a79bf59110c3fdc7c67","ref":"refs/heads/main","pushedAt":"2024-04-04T15:02:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"apoelstra","name":"Andrew Poelstra","path":"/apoelstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1351933?s=80&v=4"},"commit":{"message":"add CC0 LICENSE and README","shortMessageHtmlLink":"add CC0 LICENSE and README"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETslltgA","startCursor":null,"endCursor":null}},"title":"Activity · rust-bitcoin/rust-bitcoin-maintainer-tools"}