index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
asset-buyer
/
src
/
asset_buyer.ts
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(asset-buyer): throw SignatureRequestDenied and TransactionValueTooLow ↵
Brandon Millman
2018-10-24
1
-16
/
+27
|
|
|
|
errors when executing buy
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
1
-6
/
+6
|
*
Apply various PR feedback
Alex Browne
2018-10-16
1
-2
/
+0
|
*
Introduce new contract-addresses package and use it everywhere
Alex Browne
2018-10-16
1
-11
/
+2
|
*
update asset-buyer to use new artifacts and abi-gen wrappers packages
Alex Browne
2018-10-16
1
-2
/
+13
|
*
Fix order expiration calc bug and expose gas options to executeBuyQuote
fragosti
2018-10-06
1
-1
/
+5
|
*
Update BuyQuote interface
Brandon Millman
2018-10-05
1
-9
/
+6
|
*
Add missing default options
Brandon Millman
2018-10-04
1
-3
/
+6
|
*
Fix linter errors
Brandon Millman
2018-10-03
1
-1
/
+1
|
*
Clean up interfaces and exports
Brandon Millman
2018-10-03
1
-38
/
+38
|
*
Remove static methods to retrieve assetDatas from SRA
Brandon Millman
2018-10-03
1
-19
/
+0
|
*
Add AssetUnavailable error
Brandon Millman
2018-10-03
1
-0
/
+3
|
*
Merge AssetBuyer and AssetBuyerManager
Brandon Millman
2018-10-03
1
-91
/
+117
|
*
Use options object convention everywhere, and make package private
fragosti
2018-09-25
1
-75
/
+31
|
*
Provide convenience methods on AssetBuyerManager
fragosti
2018-09-25
1
-0
/
+1
|
*
Add expiry buffer
fragosti
2018-09-24
1
-10
/
+35
|
*
Add order provider response validation
fragosti
2018-09-21
1
-0
/
+4
|
*
More renaming
fragosti
2018-09-21
1
-20
/
+20
|
*
Renamed orderFetcherResponseProcessor to orderProviderResponseProcessoer
fragosti
2018-09-21
1
-2
/
+2
|
*
Rename OrderFetcher to OrderProvider and other small improvements
fragosti
2018-09-20
1
-15
/
+13
|
*
Update descriptions for methods on AssetBuyer
fragosti
2018-09-20
1
-3
/
+3
|
*
Implement StandardRelayerAPIAssetBuyerManager
fragosti
2018-09-20
1
-14
/
+4
|
*
Rename forceOrderRefresh to shouldForceOrderRefresh
fragosti
2018-09-19
1
-3
/
+3
|
*
Add isValidPercentage assert
fragosti
2018-09-19
1
-13
/
+7
|
*
make the slippage percentage customizable by integrator
fragosti
2018-09-18
1
-5
/
+5
|
*
Move all constants to own file
fragosti
2018-09-18
1
-12
/
+7
|
*
Add factory method for specific assetData to buy and add comments
Brandon Millman
2018-09-15
1
-2
/
+53
|
*
Add factory method on AssetBuyer for specific token address
Brandon Millman
2018-09-15
1
-1
/
+20
|
*
Add factory method on AssetBuyer for provided orders
Brandon Millman
2018-09-15
1
-1
/
+23
|
*
Fix lint errors
Brandon Millman
2018-09-15
1
-4
/
+3
|
*
Flesh out the AssetBuyer class
Brandon Millman
2018-09-15
1
-0
/
+227