Robert Habermeier
49f49194c5
use Dispatcher when starting RPCs
2017-02-08 20:44:40 +01:00
Robert Habermeier
028dbe5fe2
rename get_header to block_header by convention
2017-02-08 20:22:41 +01:00
Robert Habermeier
b3440babe3
light txq skeleton
2017-02-08 19:21:12 +01:00
Robert Habermeier
0246d5c734
Merge branch 'master' into lightrpc
2017-02-08 19:20:35 +01:00
Robert Habermeier
dd9e3f21ad
silence errors temporarily
2017-02-08 19:09:52 +01:00
Denis S. Soldatov aka General-Beck
8773889532
downgrade rust (windows build)
2017-02-08 22:06:09 +04:00
Robert Habermeier
3669d17390
fix tests with loop hack
2017-02-08 17:57:18 +01:00
Robert Habermeier
2ca61151ac
squash some warnings
2017-02-08 16:59:04 +01:00
Robert Habermeier
5223e25aa6
use generic dispatcher everywhere, squash errors
2017-02-08 16:55:06 +01:00
Robert Habermeier
e73ea80954
dispatcher abstraction, port most things to it
2017-02-08 15:36:53 +01:00
GitLab Build Bot
68b8724440
[ci skip] js-precompiled 20170208-134350
2017-02-08 13:49:08 +00:00
Jaco Greeff
0b3f97f792
Work with string numbers in contract ( Fixes #4472 ) ( #4478 )
2017-02-08 08:38:27 -05:00
Svyatoslav Nikolsky
a92bf65181
parity_getVaultMeta && parity_setVaultMeta ( #4475 )
2017-02-08 07:53:39 -05:00
keorn
b0248cad0b
sort corpus when hitting genesis ( #4470 )
2017-02-08 08:55:56 +01:00
Tomasz Drwięga
5fe993f658
Fixing CORS headers for parity.web3.site ( #4461 )
2017-02-07 18:11:42 -05:00
Robert Habermeier
4bb45c4f64
use new error-less on_demand
2017-02-07 23:25:17 +01:00
Arkadiy Paronyan
0e8b96a268
Update Dockerfile
2017-02-07 22:15:01 +01:00
Arkadiy Paronyan
b171076215
Update Dockerfile
2017-02-07 22:14:34 +01:00
Arkadiy Paronyan
86dbd50957
Update README.md
2017-02-07 22:13:52 +01:00
Gav Wood
810ec3558a
Make signing compatible with geth. ( #4468 )
2017-02-07 22:09:59 +01:00
GitLab Build Bot
428e8361ce
[ci skip] js-precompiled 20170207-191009
2017-02-07 19:16:17 +00:00
Jaco Greeff
2411e674eb
Fixing histogram again ( #4464 ) ( #4467 )
2017-02-07 19:55:58 +01:00
Jaco Greeff
7bca4aa24f
Handle registry not found errors ( Fixes #4463 ) ( #4465 )
2017-02-07 19:42:21 +01:00
Robert Habermeier
1fa5b07321
Merge branch 'master' into lightrpc
2017-02-07 17:13:18 +01:00
Robert Habermeier
6c06a1a5ec
expunge error types from OnDemand
2017-02-07 17:06:22 +01:00
Robert Habermeier
04fe72face
reassign requests indefinitely
2017-02-07 16:49:14 +01:00
Robert Habermeier
b37124991c
enforce validity of on_demand requests
2017-02-07 16:13:56 +01:00
Robert Habermeier
9524ebbff1
on-demand contract code request
2017-02-07 15:29:38 +01:00
Robert Habermeier
d253a9c864
uncle and tx count RPCs
2017-02-07 14:45:48 +01:00
GitLab Build Bot
d341b49bad
[ci skip] js-precompiled 20170207-120734
2017-02-07 12:11:54 +00:00
Jaco Greeff
83cf5fc068
Fix Portal scrolling getting stuck ( #4455 )
...
* Fix Portal scrolling getting stuck
* DappCard container flex
* Container height to 100%
2017-02-07 13:02:19 +01:00
GitLab Build Bot
1d774835de
[ci skip] js-precompiled 20170207-075234
2017-02-07 07:56:44 +00:00
Jaco Greeff
66df4f6410
Fix AccountCard stretch to 100% ( #4450 )
2017-02-07 08:46:17 +01:00
Robert Habermeier
66692bc0e2
fast paths for block and receipts on_demand
2017-02-06 18:28:13 +01:00
Robert Habermeier
4172a5369c
Include total difficulty in CHTs and hide implementation details from consumers ( #4428 )
...
* CHT builder and prover
* use CHT abstraction in provider
* hide CHT internals from header chain
* fix itertools conflict by updating all to 0.5
* cht proof checker, use it in on_demand
2017-02-06 17:21:35 +01:00
Robert Habermeier
b32cb7a97d
make total difficulty field optional
2017-02-06 15:28:16 +01:00
Maciej Hirsz
127baed385
Merge pull request #4362 from ethcore/mh-tendermintrlpfix
...
Fix RLP encoding for types recursively calling `RlpStream::append`
2017-02-06 11:13:40 +01:00
GitLab Build Bot
d7e87dbe19
[ci skip] js-precompiled 20170206-083224
2017-02-06 08:36:28 +00:00
Tomasz Drwięga
4ac91b3284
Open popup without attempting inline ( #4440 )
...
* Open popup without attempting inline
* Cater for all .web3.site addresses
2017-02-06 09:26:11 +01:00
Svyatoslav Nikolsky
2f340a547a
Vaults RPCs ( #4366 )
...
* vaults RPCs
* vault.password != vault_account.password
* moved vault RPCs to parityAccounts NS
* parity_listVaults + parity_listOpenedVaults
2017-02-05 10:17:56 -05:00
Nikolay Volf
e257e4e3bd
Ethkey - extended keys ( #4377 )
...
* data structures initial
* hard derivation
* tabs, docs
* more docs
* soft private derivation
* public derivation
* finalize api, fix warnings
* use simple new()
* keypair api
* bump byteorder
* doc tweaks
* remove heavyness from tests
* added test vector infrastructure and examples
* initialization from seed to key pair
* add comment about panic
2017-02-05 10:17:03 -05:00
Robert Habermeier
def47b4042
make light module public
2017-02-05 15:22:15 +01:00
GitLab Build Bot
f646ffbe61
[ci skip] js-precompiled 20170205-101133
2017-02-05 10:15:32 +00:00
Sebastian Kippe
bcd3cd8467
Use secure websocket from HTTPS clients ( #4436 )
...
Currently, the unsecure `ws://` scheme is hardcoded. With this change,
the scheme will dynamically change to the secure `wss://` when the
frontend is requested from an HTTPS origin.
2017-02-05 11:04:17 +01:00
Denis S. Soldatov aka General-Beck
4fa1717a99
Update Dockerfile
...
remove --verbose from hub build
2017-02-05 02:56:19 +04:00
Denis S. Soldatov aka General-Beck
c5cc5e30ec
Update Dockerfile
...
fix build for docker hub
[ci skip]
2017-02-05 02:39:22 +04:00
Robert Habermeier
7c9064c856
Merge branch 'master' into lightrpc
2017-02-04 22:30:20 +01:00
Robert Habermeier
1e123f1b4d
handle TD info in RPC layer
2017-02-04 22:22:57 +01:00
Tomasz Drwięga
248cd5e036
RPC middleware: Informant & Client.keep_alive ( #4384 )
...
* Adding RPC informant structs
* RPC informant
* Middleware counting RPC requests
* Moving client keep_alive to middleware
2017-02-04 22:18:19 +01:00
Robert Habermeier
3a7248b964
cht proof checker, use it in on_demand
2017-02-04 17:48:02 +01:00