{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":635104320,"defaultBranch":"master","name":"ord","ownerLogin":"sadoprotocol","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-05-02T01:19:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/126487205?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720602528.0","currentOid":""},"activityList":{"items":[{"before":"e60cf82163064c94607584cabeb7c0a66eb79da1","after":"8a03bad24b64df73c6c4529e5ebd4f1cc8c9e0e6","ref":"refs/heads/ordzaar-master-0-19-0","pushedAt":"2024-07-10T20:59:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcorral","name":"Diego","path":"/dcorral","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55594560?s=80&v=4"},"commit":{"message":"Update index method name","shortMessageHtmlLink":"Update index method name"}},{"before":"6e85fd2b281f3cdf154de59f8fb6327f0424f65c","after":"e60cf82163064c94607584cabeb7c0a66eb79da1","ref":"refs/heads/ordzaar-master-0-19-0","pushedAt":"2024-07-10T20:35:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dcorral","name":"Diego","path":"/dcorral","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55594560?s=80&v=4"},"commit":{"message":"Merge branch 'ordzaar-master' into ordzaar-master-0-19-0","shortMessageHtmlLink":"Merge branch 'ordzaar-master' into ordzaar-master-0-19-0"}},{"before":null,"after":"6e85fd2b281f3cdf154de59f8fb6327f0424f65c","ref":"refs/heads/ordzaar-master-0-19-0","pushedAt":"2024-07-10T09:08:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dcorral","name":"Diego","path":"/dcorral","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55594560?s=80&v=4"},"commit":{"message":"Merge tag '7b99baf2c7f4d483e58323ba4d2ea02dddcb9cb7' into ordzaar-master-0-19-0\n\nRelease 0.19.0","shortMessageHtmlLink":"Merge tag '7b99baf2c7f4d483e58323ba4d2ea02dddcb9cb7' into ordzaar-mas…"}},{"before":"6e85fd2b281f3cdf154de59f8fb6327f0424f65c","after":null,"ref":"refs/heads/ordzaar-master-0-19-0","pushedAt":"2024-07-10T09:06:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dcorral","name":"Diego","path":"/dcorral","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55594560?s=80&v=4"}},{"before":null,"after":"6e85fd2b281f3cdf154de59f8fb6327f0424f65c","ref":"refs/heads/ordzaar-master-0-19-0","pushedAt":"2024-07-10T08:59:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dcorral","name":"Diego","path":"/dcorral","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55594560?s=80&v=4"},"commit":{"message":"Merge tag '7b99baf2c7f4d483e58323ba4d2ea02dddcb9cb7' into ordzaar-master-0-19-0\n\nRelease 0.19.0","shortMessageHtmlLink":"Merge tag '7b99baf2c7f4d483e58323ba4d2ea02dddcb9cb7' into ordzaar-mas…"}},{"before":"70d26b3fb1b32e99dd529ed38e482f2b1a61adca","after":"7e4162b9ac90ead5cb5e8bb26891f1ba1a2bbeba","ref":"refs/heads/ordzaar-master","pushedAt":"2024-06-03T07:39:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thedoublejay","name":"JJ Adonis","path":"/thedoublejay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25013382?s=80&v=4"},"commit":{"message":"chore(api): update to 0.18.5 (#10)\n\n* Fix type in runes docs (#3447)\r\n\r\n* Fix deploy bitcoin.conf typo (#3443)\r\n\r\n* Remove `etch` from error message (#3449)\r\n\r\n* Update rune docs for Chinese version (#3457)\r\n\r\n* Update testing.md (#3463)\r\n\r\n* Fix typo in zh.po (#3464)\r\n\r\n* Update required Rust version in README (#3466)\r\n\r\n* Add package necessary for Ubuntu (#3462)\r\n\r\n* Add rune logo and link to navbar (#3442)\r\n\r\n* Fix maturation loop (#3480)\r\n\r\n* Add wallet batch outputs and inscriptions endpoints (#3456)\r\n\r\n* Check etching commit confirmations correctly (#3507)\r\n\r\nPreviously, we were checking if an etching commit transaction had matured by\r\nasking bitcoind how many confirmations it had. This was incorrect, because if\r\nord was behind bitcoind, the number of confirmations would be based on\r\nbitcoind's current block height, and would be greater than the number of\r\nconfirmations the commit transaction had as of the reveal transaction block\r\nheight.\r\n\r\nThis commit fixes this by calculating the number of confirmations using the\r\nblock height of the commit transaction, which is correct even if bitcoind is\r\nahead.\r\n\r\n* Show decimal rune balances (#3505)\r\n\r\n* Allow inscribing without file (#3451)\r\n\r\nThis allows inscribing only the delegate without having to specify a file. In the batch it allows you to comletely omit the file as well.\r\n\r\n* Add etching turbo flag (#3511)\r\n\r\nFuture runes features may be opt-in, for example, if they increase light client\r\nvalidation costs, or if they are simply too degenerate.\r\n\r\nThis commit adds a \"turbo\" flag, which, if set, premptively opts in to such\r\nfuture features.\r\n\r\nIt also sets the \"turbo\" flag on the genesis rune, UNCOMMON•GOODS.\r\n\r\nBecause the genesis rune is inserted into the index when it is created, the\r\nschema version is also incremented, to force rebuilding indices created before\r\nthis commit.\r\n\r\n* Update data carriersize to match with ord (#3506)\r\n\r\n* Document allowed opcodes in runestones (#3461)\r\n\r\nDocument that data push opcodes 0 through 78 inclusive are allowed in\r\nrunestones, and opcodes 79 and above will produce a cenotaph. Also add a test\r\nthat makes sure that this is actually true.\r\n\r\n* Fix typo in zh.po (#3498)\r\n\r\n* Better error message when bitcoind doesn't start (#3500)\r\n\r\n* Updated rust-version to 1.74.0 (#3492)\r\n\r\nOrd now requires Rust 1.74 to build, update `rust-version` in Cargo.toml files\r\nto reflect this.\r\n\r\n* Mint with destination (#3497)\r\n\r\n* Bump ord crate required rust version to 1.76 (#3512)\r\n\r\n* Add postage flag to mint command (#3482)\r\n\r\n* Test that mints without a cap are unmintable (#3495)\r\n\r\nTest that if the `cap` field of an etching is unset, it is treated as being\r\nzero, and the rune is unmintable.Test that if the `cap` field of an etching is\r\nunset, it is treated as being zero, and the rune is unmintable.\r\n\r\n* Release 0.18.0 (#3513)\r\n\r\n- Bump version: 0.17.1 → 0.18.0\r\n- Update changelog\r\n- Update changelog contributor credits\r\n- Update dependencies\r\n\r\n* Fix off-by-one in wallet when waiting for etching commitment to mature (#3515)\r\n\r\nWhile waiting to broadcast a rune etching, take into account the fact that the\r\ncommit transaction will have an additional confirmation in the next block.\r\nPreviously we weren't, so the wallet was waiting for one confirmation too many.\r\n\r\n* Release 0.18.1 (#3522)\r\n\r\n- Bump version: 0.18.0 → 0.18.1\r\n- Update changelog\r\n- Update changelog contributor credits\r\n\r\n* Forbid etching below rune activation height (#3523)\r\n\r\nDon't allow etching if the etching reveal height is below the runes activation\r\nheight, otherwise the user would waste funds on an ineffective etching.\r\n\r\n* Put rune higher on /inscription (#3363)\r\n\r\n* Fix typo in recursion docs (#3529)\r\n\r\n* Add Red Had build instructions to readme (#3531)\r\n\r\n* Add runes pagination (#3215)\r\n\r\n* Lookup rune by number (#3440)\r\n\r\n* Emit rune-related events (#3219)\r\n\r\nEmit rune etched, rune minted, rune transferred, and rune burned events to the\r\nindex event channel.\r\n\r\n* Address runes review comments (#3547)\r\n\r\n- Fix overflow in Rune::from_str\r\n- Use checked_pow in Pile Display implementation\r\n- Only report first flaw in cenotaph\r\n- Add comment to Edict::from_integers for output == tx.output.len()\r\n- Avoid divide by zero in RuneUpdater\r\n- Add test for zero rune ID delta\r\n- Make varint::decode return a Result instead of an Option\r\n\r\n* Lock runes commit output (#3504)\r\n\r\n* Display etched runes on /block (#3366)\r\n\r\n* Remove /runes/balances page (#3555)\r\n\r\n* Fix typo in zh.po (#3540)\r\n\r\n* Fix typos (#3541)\r\n\r\n* Store wallets in /wallets subdir of data dir (#3553)\r\n\r\nMakes the data dir cleaner, and avoids a conflict with wallet named `index`,\r\nsince there's already an `index.redb`.\r\n\r\n* Add command to export BIP-329 labels for wallet outputs (#3120)\r\n\r\nAdd `ord wallet label`, which exports BIP-320 wallet output labels. Especially\r\nuseful for labeling outputs in Sparrow wallets.\r\n\r\n* Add open mint tests (#3558)\r\n\r\n* Document turbo flag (#3579)\r\n\r\n* Release 0.18.2 (#3582)\r\n\r\n- Bump version: 0.18.1 → 0.18.2\r\n- Update changelog\r\n- Update changelog contributor credits\r\n- Update dependencies\r\n\r\n* Bump ord version to 0.18.2 in Cargo.toml (#3583)\r\n\r\n* Resume cycles through all pending etchings (#3566)\r\n\r\n* Generate sample batch.yaml in env command (#3530)\r\n\r\n* Add default content proxy and decompress to env command (#3509)\r\n\r\n* Address runes review comments (#3605)\r\n\r\n- Use inclusive range in Index::get_runes_in_block\r\n- Remove out-of-date comment\r\n- Use checked_pow in Decimal Display impl\r\n- Use checked_pow in impl FromStr for Decimal\r\n\r\n* Remove duplicated word (#3598)\r\n\r\n* Show premine percentage (#3567)\r\n\r\n* Add back runes balances API (#3571)\r\n\r\n* Remove timeout for wallet client (#3621)\r\n\r\n* Add `dry-run` flag to `resume` command (#3592)\r\n\r\n* Clear etching when rune commitment is spent (#3618)\r\n\r\n* Add test Rune cannot be minted less than limit amount (#3556)\r\n\r\n* Update recursion.md with consistant syntax (#3585)\r\n\r\n* Check rune minimum at height before sending (#3626)\r\n\r\n* Release 0.18.3 (#3625)\r\n\r\n* Update sparrow-wallet.md --name flag update (#3635)\r\n\r\n* Fix zh.po translations (#3588)\r\n\r\n* Allow minting if mint begins next block (#3659)\r\n\r\nMake `ord wallet mint` check whether the rune to be minted is mintable in the\r\nnext block, since that's the block in which our mint transaction might actually\r\nbe mined.\r\n\r\n* Do not show runic outputs in cardinals command (#3656)\r\n\r\n* Update sat-hunting.md with how to transfer specific sats (#3666)\r\n\r\n* Allow longer request body for JSON API (#3655)\r\n\r\n* Clarify that inscriptions must be served from URLs with path /content/ (#3209)\r\n\r\nIn order for inscriptions to retrieve their own inscription ID, inscription\r\ncontent must be served from URLs with path `/content/`.\r\n\r\nWhen an inscription with ID X delegates to another inscription with ID Y,\r\nmeaning that X has a delegate field whose value is Y, when requesting the\r\ncontent of inscription ID X, the content of inscription Y must be returned from\r\nthe URL with path `/content/X`. This allows inscription Y to use the ID of\r\ndelegating inscriptions as seeds for generative content, since the delegating\r\ninscriptions will all have different inscription IDs.\r\n\r\n* Use contains_key instead of get / is_some (#3705)\r\n\r\n* Fix typo on sat hunting page (#3668)\r\n\r\n* Add support for mjs files (#3653)\r\n\r\n* Use correct content type for .mjs inscriptions (#3712)\r\n\r\n`text/javascript` is the preferred MIME type for JavaScript, so use it instead\r\nof `application/x-javascript` when inscribing `.mjs` files.\r\n\r\n* Remove duplicate endpoint from explorer.md (#3716)\r\n\r\nOutput `/output/` was listed twice.\r\n\r\n* Persist config files for ord env command (#3715)\r\n\r\n* Add alt text to preview image (#3713)\r\n\r\n* Fix send runes (#3484)\r\n\r\n* Release 0.18.4 (#3720)\r\n\r\n- Bump version: 0.18.3 → 0.18.4\r\n- Update changelog\r\n- Update changelog contributor credits\r\n- Update dependencies\r\n\r\n* Show progress bar for etching (#3673)\r\n\r\n* Bump rustfmt version 2018 to 2021 (#3721)\r\n\r\n* Patch some omissions in the Chinese translation (#3694)\r\n\r\n* Update runes.md docs (#3681)\r\n\r\n* Update sat-hunting.md (#3724)\r\n\r\n* Allow higher rpcworkqueue limit conf (#3615)\r\n\r\n* Allow specifying different output formats (#3424)\r\n\r\n* Release 0.18.5 (#3741)\r\n\r\n* Fix old conflicts\r\n\r\n* Resolve issues with Ordzaar modifications\r\n\r\n* Remove duplicate /inscriptions endpoint\r\n\r\n---------\r\n\r\nCo-authored-by: twosatsmaxi <112330467+twosatsmaxi@users.noreply.github.com>\r\nCo-authored-by: bitspill \r\nCo-authored-by: Ordinarius <137325073+ordinariusprof@users.noreply.github.com>\r\nCo-authored-by: Dr.JingLee <95461562+DrJingLee@users.noreply.github.com>\r\nCo-authored-by: gmart7t2 <49558347+gmart7t2@users.noreply.github.com>\r\nCo-authored-by: RandolphJiffy \r\nCo-authored-by: nine <118634361+cryptoni9n@users.noreply.github.com>\r\nCo-authored-by: Petrius Lima \r\nCo-authored-by: 0xLugon \r\nCo-authored-by: raph \r\nCo-authored-by: Casey Rodarmor \r\nCo-authored-by: tgscan-dev <136890925+tgscan-dev@users.noreply.github.com>\r\nCo-authored-by: ynohtna92 \r\nCo-authored-by: nix.eth <113411347+nix-eth@users.noreply.github.com>\r\nCo-authored-by: rongyi \r\nCo-authored-by: Felipe Lincoln \r\nCo-authored-by: blackj \r\nCo-authored-by: StevenMia <166844090+StevenMia@users.noreply.github.com>\r\nCo-authored-by: Javier Villanueva \r\nCo-authored-by: oxSaturn \r\nCo-authored-by: zmeyer44 <54515037+zmeyer44@users.noreply.github.com>\r\nCo-authored-by: Taha Abbasi \r\nCo-authored-by: losingle \r\nCo-authored-by: Vannix <134819232+Vanniix@users.noreply.github.com>\r\nCo-authored-by: knowmost <167442703+knowmost@users.noreply.github.com>\r\nCo-authored-by: Eloc <42568538+elocremarc@users.noreply.github.com>\r\nCo-authored-by: bingryan <41174435+bingryan@users.noreply.github.com>\r\nCo-authored-by: AM shadow <154503348+shadowv0vshadow@users.noreply.github.com>\r\nCo-authored-by: Han Tuzun \r\nCo-authored-by: Jeremy Rubin ","shortMessageHtmlLink":"chore(api): update to 0.18.5 (#10)"}},{"before":"cd85071ae65307a38f5d040820899c28b25b5d21","after":"378ebc4be9e865c001b48174eb51b31c560e5e24","ref":"refs/heads/ordzaar-master-0-18-5","pushedAt":"2024-05-27T04:54:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"danadi7","name":"Daniel Adi.","path":"/danadi7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48890526?s=80&v=4"},"commit":{"message":"Remove duplicate /inscriptions endpoint","shortMessageHtmlLink":"Remove duplicate /inscriptions endpoint"}},{"before":"659cd0a685e0986f42beb1649e10bbe878510dd6","after":"cd85071ae65307a38f5d040820899c28b25b5d21","ref":"refs/heads/ordzaar-master-0-18-5","pushedAt":"2024-05-25T19:03:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"danadi7","name":"Daniel Adi.","path":"/danadi7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48890526?s=80&v=4"},"commit":{"message":"Resolve issues with Ordzaar modifications","shortMessageHtmlLink":"Resolve issues with Ordzaar modifications"}},{"before":"0bc5c23b858aa18a8d8b0d6d20055e29fd68751a","after":"659cd0a685e0986f42beb1649e10bbe878510dd6","ref":"refs/heads/ordzaar-master-0-18-5","pushedAt":"2024-05-25T18:33:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"danadi7","name":"Daniel Adi.","path":"/danadi7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48890526?s=80&v=4"},"commit":{"message":"Resolve issues with Ordzaar modifications","shortMessageHtmlLink":"Resolve issues with Ordzaar modifications"}},{"before":"a7f51f6e21548b1cbf4dca63b8390ecb3102ae4d","after":"0bc5c23b858aa18a8d8b0d6d20055e29fd68751a","ref":"refs/heads/ordzaar-master-0-18-5","pushedAt":"2024-05-24T10:08:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"danadi7","name":"Daniel Adi.","path":"/danadi7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48890526?s=80&v=4"},"commit":{"message":"Fix old conflicts\n\nFix old conflicts\n\nFix old conflicts\n\nFix old conflicts","shortMessageHtmlLink":"Fix old conflicts"}},{"before":"0c76d9c68b9e16c6b6d197bbc06d3fd76b8678ad","after":"a7f51f6e21548b1cbf4dca63b8390ecb3102ae4d","ref":"refs/heads/ordzaar-master-0-18-5","pushedAt":"2024-05-24T10:02:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"danadi7","name":"Daniel Adi.","path":"/danadi7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48890526?s=80&v=4"},"commit":{"message":"Fix old conflicts","shortMessageHtmlLink":"Fix old conflicts"}},{"before":"aae8106fb5e7dfde0da1e4e9d17e49d86c302d37","after":"0c76d9c68b9e16c6b6d197bbc06d3fd76b8678ad","ref":"refs/heads/ordzaar-master-0-18-5","pushedAt":"2024-05-24T10:01:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"danadi7","name":"Daniel Adi.","path":"/danadi7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48890526?s=80&v=4"},"commit":{"message":"Fix old conflicts","shortMessageHtmlLink":"Fix old conflicts"}},{"before":null,"after":"aae8106fb5e7dfde0da1e4e9d17e49d86c302d37","ref":"refs/heads/ordzaar-master-0-18-5","pushedAt":"2024-05-24T09:53:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"danadi7","name":"Daniel Adi.","path":"/danadi7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48890526?s=80&v=4"},"commit":{"message":"Fix old conflicts","shortMessageHtmlLink":"Fix old conflicts"}},{"before":null,"after":"a1a66954378fb1b0a2361ff1ff359514cf84f602","ref":"refs/heads/ordzaar-master-0-18-1","pushedAt":"2024-04-12T02:28:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"thedoublejay","name":"JJ Adonis","path":"/thedoublejay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25013382?s=80&v=4"},"commit":{"message":"chore(api): merge 0.18.1 from upstream","shortMessageHtmlLink":"chore(api): merge 0.18.1 from upstream"}},{"before":"760e99e607fda660aedc20c5b184dcca0f5c10aa","after":"70d26b3fb1b32e99dd529ed38e482f2b1a61adca","ref":"refs/heads/ordzaar-master","pushedAt":"2024-04-03T07:48:28.000Z","pushType":"push","commitsCount":190,"pusher":{"login":"thedoublejay","name":"JJ Adonis","path":"/thedoublejay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25013382?s=80&v=4"},"commit":{"message":"merge ordzaar-master-0.17.1","shortMessageHtmlLink":"merge ordzaar-master-0.17.1"}},{"before":"a70f7bcf722b1c8258aace8ff592bc82bedf20aa","after":"78889aeda79c57b2a51ff740a6c10f1e4e276768","ref":"refs/heads/ordzaar-master-0-17-1","pushedAt":"2024-04-02T14:19:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"fix(rune): typo","shortMessageHtmlLink":"fix(rune): typo"}},{"before":null,"after":"a70f7bcf722b1c8258aace8ff592bc82bedf20aa","ref":"refs/heads/ordzaar-master-0-17-1","pushedAt":"2024-04-02T13:52:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"Merge tag '0.17.1' into ordzaar-master-0-17-1","shortMessageHtmlLink":"Merge tag '0.17.1' into ordzaar-master-0-17-1"}},{"before":"06a070cc1fc098c7d639e55d3931f3f62f2da5ba","after":"4e35155788f73762502a3a24f4176c5066fd1c03","ref":"refs/heads/ordzaar-master-0-17-0","pushedAt":"2024-04-02T13:47:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(rune): custom apis","shortMessageHtmlLink":"feat(rune): custom apis"}},{"before":"4e35155788f73762502a3a24f4176c5066fd1c03","after":"06a070cc1fc098c7d639e55d3931f3f62f2da5ba","ref":"refs/heads/ordzaar-master-0-17-0","pushedAt":"2024-04-01T09:46:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(rune): dechiper api","shortMessageHtmlLink":"feat(rune): dechiper api"}},{"before":"c63aeedc8723eebaac39fae15e2b9e9c1aeb6ef7","after":"4e35155788f73762502a3a24f4176c5066fd1c03","ref":"refs/heads/ordzaar-master-0-17-0","pushedAt":"2024-04-01T09:39:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(rune): custom apis","shortMessageHtmlLink":"feat(rune): custom apis"}},{"before":null,"after":"c63aeedc8723eebaac39fae15e2b9e9c1aeb6ef7","ref":"refs/heads/ordzaar-master-0-17-0","pushedAt":"2024-04-01T08:18:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(ordzaar): methods and apis","shortMessageHtmlLink":"feat(ordzaar): methods and apis"}},{"before":"76c359b86d5050a9ba9e2f9b99ff452e37976f0f","after":"316b7a1cb3728cd0e51dba70826d4297812a6030","ref":"refs/heads/joundy/ordzaar-custom-rune-api","pushedAt":"2024-03-28T09:15:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(rune): add rune_spaced on reponse","shortMessageHtmlLink":"feat(rune): add rune_spaced on reponse"}},{"before":"2012c9b7d2da87fd24f2e15858263d62ecb35ad8","after":"76c359b86d5050a9ba9e2f9b99ff452e37976f0f","ref":"refs/heads/joundy/ordzaar-custom-rune-api","pushedAt":"2024-03-28T06:56:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(rune): unecessary clone","shortMessageHtmlLink":"feat(rune): unecessary clone"}},{"before":"d93a57272de8e83142ad91da2e6c0c999b299a37","after":"2012c9b7d2da87fd24f2e15858263d62ecb35ad8","ref":"refs/heads/joundy/ordzaar-custom-rune-api","pushedAt":"2024-03-28T06:14:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(rune): use hashmap instead of vec","shortMessageHtmlLink":"feat(rune): use hashmap instead of vec"}},{"before":null,"after":"d93a57272de8e83142ad91da2e6c0c999b299a37","ref":"refs/heads/joundy/ordzaar-custom-rune-api","pushedAt":"2024-03-27T18:28:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(rune): ordzaar custom rune api","shortMessageHtmlLink":"feat(rune): ordzaar custom rune api"}},{"before":"dbb87a4b21065eac9f08d106298bc86c2bc6c93a","after":"760e99e607fda660aedc20c5b184dcca0f5c10aa","ref":"refs/heads/ordzaar-master","pushedAt":"2024-03-22T09:31:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thedoublejay","name":"JJ Adonis","path":"/thedoublejay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25013382?s=80&v=4"},"commit":{"message":"feat(inscription): add content_encoding field on api (#7)","shortMessageHtmlLink":"feat(inscription): add content_encoding field on api (#7)"}},{"before":null,"after":"de63e94d76901bb616db6a0331a21b2c41816766","ref":"refs/heads/joundy/api-add-encoding-field","pushedAt":"2024-03-22T08:14:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(inscription): add content_encoding field on api","shortMessageHtmlLink":"feat(inscription): add content_encoding field on api"}},{"before":"1b4ab2968b114770a51829b2c6854e524fe061df","after":"dbb87a4b21065eac9f08d106298bc86c2bc6c93a","ref":"refs/heads/ordzaar-master","pushedAt":"2024-03-18T07:59:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thedoublejay","name":"JJ Adonis","path":"/thedoublejay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25013382?s=80&v=4"},"commit":{"message":"feat(inscription): add delegate field on api (#6)","shortMessageHtmlLink":"feat(inscription): add delegate field on api (#6)"}},{"before":null,"after":"028518759078eabced486889b02ff501a7b364eb","ref":"refs/heads/joundy/api-add-delegate-field","pushedAt":"2024-03-18T07:10:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(inscription): add delegate field on api","shortMessageHtmlLink":"feat(inscription): add delegate field on api"}},{"before":"0622c038dd345ee2e15db11a8e10b7223e7fd5ac","after":"899afd377919e5351d1460acd8a783d95516cd17","ref":"refs/heads/ordzaar-testnet","pushedAt":"2024-03-15T10:42:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joundy","name":null,"path":"/joundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20922033?s=80&v=4"},"commit":{"message":"feat(inscription): add field delegate on api","shortMessageHtmlLink":"feat(inscription): add field delegate on api"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfC5dkgA","startCursor":null,"endCursor":null}},"title":"Activity · sadoprotocol/ord"}