index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
connect
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
8
-20
/
+20
*
Fix sra-spec & connect
Fabio Berger
2018-10-17
1
-1
/
+1
*
Change /order_config endpoint to POST
fragosti
2018-09-26
1
-1
/
+1
*
Move SRA types from @0xproject/connect to @0xproject/sra-types
Leonid Logvinov
2018-09-25
7
-158
/
+39
*
Add getForwarderHelperForMakerAssetDataAsync method to forwarderHelperFactory
Brandon Millman
2018-09-15
1
-1
/
+1
*
Change orderConfig from POST to GET like in spec
fragosti
2018-09-05
1
-1
/
+1
*
Use BigNumber instead of string where appropriate in OrderConfigRequest
fragosti
2018-09-05
1
-3
/
+3
*
Use order parser utils from order utils
fragosti
2018-09-05
2
-26
/
+5
*
Missing/superfluous type exports from connect
Fabio Berger
2018-08-23
1
-2
/
+6
*
merge development
Fabio Berger
2018-08-23
19
-322
/
+386
|
\
|
*
Update variable names, make release candidate
fragosti
2018-08-22
1
-3
/
+3
|
*
Update more names in docs
fragosti
2018-08-21
1
-3
/
+4
|
*
Improve documentation
fragosti
2018-08-21
1
-5
/
+8
|
*
Run prettier
fragosti
2018-08-21
6
-24
/
+26
|
*
Update websocket for SRA v2
fragosti
2018-08-21
4
-15
/
+23
|
*
Remove default query parameters
fragosti
2018-08-18
2
-14
/
+14
|
*
Add networkId request param option
fragosti
2018-08-18
5
-20
/
+48
|
*
Rename websocket files and types
fragosti
2018-08-17
4
-36
/
+34
|
*
Use uuid as string for requestId
fragosti
2018-08-17
1
-2
/
+2
|
*
Add fee recipients test
fragosti
2018-08-16
2
-4
/
+8
|
*
Get orders async tests passing
fragosti
2018-08-16
2
-2
/
+7
|
*
getAssetPairsAsync tests passing
fragosti
2018-08-16
3
-8
/
+8
|
*
Project now builds
fragosti
2018-08-16
1
-2
/
+1
|
*
Update test fixtures
fragosti
2018-08-16
3
-3
/
+6
|
*
Update parsing code
fragosti
2018-08-15
4
-22
/
+43
|
*
Update connect json-schemas
fragosti
2018-08-15
6
-43
/
+44
|
*
Update types and add missing param to SRA spec
fragosti
2018-08-15
2
-18
/
+21
|
*
Update json-schemas, update HTTPClient types
fragosti
2018-08-15
6
-41
/
+29
|
*
Update types to reflect v2
fragosti
2018-08-15
11
-102
/
+95
|
*
Change names of basic types in Client interface
fragosti
2018-08-15
5
-12
/
+19
*
|
Cleanup connect index.ts
Fabio Berger
2018-08-20
1
-1
/
+1
*
|
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...
Fabio Berger
2018-07-30
2
-16
/
+0
|
/
*
Fix tslint issues
Leonid Logvinov
2018-07-17
3
-7
/
+7
*
-fetch';
Fabio Berger
2018-07-13
1
-2
/
+2
*
Lint fixes
Brandon Millman
2018-07-12
2
-3
/
+2
*
Provide subscriptionOpts in error callback and include url in error messages
Brandon Millman
2018-07-12
2
-6
/
+13
*
Remove outdated comments
Brandon Millman
2018-07-12
1
-2
/
+0
*
Update orderbook channel and factory tests
Brandon Millman
2018-07-12
2
-5
/
+11
*
Enforce one handler per channel
Brandon Millman
2018-07-12
2
-49
/
+25
*
Add TODO comment for switching requestIds to strings
Brandon Millman
2018-07-12
1
-0
/
+1
*
Add explicit HACK comment when we import assert
Brandon Millman
2018-07-12
1
-1
/
+1
*
Assert that connection is opening before attempting to subscribe
Brandon Millman
2018-07-12
1
-9
/
+2
*
Remove unused import
Brandon Millman
2018-07-12
1
-2
/
+2
*
Consolidate back to one channel and expose only the factory
Brandon Millman
2018-07-12
7
-218
/
+34
*
Initial implementation of OrderbookChannelFactory
Brandon Millman
2018-07-12
3
-30
/
+53
*
Implement web browser socket
Brandon Millman
2018-07-12
8
-26
/
+190
*
Fix no-unused-variable tslint rule to include parameters and fix issues
Fabio Berger
2018-06-12
2
-2
/
+2
*
Try enabling no-unused-variable...
fragosti
2018-06-05
2
-2
/
+1
*
Unpin types version in @0xproject/connect
Leonid Logvinov
2018-05-25
2
-2
/
+2
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-2
/
+2
*
Fix comments
Fabio Berger
2018-04-18
1
-2
/
+2
*
Move our contract templates to accept Provider instead of Web3Wrapper
Leonid Logvinov
2018-04-04
1
-2
/
+0
*
Add metacoin example project
Leonid Logvinov
2018-04-02
1
-1
/
+0
*
Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming...
Fabio Berger
2018-03-20
1
-0
/
+0
*
Add SignedOrder, Order, and ECSignature types to the types package
Brandon Millman
2018-03-15
4
-34
/
+6
*
Move configuration into package.json configs section
Fabio Berger
2018-03-14
2
-39
/
+8
*
Consolidate docs generation and uploading logic
Fabio Berger
2018-03-14
2
-28
/
+3
*
move scripts to monorepro-scripts
Fabio Berger
2018-03-13
3
-0
/
+73
*
Rename isHttpUrl to isWebUri in assert package
Brandon Millman
2018-03-06
1
-1
/
+1
*
Do not JSON parse empty reponse
Brandon Millman
2018-02-17
1
-5
/
+4
*
Fix incorrect comment on WebSocketOrderbookChannel constructor
Brandon Millman
2018-02-17
1
-1
/
+1
*
Add an enforced minimum for the heartbeat interval
Brandon Millman
2018-02-16
2
-2
/
+15
*
Add configurable heartbeat to WebSocketOrderbookChannel
Brandon Millman
2018-02-16
5
-2
/
+41
*
Change default page params in connect to page 1 and perPage 100
Brandon Millman
2018-02-15
1
-4
/
+4
*
Fix error in paged request schema
Brandon Millman
2018-02-14
1
-1
/
+1
*
Addressed PR feedback
Brandon Millman
2018-02-14
2
-12
/
+28
*
Add page options to relevant HttpClient methods
Brandon Millman
2018-02-14
10
-53
/
+106
*
Stop appending /v0 to HttpClient api endpoint urls
Brandon Millman
2018-01-13
1
-1
/
+1
*
Improve HttpClient errors
Brandon Millman
2018-01-13
1
-4
/
+7
*
Merge pull request #305 from 0xProject/fix/bignumber_config
Leonid
2018-01-10
3
-7
/
+2
|
\
|
*
Use configured version of bignumber in all packages
Leonid Logvinov
2018-01-04
3
-7
/
+2
*
|
Prettier
Brandon Millman
2018-01-10
2
-39
/
+15
*
|
Update style
Brandon Millman
2018-01-10
1
-20
/
+17
*
|
Merge branch 'development' into refactor/httpClientJsonParsing
Brandon Millman
2018-01-09
11
-63
/
+69
|
\
\
|
*
|
Merge branch 'development' into fix/mutatedInput
Brandon Millman
2018-01-09
11
-65
/
+73
|
|
\
|
|
|
*
Apply prettier config
Leonid Logvinov
2018-01-03
11
-65
/
+73
*
|
|
Refactor JSON parsing in HttpClient
Brandon Millman
2017-12-25
5
-53
/
+111
|
/
/
*
/
Prevent getFeesAsync method on HttpClient from mutating input
Brandon Millman
2017-12-25
2
-11
/
+0
|
/
*
Remove unused import
Brandon Millman
2017-12-22
1
-1
/
+0
*
Add missing calls to bigNumberConfigs in packages where we are instantiating ...
Brandon Millman
2017-12-22
2
-5
/
+5
*
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
Brandon Millman
2017-12-20
2
-20
/
+20
*
Fix connect unused vars
Leonid Logvinov
2017-12-15
2
-3
/
+0
*
Update connect types in preperation for publishing
Brandon Millman
2017-12-08
2
-4
/
+2
*
Add requestId to subscription messages and update json-schemas
Brandon Millman
2017-12-06
4
-29
/
+42
*
Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js ...
Brandon Millman
2017-11-30
5
-5
/
+33
*
Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient c...
Brandon Millman
2017-11-30
3
-1
/
+5
*
Merge pull request #233 from 0xProject/feature/passNetworkId
Fabio Berger
2017-11-28
4
-10
/
+14
|
\
|
*
Auto-fix linter errors in other mono-repo packages
Leonid Logvinov
2017-11-24
4
-10
/
+14
*
|
Move all connect types into types.ts
Brandon Millman
2017-11-28
3
-44
/
+49
|
/
*
Add TODO comment before BigNumber.config() call
Brandon Millman
2017-11-23
1
-0
/
+1
*
Prepare connect package for publishing
Brandon Millman
2017-11-23
2
-5
/
+6
*
Add connect to monorepo
Brandon Millman
2017-11-15
12
-0
/
+568