Skip to content

Commit

Permalink
fix/transaction-polling (#1673)
Browse files Browse the repository at this point in the history
* Fix/update wagmi main (#1665)

* Update wagmi to 1.4.12

* yarn install

* Publish

 - @synapsecns/[email protected]

* Sdk: expose bridge tx status (#1658)

* Add placeholder logic for new functions

* Chore: fix spelling

* Add tests with expected behavior

* Generalize bridgeModule -> RouterSet retrieval

* Add skeleton for the end implementation

* Implement ID / status for SynapseBridge

* CCTP status check

* Define behavior for destination CCTP tx

* SynapseCCTP: getBridgeID

* Add test for incorrect tx hash

* Check that transaction receipt is not null

* Tests for generalized "incorrect origin tx" behavior

* Generalized tool for log extraction

* Adapt synapseCCTP, add check to synapseBridge

* Chore: bridgeId -> synapseTxId

* Extra coverage to keep Code Rabbi happy

* Publish

 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]

* Update polling time

* Update polling time

* Add constant for polling interval duration

---------

Co-authored-by: χ² <[email protected]>
Co-authored-by: ChiTimesChi <[email protected]>
Co-authored-by: aureliusbtc <[email protected]>
  • Loading branch information
4 people authored Dec 18, 2023
1 parent ca565a0 commit f264f90
Show file tree
Hide file tree
Showing 18 changed files with 1,381 additions and 17 deletions.
8 changes: 8 additions & 0 deletions packages/rest-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.28](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2023-12-18)

**Note:** Version bump only for package @synapsecns/rest-api





## [1.0.27](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2023-12-12)

**Note:** Version bump only for package @synapsecns/rest-api
Expand Down
4 changes: 2 additions & 2 deletions packages/rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/rest-api",
"version": "1.0.27",
"version": "1.0.28",
"private": "true",
"engines": {
"node": ">=16.0.0"
Expand All @@ -23,7 +23,7 @@
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "5.7.0",
"@synapsecns/sdk-router": "^0.3.0",
"@synapsecns/sdk-router": "^0.3.1",
"bignumber": "^1.1.0",
"ethers": "5.7.2",
"express": "^4.18.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2023-12-18)

**Note:** Version bump only for package @synapsecns/sdk-router





# [0.3.0](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synapsecns/sdk-router",
"description": "An SDK for interacting with the Synapse Protocol",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit f264f90

Please sign in to comment.