Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets detection and tokens balances controllers #19

Merged
merged 44 commits into from
Oct 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2e90cb5
assets controller tokens
estebanmino Sep 11, 2018
947cf06
Update PreferencesController no more tokens responsability
estebanmino Sep 11, 2018
85a3f05
Update AssetsController handling collectibles
estebanmino Sep 11, 2018
fe4dad5
Update tests according to new AssetsController
estebanmino Sep 11, 2018
3d7b591
Fix some lines on AssetsController
estebanmino Sep 12, 2018
c570928
AssetsController using preferences selected address and assets getter
estebanmino Sep 12, 2018
d690f4c
AssetsController tokens object with selected address as keys
estebanmino Sep 12, 2018
7e22afd
AssetsController test tokens per account
estebanmino Sep 12, 2018
65a73ee
AssetsController tokens by selected address respective test
estebanmino Sep 12, 2018
2914517
AssetsController update new tokens when adding token
estebanmino Sep 12, 2018
84c06cc
AssetsController add and remove collectibles per account
estebanmino Sep 12, 2018
56e346a
AssetsController assets per account and network
estebanmino Sep 13, 2018
90d43fe
AssetsDetectionController basic structure and web3
estebanmino Sep 13, 2018
479b65c
AssetsDetectionControllers methods for token detection and collectibl…
estebanmino Sep 13, 2018
b6e096d
merge master
estebanmino Sep 18, 2018
e6bd181
merge master
estebanmino Sep 19, 2018
d373347
update AssetsDetectionController test
estebanmino Sep 19, 2018
71c4ead
web3 changes
estebanmino Sep 20, 2018
e929ade
AssetsDetectionController detecting tokens
estebanmino Sep 24, 2018
bda685e
AssetsDetectionController handle web3 unset
estebanmino Sep 24, 2018
3735cbf
AssetsDetectionController correctly detecting tokens
estebanmino Sep 25, 2018
69493f2
AssetsDetection collectibles first approach
estebanmino Sep 25, 2018
ddf94f7
AssetsDetectionCOntroller correctly detecting new collectibles, if co…
estebanmino Sep 27, 2018
bc9bac4
AssetsDetection handle ERC721 standard tokens
estebanmino Sep 28, 2018
66e07ab
Collectibles following standard autodetection
estebanmino Oct 1, 2018
56577a2
AssetsDetection fully api based collectibles
estebanmino Oct 2, 2018
929d19d
AssetdDetection clean up
estebanmino Oct 3, 2018
53e9395
AssetsDetection improve documentation
estebanmino Oct 3, 2018
cfc3ca0
AssetsDetection tests WIP
estebanmino Oct 4, 2018
d377f48
AssetsDetectionController improve documentation
estebanmino Oct 4, 2018
ebfbc83
AssetsDetection bignumber/web3 addition and full line jest coverage
estebanmino Oct 4, 2018
e9bb810
AssetDetection hide private methods and add BigNumber type
estebanmino Oct 4, 2018
a54a23e
AssetdDetection handle web3 send async issue
estebanmino Oct 5, 2018
2706a41
new AssetsContractController for interaction with asset contracts
estebanmino Oct 6, 2018
83bf288
AssetsDetection full coverage
estebanmino Oct 8, 2018
16ef5b5
fix web3 bignumber dependency
estebanmino Oct 8, 2018
2f6d27b
expose AssetsContractController to API
estebanmino Oct 8, 2018
951c458
detecting new assets only when account changes or polling period
estebanmino Oct 8, 2018
1ae714d
add fetch-mock where it is possible
estebanmino Oct 8, 2018
57bb20b
restore script test
estebanmino Oct 8, 2018
a398a1f
add TokenBalancesController
estebanmino Oct 9, 2018
a6f3bcd
expose TokenBalancesController to API
estebanmino Oct 9, 2018
a75f09b
add collectible image util
estebanmino Oct 9, 2018
828164b
add missing documentation
estebanmino Oct 19, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 151 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading