No files or symbols found.
+7 −7
README.md
README.md
+1 −1
package.json
package.json
+8 −8
package.json
packages/kosu-contract-helpers/package.json
+12 −9
Kosu.ts
packages/kosu-contract-helpers/src/Kosu.ts
                constructor
              
Method
+4 −2
OrderHelper.ts
packages/kosu-contract-helpers/src/OrderHelper.ts
                takeOrder
              
Method
+1 −1
OrderSerializer.ts
packages/kosu-contract-helpers/src/OrderSerializer.ts
+1 −1
Signature.ts
packages/kosu-contract-helpers/src/Signature.ts
+0 −7
index.ts
packages/kosu-contract-helpers/src/index.ts
+0 −20
kosuSubContractHelper.js
...ntract-helpers/test/helpers/kosuSubContractHelper.js
+0 −69
tokenHelper.js
...es/kosu-contract-helpers/test/helpers/tokenHelper.js
-
                wrap
              
Function
-
                name
              
Function
-
                symbol
              
Function
-
                totalSupply
              
Function
-
                decimals
              
Function
-
                balanceOf
              
Function
-
                allowance
              
Function
-
                approve
              
Function
-
                transferFrom
              
Function
-
                transfer
              
Function
+6 −4
order_gateway_test.js
...ges/kosu-contract-helpers/test/order_gateway_test.js
+1 −1
order_helper_test.js
...ages/kosu-contract-helpers/test/order_helper_test.js
+3 −1
order_serializer_test.js
.../kosu-contract-helpers/test/order_serializer_test.js
+0 −38
order_stream_test.js
...ages/kosu-contract-helpers/test/order_stream_test.js
0
order_test.js
packages/kosu-contract-helpers/test/order_test.js
+0 −20
poster_registry_test.js
...s/kosu-contract-helpers/test/poster_registry_test.js
+11 −5
setup_test.js
packages/kosu-contract-helpers/test/setup_test.js
+0 −14
treasury_test.js
packages/kosu-contract-helpers/test/treasury_test.js
+0 −47
validator_registry_test.js
...osu-contract-helpers/test/validator_registry_test.js
+3 −1
package.json
packages/kosu-deployed-addresses/package.json
+44 −4
index.ts
packages/kosu-deployed-addresses/src/index.ts
+3 −4
package.json
packages/kosu-genesis-cli/package.json
+5 −4
package.json
packages/kosu-migrations/package.json
+21 −17
cli.ts
packages/kosu-migrations/src/cli.ts
+9 −9
migrations.ts
packages/kosu-migrations/src/migrations.ts
                migrations
              
Function
+2 −2
package.json
packages/kosu-node-client/package.json
+4 −6
package.json
packages/kosu-solidity-tests/package.json
+16 −15
init_test.ts
packages/kosu-solidity-tests/test/init_test.ts
+5 −3
kosu_token.ts
packages/kosu-solidity-tests/test/kosu_token.ts
+2 −0
migrations.ts
packages/kosu-solidity-tests/test/migrations.ts
+5 −8
order_gateway.ts
packages/kosu-solidity-tests/test/order_gateway.ts
+2 −2
poster_registry.ts
packages/kosu-solidity-tests/test/poster_registry.ts
+5 −8
sub_contract.ts
packages/kosu-solidity-tests/test/sub_contract.ts
+17 −10
treasury.ts
packages/kosu-solidity-tests/test/treasury.ts
+20 −21
validator_registry.ts
packages/kosu-solidity-tests/test/validator_registry.ts
+2 −2
voting.ts
packages/kosu-solidity-tests/test/voting.ts
+6 −6
zero_ex_v2_sub_contract.ts
.../kosu-solidity-tests/test/zero_ex_v2_sub_contract.ts
+6 −0
tslint.json
packages/kosu-solidity-tests/tslint.json
+2 −2
package.json
packages/kosu-system-contracts/package.json
+14 −1
package.json
packages/kosu-test-helpers/package.json
0
BasicTradeSubContractConfig.json/{ → }
...u-test-helpers/src}/BasicTradeSubContractConfig.json
+3 −3
index.ts
packages/kosu-test-helpers/src/index.ts
+154 −0
test_bootstrapping.ts
packages/kosu-test-helpers/src/test_bootstrapping.ts
+1 −2
tsconfig.json
packages/kosu-test-helpers/tsconfig.json
+3 −0
tslint.json
packages/kosu-test-helpers/tslint.json
+2 −2
package.json
packages/kosu-types/package.json
0
.gitignore/{ → }
packages/{kosu-contract-utils → kosu-utils}/.gitignore
+6 −4
package.json/{ → }
...ages/{kosu-contract-utils → kosu-utils}/package.json
+24 −0
convertPublicKey.ts
packages/kosu-utils/src/convertPublicKey.ts
+
                convertPubKey
              
