Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE Release 2024-07-15 #2872

Merged
merged 57 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
7f10a11
Fix responses
golangisfun123 Jun 28, 2024
81486e9
missed
golangisfun123 Jun 28, 2024
4448759
add metrics for alerting (#2806)
trajan0x Jun 28, 2024
56412b6
lint
golangisfun123 Jun 28, 2024
a789d2e
fix
golangisfun123 Jun 28, 2024
22b1c6c
remove uneeded test
golangisfun123 Jun 28, 2024
de7e890
fix error
golangisfun123 Jun 28, 2024
038c3f0
lint
golangisfun123 Jun 28, 2024
3fd4e9c
lint
golangisfun123 Jun 28, 2024
2465209
Final Design upgrades for Synapse Explorer (#2798)
Defi-Moses Jun 28, 2024
7273630
Publish
Defi-Moses Jun 28, 2024
6d4586b
Merge pull request #2811 from synapsecns/fix-responses
golangisfun123 Jun 28, 2024
07d6d4d
use 1 version of semconv (#2812)
trajan0x Jun 28, 2024
1d6c328
Submitter: cap transactions in chainConfirmQueue (#2789)
dwasse Jun 28, 2024
b5e51da
ctrl+c handling in core/commandline (#2788)
kathiouchka Jun 29, 2024
1777040
stage link unfurl (#2816)
trajan0x Jun 29, 2024
021d351
submitter: correctly record when balance is empty (fixes #2817} (#2818)
trajan0x Jun 29, 2024
44076b2
[submitter] metric refactor & fix (#2821)
trajan0x Jun 29, 2024
8e3cf39
improve submitter docs (#2824)
trajan0x Jun 30, 2024
222ffd4
docs:fix vercel build
trajan0x Jun 30, 2024
d0f1508
add secondary blacklist feature (#2825)
trajan0x Jun 30, 2024
0d573f2
address #2814 as per LK4D4/trylock#3
trajan0x Jul 2, 2024
9cdc208
RFQ Relayer: restrict state transitions (#2787)
dwasse Jul 2, 2024
a362a16
rfq: mimimal viable withdrawal api (#2815)
trajan0x Jul 2, 2024
6d5fdfe
fix(synapse-interface): max gas estimates (#2831)
bigboydiamonds Jul 2, 2024
bdf657c
Publish
trajan0x Jul 2, 2024
3208667
small fix to add chain pages back to explorer
Defi-Moses Jul 2, 2024
79603d5
Bump services/cctp-relayer/external/evm-cctp-contracts (#2843)
dependabot[bot] Jul 3, 2024
3875ecc
configure codecov bundle analyzer (#2836)
trajan0x Jul 3, 2024
b705577
Publish
trajan0x Jul 3, 2024
9916a14
update bl
aureliusbtc Jul 4, 2024
48063a7
RFQ API: add bulk quotes endpoint (#2846)
dwasse Jul 5, 2024
f4589f1
add refunder to opbot (#2838)
trajan0x Jul 5, 2024
ea2520e
RFQ Quoter: generate quotes in parallel (#2847)
dwasse Jul 6, 2024
1e61249
Add RFQ Guard (#2840)
dwasse Jul 6, 2024
8d7a525
carforward cctp relayer [ci skip]
trajan0x Jul 6, 2024
001b913
Merge branch 'master' of https://github.com/synapsecns/sanguine
trajan0x Jul 6, 2024
d787c29
bump dependencies (#2848)
trajan0x Jul 6, 2024
05b05d8
[ci skip] downgrade labeler
trajan0x Jul 7, 2024
e401a73
fix opbot in public chan (issue #2850) (#2851)
trajan0x Jul 7, 2024
2d8fd40
RFQ Relayer: cap db semaphore (#2852)
dwasse Jul 7, 2024
31b5f8f
fix cctp submitter race (#2853)
trajan0x Jul 8, 2024
9779cda
[rfq] metrics, hotfixes (#2854)
trajan0x Jul 8, 2024
15d18e8
RFQ Relayer: add request status count metric (#2856)
dwasse Jul 9, 2024
a554e13
feat(withdrawal): print txhash of withdrawal (#2845)
golangisfun123 Jul 9, 2024
0a083a5
record string status (#2861)
trajan0x Jul 9, 2024
5ba1cb5
feat(widget): add unsupported network (#2860)
bigboydiamonds Jul 10, 2024
564986d
Publish
bigboydiamonds Jul 10, 2024
74b080c
Widget description (#2867)
bigboydiamonds Jul 11, 2024
c6a31b6
auto update gh pages (#2859)
trajan0x Jul 11, 2024
b3fecd4
bump rfq img (#2868)
trajan0x Jul 11, 2024
8b83ad8
Publish
trajan0x Jul 11, 2024
f3a6e32
change to latest [goreleaser] (#2869)
golangisfun123 Jul 11, 2024
8441deb
Update bl
aureliusbtc Jul 12, 2024
99f3c9a
Update Bl
aureliusbtc Jul 12, 2024
df288f5
feat(synapse-interface): Dest address screener middleware (#2870)
abtestingalpha Jul 15, 2024
73863ab
Publish
abtestingalpha Jul 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Publish
 - @synapsecns/[email protected]
trajan0x committed Jul 2, 2024

Verified

This commit was signed with the committer’s verified signature.
rodriguezsergio Sergio Rodriguez
commit bdf657cabcb22f917ed4ac44181d80ba439bd463
11 changes: 11 additions & 0 deletions packages/synapse-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.27.2](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-07-02)


### Bug Fixes

* **synapse-interface:** max gas estimates ([#2831](https://github.com/synapsecns/sanguine/issues/2831)) ([6d5fdfe](https://github.com/synapsecns/sanguine/commit/6d5fdfefd249165ec959c10e882fc14119aaf8c6))





## [0.27.1](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-06-27)

**Note:** Version bump only for package @synapsecns/synapse-interface
2 changes: 1 addition & 1 deletion packages/synapse-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/synapse-interface",
"version": "0.27.1",
"version": "0.27.2",
"private": true,
"engines": {
"node": ">=18.18.0"