Skip to content

Commit f36ddb2

Browse files
authored
Merge pull request #1665 from input-output-hk/new-logo
Add new mithril logo and give credit
2 parents 7c7c01c + 235519e commit f36ddb2

File tree

13 files changed

+74
-84
lines changed

13 files changed

+74
-84
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ As a minor extension, we have adopted a slightly different versioning convention
1111

1212
- Support computation of the Cardano Transactions signature and proving with the pre-computed Block Range Merkle Roots retrieved from the database.
1313

14+
- Update website and explorer user interface to use the new mithril logo.
15+
1416
## Mithril Distribution [2418.1] - UNRELEASED
1517

1618
- **BREAKING** changes in Mithril client CLI:
@@ -60,4 +62,4 @@ As a minor extension, we have adopted a slightly different versioning convention
6062
| mithril-client-wasm | `0.2.5` |
6163
| mithril-common | `0.3.21` |
6264
| mithril-signer | `0.2.116` |
63-
| mithril-stm | `0.3.17` |
65+
| mithril-stm | `0.3.17` |

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,7 @@ Should you have any questions, ideas or issues, we would like to hear from you:
111111
* Ask on Cardano [StackExchange](https://cardano.stackexchange.com/questions/tagged/mithril) using the `mithril` tag
112112

113113
When contributing to this project and interacting with others, please follow our [Code of Conduct](./CODE-OF-CONDUCT.md) and our [Contributing Guidelines](./CONTRIBUTING.md).
114+
115+
## 🙏 Credits
116+
117+
- Logo created by Alexander Wende

docs/website/static/img/logo.png

19.4 KB
Loading

docs/website/static/img/logo.svg

Lines changed: 25 additions & 34 deletions
Loading

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
pkgs.rustc
124124
pkgs.libiconv
125125
config.treefmt.package
126+
pkgs.gnumake
126127
];
127128

128129
shellHook = ''

0 commit comments

Comments
 (0)