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

merging upstream #1

Open
wants to merge 264 commits into
base: independent-mode
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    e4de274 View commit details
    Browse the repository at this point in the history
  2. Switch MARKETS over to ws

    Remove old fetch for markets. Use "marketinfo" op code to setup market info. Can be used to update infos.
    0xtrooper committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    d7f2877 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Merge pull request #5 from TrooperCrypto/feat/multiple-wallets-per-mm

    Feat/multiple wallets per mm
    taureau75 authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    0f50148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b3f38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from TrooperCrypto/feat/update-market-info-over-ws

    refactor/ update market info over ws
    taureau75 authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    c8292fa View commit details
    Browse the repository at this point in the history
  4. quick fix to merged code

    taureau75 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    f3bfff4 View commit details
    Browse the repository at this point in the history
  5. parse JSON keys from env

    taureau75 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a15e4f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a75750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    170847a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10 from TrooperCrypto/master

    Fix as account_state is string
    taureau75 authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    ca6c5b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    972b29a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c9bed View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    62f0fc7 View commit details
    Browse the repository at this point in the history
  2. rename

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    bc600d6 View commit details
    Browse the repository at this point in the history
  3. Update marketmaker.js

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e55bd23 View commit details
    Browse the repository at this point in the history
  4. make infuraUrl available

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    439248f View commit details
    Browse the repository at this point in the history
  5. Added Chainlink to readme

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    97c800d View commit details
    Browse the repository at this point in the history
  6. rm line

    0xtrooper authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a243bfc View commit details
    Browse the repository at this point in the history
  7. up interval to 10s

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c0e958f View commit details
    Browse the repository at this point in the history
  8. Include price

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    730b10b View commit details
    Browse the repository at this point in the history
  9. Bug fixes

    - await first prices
    - move setupPriceFeeds after ethersProvider
    - move chainlinkProviders to globals
    - log prices once after first fetch
    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2a4a879 View commit details
    Browse the repository at this point in the history
  10. Update marketmaker.js

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    df16f56 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #11 from TrooperCrypto/feat/priceFeed-with-chainlink

    Feat/price feed with chainlink
    taureau75 authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7a47785 View commit details
    Browse the repository at this point in the history
  12. Update marketmaker.js

    0xtrooper committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    6220c8d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c96dc34 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Merge pull request #12 from TrooperCrypto/feat/priceFeed-with-chainlink

    make marketinfo not as overwhelming in logs
    taureau75 authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e3deb2e View commit details
    Browse the repository at this point in the history
  2. fix/ add marekt_id in log

    This should log the maket_id. Otherwise its pointless
    0xtrooper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    95e7891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee00ae View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Merge pull request #13 from TrooperCrypto/master

    fix/ add marekt_id in log
    taureau75 authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    be348f9 View commit details
    Browse the repository at this point in the history
  2. fix/cryptowatch restart

    need to give parameter to cryptowatchWsSetup
    0xtrooper committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1a84229 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Merge pull request #14 from TrooperCrypto/fix/cryptoWatch-restart

    fix/restart cryptowatch
    taureau75 authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    393cac6 View commit details
    Browse the repository at this point in the history
  2. feat/ws on error

    0xtrooper committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    6ffd03a View commit details
    Browse the repository at this point in the history
  3. Add restart here too

    0xtrooper committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    44bb3f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

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

    0xtrooper committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    8e60a5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f831177 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. remember order

    0xtrooper committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    372ff83 View commit details
    Browse the repository at this point in the history
  2. add pair timeout

    0xtrooper committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    ed077ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2edeca4 View commit details
    Browse the repository at this point in the history
  4. refactor indicateLiquidity

    - indicateLiquidity without parameter
    - for loop over all pairs
    - continue if pair is not active
    0xtrooper committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    713a396 View commit details
    Browse the repository at this point in the history
  5. fix

    0xtrooper committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1965221 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Move ABI in file

    0xtrooper committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    f07f72b View commit details
    Browse the repository at this point in the history
  2. whitespaces

    0xtrooper committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d96aaeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from TrooperCrypto/refactor/move-ABIin-file

    Refactor/move ABI in file
    0xtrooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0511a14 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from TrooperCrypto/feat/ws-on-errror

    feat/ws on error
    0xtrooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2d8d414 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16 from TrooperCrypto/feat/delay-after-fill

    Feat/delay after fill
    0xtrooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3fa67a7 View commit details
    Browse the repository at this point in the history
  6. fix and logging

    0xtrooper committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    f847993 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19 from TrooperCrypto/dev

    fix and logging
    0xtrooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    5feb75e View commit details
    Browse the repository at this point in the history
  8. Refactor/naming (#18)

    * market_id -> marketId
    * chainlinkProviders -> CHAINLINK_PROVIDERS
    * move indicateLiquidityInterval to where it is used
    * move fillOrdersInterval to where it is used
    * refactor case "marketinfo"
    * chainid -> chainId
    * sendfillrequest -> sendFillRequest
    * genquote -> genQuote
    * one_min_expiry -> oneMinExpiry
    * orderid -> orderId
    * randint -> randInt
    * txhash -> txHash
    * newstatus -> newStatus
    * ordercommitmsg -> orderCommitMsg
    * cryptowatch_market -> cryptowatchMarket
    * chainlink_market_address -> chainlinkMarketAddress
    * OrderId is key remove in object (back from when PAST_ORDER_LIST was an array)
    * tabs
    0xtrooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    76137d6 View commit details
    Browse the repository at this point in the history
  9. small fixes

    0xtrooper committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d2c34cf View commit details
    Browse the repository at this point in the history
  10. Merge pull request #20 from TrooperCrypto/dev

    small fixes
    0xtrooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    35e1013 View commit details
    Browse the repository at this point in the history
  11. remove merge bug

    0xtrooper committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    bf1d5d9 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #21 from TrooperCrypto/dev

    remove merge bug
    0xtrooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    552fd0c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. cancel Liquidity

    0xtrooper committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f48ce18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from TrooperCrypto/dev

    cancel Liquidity
    0xtrooper authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    5a8a8ff View commit details
    Browse the repository at this point in the history
  3. readme in seconds

    0xtrooper committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6cf8701 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from TrooperCrypto/dev

    readme in seconds
    0xtrooper authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    4ddb4cb View commit details
    Browse the repository at this point in the history
  5. Update main version to latest dev version

    This merge includes:
    - Improve stability of ws: #15
    - Delay after fill: #16
    - move chainlink ABI in file: #17
    - cleanup of naming & spacing: #18
    0xtrooper authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bd88bdd View commit details
    Browse the repository at this point in the history
  6. send fill request first

    rememberOrder might add a small delay
    0xtrooper committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ce12226 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #25 from TrooperCrypto/master

    send fill request first
    0xtrooper authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ccca41d View commit details
    Browse the repository at this point in the history
  8. Move ABI in file

    0xtrooper committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e6bd9b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c79a48f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76ae8d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1f78b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    633bd87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    81e017e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. quick bug fix

    taureau75 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    f73ff18 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. add increaseSizeAfterFill

    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    cff2224 View commit details
    Browse the repository at this point in the history
  2. make change in 2 way possible

    SpreadAfterFill & SizeAfterFill can reduce and increase the size/spread
    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    e224ebd View commit details
    Browse the repository at this point in the history
  3. rememberOrder more swap infos

    - save Token symbol
    - save quantity
    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    8bdb405 View commit details
    Browse the repository at this point in the history
  4. Update account state after fill

    also only fetch the state zkSync every 15 min
    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    c11b456 View commit details
    Browse the repository at this point in the history
  5. spacing setupPriceFeeds

    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    e1146b0 View commit details
    Browse the repository at this point in the history
  6. use mmConfig

    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fe7228d View commit details
    Browse the repository at this point in the history
  7. enable constant mode in priceFeed

    can be also used as secondaryPriceFeed
    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    a7f8b08 View commit details
    Browse the repository at this point in the history
  8. remove getMidPrice

    Switch to use PRICE_FEEDS for constant mode as well. Can be set in the old way or "priceFeedPrimary": "constant:1" in pair config.
    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7797373 View commit details
    Browse the repository at this point in the history
  9. fixes

    0xtrooper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    e6b880a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. update backend on nonce error

    send orderstatusupdate with 'r' and error about the failed nonce check. This prevents the backend from setting an timeout for the mm.
    0xtrooper committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    73a9aaa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. fix log

    0xtrooper committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d947c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    654fda1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from TrooperCrypto/dev

    Updates to the dev verison
    0xtrooper authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    44ec5e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    66d7ec3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    0xtrooper authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b1d7165 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    0xtrooper authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6527a04 View commit details
    Browse the repository at this point in the history
  4. small bugfix

    0xtrooper committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ab0e496 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #29 from TrooperCrypto/master

    small bugfix
    0xtrooper authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b498572 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    a7614f7 View commit details
    Browse the repository at this point in the history
  2. use side here

    0xtrooper committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1da3e31 View commit details
    Browse the repository at this point in the history
  3. directly sendFillRequest

    remove FILL_QUEUE
    0xtrooper committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6d22e65 View commit details
    Browse the repository at this point in the history
  4. fillOpenOrders more often

    fillOpenOrders every 400ms to match 500ms in backend
    0xtrooper committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    dfbd466 View commit details
    Browse the repository at this point in the history
  5. add broadcasting check to fillable

    - Send request directly after isOrderFillable -> check if ready
    - only return one wallet
    0xtrooper committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7ffda56 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. only set flag to false for that wallet

    - fillrequest returns accountId
    0xtrooper committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5f8065a View commit details
    Browse the repository at this point in the history
  2. 1000ms feels good

    0xtrooper committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4431b40 View commit details
    Browse the repository at this point in the history
  3. switch to filter

    0xtrooper committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e36e1f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from TrooperCrypto/master

    CLIENT_ID is handled by backend now
    0xtrooper authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b7cbec6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efa3315 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f83684e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    c4e613b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from TrooperCrypto/dev

    change node version in package
    taureau75 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    343f6dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from ZigZagExchange/feat/bid-ask

    Use bid-ask instead of lastprice for spreads
    taureau75 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    49d35bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ffe12f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35 from ZigZagExchange/feat/numOrdersIndicated

    Control how many orders to display on the UI
    taureau75 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e0019b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d97028a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Merge pull request #36 from ZigZagExchange/master

    update dev version
    0xtrooper authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    6d4ba97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc1694 View commit details
    Browse the repository at this point in the history
  3. add size to pair options

    0xtrooper committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4084a3a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #37 from TrooperCrypto/feat/size-for-after-fill

    Feat/size for after fill
    0xtrooper authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    10d3fd5 View commit details
    Browse the repository at this point in the history
  5. fix splice -> split

    0xtrooper committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e278a70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c37211 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #39 from ZigZagExchange/dev

    update main to latest dev version
    0xtrooper authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d730be8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    944a119 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. add ws err msg

    0xtrooper committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c3d4ec9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from TrooperCrypto/fix/return-error-after-fail…

    …ed-tx
    
    fix/return error after faild tx
    taureau75 authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    a11e0f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af7268e View commit details
    Browse the repository at this point in the history
  4. sorter err msg

    0xtrooper committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    ef1a723 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #41 from TrooperCrypto/fix/return-error-after-fail…

    …ed-tx
    
    fix/shorter err msg
    0xtrooper authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    4a0fd1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd97377 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request #42 from ZigZagExchange/master

    update dev
    0xtrooper authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b11295c View commit details
    Browse the repository at this point in the history
  2. move ABI in folder

    0xtrooper committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    f913cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    795a15b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from TrooperCrypto/feat/uniswap-price

    Feat/uniswap price
    0xtrooper authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    f757780 View commit details
    Browse the repository at this point in the history
  5. fix/price feed key

    0xtrooper committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    2af195c View commit details
    Browse the repository at this point in the history
  6. fix/increase delay

    0xtrooper committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ebde9c3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #44 from TrooperCrypto/feat/uniswap-price

    Feat/uniswap price small fixes
    0xtrooper authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5a57a0a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #45 from ZigZagExchange/dev

    Update master to latest dev version
    taureau75 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    30b7da7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d63c27 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. rename

    goodWallets -> goodWalletIds
    wallet -> walletId
    0xtrooper committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e8faf87 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Merge pull request #31 from TrooperCrypto/feat/match-best-fill

    Feat/match best fill
    0xtrooper authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    9d51edf View commit details
    Browse the repository at this point in the history
  2. remove Initiate fill loop

    0xtrooper committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    22606ea View commit details
    Browse the repository at this point in the history
  3. goodWalletIds not const

    0xtrooper committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    cb15e8f View commit details
    Browse the repository at this point in the history
  4. fix broadcasting check

    0xtrooper committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    4e93e2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41fa7ff View commit details
    Browse the repository at this point in the history
  6. revert

    0xtrooper committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8f1c1b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #46 from TrooperCrypto/feat/match-best-fill

    fix/match best fill
    0xtrooper authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    04bc9d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    2ce4240 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from TrooperCrypto/dev

    add hard limit for ORDER_BROADCASTING
    0xtrooper authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a5de783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484a5cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from TrooperCrypto/dev

    remove that with 5 sec auto cancel
    0xtrooper authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    ee98a84 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #49 from ZigZagExchange/dev

    Update main to latest dev version
    0xtrooper authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    de50344 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a141bde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4526148 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #50 from TrooperCrypto/master

    fix/some errors dont return args
    0xtrooper authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    f4e2a51 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    8267787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f0717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb3b5a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. remove extra logging

    0xtrooper authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    bc317a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from ZigZagExchange/dev

    fix/generate better buy price
    0xtrooper authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    948409c View commit details
    Browse the repository at this point in the history
  3. move reset after loop

    0xtrooper committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    2ae3d91 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #51 from TrooperCrypto/master

    feat/add uniswap update error counter
    0xtrooper authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8154b10 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    8b85f13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from TrooperCrypto/master

    add settings for mainnet&rinkeby
    0xtrooper authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    b9b4b13 View commit details
    Browse the repository at this point in the history
  3. fix/dont drop order if busy

    0xtrooper committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    6921792 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    4c10423 View commit details
    Browse the repository at this point in the history
  2. update sendFillRequest

    0xtrooper committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    5beaedf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70d86b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d16457d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dda260 View commit details
    Browse the repository at this point in the history
  6. remove mm side rounding

    0xtrooper committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    2438883 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #54 from TrooperCrypto/feat/dont-drop-some-orders

    fix/dont drop order if busy
    0xtrooper authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    68ec24a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #55 from TrooperCrypto/fix/dont-buy-more-as-user-s…

    …ells
    
    fix/sendFillRequest
    0xtrooper authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    a30e21f View commit details
    Browse the repository at this point in the history
  9. define quote outside if

    0xtrooper committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    eb12458 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #56 from TrooperCrypto/fix/dont-buy-more-as-user-s…

    …ells
    
    fix/define quote outside if
    0xtrooper authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    bd26568 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c4dc0e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    7f2a4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0de486 View commit details
    Browse the repository at this point in the history
  3. fix/genQuote tests

    0xtrooper committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    819299a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from TrooperCrypto/master

    fix/genQuote tests
    0xtrooper authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    ec5e82c View commit details
    Browse the repository at this point in the history
  5. roll back

    0xtrooper committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    4a96390 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #59 from TrooperCrypto/master

    roll back
    0xtrooper authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    6d42268 View commit details
    Browse the repository at this point in the history
  7. move quote outside loop

    0xtrooper committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    623182e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16519f5 View commit details
    Browse the repository at this point in the history
  9. dont change fee with spread

    0xtrooper committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    ee6385d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #60 from TrooperCrypto/dev

    fix/some fixes to dev version
    0xtrooper authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    b273928 View commit details
    Browse the repository at this point in the history
  11. fix ratio

    0xtrooper committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    6457329 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #61 from TrooperCrypto/dev

    fix/ratio if quote given
    0xtrooper authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    e4e6eae View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. feat/match at better price

    0xtrooper committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    88e3ee1 View commit details
    Browse the repository at this point in the history
  2. update package-lock,json

    0xtrooper committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    df69208 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. use wei ratio

    0xtrooper committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f32dedb View commit details
    Browse the repository at this point in the history
  2. fix

    0xtrooper committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    da8ffa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcf0f8c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

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

    0xtrooper authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    81e34ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65 from ZigZagExchange/master

    revert dev
    0xtrooper authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    c30aa31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    155c228 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a7620d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abab7f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Merge pull request #64 from TrooperCrypto/merge-2

    update package-lock,json
    0xtrooper authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2408559 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from TrooperCrypto/feat/pay-fees-in-swap-currency

    feat/enable different fee tokens
    0xtrooper authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    21870b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. PRICE_FEED's in lowercase

    0xtrooper committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d89260b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from TrooperCrypto/fix/hadle-pricefeed-in-lowe…

    …rcase
    
    PRICE_FEED's in lowercase
    0xtrooper authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    67a7f52 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    f5da3c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from TrooperCrypto/master

    fix/check if account has balance
    0xtrooper authored May 3, 2022
    Configuration menu
    Copy the full SHA
    fee45c2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    f722e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a5015 View commit details
    Browse the repository at this point in the history
  3. fix const to let

    0xtrooper committed May 7, 2022
    Configuration menu
    Copy the full SHA
    b69d18a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from TrooperCrypto/dev

    fix const to let
    0xtrooper authored May 7, 2022
    Configuration menu
    Copy the full SHA
    76189bc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. fix readme

    0xtrooper committed May 8, 2022
    Configuration menu
    Copy the full SHA
    0ac10e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce02ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from TrooperCrypto/dev

    more updates to dev version
    0xtrooper authored May 8, 2022
    Configuration menu
    Copy the full SHA
    591fc43 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. fix split loops

    0xtrooper committed May 10, 2022
    Configuration menu
    Copy the full SHA
    675f4db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from TrooperCrypto/dev

    fix/split loops
    0xtrooper authored May 10, 2022
    Configuration menu
    Copy the full SHA
    c1a1872 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from ZigZagExchange/dev

    update master to dev
    0xtrooper authored May 10, 2022
    Configuration menu
    Copy the full SHA
    5a7a81c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    866c167 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from TrooperCrypto/dev

    move balance check to use quote result
    0xtrooper authored May 11, 2022
    Configuration menu
    Copy the full SHA
    a6bb580 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from ZigZagExchange/dev

    update master
    0xtrooper authored May 11, 2022
    Configuration menu
    Copy the full SHA
    e94e7c7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

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

Commits on May 14, 2022

  1. Merge pull request #78 from TrooperCrypto/dev

    fix/quoteQuantity should be a Number
    0xtrooper authored May 14, 2022
    Configuration menu
    Copy the full SHA
    cf43aba View commit details
    Browse the repository at this point in the history
  2. Fixing typo

    Connor-Knabe authored May 14, 2022
    Configuration menu
    Copy the full SHA
    f0f3091 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Add uniswapV3 to the price feed list

    Christian Koopmann authored and Christian Koopmann committed May 17, 2022
    Configuration menu
    Copy the full SHA
    487a251 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Merge pull request #79 from Connor-Knabe/patch-1

    Fixing typo
    0xtrooper authored May 18, 2022
    Configuration menu
    Copy the full SHA
    a8c88d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from ckoopmann/ckoopmann/uniswap-documentation…

    …-fix
    
    Add uniswapV3 to the price feed list in README
    0xtrooper authored May 18, 2022
    Configuration menu
    Copy the full SHA
    21d544c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    56dba8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from TrooperCrypto/master

    fix sell and buy order splits
    0xtrooper authored May 21, 2022
    Configuration menu
    Copy the full SHA
    861070c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. update package.json

    dont use newer then 0.11.6 zkSync skd. V0.12 has breaking changes
    0xtrooper authored May 27, 2022
    Configuration menu
    Copy the full SHA
    3e244c6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    611c1bb View commit details
    Browse the repository at this point in the history
  2. no need for splits under 1k

    0xtrooper committed May 29, 2022
    Configuration menu
    Copy the full SHA
    48fbc31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #83 from TrooperCrypto/master

    no need for splits under 1k
    0xtrooper authored May 29, 2022
    Configuration menu
    Copy the full SHA
    e705632 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #84 from ZigZagExchange/dev

    stage master
    0xtrooper authored May 29, 2022
    Configuration menu
    Copy the full SHA
    e0fd78d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. README - Security advice

    0xtrooper committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7cffef3 View commit details
    Browse the repository at this point in the history
  2. improve wording

    0xtrooper committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5311296 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    3645f09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from TrooperCrypto/master

    update README - Security advice
    0xtrooper authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    743fe01 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. add min eth balance of 0.01

    0xtrooper committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    9a7f835 View commit details
    Browse the repository at this point in the history
  2. revert

    0xtrooper committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    02ccfd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    3aa573c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from TrooperCrypto/master

    fix number of splits for price = 0
    0xtrooper authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3734fa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. add Invert price feed

    0xtrooper committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    903e139 View commit details
    Browse the repository at this point in the history
  2. revert format

    0xtrooper committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e6fe732 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from TrooperCrypto/master

    add Invert price feed
    0xtrooper authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    870d6bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #93 from ZigZagExchange/dev

    stage master - add Invert price feed
    0xtrooper authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6fcbf79 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. update package json

    0xtrooper committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f6834cb View commit details
    Browse the repository at this point in the history
  2. update sign order

    0xtrooper committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    c30088b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from TrooperCrypto/master

    update zksync sdk to "^0.13"
    0xtrooper authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    91a9579 View commit details
    Browse the repository at this point in the history
  4. add goerli zksync

    0xtrooper committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    7d71d0c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #95 from TrooperCrypto/master

    add goerli zksync
    0xtrooper authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b40ce85 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. fix naming goerli

    0xtrooper committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1053c72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from TrooperCrypto/master

    fix naming goerli
    0xtrooper authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e1530a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    1381543 View commit details
    Browse the repository at this point in the history
  2. add INFURA to read me

    0xtrooper committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    6a00540 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from TrooperCrypto/master

    enable uniswap mainnet feed for goerli
    0xtrooper authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    2b09f7a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    3d11819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0c12c View commit details
    Browse the repository at this point in the history
  3. fix logic

    0xtrooper committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    551b0de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85a2fe6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #98 from TrooperCrypto/master

    remove FEE_TOKEN if no longer available for fees
    0xtrooper authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    670f748 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. format and add sendMessage

    make sure ws is ready
    0xtrooper committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    cd9052d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0abff View commit details
    Browse the repository at this point in the history
  3. fix format

    0xtrooper committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    729c53e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #104 from TrooperCrypto/master

    fix/make sure ws is ready before sending
    0xtrooper authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    526a51b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    d55e39b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from TrooperCrypto/master

    feat/add ethereumRPC for custom rpc's
    0xtrooper authored May 31, 2023
    Configuration menu
    Copy the full SHA
    210013d View commit details
    Browse the repository at this point in the history