Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))