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-08-27 #3071

Closed
wants to merge 91 commits into from
Closed

FE Release 2024-08-27 #3071

wants to merge 91 commits into from

Commits on Aug 15, 2024

  1. Publish

     - @synapsecns/synapse-interface@0.34.5
    aureliusbtc committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bb647ce View commit details
    Browse the repository at this point in the history
  2. RFQ API Auth Cache (#3007)

    * add test for multiple incorrect auth submissions in a row
    
    * - Separate cache check/population from role verification
    
    * rm duplicate import
    aureliusbtc authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a123a5f View commit details
    Browse the repository at this point in the history
  3. fix ci matrix

    [ci skip]
    trajan0x committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fca30be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f99fad View commit details
    Browse the repository at this point in the history
  5. feat(listener): add ListenerName db field (#3020)

    * Feat: add listener name field
    
    * Feat: store listenerName in store struct
    
    * Fix: build
    
    * [goreleaser]
    
    * Feat: make listener name an option
    
    * [goreleaser]
    
    * Fix: listener name indexing
    
    * [goreleaser]
    
    * Fix: remove listener name from db constructor
    
    * Feat: set listener name on relayer and guard
    
    * [goreleaser]
    
    * Fix: use where statements instead of attempted composite index
    
    * [goreleaser]
    
    * Fix: introduce new unique index
    
    * [goreleaser]
    dwasse authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    914d2e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. feat(rfq-relayer): add mutex on committable balance consumption (#2994)

    * Feat: add balanceMtx
    
    * [goreleaser]
    
    * Feat: check lock in handleNotEnoughInventory
    
    * [goreleaser]
    
    * Feat: add commitPendingBalance
    
    * [goreleaser]
    dwasse authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    445b4fb View commit details
    Browse the repository at this point in the history
  2. feat(promexporter): relayer balances (#3016)

    * initial impl
    
    * Better
    
    * logic fix
    
    * change param
    
    * only unique addresses
    
    * add relayer balances
    
    * [goreleaser]
    
    * lint
    
    * [goreleaser]
    
    * fix config lint [goreleaser]
    
    * lint [goreleaser]
    golangisfun123 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    317c07d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da405f View commit details
    Browse the repository at this point in the history
  4. Publish

     - @synapsecns/synapse-interface@0.34.6
    ChiTimesChi committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b8b895f View commit details
    Browse the repository at this point in the history
  5. feat(promexporter): Grafana usdc balances (#3034)

    * add usdc to balance fetching
    
    * [goreleaser]
    golangisfun123 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e32854b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d61605 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fix(listener): latest block query (#3030)

    * Fix: listener query
    
    * [goreleaser]
    
    * Feat: add multi chain case to db test
    dwasse authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9dfde6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa898d4 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @synapsecns/synapse-interface@0.34.7
    aureliusbtc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7976f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c26fce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. feat(relapi): get QuoteRequest by txhash (#3032)

    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    golangisfun123 and trajan0x authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    898b5b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f1399 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @synapsecns/bridge-docs@0.2.1
    trajan0x committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    914c25a View commit details
    Browse the repository at this point in the history
  4. re-pause canto

    aureliusbtc authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b1ddc86 View commit details
    Browse the repository at this point in the history
  5. feat(rfq-relayer): highly concurrent e2e test (#3042)

    * WIP: parallel test
    
    * Feat: working serial
    
    * Feat: working concurrent requests
    
    * Cleanup: revert unnecessary changes
    
    * Cleanup: test name
    
    * Cleanup: lint
    
    * Cleanup: lint
    dwasse authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4fd9ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. feat(rfq-relayer): add balances mutex (#3039)

    * Revert "revert(relayer): potential deadlock (#3036)" to reinstate #2994 
    
    Co-authored-by: Daniel Wasserman <wassermandaniel8@gmail.com>
    trajan0x and dwasse authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f789485 View commit details
    Browse the repository at this point in the history
  2. feat(synapse-interface): METIS token (#3044)

    * Add METIS token constant
    
    * Generate mapping
    
    * Use zeroAddress constant to signify gas
    
    * fix: reconcile WMETIS to Metis in bridge map
    bigboydiamonds authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d73373b View commit details
    Browse the repository at this point in the history
  3. Publish

     - @synapsecns/synapse-interface@0.35.0
    bigboydiamonds committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d952e4c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. first pass at updating RFQ relayer documentation (#3000)

    * first pass
    
    * extra comments
    
    * fixing internal link
    
    * fix build
    Defi-Moses authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1d06a74 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @synapsecns/bridge-docs@0.2.2
    Defi-Moses committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    961356a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b30cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08b9e9e View commit details
    Browse the repository at this point in the history
  5. Publish

     - @synapsecns/widget@0.6.6
    bigboydiamonds committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ead107f View commit details
    Browse the repository at this point in the history
  6. fix relayer dashboard

    [ci skip]
    trajan0x committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3499bd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    469f0cd View commit details
    Browse the repository at this point in the history
  8. fix relayer dashboard

    [ci skip]
    trajan0x committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c1e56ba View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    b65003c View commit details
    Browse the repository at this point in the history
  2. fix relayer dashboard

    [ci skip]
    trajan0x committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e50d90e View commit details
    Browse the repository at this point in the history
  3. Exports metis (#3052)

    abtestingalpha authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    214614b View commit details
    Browse the repository at this point in the history
  4. Publish

     - @synapsecns/widget@0.6.7
    abtestingalpha committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1aee96b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6304351 View commit details
    Browse the repository at this point in the history
  6. Publish

     - @synapsecns/widget@0.6.8
    bigboydiamonds committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    eae2795 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. chore(widget): update block explorers (#3055)

    * update recently added explorer links
    
    * use chain constant explorer url
    bigboydiamonds authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8b44c1c View commit details
    Browse the repository at this point in the history
  2. Publish

     - @synapsecns/widget@0.6.9
    trajan0x committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ee4a700 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. slack token update

    [ci skip]
    trajan0x committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    d0c386c View commit details
    Browse the repository at this point in the history
  2. add manifest to readme

    trajan0x committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    8851629 View commit details
    Browse the repository at this point in the history
  3. quick doc update

    [ci skip]
    trajan0x committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9fe0f03 View commit details
    Browse the repository at this point in the history
  4. update new-from-rev

    addressed in #3045
    trajan0x committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    96ec352 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99bf33b View commit details
    Browse the repository at this point in the history
  6. Publish

     - @synapsecns/synapse-interface@0.35.1
    aureliusbtc committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    813317e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. basic listener docs (#3060)

    * add basic listene examples
    
    * [goreleaser] examples
    
    * cleanup
    
    ---------
    
    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    trajan0x and trajan0x authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    013d4b9 View commit details
    Browse the repository at this point in the history
  2. feat(synapse-interface): bridge quote state validations (#3019)

    * Extracts bridgeQuote into own state
    
    * Moves quote fetching to async thunk
    
    * Bridge approved check hook
    
    * Deprecates redux fromValue in favor of local input component behavior
    
    * useBridgeSelections
    
    * useBridgeValidations
    
    * fix: stale output, infinite loader
    
    * fix: track when input less than fees
    
    * apply validation + selection hook to input/output containes
    
    * use bridge state for bridge write actions
    
    * Fix chain comparison
    
    * feat: compare input amount vs tracked quoted input
    
    * Compare stringified bridge quote v bridge state for validation
    
    * feat: track quoted tokens <> bridge quote (#3018)
    
    * replace validation in callback with button check
    
    * memoize bridge selection comparisons
    
    * segment tracking state <> quote mismatch error
    
    * simplify segment
    
    * switch order
    
    * Add back doesBridgeStateMatchQuote
    
    * add back additional bridge quote fields
    
    * remove unused bridge selection vars
    
    * fix: conditions for active button for connect wallet
    
    * fix: condition for showing amount must be greater than fee
    
    * Checks if user is typing
    
    * Adds swap behavior
    
    ---------
    
    Co-authored-by: abtestingalpha <abtestingalpha@gmail.com>
    
    * Post submit
    
    * Clears input value post submit
    
    ---------
    
    Co-authored-by: bigboydiamonds <57741810+bigboydiamonds@users.noreply.github.com>
    abtestingalpha and bigboydiamonds authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    649b3f5 View commit details
    Browse the repository at this point in the history
  3. feat(sdk): uuid BridgeQuote.id (#2896)

    * feat: implement uuid per `BridgeQuote`
    
    * feat: validateUUID + tests
    
    * test: add sdk test for uuid
    
    * Fix es module issue with uuidv7 pkg
    
    * Add jest to fix cwd error
    
    * Lint
    
    * yarn install
    
    * babel-jest
    
    * Match jest and babel-jest to fix cwd
    
    * Update babel-jest versioning
    
    * test: different bridge quotes contain unique ids
    
    * test: unique IDs for quotes generated in `sdk.allBridgeQuotes()` call
    
    * test uuid to be valid string
    bigboydiamonds authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    85b5f53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef021dc View commit details
    Browse the repository at this point in the history
  5. Publish

     - @synapsecns/rest-api@1.0.70
     - @synapsecns/sdk-router@0.11.0
     - @synapsecns/synapse-interface@0.36.0
     - @synapsecns/widget@0.6.10
    abtestingalpha committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7793703 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update graphqlcodegenerator monorepo (#2747)

    | datasource | package                        | from  | to    |
    | ---------- | ------------------------------ | ----- | ----- |
    | npm        | @graphql-codegen/cli           | 5.0.0 | 5.0.2 |
    | npm        | @graphql-codegen/client-preset | 4.1.0 | 4.3.3 |
    | npm        | @graphql-codegen/introspection | 4.0.0 | 4.0.3 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: abtestingalpha <abtestingalpha@gmail.com>
    renovate[bot] and abtestingalpha authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    224606f View commit details
    Browse the repository at this point in the history
  7. Publish

     - @synapsecns/synapse-interface@0.36.1
    abtestingalpha committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c366782 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. standardize middleware (#3066)

    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    trajan0x and trajan0x authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0e64a98 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update github.com/charmbracelet/huh/spinner digest to 5fd7…

    …081 (#3043)
    
    * fix(deps): update github.com/charmbracelet/huh/spinner digest to 5fd7081
    
    | datasource | package                              | from                               | to                                 |
    | ---------- | ------------------------------------ | ---------------------------------- | ---------------------------------- |
    | go         | github.com/charmbracelet/huh/spinner | v0.0.0-20240618200428-90406d79077d | v0.0.0-20240821193529-5fd70815c13f |
    
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    
    * smol maintenance
    
    ---------
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    renovate[bot] and trajan0x authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    88a6b1c View commit details
    Browse the repository at this point in the history
  3. [explorer ui] units for time elapsed (#3064)

    * explorer units fix
    
    * address comments
    nautsimon authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e61e1bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fca6b36 View commit details
    Browse the repository at this point in the history
  5. Publish

     - @synapsecns/explorer-ui@0.3.1
     - @synapsecns/synapse-interface@0.36.2
    abtestingalpha committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    aa5796a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d971c2 View commit details
    Browse the repository at this point in the history
  7. Publish

     - @synapsecns/synapse-interface@0.36.3
    bigboydiamonds committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    af233c2 View commit details
    Browse the repository at this point in the history
  8. feat(widget): visual update (#2992)

    * feat: prevent details close on quote refresh, apply default / fetching values
    
    * feat: display chain dropdown label
    
    * feat: hide switch text no connected address
    
    * feat(widget): switch button (#2993)
    
    * feat: switch button
    
    * style: adjust placement of switch button
    
    * fix: dropdown height shift on switch
    
    * fix: switch chain prior balances showing, show receive text on destination
    
    * available balance sync with originChainId
    
    * feat: notify user to select source chain if not selected after switch
    
    * Update button size
    
    * feat: separate balances and allowances fetch state to display loading
    
    * fix: flip origin/dest switch setting
    
    * fix attribute names
    bigboydiamonds authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8226c60 View commit details
    Browse the repository at this point in the history
  9. Publish

     - @synapsecns/widget@0.7.0
    abtestingalpha committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cf2f3e9 View commit details
    Browse the repository at this point in the history
  10. fix(rfq-relayer): check request status before forwarding (#3073)

    * Fix: don't forward to handleCommitPending if status is NotEnoughInventory
    
    * [goreleaser]
    
    * Cleanup: lint
    dwasse authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bb13b4b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. refactor(relapi): deprecate GetQuoteRequestStatusResponse model (#3045

    )
    
    * deprecate qrstatus model
    
    * add remaining fields
    
    * fix test [goreleaser]
    
    * fix test [goreleaser]
    
    * [goreleaser]
    golangisfun123 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eccbfd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. feat(synapse-interface): bridge quote uuid (#2900)

    * feat: implement uuid per `BridgeQuote`
    
    * Convert uuid to unix util
    
    
    ---------
    
    Co-authored-by: abtestingalpha <abtestingalpha@gmail.com>
    bigboydiamonds and abtestingalpha authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b568cbe View commit details
    Browse the repository at this point in the history
  2. Publish

     - @synapsecns/synapse-interface@0.37.0
    abtestingalpha committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7d50e75 View commit details
    Browse the repository at this point in the history
  3. REST API Migration (#3049)

    * reconfigured api
    
    * fixing packages
    
    * remove tests
    
    * yarn
    
    ---------
    
    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    Defi-Moses and trajan0x authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e38d1e4 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @synapsecns/rest-api@1.0.71
    aureliusbtc committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    89871e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    a6e1781 View commit details
    Browse the repository at this point in the history
  2. add all modules output [goreleaser] (#3083)

    for #3077
    
    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    trajan0x and trajan0x authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    debe263 View commit details
    Browse the repository at this point in the history
  3. feat(rfq-relayer): wait for finality before proving (#3062)

    * Feat: add ProveConfirmations config field
    
    * Feat: add confirmations check before proving
    
    * [goreleaser]
    
    * Replace: ProveConfirmations -> FinalityConfirmations
    
    * Feat: add isFinalized helper for guard
    
    * Feat: call isFinalized before disputing
    
    * [goreleaser]
    
    * Feat: add BlockNumber to pending proven model
    
    * Feat: use db blocknumber instead of receipt
    
    * [goreleaser]
    
    * Feat: check for BridgeRelayed event before proving
    
    * [goreleaser]
    
    * Cleanup: comments
    
    * Feat: set to relay race lost if receipt error
    
    * [goreleaser]
    
    * Cleanup: lint
    
    * [goreleaser]
    dwasse authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    252fb54 View commit details
    Browse the repository at this point in the history
  4. fix(opbot): fix refund forever (#3082)

    * add screener to opbot
    
    * screen opbot
    
    * idk
    
    * buffs
    
    * add screener to opbot
    
    * fix refund logic
    
    * [goreleaser]
    
    * fix lint [goreleaser]
    golangisfun123 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c6953ed View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    7e0b8f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    4a17c15 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. update bl

    aureliusbtc authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    db72b4b View commit details
    Browse the repository at this point in the history
  2. chore(synapse-interface): tailwind intellisense setting (#3085)

    * Tailwind intellisense sensitivity
    * Apply className changes to objects for legibility
    bigboydiamonds authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    48d8082 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @synapsecns/synapse-interface@0.37.1
    abtestingalpha committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    784fb3e View commit details
    Browse the repository at this point in the history
  4. fix(rfq-relayer): e2e test flakes (#3075)

    * Fix: check for deployment before e2e test
    
    * Feat: log contract address in err msg
    
    * cleanup
    
    * Fix: bump wait time
    
    * Fix: retry setting up anvil backends
    
    * Fix: build
    
    * Fix: build
    
    * Fix: build
    
    * Fix: check for nil err
    
    * Fix: verify sender in relapi test
    
    * Fix: add build:go directive in package.json
    
    * Fix: retry times
    
    * Cleanup: remove logs
    
    ---------
    
    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    dwasse and trajan0x authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9ceacfe View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    2a74772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c16b0 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @synapsecns/rest-api@1.0.72
     - @synapsecns/sdk-router@0.11.1
     - @synapsecns/synapse-interface@0.37.2
     - @synapsecns/widget@0.7.1
    abtestingalpha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    62ca720 View commit details
    Browse the repository at this point in the history
  4. update first time ontributor docs

    [ci skip]
    trajan0x committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a364bbd View commit details
    Browse the repository at this point in the history
  5. refactor(rfq-relayer): rebalancing with multiple tokens (#3003)

    * WIP: rebalance candidates
    
    * WIP: impl getRebalances()
    
    * Feat: update Rebalance() interface and execution
    
    * Feat: add TokenName to rebalance models
    
    * Feat: filter pending rebalances on token name
    
    * WIP: rebalance tests
    
    * Feat: working basic tests
    
    * Feat: more rebalance tests
    
    * Cleanup: logs
    
    * Cleanup: unused ctx
    
    * Fix: build
    
    * Cleanup: lint
    
    * Cleanup: add supportsRebalanceMethod() helper
    
    * [goreleaser]
    
    * Cleanup: lint
    
    * Cleanup: lint
    
    * [goreleaser]
    
    * Feat: cleaner initial rebalance amount calculation
    
    * Feat: add documentation for getRebalanceAmount()
    
    * Cleanup: logs
    
    * Cleanup: docs
    
    * [goreleaser]
    
    * Fix: use origin initial pct
    
    * [goreleaser]
    
    * Feat: more test cases
    
    * [goreleaser]
    
    * cleanup
    
    * [goreleaser]
    
    * Fix: set TokenName when storing rebalances
    
    * [goreleaser]
    
    * Feat: check rebalance contents in e2e test
    
    * Feat: add tracing
    
    * [goreleaser]
    
    * Feat: add tracing
    
    * [goreleaser]
    
    * Feat: approval tracing
    
    * [goreleaser]
    
    * Fix: approve gateway router for scroll rebalances
    
    * [goreleaser]
    
    * Fix: get current block from dest when checking relay confirmations
    
    * [goreleaser]
    
    * Fix: add build:go directive in package.json
    
    ---------
    
    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    dwasse and trajan0x authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dfb97a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3216321 View commit details
    Browse the repository at this point in the history
  7. Fixes logo (#3100)

    abtestingalpha authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    29d75bb View commit details
    Browse the repository at this point in the history
  8. Publish

     - @synapsecns/synapse-interface@0.37.3
    abtestingalpha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    17e7eba View commit details
    Browse the repository at this point in the history
  9. tweak comments, logging

    parodime committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    131fe33 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3098 from synapsecns/feat/eip191recovId

    Feat/eip191recov
    parodime authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    06c7ba1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add squash and merge guide

    [ci skip]
    trajan0x committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ae734cc View commit details
    Browse the repository at this point in the history
  2. ignore roookout on go 1.23 (#3093)

    Can undo after Rookout/GoSDK#15
    
    Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
    trajan0x and trajan0x authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    715269a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebc1577 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @synapsecns/bridge-docs@0.2.3
    dwasse committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    69ec859 View commit details
    Browse the repository at this point in the history