Merge visual-clob into master
Place orders from the front end
Show orders on react clob
Remove strict mode; connects websocket twice
Trim place order receipts for market data
Connect to host on 127.0.0.1 because localhost is ipv6
wip - not even scaffolding
Beginning react CLOB demo
Added comments to client examples
Remove granularity
Change the format for market data
Added information to order receipts
Rewrite preparing for ongoing market data
Changed the way replace order works
Flesh out node client a bit more
Rename run-with-coverage to test-with-coverage
Touch up formatting, test module, coverage
Touch up formatting, test module, coverage
Touch up formatting, test module, coverage
Replaced order book verification with clob's get_order_book
Correct granularity in market data
Correct code for multiple market data from API
Get Market data from API
Adding client that can place order
Moving everything around again: server/client
Moving everything around again: server/client
adding minimum example script
Commands from cargo build; don't work
Compile without cargo - wip; it works
Work in progress - compile without cargo
Moving everything around again: server/client
Correct api market test
API places cancel order
Add Replace order to API
Better test coverage in clob
Added more tests
Corrected adding orders to order book
Modify order
Add test for "first come first served"
Cover invalid APICommand
Cancel Order
Add support for partial fills
Move clob tests to separate file
Add some clob functionality and tests
Touch up coverage configuration
Market and limit order filled with receipt
Order placed and recept returned
Add coverage reports to test output
Added second test: market and limit
WIP API started, client API started, testing started
"Client API" set up to encode place order
Test harness can place a nullary PlaceOrder command
Adjusted API and added unit test suite
Created Api and Clob
Initial Commit