Skip to content

Releases: icon-project/centralized-relay

v1.2.9-rc4

29 May 16:45
4d391e0
Compare
Choose a tag to compare
v1.2.9-rc4 Pre-release
Pre-release

Changelog

  • 4d391e0 fix: also unlock on route fail
  • 8d164ef fix: lock whole trans instead of opts lock
  • 5ff0b6f add: log current version onstart

v1.2.9-rc3

29 May 10:34
7508864
Compare
Choose a tag to compare
v1.2.9-rc3 Pre-release
Pre-release

Changelog

  • 7508864 rf: more log, fix: nonce incr. early, rf: retry count

v1.2.9-rc2

29 May 07:55
6d2660d
Compare
Choose a tag to compare
v1.2.9-rc2 Pre-release
Pre-release

Changelog

  • 6d2660d fix: lock opts globally
  • 9cbe2a9 fix: add next retry logic with route duration changed
  • cf7d22a fix: tx receipt, add: use gasTipCap

v1.2.9-rc1

28 May 16:11
ab25e81
Compare
Choose a tag to compare
v1.2.9-rc1 Pre-release
Pre-release

Changelog

  • ab25e81 add: also release on run on rc
  • f7a0280 rf: remove special stale mark count and don't be so aggresive
  • f134e13 fix: rely on retry poll rather context deadline cancel
  • d3b4a98 fix: be nice to poller and avoild context deadline

v1.2.8

28 May 11:02
fe9e2c6
Compare
Choose a tag to compare

Changelog

  • fe9e2c6 Merge pull request #237 from icon-project/rf/concurrency
  • 3baf3fc rm: concurrency

v1.2.7

28 May 08:12
32020f3
Compare
Choose a tag to compare

Changelog

  • 32020f3 Merge pull request #236 from icon-project/doc/changelog
  • ee8159f add(doc): changelog
  • 3a50867 Merge pull request #235 from icon-project/fix/remove-unnessary-reset
  • 6675b7d Merge branch 'main' into fix/remove-unnessary-reset
  • 49f4c87 Merge pull request #231 from icon-project/rf/tx-result-polling
  • d2b12d1 Merge pull request #234 from icon-project/fix/subs-poll-ticker
  • 1d461cb fix: use ticker instead of recursion for rpc recovery
  • c2b0a0a rm: reset calls
  • 0c6a319 fix: misplaced defer call
  • 83008d8 refactor: use custom method for tx result

v1.2.6

27 May 19:12
2b3cb5c
Compare
Choose a tag to compare

Changelog

  • 2b3cb5c Merge pull request #230 from icon-project/rf/gas-price
  • 240ebba Merge branch 'main' into rf/gas-price
  • 92b0f1e fix: wrong calc
  • 70c3f29 rf: increase suggested gas price by 15%
  • 54a5964 Merge pull request #229 from icon-project/rf/gas-price
  • 2334062 Merge branch 'main' into rf/gas-price
  • 606571e rf: increase suggested gas price by 10%
  • 91f33b9 Merge pull request #228 from icon-project/fix/improvements
  • ab91ed5 rf: early exit for message sanity
  • c3f0b9e refactor: icon message search sanity condition
  • b5dd0f8 doc: add changelog for fix
  • f2708cd refactor: exponential backoff by retry count x 2
  • 470673f refactor: decrease message rentation period to 24h from 48h
  • fbb11d8 fix: address check for manual relay
  • 1ab8bfc rf: change default block produce duration to 10min
  • db68ad7 rf(doc): wait longer for block to be mined
  • 4ba0bb2 Merge branch 'main' into rf/block-mined-timeout
  • e20d8c0 rf: wait longer for block to be mined
  • 7213dc1 Merge pull request #226 from icon-project/refactor/rpc-failure-recovery
  • 8cc2f15 add: v1.2.6 changelog, rf: version ordering
  • e0d0cd0 add: fallback to polling when rpc fails
  • dd08715 Merge pull request #222 from icon-project/fix/executeCall

v1.2.5

22 May 06:46
b5e98e8
Compare
Choose a tag to compare

Changelog

  • b5e98e8 fix: executeCall estimation wrong param

v1.2.4

20 May 07:55
445c838
Compare
Choose a tag to compare

CHANGELOG.md for brief changelog.

Changelog

  • 445c838 Merge pull request #220 from icon-project/fix/static-build
  • 1a98d91 fix: downgrade cosmvm for static build issue
  • 15341f9 Merge pull request #219 from icon-project/refactor/go-releaser
  • e005d22 rf: cosmwasm v2.0.1 for bug fixes and improvements and go-releaser to v1.22.3
  • bf2543c Merge pull request #208 from icon-project/feat/injective
  • b799de4 fix: logging use opts.GasLimit
  • e9c8573 docs: CHANGELOG
  • 9e7f28e rf: gas adjustment to 5
  • f04fa9d fix: estimate gas
  • 4258b38 rf: seperate out declarations
  • 0a0f1c5 fix: cosmos sdk config for multiple comsos based chains
  • 8c167a1 rf: review recommendation
  • 9bbf3c7 fix: make codecs configurable to avoid conflicting codecs
  • 208f41f add: finalize injective support, fix: keystore hack
  • 6829a76 Merge branch 'main' into feat/injective
  • babcce2 fix: keystore imports
  • 9b14ad6 add: editorconfig
  • 62e70f5 add: injective codecs
  • 11c4a89 Merge branch 'feat/injective' of github.com:icon-project/centralized-relay into feat/injective
  • dda5392 fix: disable chain config
  • 01c281e Merge branch 'main' into feat/injective
  • e4fdcd7 rf: symbols for consitency, feat: ability to disable chain from config
  • 7e3133f rf: add missing changelog

v1.2.3

14 May 06:22
a7a5a1f
Compare
Choose a tag to compare

Changelog

  • a7a5a1f Merge pull request #214 from icon-project/feat/gas-optimize
  • 4dc80a8 Merge branch 'main' into feat/gas-optimize
  • 1db533d rf: gas-buffer -> *-adjustment
  • 775084b Merge pull request #212 from icon-project/feat/gas-optimize
  • 80f38a6 add: gas/step adjustment from config
  • 702d49a Merge pull request #206 from icon-project/181-add-target-in-makefile-to-statically-build-relayer
  • 2db8467 ci: update makefile to add static build