Skip to content

Releases: icon-project/centralized-relay

v1.2.9-rc18

12 Jun 15:41
943cf3c
Compare
Choose a tag to compare
v1.2.9-rc18 Pre-release
Pre-release

Changelog

  • 943cf3c fix: reconnect with new client when subs errors

v1.2.9-rc17

12 Jun 12:37
5b3d383
Compare
Choose a tag to compare
v1.2.9-rc17 Pre-release
Pre-release

Changelog

  • 5b3d383 fix: goto last saved for icon ws error, rf: use plain http rpc instead of ws on evm
  • 5f1ab86 fix: concurrency calc., fix: dups. block query

v1.2.9-rc16

11 Jun 04:01
3755b35
Compare
Choose a tag to compare
v1.2.9-rc16 Pre-release
Pre-release

Changelog

  • 3755b35 fix: use provider route lock instead of global lock
  • 9b07548 fix: timeout for transcation opts. and unlock route lock when errors

v1.2.9-rc15

10 Jun 12:16
60c8bf4
Compare
Choose a tag to compare
v1.2.9-rc15 Pre-release
Pre-release

Changelog

  • 60c8bf4 Merge branch 'fix/improvements' of github.com:icon-project/centralized-relay into fix/improvements
  • 992c24f fix: unlock when getopts fails
  • 1eeeeee rf: add pre-hook commit

v1.2.9-rc14

10 Jun 04:48
a8a0da6
Compare
Choose a tag to compare
v1.2.9-rc14 Pre-release
Pre-release

Changelog

  • a8a0da6 rf: use ctx as possible, rf: defaultRead to 10 secs. -> 1 min
  • ace4664 fix: timeout for network error
  • b9a3f1c fix: early exit for rpc failures using timeout
  • 53813a2 fix: do not block message processing when rpc fails
  • 9d5999d rf: use rpc for network info rather from config
  • d432c87 rf: use route lock for wasm, fix: increment sequence for next transaction
  • e5a311d rm: nonceTicker, add: update nonce with update interval when required

v1.2.9-rc13

05 Jun 09:42
0f1feef
Compare
Choose a tag to compare
v1.2.9-rc13 Pre-release
Pre-release

Changelog

v1.2.9-rc12

05 Jun 05:56
c2acea3
Compare
Choose a tag to compare
v1.2.9-rc12 Pre-release
Pre-release

Changelog

  • c2acea3 fix: avoid double handle failed message
  • 4053acd rf: use mutex for route messages
  • f7e498e rf: refactors, add: debug log for mainnet debug

v1.2.9-rc9

04 Jun 06:59
dafb61e
Compare
Choose a tag to compare
v1.2.9-rc9 Pre-release
Pre-release

Changelog

  • dafb61e rf: decrese the retry interval
  • 03003f2 fix: height information for finality checl
  • 1c6968d rf: handle nonce edge case
  • 6734fe1 rf: unused fmt
  • 3611194 rf: lint remove prints
  • 361306d fix: update the previous nonce too

v1.2.9-rc8

04 Jun 01:33
3d478b5
Compare
Choose a tag to compare
v1.2.9-rc8 Pre-release
Pre-release

Changelog

  • 3d478b5 revert: netgo build tag for required static build
  • be389a2 add: wasm block btach query size
  • 842e387 rf: cfg key for block batch
  • 4a3ab05 rm(ci): netgo build tag
  • b4fb493 fix: icon possibe deduplication, add: read blockrange from config
  • 61a5b19 upgrade: etherium-go v1.14.2, feat: poll using block range search

v1.2.9-rc11

04 Jun 12:52
db31d28
Compare
Choose a tag to compare
v1.2.9-rc11 Pre-release
Pre-release

Changelog

  • db31d28 rf: add buffer height for extra precaution
  • 89bcf6d fix: subError ref
  • 83508d3 rf: log more
  • 00920b1 fix: icon blockinfo signal, rf: fixes adn improvements