Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 12:02
· 555 commits to main since this release
d0cf130

Changelog

  • d0cf130 Merge pull request #345 from icon-project/feature/sui-integration
  • ce2a6d7 fix: merge conflicts
  • 23cbb91 Merge branch 'main' into feature/sui-integration
  • f68fef2 fix: remove is_executor from config && add proper logs when tx is not in checkpoint
  • e1513b3 fix: add is_executor in config
  • c6014a6 fix: ensure checkpoint exits in event while handling event notification
  • a279568 fix: ensure checkpoint exits in tx result in routecallback
  • af031ef Merge remote-tracking branch 'origin' into feature/sui-integration
  • f4befe5 chore: add proper comments in config
  • 70f1bee chore: remove default msg src
  • 728f516 fix: add dst in rollback msg
  • e380c79 fix: add comment for start tx digest
  • 3ff5357 fix: select start tx digest to query
  • ae73483 fix: start block query from start tx hash
  • e04334a chore: add sn and req-id in logs while routing message
  • 78bed42 fix: parse sn,src,and msgType in sui for message key
  • 1b0fff7 fix: git ignore dist folder
  • dc33e1e Merge pull request #300 from icon-project/feature/sui-integration-latest
  • 3a6a57c fix: upated from main
  • a03397e fix: upated Dockerfile from main
  • 4e898c8 fix: merged main to sui latest branch
  • ab5153b chore: remove hardcoded change
  • 9bcf527 fix: add json tag for dappModuleCapId in Message type
  • c4d5937 chore: add dapp module cap id info in event log
  • 022546b fix: add proper context for module not found error
  • 76a712a fix: last tx digest not updated while querying
  • c79d526 fix: passed upgrade cap after impl changes after internal audit in contracts
  • 90c773e fix: add proper error handling while getting sui object
  • e3b8981 Merge pull request #257 from icon-project/refactor/sui-listener
  • e1fb02e fix: remove unused types in sui
  • 05e93e2 fix: remove unused code in sui client
  • 2f56fa5 fix: add concrete type LastProcessedTx
  • 9ce32d0 chore: remove unwanted tests
  • 3357fd2 chore: remove unwanted codes
  • 23e316b fix: handle initial nil value of last processed tx disgest
  • e64bef2 fix: set tx digest and txinfo for tracking message in sui
  • 3d38642 feat: add last processed tx info as message tracker for source chain
  • dd97d29 fix: process unfinished events of last saved tx digest
  • 4027596 fix: nil cursor while querying tx block
  • e3b7550 chore: ignore invalid event
  • 8308ad4 chore: remove hard coded start height
  • 768deda chore: event parse
  • fe9b3e1 fix: add txn block query by objectId
  • 0a81682 fix: implement query events api
  • 9944357 Merge pull request #253 from icon-project/feature/sui-e2e-update
  • c9b3f13 chore: update RollbackMessage event name
  • fe64570 fix: add RollbackMessage event type
  • cdc2ba8 fix: updated to reflecct changes on sui modules and relayer config
  • 361e0af Merge pull request #244 from icon-project/feat/add-connection
  • 3bcad15 fix: enforce connection id check
  • e480bba fix: remove dapp treasury cap carrier
  • 6835c2a chore: update example config
  • 1bc50a8 chore: remove unwanted log
  • 522639c feat: listen events from multiple xcall packages
  • d45d524 chore: remove unwanted test
  • ccdc8c9 fix: remove unwanted method implementations
  • 230acc3 feat: add connection cap and id in contract calls
  • ff09c1c chore: log token type in execute rollback
  • d3d357d fix: with token type not working
  • d23e64c fix: enable execute rollback in relay core
  • 43b7dbe feat: implement execute rollback for sui
  • 49a635e fix: enabled build command while using execute script
  • 9d48e91 fix: nil typeargs issue
  • 80b99ff feat: generate messages
  • 76fd5e9 fix: add missing typeargs in move call
  • b903295 Merge pull request #224 from icon-project/feature/e2e-sui-updates
  • 84efc37 fix: debugging on default for relayer
  • 7172132 chore: changed as per latest configuration for e2e
  • 14ad63d chore: changed as per latest configuration for e2e
  • 2464e0c chore: update sui example config
  • 4dd9dbd fix: ignore 0x prefix for hex addresses
  • 88699d1 chore: change clock id format
  • 8ab5cee feat: integrate balanced contract
  • 511ff24 Merge pull request #216 from icon-project/feature/e2e-sui
  • eb7c11b chore: fixed expected code returned for non rollback case
  • 92cb9bf chore: added mimssing relayer key
  • 21b28d5 chore: added tc for data with rollback data but not reverting
  • 7c20b55 Merge branch 'feature/sui-integration' into feature/e2e-sui
  • 723998b fix: added devnet configuration in config
  • f2088fc fix: code refactorings for dynamic chains and fixed issue related to gas fee in sui
  • 9bfd48b fix: increase fetch checkpoint timeout to 3s
  • a32b58d fix: added pre-configured flag to load previous contracts from code
  • 556df09 fix: fixed sui contract calling byte types and refacored methods
  • c71defd chore: define json tags for config
  • 3bfa1ce chore: proper info log
  • 94557ac fix: enable sequential tx execution
  • d240314 feat: added testcase for sui chain xcall message sending
  • 3e95e63 Merge pull request #205 from icon-project/feat/sui_contract_implementations
  • fa2cff1 chore: remove print statement
  • 74b74dd fix: get fee not working
  • e7ce2a4 fix: remove unwanted config
  • 065979d fix: add example config for sui
  • cba8f8d fix: get fee implementation
  • 4dcd849 fix: missing reqId while execute call
  • cdf0d12 fix: add u64 type for move
  • c230b3a fix: remove unused client method getGasCoinId
  • 478c048 rf: txn preparation and send
  • ecb0aae fix: set admin before updating config
  • 7f8342b fix: remove unwanted config keys
  • 5ca22da fix: execute call implementation
  • 6a2c900 fix: wait for tx to be included in some checkpoint
  • d2d0bf3 fix: sui send transaction
  • f396dda fix: make proper route message
  • 33d2015 fix: u128 encoding issue
  • e23022c fix: merge main
  • 64e8d16 chore: code refactorings
  • a3d8189 feat: used docker image to publish pragrams
  • bf38c3a fix: event filter condition
  • 94e5894 feat: added e2e configuration for sui blockchain
  • 44bca54 fix: update sui contract call implementations
  • 0f258ca Merge pull request #160 from icon-project/feat/sui_listener
  • 23595be feat: implement sui listener with polling approach
  • f8c4ff9 Merge pull request #159 from icon-project/feat/sui-msg-processing
  • 1a833a0 fix: addressed PR comments
  • 5079fa1 fix: added explicit devinspect mode to move call
  • f456463 fix: fixed u64 conversion logic of returned value
  • f5f3796 add: added tcs for error checkings
  • 42d88c2 fix: fixed issue with using keystore command and propogated errors
  • a8d1989 feat: added setadmin methods and xcall framework
  • 692402e feat: add msg processing and txn feature to be executed in sui
  • a6b8a0a Merge pull request #154 from icon-project/feat/integrate-kms
  • e0ff871 fix: fixed typo in testcase
  • 714b61f chore: fixed typo in logs
  • 0fe1c2f add: added keystore implementation in centralized-relay for sui keystore
  • 4881a87 Merge pull request #153 from icon-project/feat/sui_setup
  • 9bbe0b8 feat: sui initial setup