From 15ddca568a19c407e867fc80323048db2569cf85 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Mon, 11 Aug 2025 16:18:58 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e4b4d..ad62b56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Smart Intermediate Representation -[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![Apache License][license-shield]][license-url] +[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [!][P.R][pr-shields]][pr-url] [![Apache License][license-shield]][license-url] The Smart Intermediate Representation(short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are: @@ -118,5 +118,7 @@ The IR is still under development. Contributions are always welcome. Please foll [release-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/releases [license-shield]: https://img.shields.io/badge/License-Apache_2.0-green.svg?style=for-the-badge [license-url]: ./LICENSE +[pr-shields]: https://img.shields.io/github/issues-pr/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge +[pr-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/pulls [issues-shield]: https://img.shields.io/github/issues/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge [issues-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/issues From eeab84fe826e516a2be94d3f502258548432a81d Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Mon, 11 Aug 2025 16:23:16 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad62b56..cc67bd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Smart Intermediate Representation -[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [!][P.R][pr-shields]][pr-url] [![Apache License][license-shield]][license-url] +[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![PR][pr-shield]][pr-url] [![Apache License][license-shield]][license-url] The Smart Intermediate Representation(short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are: @@ -118,7 +118,7 @@ The IR is still under development. Contributions are always welcome. Please foll [release-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/releases [license-shield]: https://img.shields.io/badge/License-Apache_2.0-green.svg?style=for-the-badge [license-url]: ./LICENSE -[pr-shields]: https://img.shields.io/github/issues-pr/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge +[pr-shield]: https://img.shields.io/github/issues-pr/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge [pr-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/pulls [issues-shield]: https://img.shields.io/github/issues/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge [issues-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/issues