Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Tests (WIP) #13

Merged
merged 198 commits into from
Jan 29, 2019
Merged

Tests (WIP) #13

merged 198 commits into from
Jan 29, 2019

Commits on Nov 25, 2018

  1. update .gitignore file

    tok-kkk committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    932ef9f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. init branch

    tok-kkk committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    42aa43f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'status' into tests

    tok-kkk committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    09cd106 View commit details
    Browse the repository at this point in the history
  3. foundation/token,swap: refactor the foundtaions

    tok-kkk committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    4d0bbbb View commit details
    Browse the repository at this point in the history
  4. adapter/fund: formatting the imports

    tok-kkk committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    61d6c4c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

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

Commits on Dec 9, 2018

  1. adapter/db : remove the test leveldb files

    tok-kkk committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    40b5301 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fees' into tests

    tok-kkk committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    2b0acdb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. core/balance

    tok-kkk committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    0651133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e912a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Merge branch 'fees' into tests

    tok-kkk committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    4be9e30 View commit details
    Browse the repository at this point in the history
  2. core/status: add test cases for the status servie

    tok-kkk committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    893f972 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. core/wallet: add wallet service

    Susruth Nadimpalli committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    6175c6d View commit details
    Browse the repository at this point in the history
  2. core/wallet/balance: add balance tau task

    Susruth Nadimpalli committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    c995773 View commit details
    Browse the repository at this point in the history
  3. core/wallet/transfer: add wallet transfer tau task

    Susruth Nadimpalli committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    efbeebe View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. testing

    tok-kkk committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    542eb3c View commit details
    Browse the repository at this point in the history
  2. adapter/server: fixed bootload error message

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9aa6465 View commit details
    Browse the repository at this point in the history
  3. adapter/wallet: add ecdsa signer

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    15d4e17 View commit details
    Browse the repository at this point in the history
  4. adapter/wallet: fixed imports format

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5268def View commit details
    Browse the repository at this point in the history
  5. adapter/db: updated UpdateReceipt to use ReceiptUpdate

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    3a9bc73 View commit details
    Browse the repository at this point in the history
  6. core/delayed: add handlers for cancel and update swaps

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b640e0b View commit details
    Browse the repository at this point in the history
  7. core/status: updated to use the new UpdateReceipt interface

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    2ac0f98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    629975d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'cancelled-status' into identity

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    19b83ca View commit details
    Browse the repository at this point in the history
  10. adaptrer/server: add signatures for delay info and swap response

    Susruth Nadimpalli committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    6143aba View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. adapter/server: add broker details to response blob

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c4b1a90 View commit details
    Browse the repository at this point in the history
  2. adapter/server: add simple handler tests

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ce724e7 View commit details
    Browse the repository at this point in the history
  3. adapter/wallet: add empty address checks

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    bb9f2fc View commit details
    Browse the repository at this point in the history
  4. adapter/wallet: updated signer to ECDSASigner

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    d790573 View commit details
    Browse the repository at this point in the history
  5. core/swapper: fixed determenistic secret generation issue

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    34b9336 View commit details
    Browse the repository at this point in the history
  6. adapter/binder: add support for no broker fee

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    a0c6c13 View commit details
    Browse the repository at this point in the history
  7. adapter/callback: removed volume check

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    7d9356c View commit details
    Browse the repository at this point in the history
  8. adapter/wallet, driver/keystore: add Identity to wallet

    Susruth Nadimpalli committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    405ded9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. adapter/server: add http endpoints for swapperd id

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    d589a42 View commit details
    Browse the repository at this point in the history
  2. adapter/wallet: fixed an error message

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    914f2e6 View commit details
    Browse the repository at this point in the history
  3. foundation/swap: add omitempties in swap blob object

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ac633d4 View commit details
    Browse the repository at this point in the history
  4. updated Gopkg lock

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    de58bab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5decf8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce5df70 View commit details
    Browse the repository at this point in the history
  7. core/swapper: convert cost to cost blob before storing

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    d1cee90 View commit details
    Browse the repository at this point in the history
  8. adapter/db: add cost blob to cost convertion before loading

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    472923c View commit details
    Browse the repository at this point in the history
  9. adapter/server: updated to use cost blobs

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2066c14 View commit details
    Browse the repository at this point in the history
  10. adapter/server: add support to sign base64 and hex strings

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    4503134 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'identity' into wallet

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    25e3aa5 View commit details
    Browse the repository at this point in the history
  12. adapter/server, adapter/wallet: fixed patch swaps

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    119fe66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cffb557 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'identity' into wallet

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    4b587b9 View commit details
    Browse the repository at this point in the history
  15. core/wallet/transfer: add transfer data objects

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    0a46e62 View commit details
    Browse the repository at this point in the history
  16. adapter/binder: updated cost to only contain tx fees

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    4b72dca View commit details
    Browse the repository at this point in the history
  17. adapter/db: add transfer table

    Susruth Nadimpalli committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    fff4038 View commit details
    Browse the repository at this point in the history
  18. wallet: updated error messages

    jazg committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    9e96d49 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. adapter/binder, core/swapper: fixed refund bug

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    3cfa8cf View commit details
    Browse the repository at this point in the history
  2. updated gopkg lock

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    2bb5e2d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'identity' of https://github.com/republicprotocol/swapperd

    … into identity
    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    8467e02 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'identity' into tests

    tok-kkk committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b60e62c View commit details
    Browse the repository at this point in the history
  5. core/swapper: add refund swap status

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    7ed3c1a View commit details
    Browse the repository at this point in the history
  6. adapter/wallet: fixed error logs

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    a9ec14b View commit details
    Browse the repository at this point in the history
  7. adapter/binder/btc: fixed sequences issue

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    2e0ef0e View commit details
    Browse the repository at this point in the history
  8. adapter/wallet: fixed wbtc transfer issue

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    ef22735 View commit details
    Browse the repository at this point in the history
  9. Update gopkg lock

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    439fb97 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'identity' into wallet

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b9ac85a View commit details
    Browse the repository at this point in the history
  11. updated gopkg lock

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    ffd0f85 View commit details
    Browse the repository at this point in the history
  12. adapter/db: add table for transfers

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    6a685b0 View commit details
    Browse the repository at this point in the history
  13. core/balance: removed balance in favor of wallet service

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    fd791bd View commit details
    Browse the repository at this point in the history
  14. core/wallet: integrated wallet with balance and transfer

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    5a2e70a View commit details
    Browse the repository at this point in the history
  15. adapter/wallet: updated wallet adapter to work with wallet

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    8d44726 View commit details
    Browse the repository at this point in the history
  16. adapter/server: updated to use the new wallet service

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    e8a9f4f View commit details
    Browse the repository at this point in the history
  17. driver/composer: updated composer to work with wallet service

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    53d09ef View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd40e51 View commit details
    Browse the repository at this point in the history
  19. adapter/binder: fixed fee calculations

    Susruth Nadimpalli committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    88d6868 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. adapter/server: updated get transfers response for consistency

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    7af39b2 View commit details
    Browse the repository at this point in the history
  2. core/status: fix status tests

    tok-kkk committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    ec95758 View commit details
    Browse the repository at this point in the history
  3. adapter/server: fixed json marshalling

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    74d1c97 View commit details
    Browse the repository at this point in the history
  4. adapter/wallet: updated to use bip32 standard

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    76122df View commit details
    Browse the repository at this point in the history
  5. updated gopkg lock

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    697e743 View commit details
    Browse the repository at this point in the history
  6. adapter/wallet: add new token support

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    f496f27 View commit details
    Browse the repository at this point in the history
  7. adapter/binder: add new token support

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    aa16b7b View commit details
    Browse the repository at this point in the history
  8. foundation/blockchain: add new token support

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    1f23a35 View commit details
    Browse the repository at this point in the history
  9. adapter/binder/eth: fixed expiry

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    f0526fa View commit details
    Browse the repository at this point in the history
  10. core/deployed: update timelock in delayed swaps

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    9877de2 View commit details
    Browse the repository at this point in the history
  11. adapter/binder: fixed audit values

    Susruth Nadimpalli committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    b9da8ea View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. adapter/binder/erc20: updated erc20 swap contract bindings

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    7e9cebe View commit details
    Browse the repository at this point in the history
  2. adapter/binder/eth: updated eth swap contract bindings

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    8e18c3d View commit details
    Browse the repository at this point in the history
  3. updated gopkg lock

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    c85c686 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4fe84b View commit details
    Browse the repository at this point in the history
  5. adapter/binder/eth: updated to work with new contract bindings

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    8dea667 View commit details
    Browse the repository at this point in the history
  6. adapter/binder/btc: updated btc binder to include broker fees

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    90570bf View commit details
    Browse the repository at this point in the history
  7. cmd: updated install script

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    2af35e9 View commit details
    Browse the repository at this point in the history
  8. updated removal script

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    3b32140 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'wallet' into new-tokens

    Susruth Nadimpalli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    a40c707 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. adapter/wallet: fixed balance verification

    Susruth Nadimpalli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    5cd4735 View commit details
    Browse the repository at this point in the history
  2. adapter/wallet: fixed ethereum address verification

    Susruth Nadimpalli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    25c7718 View commit details
    Browse the repository at this point in the history
  3. updated gopkg lock

    Susruth Nadimpalli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    94d4a4f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'wallet' into new-tokens

    Susruth Nadimpalli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    93ba81c View commit details
    Browse the repository at this point in the history
  5. adapter/wallet: add new token support for balance verification

    Susruth Nadimpalli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    b84cc8f View commit details
    Browse the repository at this point in the history
  6. updated to run user level daemon on ubuntu after logout

    Susruth Nadimpalli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    f5f8ad3 View commit details
    Browse the repository at this point in the history
  7. foundation/swap: add response url to swap object

    Susruth Nadimpalli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    9fe89ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e86a56 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. adapter/wallet: add get addresses and get balances with password

    Susruth Nadimpalli committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    663db0c View commit details
    Browse the repository at this point in the history
  2. foundation/swap: add password hash to swap blob

    Susruth Nadimpalli committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    f028f83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    062702c View commit details
    Browse the repository at this point in the history
  4. adapter/db: updated db to use the new transfer service

    Susruth Nadimpalli committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    15970c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. core/transfer: removed wallet in favour of transfer

    Susruth Nadimpalli committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    f71d9d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50f496f View commit details
    Browse the repository at this point in the history
  3. foundation/swap: add new swap states

    Susruth Nadimpalli committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    52ad9ae View commit details
    Browse the repository at this point in the history
  4. adapter/binder/btc: removed waiting from btc contract binder

    Susruth Nadimpalli committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    bb17ea2 View commit details
    Browse the repository at this point in the history
  5. adapter/binder/erc20: removed waiting from erc20 contract binder

    Susruth Nadimpalli committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    cd0c63e View commit details
    Browse the repository at this point in the history
  6. adapter/binder/eth: removed waiting from eth contract binder

    Susruth Nadimpalli committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    d495d83 View commit details
    Browse the repository at this point in the history
  7. adapter/wallet: updated wallet to expect passwords

    Susruth Nadimpalli committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    3094db3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. core/delayed: updated delayed to use tau tasks

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b2d3009 View commit details
    Browse the repository at this point in the history
  2. core/swapper: updated swapper to use tasks

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    685efff View commit details
    Browse the repository at this point in the history
  3. core/delayed: fixed imports

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6c4130d View commit details
    Browse the repository at this point in the history
  4. adapter/db: updated put swap to make sure the password is empty

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e2acca2 View commit details
    Browse the repository at this point in the history
  5. core: add core swapper task

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7f415b6 View commit details
    Browse the repository at this point in the history
  6. adapter/binder: updated build swap contracts interface

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    f744e36 View commit details
    Browse the repository at this point in the history
  7. cmd/installer: removed username and password from installer

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e5ee72a View commit details
    Browse the repository at this point in the history
  8. driver/keystore: removed username and password from keystore

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    bdd942f View commit details
    Browse the repository at this point in the history
  9. core/status: updated to use tau framework

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1319b94 View commit details
    Browse the repository at this point in the history
  10. driver/composer: updated composer to use new core services

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    3c28bfb View commit details
    Browse the repository at this point in the history
  11. adapter/wallet: updated to require password

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    439ba5f View commit details
    Browse the repository at this point in the history
  12. adapter/wallet: removed supported blockchains

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    65dbab7 View commit details
    Browse the repository at this point in the history
  13. adapter/wallet: updated to use new transfer service

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b9b8a21 View commit details
    Browse the repository at this point in the history
  14. adapter/server: removed unused tests

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6a4b73e View commit details
    Browse the repository at this point in the history
  15. adapter/server: updated server interface

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d558e8c View commit details
    Browse the repository at this point in the history
  16. adapter/server: updated post swap response

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    8ce1ed9 View commit details
    Browse the repository at this point in the history
  17. adapter/server: updated to work with tau framework

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    568b58d View commit details
    Browse the repository at this point in the history
  18. adapter/server: updated all endpoints to require and use passwords

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6798308 View commit details
    Browse the repository at this point in the history
  19. adapter/server: add positive tests for testing ota atomic swaps

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    91295e7 View commit details
    Browse the repository at this point in the history
  20. Merged one time public addresses

    Susruth Nadimpalli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    960dab8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. adapter/server: add get individual swap using query params

    Susruth Nadimpalli committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    31c5036 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ota' into new-tokens

    Susruth Nadimpalli committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    5aafafa View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. cmd/ota: Add simple cli app for one time addresses

    Susruth Nadimpalli committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    bae9931 View commit details
    Browse the repository at this point in the history
  2. adapter/server: updated post swap response

    Susruth Nadimpalli committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    9264022 View commit details
    Browse the repository at this point in the history
  3. core/transfer: removed testing logs

    Susruth Nadimpalli committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    b128b88 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. core/delayed: moved to core/swapper

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    9c2928e View commit details
    Browse the repository at this point in the history
  2. core/status: moved to core/swapper

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    aec7c40 View commit details
    Browse the repository at this point in the history
  3. core/swapper: moved to core/swapper/immediate

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    9f97a9d View commit details
    Browse the repository at this point in the history
  4. core: moved to core/swapper

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    a44a0d0 View commit details
    Browse the repository at this point in the history
  5. core/transfer: fixed potential data race conditions

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    5d869ab View commit details
    Browse the repository at this point in the history
  6. Merge branch 'ota' into new-tokens

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    1ad1fef View commit details
    Browse the repository at this point in the history
  7. adapter/binder: updated to use immediate instead of swapper

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    c85589d View commit details
    Browse the repository at this point in the history
  8. adapter/callback: updated to use swapper/delayed

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    2815c58 View commit details
    Browse the repository at this point in the history
  9. adapter/server: updated to use core/swapper instead of core

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    ec435ed View commit details
    Browse the repository at this point in the history
  10. core/swapper: updated to use core/swapper/* instead of core/*

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    8afbb43 View commit details
    Browse the repository at this point in the history
  11. driver/composer: updated to use core/swapper instead of core

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    182960c View commit details
    Browse the repository at this point in the history
  12. adapter/wallet: add support for DAI, USDC, and GUSD

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    77881c0 View commit details
    Browse the repository at this point in the history
  13. driver/keystore: add support for USDC, GUSD, and DAI

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    59129e4 View commit details
    Browse the repository at this point in the history
  14. foundation/blockchain: add support for USDC, GUSD, and DAI

    Susruth Nadimpalli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    5accbe3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. adapter/binder: updated binder to use withdraw addresses

    Susruth Nadimpalli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    bb253a3 View commit details
    Browse the repository at this point in the history
  2. adapter/server: add get swap end point

    Susruth Nadimpalli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    fb3ab9e View commit details
    Browse the repository at this point in the history
  3. cmd: updated install script

    Susruth Nadimpalli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    6af1ce8 View commit details
    Browse the repository at this point in the history
  4. Updated gopkg lock

    Susruth Nadimpalli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    223a3dc View commit details
    Browse the repository at this point in the history
  5. foundation: fixed gusd token name

    Susruth Nadimpalli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    4fb0659 View commit details
    Browse the repository at this point in the history
  6. foundation/swap: add withdraw address to swap object

    Susruth Nadimpalli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    376e03e View commit details
    Browse the repository at this point in the history
  7. Resolved conflicts

    Susruth Nadimpalli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    337a22f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. core/swapper/status: updated status test to work with tau tasks

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    c87025f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ca9c0 View commit details
    Browse the repository at this point in the history
  3. foundation/blockchain: add decimals to tokens

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    a62b2f5 View commit details
    Browse the repository at this point in the history
  4. foundation/blockchain: add decimals to balance struct

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    fae27c5 View commit details
    Browse the repository at this point in the history
  5. foundation/swap: moved swap receipt to a different file

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    421cf8e View commit details
    Browse the repository at this point in the history
  6. testutils: add default quick check config

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ef76764 View commit details
    Browse the repository at this point in the history
  7. testutils: add mock callback

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f2132c4 View commit details
    Browse the repository at this point in the history
  8. testutils: fixed MockContractBinder

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d4f4010 View commit details
    Browse the repository at this point in the history
  9. core/swapper/delayed: add tests for delayed swapper task

    Susruth Nadimpalli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    dda2eae View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. core/swapper/immediate: add tests for immediate swapper

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    1a7d1f9 View commit details
    Browse the repository at this point in the history
  2. adapter/binder: updated blob.Token type to blockchain.TokenName

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    3a357e3 View commit details
    Browse the repository at this point in the history
  3. adapter/server: updated blob.Token type to blockchain.TokenName

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    6c35857 View commit details
    Browse the repository at this point in the history
  4. core/swapper: fixed imports

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    59e1e79 View commit details
    Browse the repository at this point in the history
  5. core/transfer: removed the use of mutexes

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    401c6b9 View commit details
    Browse the repository at this point in the history
  6. foundation/swap: moved receipt update to receipt.go

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b18dab6 View commit details
    Browse the repository at this point in the history
  7. testutils: updated MockContracts to return deterministic errors

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    28577b1 View commit details
    Browse the repository at this point in the history
  8. Fixed retriving single address

    negaex committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    3e6c987 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0d9daf View commit details
    Browse the repository at this point in the history
  10. adapter/wallet: updated Addresses to use parallelisation

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    4e0caf6 View commit details
    Browse the repository at this point in the history
  11. adapter/wallet: updated Balances to use parallelisation

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    75dbf6c View commit details
    Browse the repository at this point in the history
  12. adapter/server: add GetBalance handler

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    35d1bfc View commit details
    Browse the repository at this point in the history
  13. adapter/wallet: add Balance endpoint

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    dc185da View commit details
    Browse the repository at this point in the history
  14. Merge branch 'withdraw-address' into tests

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    791e6d3 View commit details
    Browse the repository at this point in the history
  15. Updated gopkg lock

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    98d06f4 View commit details
    Browse the repository at this point in the history
  16. core/swapper: updated io capacity in tests

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ceb3c6a View commit details
    Browse the repository at this point in the history
  17. adapter/binder: updated address entries

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    46a1708 View commit details
    Browse the repository at this point in the history
  18. updated gopkg lock

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    eb6a4c0 View commit details
    Browse the repository at this point in the history
  19. foundation/blockchain: fixed tokens

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    a4be201 View commit details
    Browse the repository at this point in the history
  20. core/swapper/immediate: improved test speed

    Susruth Nadimpalli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ba03563 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Updated Gopkg lock

    Susruth Nadimpalli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    bbbede0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fef6b3 View commit details
    Browse the repository at this point in the history
  3. core/swapper: fixed swapper to send correct message to child task

    Susruth Nadimpalli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    5ce4aa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. adapter/server: fixed delay info signing

    Susruth Nadimpalli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    d39ba45 View commit details
    Browse the repository at this point in the history
  2. adapter/db: updated db tests

    Susruth Nadimpalli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    dfd50a3 View commit details
    Browse the repository at this point in the history
  3. foundation/blockchain: fixed semantics

    Susruth Nadimpalli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    e915f01 View commit details
    Browse the repository at this point in the history
  4. adapter/server: removed post bootload http query

    Susruth Nadimpalli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    7cf6de6 View commit details
    Browse the repository at this point in the history
  5. adapter/server: updated all the queries to call bootload

    Susruth Nadimpalli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    a3018db View commit details
    Browse the repository at this point in the history
  6. core/swapper/delayed: delete from swap map after completion

    Susruth Nadimpalli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    ee16b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. core/swapper: updated swapper.New() interface

    Susruth Nadimpalli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    d29e565 View commit details
    Browse the repository at this point in the history
  2. core/swapper: add swapper tests

    Susruth Nadimpalli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    1158c95 View commit details
    Browse the repository at this point in the history
  3. core/swapper/status: removed unused message types

    Susruth Nadimpalli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    e41bed0 View commit details
    Browse the repository at this point in the history
  4. testutils: moved storage interface to swapper service

    Susruth Nadimpalli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    a48cc07 View commit details
    Browse the repository at this point in the history
  5. driver/composer: updated composer to work with the new swapper

    Susruth Nadimpalli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    7696750 View commit details
    Browse the repository at this point in the history