Permalink
Commits on Nov 12, 2017
  1. Merge pull request #949 from LiskHQ/674-standardise-node-response

    karmacoma committed Nov 12, 2017
    Standardise middleware API responses for /node and /peers endpoints - #674
  2. Fix spelling errors

    karmacoma committed Nov 12, 2017
  3. Normalise casing

    karmacoma committed Nov 12, 2017
  4. Normalise use of articles

    karmacoma committed Nov 12, 2017
  5. Revise comments

    karmacoma committed Nov 12, 2017
  6. Remove comment

    karmacoma committed Nov 12, 2017
  7. Change error message

    karmacoma committed Nov 11, 2017
  8. Change comment

    karmacoma committed Nov 11, 2017
Commits on Nov 11, 2017
  1. Standardise code

    karmacoma committed Nov 11, 2017
  2. Standardise code

    karmacoma committed Nov 11, 2017
  3. Standardise comment

    karmacoma committed Nov 11, 2017
  4. Normalise space

    karmacoma committed Nov 11, 2017
Commits on Nov 10, 2017
  1. Merge pull request #947 from LiskHQ/903-accounts_api_refactor

    karmacoma committed Nov 10, 2017
    Refactor Accounts API endpoints to follow REST standards - Closes #903, #933
  2. Merge pull request #941 from LiskHQ/866-dapps-api-refactor

    karmacoma committed Nov 10, 2017
    Refactor Dapps API endpoints to follow REST standards - Closes #866
  3. Fix indent

    karmacoma committed Nov 10, 2017
  4. Standardise comment

    karmacoma committed Nov 10, 2017
  5. Fix brittle voter test

    SargeKhan committed Nov 9, 2017
  6. Fix typo in comments

    SargeKhan committed Nov 9, 2017
  7. Refactor test cases for the new api endpoint

    SargeKhan committed Nov 8, 2017
    - Remove tests for deleted endpoints,
    - Refactor functional tests for new api
    - Add test for computed fields
    - Refactor unit tests for account logi
  8. Add asc as default sorting for orderBy

    SargeKhan committed Nov 8, 2017
    - Update test case for default sort
  9. Refactor GET account, remove dep. endpoints

    SargeKhan committed Nov 8, 2017
    - Remove deprecated API endpoints; /getBalance, /getPublicKey,
    /delegates, /delegates/fee, /count
    - (Account): Use rank column stored in database
    - (Account): Add approval and productivity as computed fields
    - (Account): Bind blocks to account logic
    - (Account): Join with delegate table
    - (Account): Add default limit
    - (Account): Add sorting ability for username and balance
    - (Account): Use bignum to compute approval and productivity
    - (Account): Remove deprecated endpoint handlers
    - (Account): Remove schema checks for account
    - Refactor delegate vote logic according new account logi
  10. Export expectSwaggerParamError function from api helpers

    MaciejBaj committed Nov 10, 2017
  11. Remove options argument from sanitize middleware

    MaciejBaj committed Nov 9, 2017