From 0a5a370ca3d3a940163d334705ce5ac4fdf52330 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:09:32 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c0204d42 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 1.0.0 (2023-10-23) + + +### Features + +* backport substrate code from relayer ([#9](https://github.com/sygmaprotocol/sygma-core/issues/9)) ([299cefd](https://github.com/sygmaprotocol/sygma-core/commit/299cefdbe7325f738c0f98decb4d2f771db7395e)) +* enable messages both ways ([#11](https://github.com/sygmaprotocol/sygma-core/issues/11)) ([0f397e3](https://github.com/sygmaprotocol/sygma-core/commit/0f397e372584e90e64dffa06ef5205f2534a049f)) +* enable setting fresh and latest via config ([#327](https://github.com/sygmaprotocol/sygma-core/issues/327)) ([e65c87a](https://github.com/sygmaprotocol/sygma-core/commit/e65c87a066615c871d68dd3db64021bca44b7327)) +* implement block delta metric ([#342](https://github.com/sygmaprotocol/sygma-core/issues/342)) ([cda9c26](https://github.com/sygmaprotocol/sygma-core/commit/cda9c26371a2fac24554893e4b5d96a8cc800595)) +* implement transaction monitor ([#340](https://github.com/sygmaprotocol/sygma-core/issues/340)) ([9ad5cad](https://github.com/sygmaprotocol/sygma-core/commit/9ad5cadde58c82a2b3c48d3375b5397325c35be6)) +* remove legacy code ([#7](https://github.com/sygmaprotocol/sygma-core/issues/7)) ([4e1c654](https://github.com/sygmaprotocol/sygma-core/commit/4e1c654cc84503d8e0f0eb630340d1506fa6dfa6)) +* update OTLP sdk version and add metric tags ([#343](https://github.com/sygmaprotocol/sygma-core/issues/343)) ([bf6ab00](https://github.com/sygmaprotocol/sygma-core/commit/bf6ab000e245e83590119182a4dd8ebb174d2dd0)) + + +### Bug Fixes + +* metric map concurrent write error ([#344](https://github.com/sygmaprotocol/sygma-core/issues/344)) ([e55b5ce](https://github.com/sygmaprotocol/sygma-core/commit/e55b5cec4f6f346341f4ec6b8dd2667eed2e0156)) + + +### Miscellaneous + +* improve evm listener logging ([#335](https://github.com/sygmaprotocol/sygma-core/issues/335)) ([ba947a1](https://github.com/sygmaprotocol/sygma-core/commit/ba947a1149c7314ce9430d056dd4ae451faacd4a)) +* improve failed message log verbosity ([#341](https://github.com/sygmaprotocol/sygma-core/issues/341)) ([d75ae73](https://github.com/sygmaprotocol/sygma-core/commit/d75ae73078dacda3ef33a85b06eb8ba4886e0473)) +* listener tests ([#13](https://github.com/sygmaprotocol/sygma-core/issues/13)) ([256532b](https://github.com/sygmaprotocol/sygma-core/commit/256532b316d8d19942cb71e8e32630b4c9823749))