Function
+13 −0
encodeVote.ts
packages/kosu-utils/src/encodeVote.ts
+
                encodeVote
              
Function
+6 −4
eventDecoder.ts/{ → }
...osu-contract-utils → kosu-utils}/src/eventDecoder.ts
+2 −0
index.ts/{ → }
...ages/{kosu-contract-utils → kosu-utils}/src/index.ts
0
listingStringifier.ts/{ → }
...ntract-utils → kosu-utils}/src/listingStringifier.ts
+5 −0
utils.ts/{ → }
...ages/{kosu-contract-utils → kosu-utils}/src/utils.ts
+
                toBytes32
              
Function
0
tsconfig.json/{ → }
...ges/{kosu-contract-utils → kosu-utils}/tsconfig.json
+3 −0
tslint.json
packages/kosu-utils/tslint.json
+2 −0
.gitignore
packages/kosu-wrapper-enhancements/.gitignore
+83 −0
README.md
packages/kosu-wrapper-enhancements/README.md
+87 −0
README.md
packages/kosu-wrapper-enhancements/docs/README.md
+131 −0
eventemitter.md
...su-wrapper-enhancements/docs/classes/eventemitter.md
+348 −0
kosutoken.md
.../kosu-wrapper-enhancements/docs/classes/kosutoken.md
+185 −0
ordergateway.md
...su-wrapper-enhancements/docs/classes/ordergateway.md
+214 −0
posterregistry.md
...-wrapper-enhancements/docs/classes/posterregistry.md
+322 −0
treasury.md
...s/kosu-wrapper-enhancements/docs/classes/treasury.md
+524 −0
validatorregistry.md
...apper-enhancements/docs/classes/validatorregistry.md
+201 −0
voting.md
...ges/kosu-wrapper-enhancements/docs/classes/voting.md
+59 −0
globals.md
packages/kosu-wrapper-enhancements/docs/globals.md
+61 −0
package.json
packages/kosu-wrapper-enhancements/package.json
+10 −6
EventEmitter.ts/{ → }
...ers → kosu-wrapper-enhancements}/src/EventEmitter.ts
+
                constructor
              
Method
+
                getAddress
              
Method
+
                getPastDecodedLogs
              
Method
+
                getFutureDecodedLogs
              
Method
+
                getPastLogsFromKosuEndpoint
              
Method
+
                _decodeLogs
              
Method
+32 −25
KosuToken.ts/{ → }
...elpers → kosu-wrapper-enhancements}/src/KosuToken.ts
+
                constructor
              
Method
+
                getContract
              
Method
+
                totalSupply
              
Method
+
                balanceOf
              
Method
+
                transfer
              
Method
+
                transferFrom
              
Method
+
                approve
              
Method
+
                allowance
              
Method
+
                estimateEtherToToken
              
Method
+
                estimateTokenToEther
              
Method
+
                bondTokens
              
Method
+
                releaseTokens
              
Method
+
                pay
              
Method
+21 −41
OrderGateway.ts/{ → }
...ers → kosu-wrapper-enhancements}/src/OrderGateway.ts
+
                constructor
              
Method
+
                init
              
Method
+
                participate
              
Method
+
                arguments
              
Method
+
                isValid
              
Method
+
                amountRemaining
              
Method
+23 −26
PosterRegistry.ts/{ → }
...s → kosu-wrapper-enhancements}/src/PosterRegistry.ts
+
                constructor
              
Method
+
                getContract
              
