William O'Beirne
9b2156ed4f
WIP: Generating transaction on Send tab (Pt 1) ( #100 )
...
* Generating transaction ,placing into read only textareas.
* Fix async wallet getAddress cases.
* Chain id from network
* remove leftover console log
* Check balance before generating transaction.
* Translate error msgs, check for invalid address.
* Errors for gas limit and gas price issues.
2017-08-11 22:54:10 +01:00
Daniel Ternyak
c594619acd
fix additional flow errors ( #113 )
2017-08-09 15:26:35 +02:00
skubakdj
30f2d854d6
KeystoreWallet Class & Decrypt ( #111 )
...
* add keystore decrypt functionality
* add flow types
* add KeystoreWallet class
* only support keystore as string
2017-08-09 07:04:32 -05:00
skubakdj
187d2e16ad
Fix flow errors ( #110 )
...
* simplify getAddress method
* refactor to handle async wallet getAddress
* fix bug on BaseWallet
* remove unnecessary catch
2017-08-09 07:01:34 -05:00
William O'Beirne
7541d6f486
Estimate gas (WIP) ( #102 )
...
* relayout rpc code, start contract helper
* Dont ask for estimate if theres no value
* Split out conversion of ether to wei hex into lib function.
* big.js -> bignumber.js
2017-08-07 22:45:08 -05:00
skubakdj
3ef2b51a68
Add Promises & Signing to Wallet Classes ( #105 )
...
* add validation for raw tx
* add node module, add signing lib
* add tx & message signing, promise everything
* remove unnecessary returns
* move isValidRawTx to for loop
* add & use new type RawTx
* implement cleaner promises, reject instead of throw
2017-08-07 22:25:23 -05:00
Daniel Ternyak
a66337ac0a
Swap Part 4 ( #101 )
...
### Re-implements:
* min/max validators on initial currency swap selection
* polling of order status
* timer that persists across refreshes via localStorage (computed based on `createdTime` and `validFor` amount)
* swap persists across refreshes once order is created.
* various type refactors
### New additions:
* *SimpleButton* (can be PRd separately on request)
* clear loading state after order create (via SimpleButton and font-awesome)
* buffers for non-BTC swaps (bity does not actually accept 0.01 BTC worth of ETH as they claim they do in their JSON response, so a magic number of 10% is added to the minimum).
2017-07-31 18:14:30 -05:00
William O'Beirne
e3505fd958
Contracts Tab Scaffolding ( #70 )
...
* Empty component, routes setup.
* Shared components for all Contracts inputs. Dont do anything yet.
* Check in reducer work so far. Still WIP.
* Header styling
* Check in input work so far, splitting to new branch.
* Strip down contracts inputs. Split out into form and explorer
* Contract selector
* Constantized config actions to use in contract saga.
* Interact explorer UI, no functionality
* Convert to constants, hook up errors
* Deploy and style cleanup.
* Remove unnecessary class.
* Fix flow errors with css modules
* Attempt at fixing all newly introduced flow errors in the contracts branch.
* Removed unused validator.
* Remove action constants, fix flow specificity in reducers
* Fix unit tests
* Move network contracts out of redux / sagas, and read directly from state with a selector in mapStateToProps.
* Fix initialState -> INITIAL_STATE rename
* foreach push -> concat
2017-07-27 19:31:59 -05:00
William O'Beirne
96405157f0
Fix number formatter ( #99 )
...
* Fix initialState -> INITIAL_STATE rename
* Fix number formatter for removing non-trailing zeroes, not handling zero decimals. Add tests.
2017-07-27 18:21:50 -05:00
William O'Beirne
c32edf4a0b
Fix initialState -> INITIAL_STATE rename ( #97 )
2017-07-27 18:21:27 -05:00
William O'Beirne
1aad9d1c21
Standardize Redux Actions / Reducers ( #95 )
...
* Convert Swap to consistent style
* Generate wallet reducer cleanup.
* Confirm empty action in swap reducer
* Union types. Fix gen wallet collision
* Fix not using all actions in reducer. Added reducer state for is fetching from bity. Added todo to make that a loader.
* Readme instructions.
* Remove common action constants.
* Bring all actions and reducers inline with readme instructions.
* Readme fixes
* address comments
2017-07-27 12:05:09 -05:00
Daniel Ternyak
0eae13f938
Swap Cleanup ( #68 )
...
* add types for swap action creators (and separate out to separate module)
* DRY up swapInformation and onGoingSwapInformation -> SwapInfoHeader.
* stop bity rate loading when Swap will unmount
* split out SimpleDropdown to separate module
* various additional refactors
2017-07-22 16:24:03 -05:00
William O'Beirne
7d5e590c42
Manifest and Favicons ( #69 )
...
* Move favicon stuff to static folder. Expand manifest.json. Link it all up in HTML.
* Undo index changes
* Remove unnecessary readme
2017-07-22 15:55:59 -05:00
skubakdj
7fd7ba66c9
Gas price dropdown ( #61 )
...
* implement gas price dropdown
2017-07-20 12:06:10 -05:00
Daniel Ternyak
0b72b8ff6a
update GenerateWallet hasDownloadedWalletFile prop type from invalid 'boolean' to valid 'bool' type ( #58 )
2017-07-17 20:47:01 -05:00
Daniel Ternyak
37008e9fe9
Complete Generate/Create Wallet Flow ( #38 )
...
* GenerateWallet: Download real UTC file.
* Paper wallet (#45 )
* Working paper wallet (#52 )
* Reset Generate Wallet state when component will unmount
2017-07-16 16:02:13 -05:00
crptm
c8fa6e3022
support tokens on send page ( #47 )
2017-07-15 18:05:57 -05:00
William O'Beirne
ccd946a08d
Reusable modal component ( #50 )
...
* README proposal.
* First pass at implementation of proposal on Footer and Header. Footer could use some work.
* Cleanup, and readme additions
* First pass at basic modal
* Modal open / close
* Modal close on esc key.
* Freeze body scrolling when modal is open.
* Use the index bestowed upon me.
* No close on shade click
* Only render children if modal is open. Also, dont show cursor on shade
* Use flexbox for simpler content height / scroll behavior.
* type modal, fix body scroll when mounted opened
* Modal width is sized by content, not hard coded sizes.
* Remove size from flow prop types.
2017-07-15 01:26:43 -05:00
William O'Beirne
8ed09dfa06
First attempt at CSS modules ( #48 )
...
* README proposal.
* First pass at implementation of proposal on Footer and Header. Footer could use some work.
* Cleanup, and readme additions
2017-07-14 23:16:36 -05:00
William O'Beirne
c9948626d1
Bundle and compress images with Webpack ( #49 )
...
* First pass at image loader
* Clean up config, convert some images as example.
2017-07-14 12:04:08 -05:00
crptm
780f3ba94f
balance fetching ( #41 )
...
* balance fetching
* fix tests
* bump deps
* validate custom token form
* equiv values
* fix rates saga naming
* address review comments
2017-07-13 16:02:39 -05:00
Daniel Ternyak
cdcbd7a56b
Sagas: Adjust bity saga to allow for cancelled polling, and stop polling when part 2 of swap ends.
2017-07-08 22:51:14 -05:00
crptm
ecb11133dd
move bity getRates to saga ( #35 )
...
* move bity getRates to saga
* typo
* bity polling
2017-07-07 21:00:09 -05:00
Daniel Ternyak
46ec6fe235
Send: cleanup ( #34 )
...
* Send: cleanup
* Send: add. localization
2017-07-05 19:36:11 -05:00
Daniel Ternyak
30c3f6362a
Merge pull request #33 from MyEtherWallet/persist_language_select
...
De-duplicate language select state
2017-07-05 18:37:56 -05:00
Daniel Ternyak
caadae2704
De-duplicate language select state
2017-07-05 18:28:54 -05:00
Daniel Ternyak
3a1eaf9af1
Merge pull request #32 from MyEtherWallet/persist_language_select
...
Redux: Persist language selection to local storage via middleware and…
2017-07-05 17:57:40 -05:00
Daniel Ternyak
e873ffc994
Logging: clarify saveState log
2017-07-05 17:56:46 -05:00
Daniel Ternyak
dc3c1985b5
Logging: add warning log for exception during local storage parsing
2017-07-05 17:35:53 -05:00
Daniel Ternyak
90d7b52987
Fix flow
2017-07-05 17:16:32 -05:00
Daniel Ternyak
cbf2fd39d0
Redux: Persist language selection to local storage via middleware and create pattern for future persistence.
2017-07-05 17:09:58 -05:00
crptm
9a65a49d0b
invalid pkey message
2017-07-04 16:19:04 +04:00
Daniel Ternyak
12fa008755
reformat everything
2017-07-03 22:28:56 -05:00
Daniel Ternyak
06ae70988a
merge develop into 'swap_part_3'
2017-07-03 22:21:19 -05:00
crptm
bead2b30ad
fix merge errors
2017-07-04 06:22:16 +04:00
crptm
40f2c4466a
merge develop
2017-07-04 06:18:16 +04:00
crptm
85759d73b4
type dropdown, config actions
2017-07-04 05:25:01 +04:00
Daniel Ternyak
20b1d85bb8
undo donation address hardcode temp
2017-07-03 19:39:36 -05:00
Daniel Ternyak
7846b2125a
merge develop info 'donation_addresses'
2017-07-03 19:24:22 -05:00
Daniel Ternyak
164e6a07bb
fix additional hardcoded address issues
2017-07-03 19:20:47 -05:00
crptm
13bb96e966
merge develop
2017-07-04 04:17:57 +04:00
Daniel Ternyak
29be2821a3
refactor donation addresses map; fix hardcoded instance of address in send
2017-07-03 19:16:20 -05:00
Daniel Ternyak
8f77aedc70
swapProgress: create computed class for active step; cleanup
2017-07-03 19:09:33 -05:00
Daniel Ternyak
513b4c67b9
Bity: refactor and remove unnecessary class
2017-07-03 19:08:35 -05:00
crptm
65234a26c0
fix flow sagas errors
2017-07-04 03:59:27 +04:00
Daniel Ternyak
62150fb63b
swapProgress: add translations and remove ng-scopes
2017-07-03 16:53:02 -05:00
Daniel Ternyak
73d54f562d
merge develop info 'swap_part_3'
2017-07-03 13:23:44 -05:00
Daniel Ternyak
4c3f3b8cd1
Merge branch 'develop' into feat/send-page
2017-07-03 12:50:36 -05:00
Daniel Ternyak
727a6d3975
Keep redux state across hot module reloads
2017-07-02 12:55:58 -05:00
Daniel Ternyak
7cf3d26bbe
Merge feat/send-page
2017-07-02 00:49:06 -05:00
Daniel Ternyak
b623a3efe9
Swap Part 3 WIP
2017-07-02 00:45:22 -05:00
crptm
63e7eb89e4
unlock wip
2017-06-30 03:03:11 +04:00
crptm
d6b7cca10a
merge send-tx
2017-06-27 03:36:21 +04:00
crptm
0ad93101e7
validators merge
2017-06-27 03:27:26 +04:00
crptm
240007fe43
merge develop
2017-06-27 03:13:21 +04:00
crptm
9f2a209da5
typing fixes
2017-06-27 03:08:52 +04:00
crptm
96c8c88ab6
remove obsolete comment
2017-06-27 02:46:15 +04:00
crptm
1fb4a004ac
send wip
2017-06-27 02:27:55 +04:00
Daniel Ternyak
afe2adbb5a
add translation support
2017-06-25 00:57:43 -05:00
Daniel Ternyak
dab75a48b0
address comments
2017-06-24 15:39:03 -05:00
Daniel Ternyak
738606bdf0
Merge branch 'swap_part_2_more' into swap_part_2
2017-06-24 15:05:26 -05:00
Daniel Ternyak
d5875614de
create simplified toFixedIfLarger
2017-06-24 14:53:53 -05:00
Daniel Ternyak
08f44e1d4a
Merge branch 'swap_part_2' into swap_part_2_more
2017-06-24 13:19:14 -05:00
Daniel Ternyak
119dda77e1
Create toFixedIfLarger function, unit test, and use in app.
2017-06-24 13:17:09 -05:00
Daniel Ternyak
28415cd0e8
Consume new receivingAddressSwap action creator and receivingAddress state, validate receiving address input using Validator class.
2017-06-24 01:09:44 -05:00
Daniel Ternyak
c77f8430c5
Create Validator class and add deps to package.json
2017-06-24 01:08:57 -05:00
Daniel Ternyak
bc9765d99b
Redux: Add SWAP_RECEIVING_ADDRESS action creators/reducers.
2017-06-24 01:08:33 -05:00
Daniel Ternyak
cb36331c2d
Refactor: remove stray ng-binding
2017-06-23 20:34:13 -05:00
Daniel Ternyak
07bde87658
Refactor: Use global donation mapping instead of hardcoding donation address in footer
2017-06-23 20:27:17 -05:00
Daniel Ternyak
943a0532d7
Swap: Create components/adjust containers as neccesasary for part 2 of swap
2017-06-23 20:26:54 -05:00
Daniel Ternyak
fc94460af0
Prototype Extesion: Create toFixedIfLarger and add test (that doesn't work yet)
2017-06-23 20:26:08 -05:00
Daniel Ternyak
2eab0082a6
Redux: Add partOneComplete actions/action creators/reducers.
2017-06-23 20:25:12 -05:00
crptm
51f2c8596e
address review comments
2017-06-23 01:16:21 +04:00
crptm
d0becf7746
notifications
2017-06-22 03:31:59 +04:00
Daniel Ternyak
1a4fac1dec
accidently swapped verb and namespace order for action creators originally; fixed
2017-06-20 01:28:22 -05:00
Daniel Ternyak
ba6d46e91d
reformat
2017-06-20 01:14:35 -05:00
Daniel Ternyak
ff81133b5e
reformat
2017-06-20 01:14:23 -05:00
Daniel Ternyak
3644cb5515
format
2017-06-20 01:13:21 -05:00
Daniel Ternyak
3cee501da1
format
2017-06-20 01:08:26 -05:00
Daniel Ternyak
9a612eb6de
use standard action creator naming convention
2017-06-20 00:59:54 -05:00
Daniel Ternyak
c46ed8f6ed
clean up Generate Wallet actions to not use boilerplate
2017-06-19 22:15:38 -05:00
Daniel Kaspo
3f6bf916cd
Added sanity checks so decrypt doesn't blow up on null.
2017-06-19 21:02:29 -04:00
Daniel Kaspo
91c854f2e1
Replaced component with key in wallet-decrypt state.
2017-06-19 21:02:28 -04:00
Daniel Kaspo
6d48e5b36b
Changing how we handle event functions.
2017-06-19 21:02:28 -04:00
Daniel Kaspo
37e78df682
Logging public and private key temporarily for Travis
2017-06-19 21:02:28 -04:00
Daniel Kaspo
ce3749000f
Keystore decryption initial implementation.
2017-06-19 21:02:28 -04:00
Daniel Kaspo
c448e7331f
Properly bound onChange handler for wallet decrypt.
2017-06-19 21:01:45 -04:00
Daniel Kaspo
670e283dbf
Returned null instead of an empty div.
2017-06-19 21:01:45 -04:00
Daniel Kaspo
87121c8a6d
Added logic for changing of decryption selections.
2017-06-19 21:01:45 -04:00
Daniel Kaspo
6ac6237f72
Added folders for future decryption components.
2017-06-19 21:01:45 -04:00
Daniel Kaspo
a77c973bb4
Made method to build markup for decryption choices.
2017-06-19 21:01:45 -04:00
Daniel Kaspo
1ba467b355
Removed un-needed constructors
2017-06-19 21:01:45 -04:00
Daniel Kaspo
70d71b158b
Added initial Keystore Decrypt component
...
Markup isn't quite right just yet but that'll be added in the next
commit.
2017-06-19 21:01:45 -04:00
Daniel Kaspo
413b61c335
Changed route name back to ViewWallet
2017-06-19 21:01:45 -04:00
Daniel Kaspo
f8e9906b37
Added and marked up wallet decrypt component.
...
Still needs lots of work at this point, but all the visuals are done,
it's been renamed to what Taylor said it should be called, and all the
Aria labels have been properly updated.
2017-06-19 21:01:44 -04:00
Daniel Ternyak
b33d2ef590
don't pass around bityRates when you can access from state in reducer
2017-06-19 18:47:11 -05:00
Daniel Ternyak
e6ce0b928a
don't put store on window anymore
2017-06-19 18:41:45 -05:00
Daniel Ternyak
c820cf8ce3
remove unused propType
2017-06-19 18:35:52 -05:00
Daniel Ternyak
e7d8284d69
move state building into swap reducer instead of in wantToSwapMy component
2017-06-19 18:35:14 -05:00
Daniel Ternyak
67d57c3d4b
remove eslint warning because store was undefined since it was global
2017-06-19 00:49:52 -05:00