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
/
website
/
ts
/
blockchain.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move our contract templates to accept Provider instead of Web3Wrapper
Leonid Logvinov
2018-04-04
1
-3
/
+4
*
Remove WETH hack now that updated WETH address is in TokenRegistry
Fabio Berger
2018-03-27
1
-21
/
+1
*
Add error popover if TokenRegistry on network user is browsing on don't inclu...
Fabio Berger
2018-03-25
1
-0
/
+16
*
Consolidate all console.log into the @0xproject/utils package
Brandon Millman
2018-03-14
1
-4
/
+4
*
Merge pull request #447 from 0xProject/refactorAnalytics
Fabio Berger
2018-03-12
1
-11
/
+12
|
\
|
*
Refactor Analytics so that calls to ReactGA are all in a single module, combi...
Fabio Berger
2018-03-10
1
-11
/
+12
*
|
Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...
Fabio Berger
2018-03-11
1
-4
/
+7
*
|
Fix userAddress bugs
Fabio Berger
2018-03-11
1
-8
/
+8
*
|
Get rid of getFirstAccountIfExistsAsync since no longer needed
Fabio Berger
2018-03-11
1
-9
/
+4
*
|
Refactor blockchain to store userAddress as address or undefined
Fabio Berger
2018-03-11
1
-34
/
+63
*
|
Create blockchainWatcher class and refactor Portal such that Ether amounts ar...
Fabio Berger
2018-03-10
1
-18
/
+46
*
|
remove remaining declaration
Fabio Berger
2018-03-09
1
-1
/
+0
*
|
Remove _exchangeAddress instance var from blockchain class
Fabio Berger
2018-03-09
1
-10
/
+1
|
/
*
Move Documentation to the `@0xproject/react-docs` package
Fabio Berger
2018-03-06
1
-3
/
+11
*
Move onPageLoadAsync to utils
Fabio Berger
2018-03-03
1
-9
/
+1
*
Rename _unsubscribeAll to unsubscribeAll
Leonid Logvinov
2018-02-27
1
-1
/
+1
*
Implement blockchain.portalOrderToZeroExOrder
Leonid Logvinov
2018-02-09
1
-0
/
+20
*
Address feedback
Leonid Logvinov
2018-02-08
1
-34
/
+0
*
Remove hash from signatureData
Leonid Logvinov
2018-02-08
1
-8
/
+5
*
Change the InjectedWeb3Subprovider to accept Web3.Provider
Jacob Evans
2018-02-03
1
-1
/
+1
*
Fix lint errors
Brandon Millman
2018-01-31
1
-1
/
+1
*
Make default gasPrice more readable
Fabio Berger
2018-01-31
1
-1
/
+3
*
Fix linter errors
Fabio Berger
2018-01-31
1
-6
/
+3
*
Pass in whether we want the personal message prefix appended and never append...
Fabio Berger
2018-01-30
1
-1
/
+14
*
Wholesale replace the tokenByAddress and de-dup properly
Fabio Berger
2018-01-30
1
-10
/
+14
*
Call destroy ealier so that web3Wrapper stops polling for userAddress/network...
Fabio Berger
2018-01-30
1
-2
/
+5
*
Remove the ability to clear tokenByAddress. It should simply be updated.
Fabio Berger
2018-01-30
1
-1
/
+0
*
Fetch default gasPrice from our ethGasStation API mirror and set it for all t...
Fabio Berger
2018-01-29
1
-3
/
+34
*
Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger...
Fabio Berger
2018-01-29
1
-2
/
+2
*
Add flash message instructing user to confirm tx on Ledger
Fabio Berger
2018-01-29
1
-0
/
+13
*
Make it such that users can switch between Ledger accounts without first swit...
Fabio Berger
2018-01-29
1
-2
/
+4
*
Fix bug where could not switch to Ledger and back
Fabio Berger
2018-01-29
1
-19
/
+24
*
Implement just-in-time loading of token balances & allowances
Fabio Berger
2018-01-28
1
-40
/
+19
*
Initial Ledger support implementation
Fabio Berger
2018-01-28
1
-107
/
+108
*
Fix prettier
Leonid Logvinov
2018-01-18
1
-10
/
+14
*
Use intervalUtils.clearAsyncExcludingInterval instead of calling clearInterva...
Fabio Berger
2018-01-18
1
-3
/
+3
*
Add missing onError callbacks
Fabio Berger
2018-01-18
1
-1
/
+5
*
Fix ts error in portal after enabling more strict checks
Leonid Logvinov
2018-01-10
1
-3
/
+3
*
Fix linter errors
Leonid Logvinov
2018-01-04
1
-2
/
+1
*
Use configured version of bignumber in all packages
Leonid Logvinov
2018-01-04
1
-1
/
+1
*
Apply prettier config
Leonid Logvinov
2018-01-03
1
-119
/
+130
*
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
Brandon Millman
2017-12-20
1
-178
/
+178
*
Merge branch 'development' into createWethPage
Fabio Berger
2017-12-20
1
-46
/
+46
|
\
|
*
Merge branch 'development' into refactor/website
Fabio Berger
2017-12-20
1
-3
/
+3
|
|
\
|
|
*
Rename SubscriptionOpts to BlockRange
Leonid Logvinov
2017-12-19
1
-3
/
+3
|
*
|
Merge branch 'development' into refactor/website
Fabio Berger
2017-12-19
1
-4
/
+4
|
|
\
|
|
|
*
Update website calls to deposit/withdraw
Fabio Berger
2017-12-18
1
-4
/
+4
|
*
|
Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...
Fabio Berger
2017-12-19
1
-20
/
+20
|
*
|
Replace remaining strEnums with property TS string enums
Fabio Berger
2017-12-18
1
-15
/
+15
|
*
|
Update first two string enums to native type
Fabio Berger
2017-12-18
1
-4
/
+4
|
|
/
*
|
Add airtable tasks to TODO's
Fabio Berger
2017-12-19
1
-0
/
+3
*
|
Temporarily pretend as if new WETH contracts are already whitelisted by token...
Fabio Berger
2017-12-18
1
-6
/
+11
*
|
Update to passing etherTokenAddress into withdraw and deposit calls
Fabio Berger
2017-12-18
1
-4
/
+4
|
/
*
Temporary hack to alleviate issues with updating tokenRegistry with new WETH ...
Fabio Berger
2017-12-16
1
-1
/
+14
*
Fix website unused vars
Leonid Logvinov
2017-12-15
1
-11
/
+1
*
Reuse intervalutils in website
Leonid Logvinov
2017-12-15
1
-3
/
+3
*
Don't unsubscribe on error. It's done automatically
Leonid Logvinov
2017-12-12
1
-6
/
+3
*
Merge branch 'development' into feature/addSubproviders
Fabio Berger
2017-12-09
1
-3
/
+3
|
\
|
*
Merge branch 'development' into feature/web3-wrapper
Leonid
2017-12-08
1
-5
/
+10
|
|
\
|
*
|
Refactor web3Wrapper to a separate package
Leonid Logvinov
2017-12-07
1
-3
/
+3
*
|
|
Merge branch 'development' into feature/addSubproviders
Fabio Berger
2017-12-08
1
-5
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Make sure we always pass in the correct networkId even if no injectedWeb3 found
Fabio Berger
2017-12-08
1
-5
/
+10
|
|
/
*
|
Merge branch 'development' into feature/addSubproviders
Fabio Berger
2017-12-07
1
-1
/
+1
|
\
|
|
*
Move declaration into proper conditional block
Fabio Berger
2017-12-06
1
-1
/
+1
*
|
Use subproviders subpackage in website and remove old subproviders
Fabio Berger
2017-12-06
1
-21
/
+23
|
/
*
Fix tslint error
Fabio Berger
2017-11-29
1
-1
/
+1
*
Last remaining website fixes
Fabio Berger
2017-11-28
1
-7
/
+9
*
Fix tslint issues
Fabio Berger
2017-11-28
1
-142
/
+102
*
Fix subscriptions given latest changes to 0x.js
Fabio Berger
2017-11-24
1
-4
/
+5
*
Fix bug
Fabio Berger
2017-11-24
1
-2
/
+2
*
Upgrade to latest 0x.js version and refactor subscriptions to use latest int...
Fabio Berger
2017-11-23
1
-24
/
+40
*
Add website to mono repo, update packages to align with existing sub-packages...
Fabio Berger
2017-11-22
1
-0
/
+770