Skip to content

v1.9.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 05:51
· 30 commits to main since this release
541a447

Changelog

  • 541a447 Merge branch 'main' of github.com:icon-project/centralized-relay
  • 76ed126 Merge pull request #370 from icon-project/feat/new-api-sockets
  • 0143904 fix: implemented new methods
  • a08474e Merge remote-tracking branch 'origin' into feat/new-api-sockets
  • 10cee3c rm: unused apis, rf: various response format
  • b0b02c8 Merge pull request #396 from icon-project/fix/tx_not_finalized
  • 9440f12 Merge branch 'main' of github.com:icon-project/centralized-relay
  • 6649e50 fix: json tags typo
  • fb235e4 fix: check tx status error
  • a46cea1 feat: set compute units and compute price in instructions
  • bcd4fd0 fix: block events not searched properly
  • a486b75 fix: replace recent blockhash while tx simulation
  • eb8ff7b fix: use commitment finalized while sending tx
  • a108eb1 fix: missing json tag on chainInfo struct
  • 3b0630d fix: use commitment confirmed
  • 87840a4 rm(lint): debug statements
  • 724a405 rm(ci): rm redunant job
  • 52fcf29 rm(docker): docker setup
  • b28669c add: find block event
  • df7f6c0 revert: darwin builds for arm issue
  • 88475aa fix: arm64 binary format debug 1
  • 54a028e fix: arm64 binary format debug
  • 9b615c4 fix(ci): dockerhub username from vars
  • c975697 fix(ci): setup go version
  • 48cd40d rm(ci): docker builds on releaser
  • c90131b fix(ci): dockerhub username
  • b829168 fix: docker compose supply start command
  • 6b8bdc0 fix: image typo
  • 15c1fc8 Merge branch 'ci/docker-build' into merge/docker-build-socket-api
  • da47a1d fix: update socket api changes in stellar chain
  • 94e2c90 rf: use version info from core
  • a36f0a8 Merge branch 'main' into feat/new-api-sockets
  • 0269a7b Merge branch 'deployment/docker-compose' into ci/docker-build
  • 260ed84 feat(ci): publish docker images to dockerhub
  • 0db97ee fix: socket path env for docker compose
  • b33ef23 add(ci): use v.23.1 releaser
  • d7e3e81 fix: latest tag manifest
  • e991b36 fix: socket path
  • 70afbc8 Merge branch 'deployment/docker-compose' of github.com:icon-project/centralized-relay into deployment/docker-compose
  • faad61d fix: socket path
  • c96a884 Merge branch 'ci/docker-build' into deployment/docker-compose
  • d24a7e6 Merge branch 'ci/docker-build' of github.com:icon-project/centralized-relay into ci/docker-build
  • bf5fce2 fix: docker build for releaser
  • 4780824 fix: update to recent changes in sui
  • 0639c84 Merge branch 'main' into feat/new-api-sockets
  • d24a346 Merge branch 'main' into ci/docker-build
  • 71a2b5f fix: do not use user for scratch image
  • 618973b fix: docker build for goreleaser
  • 6867cbd Merge branch 'main' into feat/new-api-sockets
  • 5cd1f76 Merge branch 'main' into deployment/docker-compose
  • ac0a6c1 feat: ability to specify socket path, add: docker compose
  • 9313aa9 add: use buildx
  • 01dbccc add: docker build for goreleaser
  • bc47743 Merge branch 'main' of github.com:icon-project/centralized-relay
  • 3a453f5 Merge pull request #357 from icon-project/feat/socket-endpoints
  • 95bfde2 fix: flag shorthand
  • 6faaddf fix: add missing flag
  • ea5468b feat: enable to relay message based on tx hash
  • c32ed46 feat: fetch message of tx
  • 1c5a2f3 fix: improper error message
  • abfeac8 fix: remove unused query in socket client
  • 87c0b01 fix: remove unncessary type definition
  • 7878c99 fix: add unimplemented event handlers in socket server
  • 4e852a7 fix: address socket server changes in relayer client
  • 4e1e7ef fix: implement ContractsAddress in sui config
  • a5b43ac fix: update generate message implementation in sui
  • 08e8fc5 fix: resolve merge conflicts
  • 6691729 rm: unneded socket events, rf: use limit for pagination
  • 2bbc100 rm: redunant cmds
  • 0b57418 add: get block event event
  • 8d6fdad rf: socket api response format
  • 7d6c5cc Merge branch 'main' of github.com:icon-project/centralized-relay
  • 46fa772 fix: updated as per PR comment
  • a47b3d5 Merge branch 'main' into feat/new-api-sockets
  • d9d8ffe fix: fixed resource cleanups
  • 79d88ad fix: fixed issues with relaying messages
  • b540b63 chore: added command to relay from range and cleanups
  • e145f67 chore: removed unwanted print statment
  • 93a3827 feat: added api to get latest chain height, set/get last processed block and query range when available
  • bb2b0d2 add: docker-compose.yaml file