Method
+
                tokensContributed
              
Method
+
                tokensRegisteredFor
              
Method
+
                registerTokens
              
Method
+
                releaseTokens
              
Method
+
                pay
              
Method
+23 −31
Treasury.ts/{ → }
...helpers → kosu-wrapper-enhancements}/src/Treasury.ts
+
                constructor
              
Method
+
                getContract
              
Method
+
                deposit
              
Method
+
                withdraw
              
Method
+
                systemBalance
              
Method
+
                currentBalance
              
Method
+
                treasuryAllowance
              
Method
+
                approveTreasury
              
Method
+
                pay
              
Method
+15 −39
ValidatorRegistry.ts/{ → }
... kosu-wrapper-enhancements}/src/ValidatorRegistry.ts
+
                constructor
              
Method
+
                getContract
              
Method
+
                applicationPeriod
              
Method
+
                commitPeriod
              
Method
+
                challengePeriod
              
Method
+
                exitPeriod
              
Method
+
                rewardPeriod
              
Method
+
                minimumBalance
              
Method
+
                stakeholderCut
              
Method
+
                voting
              
Method
+
                kosuToken
              
Method
+
                listingKeys
              
Method
+
                getListing
              
Method
+
                getListings
              
Method
+
                getAllListings
              
Method
+
                maxRewardRate
              
Method
+
                getChallenge
              
Method
+
                getChallenges
              
Method
+
                getAllChallenges
              
Method
+
                registerListing
              
Method
+
                confirmListing
              
Method
+
                challengeListing
              
Method
+
                resolveChallenge
              
Method
+
                claimRewards
              
Method
+
                initExit
              
Method
+
                finalizeExit
              
Method
+
                claimWinnings
              
Method
+
                hexToBase64
              
Method
+7 −25
Voting.ts/{ → }
...t-helpers → kosu-wrapper-enhancements}/src/Voting.ts
+
                constructor
              
Method
+
                getContract
              
Method
+
                commitVote
              
Method
+
                revealVote
              
Method
+
                winningOption
              
Method
+
                totalWinningTokens
              
Method
+
                totalRevealedTokens
              
Method
+
                userWinningTokens
              
Method
+7 −0
index.ts
packages/kosu-wrapper-enhancements/src/index.ts
+22 −14
event_emitter_test.js → event_emitter_test.ts
...osu-wrapper-enhancements/test/event_emitter_test.ts}
+50 −0
init_test.ts
packages/kosu-wrapper-enhancements/test/init_test.ts
+32 −24
kosu_token_test.js → kosu_token_test.ts
...→ kosu-wrapper-enhancements/test/kosu_token_test.ts}
+128 −0
order_gateway_test.ts
...kosu-wrapper-enhancements/test/order_gateway_test.ts
+32 −0
poster_registry_test.ts
...su-wrapper-enhancements/test/poster_registry_test.ts
+24 −0
treasury_test.ts
...ages/kosu-wrapper-enhancements/test/treasury_test.ts
+13 −0
tsconfig.json
packages/kosu-wrapper-enhancements/test/tsconfig.json
+11 −0
testTypes.d.ts
.../kosu-wrapper-enhancements/test/types/testTypes.d.ts
+58 −0
validator_registry_test.ts
...wrapper-enhancements/test/validator_registry_test.ts
+21 −7
voting_test.js → voting_test.ts
....js → kosu-wrapper-enhancements/test/voting_test.ts}
+11 −0
tsconfig.json
packages/kosu-wrapper-enhancements/tsconfig.json
+3 −0
tslint.json
packages/kosu-wrapper-enhancements/tslint.json
+11 −0
typedoc.json
packages/kosu-wrapper-enhancements/typedoc.json
+4 −4
package.json
packages/kosu.js/package.json
+1 −1
index.ts
packages/kosu.js/src/index.ts
+1 −1
package.json
packages/order-server/package.json
+1 −1
package.json
packages/tslint-config/package.json
+1 −1
tslint.json
packages/tslint-config/tslint.json
+1 −1
index.js
packages/web-helpers/src/index.js
+4,093 −2,841
yarn.lock
yarn.lock