Gav Wood
6a48e9d9e5
Print output for commands, don't info!
2016-12-13 20:20:10 +01:00
Gav Wood
c6281fc1c7
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-13 17:26:09 +01:00
Gav Wood
575afd8bac
Merge branch 'check-updates' of github.com:ethcore/parity into check-updates
2016-12-13 17:25:16 +01:00
Gav Wood
e099e0d93c
Add auth code.
2016-12-13 17:23:48 +01:00
Robert Habermeier
0b69e41bd1
Merge pull request #3831 from ethcore/rpc-macros
...
Using jsonrpc-macros
2016-12-13 17:16:29 +01:00
Gav Wood
119f253be9
Fix windows test.
2016-12-13 17:14:18 +01:00
Gav Wood
362b201532
Don't run git unnecessarily.
2016-12-13 16:32:03 +01:00
Gav Wood
7e269fe3d3
GLitlab-CI script pushes build info.
2016-12-13 16:21:26 +01:00
Tomasz Drwięga
65d62ccf04
Altering the order [ci:skip]
2016-12-13 14:59:19 +01:00
Tomasz Drwięga
f47be50843
Using jsonrpc-macros
2016-12-13 14:40:35 +01:00
GitLab Build Bot
1114ad3ca7
[ci skip] js-precompiled 20161213-051314
2016-12-13 05:15:44 +00:00
Jaco Greeff
51b544c2db
Simplify icon exports
2016-12-12 23:53:29 +01:00
Jaco Greeff
dbc6b42267
Lint fixes
2016-12-12 23:14:44 +01:00
Jaco Greeff
9931d7657a
Merge remote-tracking branch 'origin/check-updates' into check-updates
2016-12-12 23:07:41 +01:00
Jaco Greeff
e170134d97
Merge branch 'master' into check-updates
2016-12-12 22:45:12 +01:00
Jaco Greeff
f15671c74b
UI interface completed, to be tested
2016-12-12 22:45:09 +01:00
Jaco Greeff
a8ae9b02f9
Typo
2016-12-12 18:58:31 +01:00
Jaco Greeff
a2a89f7e59
Basic UI structure in-place
2016-12-12 18:30:41 +01:00
Jaco Greeff
7a0fccf417
Add shared icons
2016-12-12 18:30:05 +01:00
Jaco Greeff
9a26caf548
Build settings
2016-12-12 18:29:45 +01:00
Gav Wood
988ac8a22d
Add forks supported.
2016-12-12 16:47:57 +01:00
Gav Wood
ab4d666681
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-12 16:35:11 +01:00
Jaco Greeff
1135674eaa
WIP UI (dialog available)
2016-12-12 15:51:36 +01:00
Jaco Greeff
c784ab55d2
Extend jsapi interfaces with documentation
2016-12-12 15:43:59 +01:00
Jaco Greeff
a659adfd33
Only ignore parity.* files in root
2016-12-12 15:43:24 +01:00
GitLab Build Bot
d2a34acdfd
[ci skip] js-precompiled 20161212-143454
2016-12-12 14:37:25 +00:00
Gav Wood
3a16247655
Merge pull request #3823 from ethcore/jg-typedinput-tests
...
Fixed bool dropdown in contract execution
2016-12-12 15:28:58 +01:00
Jaco Greeff
3a7e30ec5c
Fix issue with bool type dropdown
2016-12-12 12:49:40 +01:00
Jaco Greeff
563c8c75f9
Tests for DetailsStep (only bool dropdown)
2016-12-12 12:49:04 +01:00
Jaco Greeff
c5c4e5e901
Updated
2016-12-12 12:48:43 +01:00
Jaco Greeff
29674a0e65
Small testability fixes
2016-12-12 12:48:32 +01:00
Jaco Greeff
23234fb1aa
Allow operation in test mode
2016-12-12 12:48:16 +01:00
Jaco Greeff
28be8d6f6c
Test for bool TypedInput
2016-12-12 10:55:20 +01:00
Jaco Greeff
f9b5a056cf
Merge branch 'master' into jg-typedinput-tests
2016-12-12 10:14:29 +01:00
Jaco Greeff
2c4c6ba4e4
Basic smoketest
2016-12-12 10:12:12 +01:00
GitLab Build Bot
1db4647327
[ci skip] js-precompiled 20161212-052342
2016-12-12 05:26:15 +00:00
GitLab Build Bot
f1096619a5
[ci skip] js-precompiled 20161212-034026
2016-12-12 03:43:28 +00:00
Gav Wood
7975d475e1
Flesh out RPC tests.
2016-12-12 04:29:55 +01:00
Gav Wood
c0a2d5c8f5
Merge pull request #3796 from ethcore/tx-broadcast
...
Avoid broadcasting transactions to peers that send them
2016-12-12 04:13:56 +01:00
Gav Wood
2844a4e85e
Merge pull request #3800 from ethcore/eth-sign
...
eth_sign RPC now hashes given data instead of getting the hash
2016-12-12 04:12:27 +01:00
Gav Wood
4c9ea55e49
Add an Updater mockup and provide a test for it.
2016-12-12 03:49:50 +01:00
Gav Wood
77cb937065
Please info!s in updater target.
2016-12-12 03:02:27 +01:00
Gav Wood
382a0b2d8b
Avoid warning.
2016-12-12 03:00:18 +01:00
Gav Wood
32746df706
Add missing ;s
2016-12-12 02:58:35 +01:00
Gav Wood
758744449f
Expose all other RPCs.
2016-12-12 02:57:19 +01:00
GitLab Build Bot
29af24519d
[ci skip] js-precompiled 20161211-234535
2016-12-11 23:48:03 +00:00
Nicolas Gotchac
0cb16ae589
Add store for MethodDecoding ( #3821 )
...
* Add Loader to Transactions
* Add Method Decoding Store (better fetching of methods)
* Load locally stored ABI in MethodDecodingStore
* Fixes UI glitches along the way
* Linting
* Add method decoding from User Contracts
2016-12-12 00:38:47 +01:00
Jaco Greeff
22ac80d98f
Add store for AddAddress ( #3819 )
...
* WIP
* Updated tests
* Final round of fixes
* Header update
2016-12-12 00:38:38 +01:00
Gav Wood
2d0d4682ad
Add first Updater RPC.
2016-12-11 23:36:38 +01:00
Gav Wood
d81d9d77b2
Wire-in Updater to parity RPC
2016-12-11 23:15:52 +01:00