Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(orderbook): set localId to global id #667

Merged
merged 2 commits into from
Nov 16, 2018

Conversation

ghost
Copy link

@ghost ghost commented Nov 13, 2018

In this PR we:

  • modify Orderbook.stampOwnOrder to set localId to global id in case localId is not provided
  • add integration tests for Orderbook.stampOwnOrder

Closes #223.

This commit modifies `Orderbook.stampOwnOrder` to set `localId` to
global `id` in case `localId` is not provided.
@ghost ghost requested review from sangaman, offerm, ImmanuelSegol and moshababo November 13, 2018 12:12
@ghost ghost self-assigned this Nov 13, 2018
@ghost ghost added the in progress label Nov 13, 2018
@ghost ghost force-pushed the refactor/localid-default branch from cb6de88 to 73022ab Compare November 13, 2018 13:03
test/integration/OrderBook.spec.ts Outdated Show resolved Hide resolved
@ghost ghost force-pushed the refactor/localid-default branch from 73022ab to 51ae63e Compare November 13, 2018 14:44
@sangaman sangaman merged commit 03b59af into master Nov 16, 2018
@ghost ghost removed the in progress label Nov 16, 2018
@ghost ghost deleted the refactor/localid-default branch November 16, 2018 16:07
ImmanuelSegol added a commit that referenced this pull request Jan 19, 2019
sangaman pushed a commit that referenced this pull request Aug 20, 2019
Closes #667.

Co-authored-by: rsercano <[email protected]>
sangaman pushed a commit that referenced this pull request Aug 20, 2019
Closes #667.

Co-authored-by: rsercano <[email protected]>
sangaman added a commit that referenced this pull request Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set order localId (currently generated separately) = globalId
1 participant