374 Commits

Author SHA1 Message Date
Victor Farazdagi
745c3a46c1 Updates vendors 2016-10-12 01:59:43 +03:00
Victor Farazdagi
e31aa3c746 Jailed JSRE: context passing. Fixes #34 2016-10-12 01:59:42 +03:00
Victor Farazdagi
f11c6421a1 Latest light-stable code pushed to vendors 2016-10-12 01:56:36 +03:00
Victor Farazdagi
b55346c37e Merge pull request #46 from status-im/feature/geth-cluster
Adds references to cluster nodes
2016-10-12 01:05:36 +03:00
Victor Farazdagi
a608901daa Adds references to cluster nodes 2016-10-11 14:33:37 +03:00
Victor Farazdagi
009fab27fd Rebased against the latest light-stable 2016-09-29 22:51:33 +03:00
Victor Farazdagi
53efc18c18 Merge branch 'master' into develop 2016-09-28 22:01:30 +03:00
Victor Farazdagi
bc151fe721 Merge branch 'master' of github.com:status-im/status-go 2016-09-28 21:33:26 +03:00
Victor Farazdagi
65d00fbad5 Merge branch 'release/0.9.1' into develop 2016-09-28 21:31:11 +03:00
Victor Farazdagi
6c863a5aed Merge branch 'release/0.9.1' 0.9.1 2016-09-28 21:30:58 +03:00
Victor Farazdagi
a9c9818bc9 Version bump 2016-09-28 21:30:45 +03:00
Victor Farazdagi
689c27e163 Merge branch 'feature/travis-ci' into develop 2016-09-28 18:56:00 +03:00
Victor Farazdagi
67c0315dbc Travis CI tests pass now 2016-09-28 18:52:30 +03:00
Victor Farazdagi
f67a304641 Adds build status 2016-09-28 17:35:39 +03:00
Roman Volosovskyi
6d59ebf0af Merge pull request #41 from farazdagi/feature/list-accounts
Updates eth.accounts and personal.listAccounts to rely on HD keys
2016-09-28 17:05:38 +03:00
Victor Farazdagi
46ea10afcd Note on reference LES server 2016-09-28 15:31:09 +03:00
Victor Farazdagi
7505281a63 eth.accounts rely on ext. keys now (account + sub accounts) 2016-09-28 10:38:44 +03:00
Victor Farazdagi
a7152461c3 xgo: switch to Go 1.7.1 2016-09-23 17:29:08 +03:00
Victor Farazdagi
b09e396ba9 Makefile: pull latest xgo. Closes #38 2016-09-22 22:31:05 +03:00
Victor Farazdagi
7cbf15507e Merge branch 'release/0.9.0' into master 0.9.0 2016-09-21 15:33:33 +03:00
Victor Farazdagi
376f8a6ed6 Version bump 2016-09-21 15:22:42 +03:00
Victor Farazdagi
3a54835c09 Merge branch 'feature/extra-docker-containers' into develop 2016-09-21 14:49:19 +03:00
Victor Farazdagi
7d8d5a815b Helper configs for starting geth in CoreOS cluster 2016-09-21 14:48:54 +03:00
Jarrad
3675e09b45 Create LICENSE.md 2016-09-21 10:00:29 +08:00
adrian-tiberius
40a3c76273 Merge pull request #35 from farazdagi/feature/rebase
Rebased against `zsfelfoldi/light-stable` + Major refactoring
2016-09-15 17:23:34 +03:00
Victor Farazdagi
b66188941d Non-blocking StartNode() 2016-09-15 06:13:40 +03:00
Victor Farazdagi
edd8763c3c Major code refactoring
- geth package implemented
- jail package implemented (and tested)
- cgo and xgo (android, ios) builds w/o any issues
- better conditional compilation of signals code
2016-09-15 06:13:40 +03:00
Victor Farazdagi
5fb4aef1cc Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
Roman Volosovskyi
4babe9101d Merge pull request #29 from farazdagi/feature/hd-child-derivation
HD Keys: sub-accounts support added
2016-09-08 10:44:00 +03:00
Victor Farazdagi
db39f49407 HD Keys: sub-accounts support added 2016-09-06 20:06:55 +03:00
Roman Volosovskyi
7d78d11a14 Merge pull request #33 from farazdagi/feature/ios-sdk-bundled-with-xgo
Updates build process (iOS, iOS-Simulator included)
2016-09-06 17:04:26 +03:00
Victor Farazdagi
95e46c5ea0 Cross-compiling process refactored (Android, iOS, iOS-Simulator) 2016-09-05 16:01:54 +03:00
Victor Farazdagi
971aba5b5c Update README.md 2016-09-01 21:07:43 +03:00
Roman Volosovskyi
6e4c802957 Merge pull request #31 from farazdagi/feature/block-on-send-transaction
Block on sentTransaction() until transaction is complete (or timed out)
2016-09-01 17:02:10 +03:00
Victor Farazdagi
ba362370c2 Update README.md 2016-09-01 16:39:04 +03:00
Victor Farazdagi
124f552e36 Block on sentTransaction() until transaction is complete (or timed out) 2016-08-31 21:09:28 +03:00
Victor Farazdagi
acda0d1be5 Adds Logout() binding 2016-08-29 03:31:16 +03:00
Victor Farazdagi
574f67999d RemindAccountDetails() -> RecoverAccount() 2016-08-24 18:10:42 +03:00
Roman Volosovskyi
e1db1bbf44 Merge pull request #25 from farazdagi/feature/hd-keystore 2016-08-23 19:55:37 +03:00
Victor Farazdagi
3b0f776d1d BIP44-compliant CKD + sending transactions w/o unlocking 2016-08-23 19:49:53 +03:00
Victor Farazdagi
e403fec849 BIP32: HD key derivation, corresponding bindings and test vectors added 2016-08-23 19:49:52 +03:00
Jarrad Hope
22796fe8a7 BIP39: mnemonic phrase, seed generation, and corresponding test vectors added 2016-08-23 19:49:52 +03:00
Roman Volosovskyi
70c645267c Merge pull request #20 from farazdagi/feature/tx-queue
Transaction queueing and re-dispatching after validation
2016-08-10 09:49:51 +03:00
Victor Farazdagi
a1b02b8792 Transaction queue: return new tx hash 2016-08-09 19:41:42 +03:00
Victor Farazdagi
4635ced174 Transaction queue: send transaction fully tested 2016-08-07 23:09:13 +03:00
Victor Farazdagi
231cd55c47 Transaction queue: handle non-existant hash 2016-08-05 23:42:11 +03:00
Roman Volosovskyi
5c0b128d5e cors config 2016-08-04 09:36:33 +03:00
Roman Volosovskyi
47b01ec3c2 web3 in jail 2016-08-03 08:49:56 +03:00
Victor Farazdagi
92737d0395 CompleteTransaction() exposed + onSendTransactionRequest() notifier added 2016-07-27 14:47:41 +03:00
Victor Farazdagi
45ffd5599d Minor updates to make bindings work on updated ethereum branch 2016-07-26 05:58:52 +03:00