-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(api): update to 0.19.0 #11
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 465914b - Browse repository at this point
Copy the full SHA 465914bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb4de8d - Browse repository at this point
Copy the full SHA cb4de8dView commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4aff8b - Browse repository at this point
Copy the full SHA e4aff8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42cb97b - Browse repository at this point
Copy the full SHA 42cb97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb4b47a - Browse repository at this point
Copy the full SHA bb4b47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fe6c3 - Browse repository at this point
Copy the full SHA 17fe6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c570856 - Browse repository at this point
Copy the full SHA c570856View commit details -
Configuration menu - View commit details
-
Copy full SHA for c80a2d3 - Browse repository at this point
Copy the full SHA c80a2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 744a3d6 - Browse repository at this point
Copy the full SHA 744a3d6View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c749c47 - Browse repository at this point
Copy the full SHA c749c47View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5788a7 - Browse repository at this point
Copy the full SHA b5788a7View commit details
Commits on Apr 10, 2024
-
Check etching commit confirmations correctly (ordinals#3507)
Previously, we were checking if an etching commit transaction had matured by asking bitcoind how many confirmations it had. This was incorrect, because if ord was behind bitcoind, the number of confirmations would be based on bitcoind's current block height, and would be greater than the number of confirmations the commit transaction had as of the reveal transaction block height. This commit fixes this by calculating the number of confirmations using the block height of the commit transaction, which is correct even if bitcoind is ahead.
Configuration menu - View commit details
-
Copy full SHA for abd9654 - Browse repository at this point
Copy the full SHA abd9654View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2ae17d - Browse repository at this point
Copy the full SHA b2ae17dView commit details -
Allow inscribing without file (ordinals#3451)
This allows inscribing only the delegate without having to specify a file. In the batch it allows you to comletely omit the file as well.
Configuration menu - View commit details
-
Copy full SHA for f77ee3f - Browse repository at this point
Copy the full SHA f77ee3fView commit details -
Add etching turbo flag (ordinals#3511)
Future runes features may be opt-in, for example, if they increase light client validation costs, or if they are simply too degenerate. This commit adds a "turbo" flag, which, if set, premptively opts in to such future features. It also sets the "turbo" flag on the genesis rune, UNCOMMON•GOODS. Because the genesis rune is inserted into the index when it is created, the schema version is also incremented, to force rebuilding indices created before this commit.
Configuration menu - View commit details
-
Copy full SHA for f6657f1 - Browse repository at this point
Copy the full SHA f6657f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b7bbe - Browse repository at this point
Copy the full SHA b5b7bbeView commit details -
Document allowed opcodes in runestones (ordinals#3461)
Document that data push opcodes 0 through 78 inclusive are allowed in runestones, and opcodes 79 and above will produce a cenotaph. Also add a test that makes sure that this is actually true.
Configuration menu - View commit details
-
Copy full SHA for 2cc14fd - Browse repository at this point
Copy the full SHA 2cc14fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26812e6 - Browse repository at this point
Copy the full SHA 26812e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ba5ea - Browse repository at this point
Copy the full SHA a1ba5eaView commit details -
Updated rust-version to 1.74.0 (ordinals#3492)
Ord now requires Rust 1.74 to build, update `rust-version` in Cargo.toml files to reflect this.
Configuration menu - View commit details
-
Copy full SHA for 17696f3 - Browse repository at this point
Copy the full SHA 17696f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02fed68 - Browse repository at this point
Copy the full SHA 02fed68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec904a - Browse repository at this point
Copy the full SHA 1ec904aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ef5b1 - Browse repository at this point
Copy the full SHA 52ef5b1View commit details -
Test that mints without a cap are unmintable (ordinals#3495)
Test that if the `cap` field of an etching is unset, it is treated as being zero, and the rune is unmintable.Test that if the `cap` field of an etching is unset, it is treated as being zero, and the rune is unmintable.
Configuration menu - View commit details
-
Copy full SHA for 6eddd41 - Browse repository at this point
Copy the full SHA 6eddd41View commit details -
Release 0.18.0 (ordinals#3513)
- Bump version: 0.17.1 → 0.18.0 - Update changelog - Update changelog contributor credits - Update dependencies
Configuration menu - View commit details
-
Copy full SHA for 56586c1 - Browse repository at this point
Copy the full SHA 56586c1View commit details -
Fix off-by-one in wallet when waiting for etching commitment to mature (
ordinals#3515) While waiting to broadcast a rune etching, take into account the fact that the commit transaction will have an additional confirmation in the next block. Previously we weren't, so the wallet was waiting for one confirmation too many.
Configuration menu - View commit details
-
Copy full SHA for ead081d - Browse repository at this point
Copy the full SHA ead081dView commit details -
Release 0.18.1 (ordinals#3522)
- Bump version: 0.18.0 → 0.18.1 - Update changelog - Update changelog contributor credits
Configuration menu - View commit details
-
Copy full SHA for 248ab53 - Browse repository at this point
Copy the full SHA 248ab53View commit details -
Forbid etching below rune activation height (ordinals#3523)
Don't allow etching if the etching reveal height is below the runes activation height, otherwise the user would waste funds on an ineffective etching.
Configuration menu - View commit details
-
Copy full SHA for 26fcf05 - Browse repository at this point
Copy the full SHA 26fcf05View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ead3419 - Browse repository at this point
Copy the full SHA ead3419View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3927043 - Browse repository at this point
Copy the full SHA 3927043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de43df - Browse repository at this point
Copy the full SHA 3de43dfView commit details
Commits on Apr 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdfc15c - Browse repository at this point
Copy the full SHA fdfc15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd1f3e - Browse repository at this point
Copy the full SHA 5dd1f3eView commit details
Commits on Apr 14, 2024
-
Emit rune-related events (ordinals#3219)
Emit rune etched, rune minted, rune transferred, and rune burned events to the index event channel.
Configuration menu - View commit details
-
Copy full SHA for f07db71 - Browse repository at this point
Copy the full SHA f07db71View commit details
Commits on Apr 15, 2024
-
Address runes review comments (ordinals#3547)
- Fix overflow in Rune::from_str - Use checked_pow in Pile Display implementation - Only report first flaw in cenotaph - Add comment to Edict::from_integers for output == tx.output.len() - Avoid divide by zero in RuneUpdater - Add test for zero rune ID delta - Make varint::decode return a Result instead of an Option
Configuration menu - View commit details
-
Copy full SHA for 6cfd9d0 - Browse repository at this point
Copy the full SHA 6cfd9d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f793c - Browse repository at this point
Copy the full SHA c9f793cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d489b - Browse repository at this point
Copy the full SHA 22d489bView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab0b2a9 - Browse repository at this point
Copy the full SHA ab0b2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c3aa3 - Browse repository at this point
Copy the full SHA f2c3aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c1947 - Browse repository at this point
Copy the full SHA f4c1947View commit details -
Store wallets in /wallets subdir of data dir (ordinals#3553)
Makes the data dir cleaner, and avoids a conflict with wallet named `index`, since there's already an `index.redb`.
Configuration menu - View commit details
-
Copy full SHA for 0c63a3b - Browse repository at this point
Copy the full SHA 0c63a3bView commit details -
Add command to export BIP-329 labels for wallet outputs (ordinals#3120)
Add `ord wallet label`, which exports BIP-320 wallet output labels. Especially useful for labeling outputs in Sparrow wallets.
Configuration menu - View commit details
-
Copy full SHA for e8084ba - Browse repository at this point
Copy the full SHA e8084baView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a92fe7a - Browse repository at this point
Copy the full SHA a92fe7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b178a - Browse repository at this point
Copy the full SHA 04b178aView commit details -
Release 0.18.2 (ordinals#3582)
- Bump version: 0.18.1 → 0.18.2 - Update changelog - Update changelog contributor credits - Update dependencies
Configuration menu - View commit details
-
Copy full SHA for bc5a134 - Browse repository at this point
Copy the full SHA bc5a134View commit details -
Configuration menu - View commit details
-
Copy full SHA for d40e8db - Browse repository at this point
Copy the full SHA d40e8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5311e24 - Browse repository at this point
Copy the full SHA 5311e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e247b69 - Browse repository at this point
Copy the full SHA e247b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d969a6 - Browse repository at this point
Copy the full SHA 3d969a6View commit details
Commits on Apr 18, 2024
-
Address runes review comments (ordinals#3605)
- Use inclusive range in Index::get_runes_in_block - Remove out-of-date comment - Use checked_pow in Decimal Display impl - Use checked_pow in impl FromStr for Decimal
Configuration menu - View commit details
-
Copy full SHA for 879cee6 - Browse repository at this point
Copy the full SHA 879cee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 861c9d8 - Browse repository at this point
Copy the full SHA 861c9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4f860 - Browse repository at this point
Copy the full SHA ea4f860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b081a2 - Browse repository at this point
Copy the full SHA 3b081a2View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97b7364 - Browse repository at this point
Copy the full SHA 97b7364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 036ef68 - Browse repository at this point
Copy the full SHA 036ef68View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85c325 - Browse repository at this point
Copy the full SHA e85c325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd7aef - Browse repository at this point
Copy the full SHA 1fd7aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for d062a99 - Browse repository at this point
Copy the full SHA d062a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a15488 - Browse repository at this point
Copy the full SHA 8a15488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bbf56 - Browse repository at this point
Copy the full SHA 08bbf56View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8380e5 - Browse repository at this point
Copy the full SHA d8380e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a14fd - Browse repository at this point
Copy the full SHA 91a14fdView commit details -
Allow minting if mint begins next block (ordinals#3659)
Make `ord wallet mint` check whether the rune to be minted is mintable in the next block, since that's the block in which our mint transaction might actually be mined.
Configuration menu - View commit details
-
Copy full SHA for 4f3e036 - Browse repository at this point
Copy the full SHA 4f3e036View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e6cb64 - Browse repository at this point
Copy the full SHA 1e6cb64View commit details -
Configuration menu - View commit details
-
Copy full SHA for d862d00 - Browse repository at this point
Copy the full SHA d862d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6fec45 - Browse repository at this point
Copy the full SHA c6fec45View commit details -
Clarify that inscriptions must be served from URLs with path /content…
…/<INSCRIPTION_ID> (ordinals#3209) In order for inscriptions to retrieve their own inscription ID, inscription content must be served from URLs with path `/content/<INSCRIPTION_ID>`. When an inscription with ID X delegates to another inscription with ID Y, meaning that X has a delegate field whose value is Y, when requesting the content of inscription ID X, the content of inscription Y must be returned from the URL with path `/content/X`. This allows inscription Y to use the ID of delegating inscriptions as seeds for generative content, since the delegating inscriptions will all have different inscription IDs.
Configuration menu - View commit details
-
Copy full SHA for c22a781 - Browse repository at this point
Copy the full SHA c22a781View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b177ac2 - Browse repository at this point
Copy the full SHA b177ac2View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef8528c - Browse repository at this point
Copy the full SHA ef8528cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 452fe37 - Browse repository at this point
Copy the full SHA 452fe37View commit details
Commits on Apr 30, 2024
-
Use correct content type for .mjs inscriptions (ordinals#3712)
`text/javascript` is the preferred MIME type for JavaScript, so use it instead of `application/x-javascript` when inscribing `.mjs` files.
Configuration menu - View commit details
-
Copy full SHA for cac4585 - Browse repository at this point
Copy the full SHA cac4585View commit details
Commits on May 2, 2024
-
Remove duplicate endpoint from explorer.md (ordinals#3716)
Output `/output/<OUTPOINT>` was listed twice.
Configuration menu - View commit details
-
Copy full SHA for f75a87e - Browse repository at this point
Copy the full SHA f75a87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8be5b0 - Browse repository at this point
Copy the full SHA a8be5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 998f12c - Browse repository at this point
Copy the full SHA 998f12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c619c00 - Browse repository at this point
Copy the full SHA c619c00View commit details -
Release 0.18.4 (ordinals#3720)
- Bump version: 0.18.3 → 0.18.4 - Update changelog - Update changelog contributor credits - Update dependencies
Configuration menu - View commit details
-
Copy full SHA for b0435e8 - Browse repository at this point
Copy the full SHA b0435e8View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 571e77d - Browse repository at this point
Copy the full SHA 571e77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 163f09f - Browse repository at this point
Copy the full SHA 163f09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 612636b - Browse repository at this point
Copy the full SHA 612636bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 636635e - Browse repository at this point
Copy the full SHA 636635eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2038575 - Browse repository at this point
Copy the full SHA 2038575View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a9377 - Browse repository at this point
Copy the full SHA c9a9377View commit details -
Configuration menu - View commit details
-
Copy full SHA for a14599f - Browse repository at this point
Copy the full SHA a14599fView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47a0ba7 - Browse repository at this point
Copy the full SHA 47a0ba7View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f368fe - Browse repository at this point
Copy the full SHA 8f368feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cdf260 - Browse repository at this point
Copy the full SHA 6cdf260View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19bc21e - Browse repository at this point
Copy the full SHA 19bc21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ee9de - Browse repository at this point
Copy the full SHA c8ee9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc8212 - Browse repository at this point
Copy the full SHA 6cc8212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5ffd6 - Browse repository at this point
Copy the full SHA 0a5ffd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b83b74 - Browse repository at this point
Copy the full SHA 8b83b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401a01e - Browse repository at this point
Copy the full SHA 401a01eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 301f256 - Browse repository at this point
Copy the full SHA 301f256View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3cd33e - Browse repository at this point
Copy the full SHA a3cd33eView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c87b10 - Browse repository at this point
Copy the full SHA 2c87b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a33921 - Browse repository at this point
Copy the full SHA 4a33921View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3942217 - Browse repository at this point
Copy the full SHA 3942217View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd7f6c - Browse repository at this point
Copy the full SHA abd7f6cView commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f09c684 - Browse repository at this point
Copy the full SHA f09c684View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba1d7a - Browse repository at this point
Copy the full SHA aba1d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 034cb72 - Browse repository at this point
Copy the full SHA 034cb72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a26e2 - Browse repository at this point
Copy the full SHA b0a26e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba899a - Browse repository at this point
Copy the full SHA 7ba899aView commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc05638 - Browse repository at this point
Copy the full SHA dc05638View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd85071 - Browse repository at this point
Copy the full SHA cd85071View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 378ebc4 - Browse repository at this point
Copy the full SHA 378ebc4View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 412d37a - Browse repository at this point
Copy the full SHA 412d37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e135b - Browse repository at this point
Copy the full SHA 08e135bView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4871248 - Browse repository at this point
Copy the full SHA 4871248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398180a - Browse repository at this point
Copy the full SHA 398180aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2347118 - Browse repository at this point
Copy the full SHA 2347118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cc7840 - Browse repository at this point
Copy the full SHA 1cc7840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757bedf - Browse repository at this point
Copy the full SHA 757bedfView commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0afa713 - Browse repository at this point
Copy the full SHA 0afa713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88aa27f - Browse repository at this point
Copy the full SHA 88aa27fView commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5617498 - Browse repository at this point
Copy the full SHA 5617498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2f072 - Browse repository at this point
Copy the full SHA 4a2f072View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6103de9 - Browse repository at this point
Copy the full SHA 6103de9View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18bbbd2 - Browse repository at this point
Copy the full SHA 18bbbd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d014a06 - Browse repository at this point
Copy the full SHA d014a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce507bc - Browse repository at this point
Copy the full SHA ce507bcView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1493c0f - Browse repository at this point
Copy the full SHA 1493c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41cb05c - Browse repository at this point
Copy the full SHA 41cb05cView commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10d49a0 - Browse repository at this point
Copy the full SHA 10d49a0View commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a07f11 - Browse repository at this point
Copy the full SHA 8a07f11View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9121870 - Browse repository at this point
Copy the full SHA 9121870View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc40344 - Browse repository at this point
Copy the full SHA cc40344View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee2512a - Browse repository at this point
Copy the full SHA ee2512aView commit details -
Release 0.19.0 (ordinals#3844)
- Bump version: 0.18.5 → 0.19.0 - Update changelog - Update changelog contributor credits - Update dependencies
Configuration menu - View commit details
-
Copy full SHA for e448db0 - Browse repository at this point
Copy the full SHA e448db0View commit details
Commits on Jul 10, 2024
-
Merge tag '7b99baf2c7f4d483e58323ba4d2ea02dddcb9cb7' into ordzaar-mas…
…ter-0-19-0 Release 0.19.0
Configuration menu - View commit details
-
Copy full SHA for 6e85fd2 - Browse repository at this point
Copy the full SHA 6e85fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e60cf82 - Browse repository at this point
Copy the full SHA e60cf82View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94272b2 - Browse repository at this point
Copy the full SHA 94272b2View commit details