From 00caa02fac41d8030880f168d9fc99fc289ca647 Mon Sep 17 00:00:00 2001 From: stepit Date: Thu, 19 Dec 2024 16:28:00 +0100 Subject: [PATCH] add changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03eac41..0bb0c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ This changelog was created using the `clu` binary (https://github.com/MalteHerrmann/changelog-utils). --> + # Changelog ## Unreleased @@ -30,3 +31,4 @@ This changelog was created using the `clu` binary - (proto) [#14](https://github.com/evmos/os/pull/14) Add Protobufs and adjust scripts. - (eip-712) [#13](https://github.com/evmos/os/pull/13) Add EIP-712 package. - (ci) [#12](https://github.com/evmos/os/pull/12) Add CI workflows, configurations, Makefile, License, etc. +- (tests) [#65](https://github.com/evmos/os/pull/65) Add tests for bank wrapper in EVM module with mock.