Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Feature - Add second parameter for range method calls #529

Merged
merged 3 commits into from
May 30, 2019

Conversation

dannypaz
Copy link
Contributor

Description

This PR adds a second parameter to both rangeForOrders and rangeForFills helpers on the Order/Fill models respectively. These changes allow those methods to performance ranges that are outside of a single block order

This PR is related to the performance changes included in #527

Related PRs

List related PRs if applicable

Todos

  • Tests
  • Documentation
  • Link to Trello

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

Feature/healthcheck json (#525)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

add json flag for healthcheck

* use logger instead of console and pretty print it

* added log check for healthcheck cli test

Version bump/0.7.1 beta (#526)

* 0.7.1-beta

* broker version change 0.7.1-beta

allow parameters for range call

fixed variables for start finish
@dannypaz dannypaz force-pushed the feature/modify-range-call branch 2 times, most recently from 3286843 to bcafc34 Compare May 29, 2019 21:18
Copy link
Contributor

@bradleystachurski bradleystachurski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dannypaz Looks good, just a few small comments on docs.

@@ -425,13 +425,14 @@ class Fill {
* Create a set of options that can be passed to a LevelUP `createReadStream` call
* that limits the set to fills that belong to the given blockOrderId.
* This works because all fills are prefixed with their blockOrderId and the Delimiter.
* @param {string} blockOrderId - of of the block order to create a range for
* @param {string} startId - of of the block order to start the range
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] "of of"

@@ -461,13 +461,14 @@ class Order {
* Create a set of options that can be passed to a LevelUP `createReadStream` call
* that limits the set to orders that belong to the given blockOrderid.
* This works because all orders are prefixed with their blockOrderId and the Delimiter.
* @param {string} blockOrderId - of of the block order to create a range for
* @param {string} startId - of of the block order to start the range
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] "of of"

@bradleystachurski
Copy link
Contributor

@dannypaz Just noticed you changed the docs in #527, so no need to change them in this PR.

@dannypaz dannypaz merged commit b69f1f6 into master May 30, 2019
@dannypaz dannypaz deleted the feature/modify-range-call branch May 30, 2019 16:39
dannypaz pushed a commit that referenced this pull request May 31, 2019
updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

Feature/healthcheck json (#525)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

add json flag for healthcheck

* use logger instead of console and pretty print it

* added log check for healthcheck cli test

Version bump/0.7.1 beta (#526)

* 0.7.1-beta

* broker version change 0.7.1-beta

Feature - Add second parameter for range method calls (#529)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

Feature/healthcheck json (#525)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

add json flag for healthcheck

* use logger instead of console and pretty print it

* added log check for healthcheck cli test

Version bump/0.7.1 beta (#526)

* 0.7.1-beta

* broker version change 0.7.1-beta

allow parameters for range call

fixed variables for start finish

* rename rangeForBlockOrder to rangeForBlockOrderIds

* comment change of of

update pm2 to resolve axios vuln fix
dannypaz pushed a commit that referenced this pull request May 31, 2019
updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

Feature/healthcheck json (#525)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

add json flag for healthcheck

* use logger instead of console and pretty print it

* added log check for healthcheck cli test

Version bump/0.7.1 beta (#526)

* 0.7.1-beta

* broker version change 0.7.1-beta

Feature - Add second parameter for range method calls (#529)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

Feature/healthcheck json (#525)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

add json flag for healthcheck

* use logger instead of console and pretty print it

* added log check for healthcheck cli test

Version bump/0.7.1 beta (#526)

* 0.7.1-beta

* broker version change 0.7.1-beta

allow parameters for range call

fixed variables for start finish

* rename rangeForBlockOrder to rangeForBlockOrderIds

* comment change of of

update pm2 to resolve axios vuln fix
dannypaz pushed a commit that referenced this pull request May 31, 2019
updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

Feature/healthcheck json (#525)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

add json flag for healthcheck

* use logger instead of console and pretty print it

* added log check for healthcheck cli test

Version bump/0.7.1 beta (#526)

* 0.7.1-beta

* broker version change 0.7.1-beta

Feature - Add second parameter for range method calls (#529)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

Feature/healthcheck json (#525)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

Fix/network status slow (#524)

* added amounts for insufficient funds errors

updated enum to have unknown default value

Fix - Error messaging for insufficient funds and filling orders (#522)

* added amounts for insufficient funds errors

* error logging for filling own order

add logs to check time for network status

added amounts for insufficient funds errors (#523)

updated enum to have unknown default value

add command to validate proto file and update circleci to check

added run: to circleci command

remove unused file

s

update circle config to install protoc

install protoc

try to update repos

try to fix apt-get

add protoc installation for circle ci

try new circle setup for protoc

added config

use unzip instead of tar

fix jessie for deps

added protoc check for circle ci

readd package command and remove apt-get install of protoc

stuff

all your protoc are belong to us

echo bash env

echo bash env

hail mary

use 64 instead

run file

remove help file

fix the way we inflate all block orders

add more logging for testing

edits to deadline for network status and removed dev logs from active fund calc

* added check for deadline params

* fix test with market

* change from string to number

* fix deadline usage in order summary and wallet

* fix tests for deadline changes

add json flag for healthcheck

* use logger instead of console and pretty print it

* added log check for healthcheck cli test

Version bump/0.7.1 beta (#526)

* 0.7.1-beta

* broker version change 0.7.1-beta

allow parameters for range call

fixed variables for start finish

* rename rangeForBlockOrder to rangeForBlockOrderIds

* comment change of of

update pm2 to resolve axios vuln fix
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants