Svyatoslav Nikolsky
b9665c7cfe
Secret store - initial version ( #4567 )
...
* initial secret store commit
* various fixes
* license
* (sstore, secstore) -> secretstore
* marked KeyServer trait as IPC-ready
* fixed style
* ignore requests with Origin header
* fixed tests
* fixed Origin header check
2017-02-20 16:13:21 +01:00
Denis S. Soldatov aka General-Beck
68a25d9e14
fix path to tools
2017-02-20 17:16:11 +04:00
GitLab Build Bot
31f5a1d205
[ci skip] js-precompiled 20170220-124210
2017-02-20 12:48:32 +00:00
Jaco Greeff
3fc29b9ae4
Handle invalid ABI retrieved from address_book gracefully ( #4606 )
...
* Handle invalid ABI gracefully
* Also include failed abi in log
2017-02-20 13:34:33 +01:00
Denis S. Soldatov aka General-Beck
e86837b878
target evmbin
-> evm
2017-02-20 15:25:53 +04:00
Robert Habermeier
998cb0d209
Merge pull request #4583 from ethcore/sstore-opt
...
Optimize key directory reloads
2017-02-17 22:27:07 +01:00
Denis S. Soldatov aka General-Beck
32023f1ea0
fix build path to tools
2017-02-17 23:33:14 +04:00
Denis S. Soldatov aka General-Beck
163e2af568
update Dockerfile for hub
...
nightly->latest
2017-02-17 22:11:35 +04:00
GitLab Build Bot
8c9c6744fc
[ci skip] js-precompiled 20170217-171830
2017-02-17 17:24:47 +00:00
Nicolas Gotchac
04f3ee90d8
Revert Double Click ( #4590 )
2017-02-17 18:11:10 +01:00
Robert Habermeier
39237e9d15
Merge pull request #4545 from ethcore/mh-ipfs
...
IPFS MVP
2017-02-17 17:19:56 +01:00
Denis S. Soldatov aka General-Beck
a3bbdce613
update Dockerfile for hub
...
refactoring + small fix
2017-02-17 19:03:40 +04:00
Denis S. Soldatov aka General-Beck
b35e852cb6
cargo fix
2017-02-17 15:46:43 +04:00
Arkadiy Paronyan
c2540dc215
Check for matching session before deregistering ( #4563 )
2017-02-17 12:20:25 +01:00
Robert Habermeier
54c48d14ec
Deprecate eth_compile* RPCs ( #4577 )
...
* Deprecate eth_compile* RPCs
* Add deprecation doc comments
2017-02-17 12:00:33 +01:00
Denis S. Soldatov aka General-Beck
aca808b021
update Dockerfile
...
ENTRYPOINT ["/parity/parity"]
2017-02-17 13:48:37 +04:00
Denis S. Soldatov aka General-Beck
164f1cef81
remove git pul
from hub Docker
...
[ci-skip]
2017-02-17 03:56:09 +04:00
NikVolf
92d8edc1a6
unique_repr, no default impl
2017-02-16 23:04:39 +03:00
NikVolf
444065e294
refactor hashing
2017-02-16 22:53:58 +03:00
NikVolf
513cc6261a
plug to store
2017-02-16 22:10:29 +03:00
Denis S. Soldatov aka General-Beck
a9cc9ce140
docker build no-cache
...
[ci-skip]
2017-02-16 22:58:41 +04:00
maciejhirsz
da696e4a1f
Added support for contract code by hash.
...
This is done by requests sending CID with raw binary codec (0x55).
Note: this functionality is exactly the same as fetching state-trie
due to how db internals work in Parity atm.
2017-02-16 18:39:13 +01:00
GitLab Build Bot
062c55d51b
[ci skip] js-precompiled 20170216-165434
2017-02-16 17:06:15 +00:00
Arkadiy Paronyan
301a707eaa
Ledger signing fixed ( #4578 )
2017-02-16 17:45:12 +01:00
Jannis Redmann
7d890c0687
remove vertx from Webpack config ( #4576 )
2017-02-16 17:43:27 +01:00
Nicolas Gotchac
b825c8e074
Better display of tags ( #4564 )
...
* WIP
* Update accounts on whitelist change in Parity Bar
* Fix AccountCard width in Parity Bar (Signer)
* Added AccountCard Example
* Use horizontal tags
* Better Tags display
* Scrollable tags
* Update PR Grumbles
* Fix tests (add tags)
* PR Grumble
2017-02-16 17:42:19 +01:00
Svyatoslav Nikolsky
00c843afea
Added vaults support to ethstore-cli
( #4532 )
...
* added vaults support to ethstore-cli
* improved error message
2017-02-16 17:42:01 +01:00
Denis S. Soldatov aka General-Beck
aa83603af8
typo fix in Dockerfile
2017-02-16 20:04:28 +04:00
Denis S. Soldatov aka General-Beck
4cd4572417
add tag ENV in Dockerfile
2017-02-16 20:03:13 +04:00
GitLab Build Bot
5bd1cf352b
[ci skip] js-precompiled 20170216-154550
2017-02-16 15:50:43 +00:00
NikVolf
43ce5bef7e
file list hash and test
2017-02-16 18:47:58 +03:00
Arkadiy Paronyan
f2027c02ef
Fixed fonts URLs ( #4579 )
2017-02-16 16:37:40 +01:00
NikVolf
d4149b965e
files list separate fn, sha3 of the list
2017-02-16 18:20:24 +03:00
maciejhirsz
8d6275bf07
Only allow requests from Origin 127.0.0.1
2017-02-16 16:08:54 +01:00
maciejhirsz
c4b4a22203
Rename parity-ipfs
to parity-ipfs-api
2017-02-16 14:51:33 +01:00
maciejhirsz
ad8e3f0230
Added CLI flags
2017-02-16 14:41:33 +01:00
GitLab Build Bot
39d4e46073
[ci skip] js-precompiled 20170216-125519
2017-02-16 12:59:57 +00:00
Jaco Greeff
c14ecefa1d
Explicitly set seconds to 0 from selector ( #4559 )
...
* Explicitly set seconds/milli to 0
* Use condition time & block setters consistently
* Fix failing test
* test for 0 ms & sec
* It cannot hurt, clone date before setting
* Prettier date test constants (OCD)
2017-02-16 13:47:51 +01:00
maciejhirsz
451cf42452
Adding CLI flags for IPFS
2017-02-15 20:29:29 +01:00
maciejhirsz
9cfa27830c
Write output as chunks
2017-02-15 19:25:57 +01:00
Denis S. Soldatov aka General-Beck
c808954413
clean Docker
...
[ci-skip]
2017-02-15 21:40:23 +04:00
Denis S. Soldatov aka General-Beck
34d8498a2c
clean Docker
...
remove RUST tools from Docker
[ci-ckip]
2017-02-15 21:37:23 +04:00
maciejhirsz
d005410e1a
No .expect on mime types
2017-02-15 18:26:35 +01:00
Denis S. Soldatov aka General-Beck
ff2c4d1178
add tools
...
add `evmbin`, `ethstore`, `ethkey` to the CI
2017-02-15 21:14:07 +04:00
maciejhirsz
eb327338e8
Tests and grumbles
2017-02-15 18:07:30 +01:00
Denis S. Soldatov aka General-Beck
06937be74b
add libudev-dev in deb
...
[ci-skip]
2017-02-15 20:09:47 +04:00
Tomasz Drwięga
efb95a59be
Fixing evmbin compilation and added standard build. ( #4561 )
2017-02-15 16:58:42 +01:00
Tomasz Drwięga
895298fc49
Alias for personal_sendTransaction ( #4554 )
2017-02-15 16:57:27 +01:00
Nikolay Volf
494a0de1e2
Key derivation in ethstore & rpc ( #4515 )
...
* initial in secret store
* generation
* test
* refactor of the derivation
* signing
* account provider
* tests for account provider
* rpc types
* rpc types converts
* rpc tests
* fix warnings
* some extra docs
* derivate -> derive
* secret() -> as_raw()
* secret() -> as_raw() in rpc
* fix merge bug
* align with new serde changes
2017-02-15 16:56:15 +01:00
GitLab Build Bot
4889cff310
[ci skip] js-precompiled 20170215-135145
2017-02-15 13:56:12 +00:00