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

Changes requested in PR #10 #12

Merged
merged 46 commits into from Dec 11, 2018
Merged

Changes requested in PR #10 #12

merged 46 commits into from Dec 11, 2018

Commits on Nov 29, 2018

  1. core/router: moved router to core

    Susruth Nadimpalli committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    e7f5311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d1461 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. adapter/db: updated adapter to work with the new router

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    490f075 View commit details
    Browse the repository at this point in the history
  2. driver/composer: replaced swapperd with composer

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    cbf2c79 View commit details
    Browse the repository at this point in the history
  3. core/balance: add balance core service

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    611296f View commit details
    Browse the repository at this point in the history
  4. adapter/server: updated get balances handler to use cache

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    a8e04c3 View commit details
    Browse the repository at this point in the history
  5. cmd/swapperd-unix,cmd/swapperd-win: updated to use composer

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    611f649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71a045b View commit details
    Browse the repository at this point in the history
  7. cmd/install.sh: make the backup format consistent when installing and…

    … removing
    tok-kkk committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    194bb7a View commit details
    Browse the repository at this point in the history
  8. cmd/installer: updated installer to create multiple keystores

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    d8e97e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3792fcf View commit details
    Browse the repository at this point in the history
  10. cmd/swapperd: updated unix swapperd to support both networks

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    fb7bc41 View commit details
    Browse the repository at this point in the history
  11. driver/composer: updated composer to use balances

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    00536a8 View commit details
    Browse the repository at this point in the history
  12. driver/keystore: moved new mnemonic generation to installer

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    3f81101 View commit details
    Browse the repository at this point in the history
  13. driver/leveldb: updated leveldb to support multiple networks

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    b0977e6 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'composer' of https://github.com/republicprotocol/swapperd

    … into composer
    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    fede8f8 View commit details
    Browse the repository at this point in the history
  15. adapter/fund: add contexts with timeout

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    58c5d11 View commit details
    Browse the repository at this point in the history
  16. core: use go routenes to write responses to queries

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    21378d2 View commit details
    Browse the repository at this point in the history
  17. adapter/server, driver/keysore: updated to use bcrypt

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    676cc5f View commit details
    Browse the repository at this point in the history
  18. adapter/fund: fixed verify balance function

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

    Susruth Nadimpalli committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    eecf861 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c7c3e7f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. cmd/installer, driver/leveldb: updated windows path

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

Commits on Dec 6, 2018

  1. cmd/installer: updated installer to use the new windows paths

    Susruth Nadimpalli committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    d833e49 View commit details
    Browse the repository at this point in the history
  2. driver/composer: updated to composer to accept home directory

    Susruth Nadimpalli committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    00e796a View commit details
    Browse the repository at this point in the history
  3. cmd: updated binaries to use the new composer

    Susruth Nadimpalli committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    6298a8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be2b3ee View commit details
    Browse the repository at this point in the history
  5. driver/leveldb: updated leveldb to accept home dir location

    Susruth Nadimpalli committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    347a27e View commit details
    Browse the repository at this point in the history
  6. cmd: add install script for swapperd tests

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

Commits on Dec 9, 2018

  1. core/status, driver/composer: renamed status book to statuses

    Susruth Nadimpalli committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    297c6e8 View commit details
    Browse the repository at this point in the history
  2. adapter/wallet: renamed fund.Manager to wallet.Wallet

    Susruth Nadimpalli committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    d5aa788 View commit details
    Browse the repository at this point in the history
  3. adapter/binder: use wallet.Wallet instead of fund.Manager

    Susruth Nadimpalli committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    ff2f120 View commit details
    Browse the repository at this point in the history
  4. adapter/server: use wallet.Wallet instead of fund.Manager

    Susruth Nadimpalli committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    3560d9a View commit details
    Browse the repository at this point in the history
  5. cmd/installer: use wallet.Wallet instead of fund.Manager

    Susruth Nadimpalli committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    0026301 View commit details
    Browse the repository at this point in the history
  6. driver/composer: use wallet.Wallet instead of fund.Manager

    Susruth Nadimpalli committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    bc9c93e View commit details
    Browse the repository at this point in the history
  7. driver/keystore: use wallet.Wallet instead of fund.Manager

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

Commits on Dec 10, 2018

  1. foundation: split foundation into swap and blockchain

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    8bb3048 View commit details
    Browse the repository at this point in the history
  2. adapter/binder: updated to use Swap Blobs instead of Swap Requests

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    90fe7b1 View commit details
    Browse the repository at this point in the history
  3. core/router: removed router in favour of bootloader

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    679b996 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    814d4d0 View commit details
    Browse the repository at this point in the history
  5. adapter/server: add post bootload functionality

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    4c31c9f View commit details
    Browse the repository at this point in the history
  6. core/swapper: add storage to swapper to modify swaps on change

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    dc77ac4 View commit details
    Browse the repository at this point in the history
  7. foundation/swap: removed swap request and swap result

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    e68dc28 View commit details
    Browse the repository at this point in the history
  8. adapter/db: updated db to support the new storage interface

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    1d7d749 View commit details
    Browse the repository at this point in the history
  9. driver/composer: updated composer to use bootloader

    Susruth Nadimpalli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    a2fb445 View commit details
    Browse the repository at this point in the history
  10. adapter/wallet: add RSA keypair

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