Tomasz Drwięga
9f47909edf
Fix output from eth_call. ( #6538 )
2017-09-18 12:09:52 +02:00
Arkadiy Paronyan
be6fe6b005
Ropsten fork ( #6532 )
2017-09-18 11:12:48 +02:00
Arkadiy Paronyan
bb311e838b
[beta] Byzantium updates ( #6529 )
...
* fix modexp bug: return 0 if base=0 (#6424 )
* Running state test using parity-evm (#6355 )
* Initial version of state tests.
* Refactor state to support tracing.
* Unify TransactResult.
* Add test.
* Byzantium updates
2017-09-16 12:21:35 +02:00
GitLab Build Bot
d8bf5fc848
[ci skip] js-precompiled 20170915-191610
2017-09-15 19:20:33 +00:00
Tomasz Drwięga
cc562d2c4f
Fix extension detection ( #6452 ) ( #6524 )
...
* Fix extension detection.
* Fix mobx quirks.
* Update submodule.
2017-09-15 21:08:12 +02:00
GitLab Build Bot
e614203170
[ci skip] js-precompiled 20170915-130655
2017-09-15 13:13:52 +00:00
Tomasz Drwięga
b24bb103f7
Fix detecting hardware wallets. ( #6509 )
2017-09-15 14:55:20 +02:00
Tomasz Drwięga
3e60b221c8
Allow hardware device reads without lock. ( #6517 )
2017-09-15 14:47:24 +02:00
Tomasz Drwięga
980418898a
[beta] Backports ( #6497 )
...
* Fix slow balances (#6471 )
* Update token updates
* Update token info fetching
* Update logger
* Minor fixes to updates and notifications for balances
* Use Pubsub
* Fix timeout.
* Use pubsub for status.
* Fix signer subscription.
* Process tokens in chunks.
* Fix tokens loaded by chunks
* Linting
* Dispatch tokens asap
* Fix chunks processing.
* Better filter options
* Parallel log fetching.
* Fix signer polling.
* Fix initial block query.
* Token balances updates : the right(er) way
* Better tokens info fetching
* Fixes in token data fetching
* Only fetch what's needed (tokens)
* Fix linting issues
* Revert "Transaction permissioning (#6441 )"
This reverts commit eed0e8b03a .
* Revert "Revert "Transaction permissioning (#6441 )""
This reverts commit 8f96415e58dde652e5828706eb2639d43416f448.
* Update wasm-tests.
* Fixing balances fetching
* Fix requests tracking in UI
* Fix request watching
* Update the Logger
* PR Grumbles Fixes
* PR Grumbles fixes
* Linting...
* eth_call returns output of contract creations (#6420 )
* eth_call returns output of contract creations
* Fix parameters order.
* Save outputs for light client as well.
* Don't accept transactions above block gas limit.
* Expose health status over RPC (#6274 )
* Node-health to a separate crate.
* Initialize node_health outside of dapps.
* Expose health over RPC.
* Bring back 412 and fix JS.
* Add health to workspace and tests.
* Fix compilation without default features.
* Fix borked merge.
* Revert to generics to avoid virtual calls.
* Fix node-health tests.
* Add missing trailing comma.
* Fixing/removing failing JS tests.
* do not activate genesis epoch in immediate transition validator contract (#6349 )
* Fix memory tracing.
* Add test to cover that.
* ensure balances of constructor accounts are kept
* test balance of spec-constructed account is kept
2017-09-11 18:01:02 +02:00
Tomasz Drwięga
6ef9780b81
Fix warning spam. ( #6369 )
2017-08-24 12:31:05 +02:00
arkpar
1942d1faf4
v1.7.2
2017-08-24 09:51:12 +02:00
Tomasz Drwięga
b7324bf771
Patch eth_call ( #6366 )
2017-08-24 09:16:32 +02:00
GitLab Build Bot
ddc7b588dc
js-precompiled 20170822-142848
2017-08-23 11:41:16 +02:00
Arkadiy Paronyan
f90bdcd1e5
[beta] Backporting ( #6352 )
...
* Better check the created accounts before showing Startup Wizard
* Tweaked snapshot params
2017-08-22 15:51:01 +02:00
Arkadiy Paronyan
7bf840f80a
[beta] Increase default gas limit for eth_call ( #6337 )
...
* Increase default gas limit for eth_call.
* Fix balance increase.
* Cap gas limit for dapp-originating requests.
2017-08-20 14:14:32 +08:00
Arkadiy Paronyan
4992064663
[beta] Backports ( #6333 )
...
* overflow check in addition
* add test
* Unexpose methods on UI RPC. (#6295 )
* Add more descriptive error when signing/decrypting using hw wallet.
* format instant change proofs correctly
* propagate stratum submit share error upstream, fixes #6258 (#6260 )
* updated jsonrpc (#6264 )
* Using multiple NTP servers (#6173 )
* Small improvements to time estimation.
* Allow multiple NTP servers to be used.
* Removing boxing.
* Be nice.
* Be nicer.
* Update list of servers and add reference.
* Fix dapps CSP when UI is exposed externally (#6178 )
* Allow embeding on any page when ui-hosts=all and fix dev_ui
* Fix tests.
* Fix cache path when using --base-path (#6212 )
* Time should not contribue to overall status. (#6276 )
* v1.7.1
2017-08-19 22:10:19 +02:00
GitLab Build Bot
75eb542275
[ci skip] js-precompiled 20170818-151833
2017-08-18 15:23:19 +00:00
Nicolas Gotchac
b0f89becfd
UI backports ( #6332 )
...
* Time should not contribue to overall status. (#6276 )
* Add warning to web browser and fix links. (#6232 )
* Extension fixes (#6284 )
* Fix token symbols in extension.
* Allow connections from firefox extension.
* Add support for ConsenSys multisig wallet (#6153 )
* First draft of ConsenSys wallet
* Fix transfer store // WIP Consensys Wallet
* Rename walletABI JSON file
* Fix linting
* Fix wrong daylimit in wallet modal
* Confirm/Revoke ConsensysWallet txs
* Linting
* Change of settings for the Multisig Wallet
2017-08-18 16:51:17 +02:00
Afri
fcc388703f
Update README for [beta] ( #6270 )
...
* Update beta readme to reflect required rust version
* Update Changelog for 1.6.10 and 1.7.0 (#6183 )
* Update changelog for 1.6.10
* Update changelog for 1.7.0
* Move 1.7.0 to top
* Rephrase contract warp
* Update final 1.7.0 changelog
* Update beta backports in Changelog
* Update SECURITY.md
2017-08-10 09:02:11 +02:00
Marek Kotewicz
fc226ce868
Merge pull request #6221 from paritytech/intaller-fix
...
[beta] Fixed macOS installer upgrade
2017-08-03 15:05:48 +02:00
arkpar
ee0df5adc0
Fixed macOS installer upgrade
2017-08-03 13:06:44 +02:00
GitLab Build Bot
5f2cabd6e3
js-precompiled 20170727-171407
2017-07-27 22:20:48 +02:00
Arkadiy Paronyan
65e4bad3dd
[beta] Backports ( #6163 )
...
* Light client improvements (#6156 )
* no seal checking
* import command and --no-seal-check for light client
* fix eth_call
* tweak registry dapps lookup
* ignore failed requests to non-server peers
* Fix connecting to wildcard addresses. (#6167 )
* Don't display an overlay in case the time sync check fails. (#6164 )
* Small improvements to time estimation.
* Temporarily disable NTP time check by default.
2017-07-27 18:46:09 +02:00
Arkadiy Paronyan
a554b81f32
light client fixes ( #6148 ) ( #6151 )
...
* light client fixes
* fix memory-lru-cache
* clear pending reqs on disconnect
2017-07-26 15:51:35 +02:00
GitLab Build Bot
06be7271aa
[ci skip] js-precompiled 20170725-112924
2017-07-25 11:35:24 +00:00
Arkadiy Paronyan
33a553726a
Filter tokens logs from current block, not genesis ( #6128 ) ( #6141 )
...
* Filter tokens logs from current block, not genesis
* Fix linting
2017-07-25 13:08:39 +02:00
GitLab Build Bot
fdc781dbfd
js-precompiled 20170721-203240
2017-07-22 00:25:36 +02:00
Jaco Greeff
2c95ee60b9
Fix QR scanner returning null on confirm ( #6122 )
2017-07-21 21:20:19 +02:00
GitLab Build Bot
ac8533a56c
js-precompiled 20170721-171700
2017-07-21 20:54:09 +02:00
Arkadiy Paronyan
8f75042fee
Check QR before lowercase ( #6119 ) ( #6120 )
2017-07-21 19:02:04 +02:00
Robert Habermeier
3f7ac5c64b
remove chunk to restore from pending set only upon successful import ( #6117 )
2017-07-21 18:16:49 +02:00
GitLab Build Bot
e23753eabd
js-precompiled 20170720-190723
2017-07-20 23:24:42 +02:00
Nicolas Gotchac
9f41af5077
Update wallet library binaries ( #6108 )
...
* Update wallet library binaries
* Update the links
2017-07-20 20:55:30 +02:00
GitLab Build Bot
28019a472a
js-precompiled 20170719-232148
2017-07-20 02:04:29 +02:00
Arkadiy Paronyan
8116ad995d
[beta] Backported wallet fix ( #6105 )
...
* Fix initialisation bug. (#6102 )
* update wallet library modifiers (#6103 )
2017-07-20 01:12:30 +02:00
Arkadiy Paronyan
6a564f3334
Place RETURNDATA behind block number gate ( #6095 )
2017-07-19 15:57:04 +02:00
Arkadiy Paronyan
2d7aecf5d9
Fixed node address detection on incoming connection ( #6094 )
2017-07-19 15:44:21 +02:00
Denis S. Soldatov aka General-Beck
2f066535cb
Update .gitlab-ci.yml
...
fix snap CI
2017-07-19 00:48:46 +03:00
Denis S. Soldatov aka General-Beck
e734ca4bf1
Update .gitlab-ci.yml
...
fix snap build
2017-07-19 00:23:21 +03:00
Arkadiy Paronyan
6f2ec07baa
Bump snap version and tweak importing detection logic ( #6079 ) ( #6081 )
...
* bump last tick just before printing info and restore sync detection
* bump kovan snapshot version
* Fixed sync tests
* Fixed rpc tests
2017-07-18 18:38:07 +02:00
Denis S. Soldatov aka General-Beck
7ef4bbd5f7
fix docker build in beta
2017-07-18 16:16:27 +03:00
Denis S. Soldatov aka General-Beck
96e60d9c91
fix docker build in beta
2017-07-18 16:13:19 +03:00
Denis S. Soldatov aka General-Beck
ac02d12fa8
fix snap build
2017-07-17 00:57:11 +03:00
Denis S. Soldatov aka General-Beck
e7102d9f38
fix snap build
2017-07-16 22:50:34 +03:00
Denis S. Soldatov aka General-Beck
cabf626c61
remove ethcore hub
2017-07-16 22:39:00 +03:00
Robert Habermeier
91be3a4fc3
acquire client report under lock in informant ( #6071 )
2017-07-16 17:45:28 +02:00
GitLab Build Bot
b9979137b7
[ci skip] js-precompiled 20170716-104425
2017-07-16 10:49:01 +00:00
Arkadiy Paronyan
4becd27029
Show busy indicator on Address forget ( #6066 ) ( #6069 )
...
* Shw busy indicator on Address forget
* Remove debug logs
2017-07-16 12:15:33 +02:00
GitLab Build Bot
54536dfa1b
[ci skip] js-precompiled 20170715-112611
2017-07-15 11:32:03 +00:00
Jaco Greeff
c4a58efed4
Add CSP for worker-src ( #6059 ) ( #6064 )
...
* Specify worker-src seperately, add blob:
* Upgrade react-qr-scan to latest version
2017-07-15 12:59:49 +02:00
arkpar
1f4d6fced3
Set release channel to beta
2017-07-13 15:14:53 +02:00
Tomasz Drwięga
1aaafa2d11
Limit transaction queue memory & limit future queue ( #6038 )
...
* Remove confusing gas_limit in the pool.
* Change defaults
* Limit transaction queue by memory usage.
* Change defaults to something lower.
* Fix rpc test.
* Fix js issues.
* Renamed block_gas_limit
2017-07-13 15:12:25 +02:00
Jaco Greeff
58307479ad
Fix lint/build issue ( #6050 )
2017-07-13 14:37:35 +02:00
keorn
22261bc2d1
New contract PoA sync fixes ( #5991 )
...
* generate proofs on newly-created state
* report only missed steps after first block
* dont report skipped if not signer
* test
* finality tracing and passing valid header to `commit_block`
* avoid proposing multiple times on the same step when validator set changes
* limit benign reports
* Ordering -> AtomicOrdering
* reinstate warning now that spam is reduced
* flush pending transition changes when necessary
* ensure epochs aren't re-zoomed on every block
2017-07-13 09:48:00 +02:00
Marek Kotewicz
40e29c92bc
make Multisig Wallet walletSourceUrl point to the latest version of solidity contract ( #5984 )
2017-07-13 09:47:51 +02:00
Robert Habermeier
d365281cce
Ethcore crate split part 1 ( #6041 )
...
* split out types into separate crate
* split out evm into its own crate
2017-07-12 13:09:17 +02:00
Tomasz Drwięga
24c8510932
Fix status icon ( #6039 )
...
* Fix status icon when zooming out.
* Fix health errors.
2017-07-12 08:52:50 +02:00
Joseph Mark
0fca4f95d6
Errors & warnings for inappropriate RPCs ( #6029 )
...
* Clarify function name
Function checks if sealing is currently underway, not to be confused
with checking whether the engine performs internal sealing.
* Error when work called on internal sealing engine
* Error submitting work for internal sealing engine
* Fix inverted bool and style grumbles
* Add can_produce_work_package to TestMinerService
* Error when setting engine signer on PoW chain
* Unit tests for engine signing
Setting engine signer should fail if chain does not seal internally
or client lacks account provider.
* Tweak TestMinerService
* Fix minor style grumbles
2017-07-12 08:52:18 +02:00
Robert Habermeier
02f2c611d4
Merge pull request #5992 from paritytech/csp-fix
...
Add missing CSP for web3.site
2017-07-11 16:12:03 +02:00
Tomasz Drwięga
a30f43b36c
Fix ui-no-validation.
2017-07-11 14:49:35 +02:00
Tomasz Drwięga
ba4d8ceaf3
Merge branch 'master' into csp-fix
2017-07-11 13:45:23 +02:00
GitLab Build Bot
45d44bedef
[ci skip] js-precompiled 20170711-113031
2017-07-11 11:36:24 +00:00
Robert Habermeier
cd0b62338b
Merge pull request #6037 from paritytech/a5-docs-install
...
Remove cargo install --git from README.md
2017-07-11 13:14:58 +02:00
5chdn
b844c8a29a
Remove cargo install git from README.md, ref #6007
2017-07-11 13:08:53 +02:00
Tomasz Drwięga
4936e99f30
Node Health warnings ( #5951 )
...
* Health endpoint.
* Asynchronous health endpoint.
* Configure time api URL via CLI.
* Tests for TimeChecker.
* Health indication on Status page.
* Adding status indication to tab titles.
* Add status to ParityBar.
* Fixing lints.
* Add health status on SyncWarning.
* Fix health URL for embed.
* Nicer messages.
* Fix tests.
* Fixing JS tests.
* NTP time sync (#5956 )
* use NTP to check time drift
* update time module documentation
* replace time_api flag with ntp_server
* fix TimeChecker tests
* fix ntp-server flag usage
* hide status tooltip if there's no message to show
* remove TimeProvider trait
* use Cell in FakeNtp test trait
* share fetch client and ntp client cpu pool
* Add documentation to public method.
* Removing peer count from status.
* Remove unknown upgrade status.
* Send two time requests at the time.
* Revert "Send two time requests at the time."
This reverts commit f7b754b1155076a5a5d8fdafa022801fae324452.
* Defer reporting time synchronization issues.
* Fix tests.
* Fix linting.
2017-07-11 12:23:46 +02:00
Tomasz Drwięga
7fb46bff06
RPC cpu pool ( #6023 )
...
* RPC cpu pool.
* introduce optional thread pool when processing RPC requests.
* Bump jsonrpc.
* Removing boxes.
* Fix CLI tests.
2017-07-11 12:22:19 +02:00
Nikolay Volf
dc51dde112
update deps ( #6036 )
2017-07-11 12:06:35 +03:00
arkpar
c05924a713
Fixed build
2017-07-11 10:21:23 +02:00
Axel Chalon
d970237658
Add test for loading the chain specs ( #6028 )
...
* Add test for loading the json chain specs
* Remove test on Ethereum specs as it already exists
2017-07-10 19:26:10 +02:00
Tomasz Drwięga
56c275b0cb
Whitelist APIs for generic Pub-Sub ( #5840 )
...
* Whitelisting generic pub-sub APIs.
* Clone enums instead of allocating a vec.
2017-07-10 17:42:29 +02:00
Nikolay Volf
62210fb932
WASM contracts MVP ( #5679 )
...
* lifetime issues
* refactor to new 'native env'
* descriptors and such
* wasm mvp continued
* finalized env/ext bindings
* descriptor -> call_args
* inject gas counter
* result processing and engine activation
* tabify some source files
* needs return new
* wasm tests initial
* erradicate warnings
* origin in the descriptor
* update test repo
* payload verification tests
* identity return payload test
* some test description
* dispersion test
* check length here
* suicidal contract
* engine params
* fix typo
* review fixes
* submodule update
* update - purge reserved space
* doc effort
* more review fixes
* fix error message
* fix dependency url
* reorg error handling
* update submodule
* update utils
* update to latest parity-wasm
* tabify
* fix wasm magic header
* update dependencies
* external create and tests
* update to latest tests
* extra trace info
* Update parity-wasm
* update wasm-utils also
* few traces and result handle change
* alter trace content
* fix issues with optimizer, update to latest parity with validator, etc
* static initialization
* license preamble
* update wasm crates and gas costs
* fix grumbles
* bring back lifetime
* fix compilation
2017-07-10 17:42:10 +02:00
Jaco Greeff
b49c039f41
Set observable on component ( #6033 )
2017-07-10 17:38:40 +02:00
Arkadiy Paronyan
15aebacbe7
--reseal-on-uncle ( #5940 )
...
* --reseal-on-uncle
* Optimized uncle check
* Additional uncle check
* Updated comment
2017-07-10 13:36:42 +02:00
Axel Chalon
7599e3998f
Support comments in reserved nodes file ( #6004 ) ( #6012 )
2017-07-10 13:24:40 +02:00
Jaco Greeff
204fe44b29
Add new md tnc ( #5937 )
...
* Add new md tnc
* Skip markdown import in test
2017-07-10 13:23:59 +02:00
Tomasz Drwięga
f4453f77b8
Fix output of parity-evm in case of bad instruction ( #5955 )
...
* Fix output of evmbin.
* Use foundation chain settings by default.
2017-07-10 13:23:40 +02:00
Tomasz Drwięga
ed5efebec1
Don't send to old subscriptions. ( #5960 )
2017-07-10 13:23:19 +02:00
Robert Habermeier
67c1f71b6e
Proper light client informant and more verification of imported headers ( #5897 )
...
* do more validation of imported headers in light client
* generalize informant with traits
* informant implementation for light client
* make comment into TODO
* fix broken test
* disable full checking of headers in light client in sync tests
2017-07-10 13:21:11 +02:00
keorn
f0a6b5d401
azure nodes ( #6017 )
2017-07-10 13:05:05 +02:00
Tomasz Drwięga
a24b6ad983
Use standard paths for Ethash cache ( #5881 )
...
* Use cache path to store ethash files.
* Fixing tests, more flexible API.
* Use AsRef<Path> everywhere.
* Fixing ethcore tests.
* Fix RPC tests.
2017-07-10 12:57:40 +02:00
Tomasz Drwięga
b0f1f8307d
X-Frame-Options removed.
2017-07-10 09:42:35 +02:00
Tomasz Drwięga
ad67ea0eb5
Merge branch 'master' into csp-fix
2017-07-09 14:10:53 +02:00
Robert Habermeier
125aa0aeb4
Merge pull request #5959 from paritytech/dont-compute-hash
...
Defer code hash calculation.
2017-07-06 19:00:19 +02:00
GitLab Build Bot
df0ef6618d
[ci skip] js-precompiled 20170706-164115
2017-07-06 16:47:59 +00:00
Robert Habermeier
0409e95d1e
Merge pull request #6000 from paritytech/new-acc
...
Fix first run wizard.
2017-07-06 18:02:47 +02:00
Robert Habermeier
104367ce24
Merge pull request #5996 from paritytech/serdeup
...
migration to serde 1.0
2017-07-06 18:02:11 +02:00
debris
5f2cb5e52f
push CI
2017-07-06 16:48:58 +02:00
debris
8118444442
fixed rpc tests
2017-07-06 15:25:51 +02:00
debris
9e185030e6
push CI
2017-07-06 14:49:10 +02:00
debris
f4f8b411f5
fixed parity tests with new serde and toml
2017-07-06 14:10:41 +02:00
Svyatoslav Nikolsky
6334893561
SecretStore: generating signatures ( #5764 )
...
* refactoring traits
* separate generation session
* generalized ClusterSessions
* signing session prototype
* full_signature_math_session
* consensus session prototype
* continue signing session
* continue signing session
* continue signing session
* continue signing session
* isolated consensus logic
* started work on signing test
* complete_gen_sign_session works
* consensus tests
* get rid of duplicated data in SigningSession
* TODOs in signing session
* fixing tests
* fixed last test
* signing session in http listener
* new key server tests
* fix after merge
* enabled warnings
* fixed possible race
* ignore previous jobs responses
* include sef node in consensus when confirmed
* fixed warning
* removed extra clones
* consensus_restarts_after_node_timeout
* encrypt signature before return
* return error text along with HTTP status
* fix for odd-of-N (share check fails + not equal to local sign)
* fixed t-of-N for odd t
* fixed test cases in complete_gen_sign_session
* fixed mistimed response reaction
* jobs draft
* DecryptionJob
* consensus session tets
* fixed decryption tests
* signing job implementation
* siginng_session using new consensus_session
* added license preambles
* same_consensus_group_returned_after_second_selection
* database upgrade v0 -> v1
* typo
* fixed grumbles
2017-07-06 14:02:10 +02:00
debris
44ae70e9ec
Merge branch 'serdeup' of github.com:paritytech/parity into serdeup
2017-07-06 11:44:37 +02:00
debris
1c2a4c116a
Merge branch 'master' into serdeup
2017-07-06 11:43:46 +02:00
debris
61d8f90530
updated serde to version 1.0
2017-07-06 11:36:15 +02:00
Marek Kotewicz
46183b1cdd
bigint upgraded to version 3.0 ( #5986 )
...
* bigint upgraded to version 3.0
* fixed missing FromHex import in ethcore tests
* fixed missing FromHex import in rpc tests
2017-07-06 11:26:14 +02:00
Marek Kotewicz
a78a89b13a
Merge pull request #5965 from guanqun/fix-force-seal
...
config: don't allow dev chain with force sealing option
2017-07-06 11:20:06 +02:00
Marek Kotewicz
e91025282e
Merge pull request #5969 from brson/lockfile
...
Update lockfile for miniz-sys and gcc
2017-07-06 11:18:52 +02:00
Marek Kotewicz
a3a4a37ec7
Merge pull request #5995 from paritytech/rpc-errors-naming-3204
...
Clean up function naming in RPC error module
2017-07-06 11:18:04 +02:00
debris
687a542260
Merge branch 'bigint3' into serdeup
2017-07-06 11:15:19 +02:00
debris
e7d3036ace
fixed missing FromHex import in rpc tests
2017-07-06 10:46:40 +02:00
GitLab Build Bot
33f1d2af1e
[ci skip] js-precompiled 20170706-081457
2017-07-06 08:21:42 +00:00
debris
1d386f60e9
Merge branch 'bigint3' into serdeup
2017-07-06 10:19:35 +02:00
debris
7dcbcb5c31
fixed missing FromHex import in ethcore tests
2017-07-06 10:18:48 +02:00
Jef
981854d5ae
Merge pull request #5975 from Vurich/fix-underflow
...
Fix underflow in gas calculation
2017-07-06 10:10:06 +02:00
kaikun213
349316f70e
PubSub for parity-js ( #5830 )
...
* PubSub Integration WebSocket
* PubSub Provider API
* Parity License and fix switch statement
* Minor fix: use parameter api
* Exclude subscriptionId return
* Unsubscribe parameters as array
* secureProvider API added
* isSecure check
* Refractor: Formatting in callback (no Promise)
* Tests for parityProvider
* Refractor: Formatting in callback (secure API)
* Updated transaction documentation
* Module instead of API-Names, Options always as array (e.g. empty)
'parity' instead of 'parity_subscribe' calls
params with empty array as options. If eth_subscribe includes empty array parity-core will send invalid request (eth api doesn't have options)
* Removed isSecure transport check, because APIs are configurable
* Refractor Provider API to single Pubsub
* Modify transport layer to have single identifier for subscriptions
* FIX: Display pubsub errors
* Discard Messages after unsubscribing
* Fix: display error normal messages correctly
* Simplified code, removed unnecessary pubsub methods
* trace_call API 2nd argument blockNumber, first whatTrace
https://github.com/paritytech/parity/wiki/JSONRPC-trace-module#trace_call
* Separate namespaces pubsub. eth, parity, net
* Keep error for messages from unsubscribed topics.
* Fix: Unsubscribe Promise
* Add Test: Unsubscribe promise resolved
* Fix: 'error' in params
2017-07-06 09:50:27 +02:00
Tomasz Drwięga
58a27b3334
Fix first run wizard.
2017-07-05 12:25:07 +02:00
debris
2d69c7ecf6
finished migration to serde 1.0
2017-07-05 10:34:23 +02:00
debris
2c4f55a8fb
migrated rpc to serde 1.0
2017-07-05 10:27:56 +02:00
debris
2e5f7f1632
migrated ethcore engine to new ethabi interface
2017-07-05 10:18:19 +02:00
debris
e448b84845
migrated ethcore-network to bytes 0.4
2017-07-04 18:12:39 +02:00
debris
972d30c288
migrated ethcore, ethstore, secret_store, updater and hash-fetch to serde 1.0
2017-07-04 17:23:06 +02:00
Axel Chalon
59e87b6a51
Clean up function naming in RPC error module
2017-07-04 17:01:06 +02:00
debris
9c911c7a28
migrated ethjson to serde 1.0
2017-07-04 17:00:42 +02:00
Tomasz Drwięga
949086baa5
Add missing frame-ancestors.
2017-07-04 16:43:53 +02:00
debris
286526072f
migrated ethkey, ethstore, evmbin and parity executables to serde 1.0
2017-07-04 14:31:16 +02:00
debris
a9aaacd88b
bigint upgraded to version 3.0
2017-07-04 12:19:11 +02:00
Vurich
2e90e02a2c
Fix underflow
2017-07-03 17:43:03 +02:00
Robert Habermeier
cc718bb108
Merge pull request #5958 from Vurich/peer-status
...
Report whether a peer was kept from `Handler::on_connect`
2017-07-03 16:22:50 +02:00
Robert Habermeier
826a4ca0a2
Implement skeleton for transaction index and epoch transition proof PIP messages ( #5908 )
...
* add transaction index message without implementing
* add epoch proof fetch and response messages
2017-07-03 12:25:10 +02:00
Brian Anderson
7240eee5a8
Update lockfile for miniz-sys and gcc
...
Fixes build with VS 2017.
2017-07-03 01:44:20 +01:00
Guanqun Lu
9241c6a9b5
config: don't allow dev chain with force sealing option
2017-07-01 23:20:49 +08:00
Vurich
17de29e69a
Prevent disconnect from within handler (and style cleanup)
2017-06-30 12:10:12 +02:00
Tomasz Drwięga
f22745eb0a
TransactionQueue improvements ( #5917 )
...
* Order by id instead of hash.
* Minimal gas price bump.
* Avoid to construct oversized transaction packets.
* Fix RPC.
* Never construct oversized transactions packet.
* Never construct oversized packets.
2017-06-30 11:57:48 +02:00
Tomasz Drwięga
5d9f5e3509
Defer code hash calculation.
2017-06-30 11:30:32 +02:00
Vurich
5eba9078fc
Report whether a peer was kept from Handler::on_connect
2017-06-30 11:00:32 +02:00
Robert Habermeier
a3e693d5c3
Merge pull request #5952 from paritytech/constant-time-mac-compare
...
constant time HMAC comparison and clarify docs in ethkey
2017-06-29 22:21:12 +02:00
Robert Habermeier
36c91e4ed5
Merge pull request #5954 from paritytech/evm-defer
...
Avoid pre-computing jump destinations
2017-06-29 21:18:16 +02:00
Robert Habermeier
83690fdb90
Merge branch 'master' into constant-time-mac-compare
2017-06-29 21:15:20 +02:00
Tomasz Drwięga
38c00fae88
Merge branch 'master' into evm-defer
2017-06-29 18:42:58 +02:00
Tomasz Drwięga
465c7eeaa2
Defer construction valid_jump_destinations.
2017-06-29 17:43:34 +02:00
Robert Habermeier
a4195f2780
Merge pull request #5949 from Vurich/upgrade-elastic-array
...
Upgrade elastic array
2017-06-29 17:12:53 +02:00
Robert Habermeier
8a3e82d99a
constant time HMAC comparison and clarify docs in ethkey
2017-06-29 13:44:24 +02:00
Vurich
01ce28bc9a
Fix tests
2017-06-29 13:05:33 +02:00
Vurich
3d8dc11442
Upgrade elastic-array to 0.9.0
...
This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.
This commit is probably a minor performance win and definitely a
significant readability win.
2017-06-29 13:05:33 +02:00
arkpar
826bf28196
Fixed build
2017-06-28 16:11:18 +02:00
Robert Habermeier
d069b98b45
PoA: Wait for transition finality before applying ( #5774 )
...
* final engine changes
* migration to v13
* adding and removing pending transitions
* epoch_transition_for
* port snapshot to new engine methods
* final validator set interface
* fix compiler errors
* revert v13/epoch_depth transition
* make call on new epoch
* rolling finality checker
* tests for finality checker
* constructing finality proof upon pending transition
* fix warnings and finality proof checking
* fix compiler warnings in tests
* test fixes
* don't include genesis in finality checking
* change snapshot test chain building logic
* minor refactorings
* fetch epoch transition based on parent, fix divide-by-zero in SimpleList
* fix formatting
* fix ABIs and finality checking in snapshot restoration
* encode signal number in proof
* create more blocks at the end of tests
* update gist to accurate contract code
* test for epoch_transition_for
* fix tests with immediateTransitions parameter
* disable force flag after forcing
* rename ValidatorsChanged to InitiateChange and finalizeSignal to finalizeChange
* a few more validator set tests
2017-06-28 13:17:36 +02:00
Denis S. Soldatov aka General-Beck
3637c14da5
fix Windows and MacOS build
...
add `cargo clean`
2017-06-28 14:03:17 +03:00
Denis S. Soldatov aka General-Beck
201f34620a
CI build
...
add evmbin, ethstore, ethkey
2017-06-28 13:54:05 +03:00
Tomasz Drwięga
71c68cc000
Logs Pub-Sub ( #5705 )
...
* Logs subscription.
* Add test.
* lock -> write
2017-06-28 12:21:13 +02:00
Leo Arias
bcc84a31b7
Add the command to install the parity snap ( #5945 )
...
Putting the installation instructions for the snap will help getting more testers, and then publish it in the stable channel with more confidence.
2017-06-28 09:37:47 +02:00
Jef
72094a8bee
Reduce unnecessary allocations ( #5944 )
2017-06-28 09:36:42 +02:00
Tomasz Drwięga
944f9d7fb5
Clarify confusing messages. ( #5935 )
2017-06-28 09:35:25 +02:00
Tomasz Drwięga
c7a043b864
Content Security Policy ( #5790 )
...
* Adding CSP headers.
* Adding Content-Security-Policy headers.
* Fixing test.
* CSP in ws server responses.
2017-06-28 09:12:02 +02:00
Arkadiy Paronyan
57626b60e7
EIP-168, 169: Dust protection ( #4757 )
...
* Dust protection
* Track touched accounts in the substate
* Minor alterations
2017-06-28 09:10:57 +02:00
GitLab Build Bot
6b16fe3f14
[ci skip] js-precompiled 20170627-213135
2017-06-27 21:35:37 +00:00
Arkadiy Paronyan
4a7bcfe4f0
CLI: Export error message and less verbose peer counter. ( #5870 )
...
* Removed numbed of active connections from informant
* Print error message when fatdb is required
* Remove peers from UI
2017-06-27 22:40:46 +02:00
Guanqun Lu
59488769cf
network: make it more explicit about StreamToken and TimerToken ( #5939 )
2017-06-27 18:24:18 +02:00
Guanqun Lu
547031aa0e
sync: make it more idiomatic rust ( #5938 )
2017-06-27 18:23:53 +02:00
arkpar
196c3e7e9b
Fixed profile
2017-06-27 11:53:10 +02:00
David Dorgan
16caf032bd
Only use -cli for the build, not binary itself.
2017-06-27 09:23:16 +02:00
Denis S. Soldatov aka General-Beck
4900e90112
build ethkey & ethstore
...
add -cli
2017-06-26 22:06:00 +03:00
Maciej Hirsz
02edc958d7
Merge pull request #5909 from paritytech/mh-always-show-accounts
...
Prioritize accounts over address book
2017-06-23 16:31:52 +02:00
maciejhirsz
2c254e3b32
Prioritize accounts over address book
2017-06-23 16:29:45 +02:00
Tomasz Drwięga
e73569c84d
Fixing RPC test. ( #5916 )
2017-06-23 16:17:04 +02:00
GitLab Build Bot
cf772ef555
[ci skip] js-precompiled 20170623-115250
2017-06-23 11:56:57 +00:00
Jaco Greeff
0f41121556
Empty local middleware, until explicitly requested ( #5912 )
...
* Empty local middleware, until explicitly requested
* Remove previous empty overrides (unneeded now)
* Re-add over-zealous keyethereum removal
2017-06-23 13:40:16 +02:00
Craig O'Connor
614a80bd23
Cancel propagated TX ( #5899 )
...
* lgtm
* linting
* Slight shortening
2017-06-23 10:32:19 +02:00
Robert Habermeier
796482c129
fix minor race condition in aura seal generation ( #5910 )
2017-06-22 20:44:04 +02:00
Robert Habermeier
b6fd18a9ca
Merge pull request #5833 from paritytech/pubsub-docs
...
Docs for Pub-Sub, optional parameter for parity_subscribe
2017-06-22 20:17:02 +02:00
Jaco Greeff
64e6d36944
Fix gas editor doubling-up on gas ( #5820 )
2017-06-22 20:14:04 +02:00
Anton Gavrilov
f9033facd3
Information about used paths added to general output block ( #5904 )
...
* Information about used paths added to general output block
* Print was added into execute light also
2017-06-22 20:08:56 +02:00
Tomasz Drwięga
53609f703e
Domain-locked web tokens. ( #5894 )
...
* Domain-locking web tokens.
* JS part.
* Fix linting issues.
2017-06-22 20:05:40 +02:00
Arkadiy Paronyan
4d5280e43c
removed panic handlers ( #5895 )
2017-06-22 19:00:53 +02:00
Anton Gavrilov
dc548315b8
Merge pull request #5905 from paritytech/Merge-RocksDB
...
Latest changes from Rust RocksDB binding merged
2017-06-22 16:30:19 +03:00
Anton Gavrilov
7489a2b36f
Latest changes from RocksDB binding merged
2017-06-22 15:54:08 +03:00
GitLab Build Bot
91f1c84048
[ci skip] js-precompiled 20170622-115440
2017-06-22 11:58:47 +00:00
Jaco Greeff
e1cd60987b
Adjust keyethereum/secp256 aliasses ( #5903 )
...
* Alias keyethereum to empty for libraries/npm
* Alias long-standing vertx warning to empty
* Alias secp256k1
* remove package-lock.json (not active atm)
2017-06-22 13:29:12 +02:00
GitLab Build Bot
df51cad7e2
[ci skip] js-precompiled 20170622-101935
2017-06-22 10:23:53 +00:00
Jaco Greeff
a60c5527c7
Keyethereum fs dependency ( #5902 )
...
* Set process.browser
* Empty fs module (keyethereum dep)
* !==
2017-06-22 11:49:44 +02:00
Stewart Mackenzie
d152fa3e85
Ethereum Classic Monetary Policy ( #5741 )
...
* Ethereum Classic Monetary Policy
Create a new parameter `ecip1017EraRounds`. When the block number
passes one era rounds, the reward is reduced by 20%.
See https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md
* Update rewards for uncle miners for ECIP1017
In the monetary policy, the rewards are changed from "up to 7/8 of the
reward" to "1/32 of the reward".
* Fix an off-by-one error in ECIP1017 era calculation
According to
https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md ,
when in block number 5,000,000, it should still be in Era 1 (which in
our code `era == 0`). So we need to check whether the `rem` equals to
zero and act accordingly when calculating the era.
* `ecip1017_era_rounds` missing from EthashParams when run in build bot
* strip out ecip1017_eras_block_reward function and add unit test
2017-06-19 18:56:37 +02:00
Tomasz Drwięga
a19be3cb51
Initial token should allow full access. ( #5873 )
2017-06-19 18:35:56 +02:00
Maciej Hirsz
e871b7a0ac
Merge pull request #5856 from paritytech/mh-pubnode-dappsigner
...
Fixed account selection for Dapps on public node
2017-06-19 18:29:06 +02:00
Robert Habermeier
c8e176b2e3
Merge pull request #5874 from paritytech/track-bad-snapshot-hashes
...
blacklist bad snapshot manifest hashes upon failure
2017-06-19 17:57:06 +02:00
GitLab Build Bot
367a5c998d
[ci skip] js-precompiled 20170619-145413
2017-06-19 14:58:49 +00:00
Maciej Hirsz
b824bc29b5
Merge pull request #5838 from paritytech/ng-fix-timeouts
...
Fix wrongly called timeouts
2017-06-19 16:30:30 +02:00
Robert Habermeier
d168479a85
blacklist bad manifest hashes upon failure
2017-06-19 16:24:07 +02:00
Robert Habermeier
bedce59a6f
Merge pull request #5867 from guanqun/small-fixes
...
ArchiveDB and other small fixes
2017-06-19 14:03:48 +02:00
Robert Habermeier
b84be93bb7
Merge pull request #5866 from guanqun/remove-try
...
convert try!() to ?
2017-06-19 14:02:58 +02:00
Saulius Valatka
a7da8eb593
Make config file optional ( #5847 )
2017-06-19 11:42:29 +02:00
Marek Kotewicz
575c51f5a0
eip214, #4833 ( #4851 )
2017-06-19 11:41:46 +02:00
Marek Kotewicz
c50dacff17
all executables are workspace members ( #5865 )
...
* ethstore-cli and ethkey-cli are workspace projects
* evmbin is now a workspace project
2017-06-19 11:29:09 +02:00
Robert Habermeier
a99d4c3dd3
Merge pull request #5860 from paritytech/minor-modexp-optimization
...
minor optimizations of the modexp builtin
2017-06-18 18:20:59 +02:00
Guanqun Lu
c1e5c36f7e
EthStore: add a Chinese path to tests in ethstore
2017-06-18 23:13:27 +08:00
Guanqun Lu
4eff7abf3b
StateDB: change spaces to tab
2017-06-18 23:13:27 +08:00
Guanqun Lu
a5531e83fd
ArchiveDB: add a new test case
2017-06-18 23:13:27 +08:00
Guanqun Lu
7f07f7d567
ArchiveDB: add a contains() test for long history test case
2017-06-18 23:13:27 +08:00
Guanqun Lu
41fed96d96
convert try!() to ?
2017-06-18 22:16:34 +08:00
Robert Habermeier
ed20fa4da1
Merge pull request #5766 from guanqun/db-tests
...
three small commits for HashDB and MemoryDB
2017-06-18 04:24:45 +02:00
Robert Habermeier
e06d1dbb0c
Merge pull request #5801 from guanqun/use-retain-for-memorydb
...
use rust 1.18's retain to boost the purge performance
2017-06-18 04:24:17 +02:00
Guanqun Lu
1efa7e7b10
add one more test case for consolidate, both are negative
2017-06-18 09:02:44 +08:00
Guanqun Lu
ce8f8f40d7
move MemoryDB's tests into tests module
2017-06-18 09:02:44 +08:00
Guanqun Lu
4efd673c19
add a bit clarification to HashDB's remove() interface
2017-06-18 09:02:44 +08:00
Robert Habermeier
ca27234a59
minor optimizations of the modexp builtin
2017-06-17 21:18:52 +02:00
Denis S. Soldatov aka General-Beck
3111421866
Update .gitlab-ci.yml
...
snap update
2017-06-17 22:03:12 +03:00
GitLab Build Bot
42dcdde4e8
[ci skip] js-precompiled 20170616-172546
2017-06-16 17:30:14 +00:00
Robert Habermeier
d6a0792bd9
Merge pull request #5858 from paritytech/mh-ipfs-allow-post
...
Allow IPFS server to accept POST requests
2017-06-16 18:46:53 +02:00
Robert Habermeier
7931d6a02a
Merge pull request #5836 from paritytech/a5-ui-terminology
...
Dutch i18n from #5802 for master
2017-06-16 18:45:42 +02:00
Robert Habermeier
07e150a147
Merge pull request #5851 from trappist/typos
...
Typos in token deploy dapp ui
2017-06-16 18:45:27 +02:00
maciejhirsz
649de53382
Allow IPFS server to accept POST requests
2017-06-16 16:29:15 +02:00
maciejhirsz
ba6e41cf07
Fixed account selection for Dapps on public node
2017-06-16 14:00:30 +02:00
Rocco Stanzione
ba35d69831
Typos in token deploy dapp ui
2017-06-15 20:06:46 -05:00
Robert Habermeier
8d04dffe69
Merge pull request #5778 from paritytech/unlock
...
A CLI flag to allow fast transaction signing when account is unlocked.
2017-06-15 15:54:51 +02:00
Nicolas Gotchac
8cb4bc2127
Fix wrongly called timeouts
2017-06-14 12:35:36 +02:00
Tomasz Drwięga
963bcba267
Merge branch 'master' into unlock
2017-06-14 12:06:27 +02:00
Tomasz Drwięga
efc46e78f1
Fix description of AccountProvider setting.
2017-06-14 12:06:15 +02:00
Tomasz Drwięga
00b58d1206
Merge branch 'master' into pubsub-docs
...
# Conflicts:
# rpc/src/v1/tests/mocked/pubsub.rs
2017-06-14 11:46:30 +02:00
Tomasz Drwięga
f7fb1bfa1d
Fix linting.
2017-06-14 11:45:44 +02:00
GitLab Build Bot
8aa2ed175e
[ci skip] js-precompiled 20170613-162317
2017-06-13 16:31:45 +00:00
Tomasz Drwięga
fb3668f903
Adding missing documentation. ( #5821 )
2017-06-13 18:38:10 +03:00
Nicolas Gotchac
e4c7a7f30a
Don't fail on wrong log decoding ( #5813 )
2017-06-13 18:36:51 +03:00
Tomasz Drwięga
57479dac27
Use randomized subscription ids for PubSub ( #5756 )
...
* Use randomized subscription ids for PubSub
* Use H64 instead of H128.
* iflet instead of match.
* Adding 0x.
2017-06-13 18:36:39 +03:00
Tomasz Drwięga
47e1e18e7e
Ignoring some methods in test.
2017-06-13 16:47:58 +02:00
Tomasz Drwięga
172300158d
Merge branch 'master' into pubsub-docs
2017-06-13 16:30:08 +02:00
Tomasz Drwięga
df910277a2
Make empty params array optional for parity_subscribe.
2017-06-13 16:29:35 +02:00
Tomasz Drwięga
9994133446
Adding docs.
2017-06-13 14:07:39 +02:00
Denis S. Soldatov aka General-Beck
6afe0b0612
fix builds
...
darwin rustup default stable
snap - allow failure
2017-06-13 12:21:44 +03:00
Marek Kotewicz
ca6e1aeb1b
Merge pull request #5827 from paritytech/mem-fix
...
Fixed mem write for empty slice
2017-06-13 09:39:58 +02:00
Denis S. Soldatov aka General-Beck
03de333de1
fix verify
2017-06-13 02:35:07 +03:00
Denis S. Soldatov aka General-Beck
42ad8bbdb0
Create cov.sh
...
add --verify
add RUSTFLAGS="-C link-dead-code"
2017-06-13 02:22:37 +03:00
Denis S. Soldatov aka General-Beck
2501334ed7
add CI variable
2017-06-13 01:37:03 +03:00
GitLab Build Bot
15f19fc026
[ci skip] js-precompiled 20170612-222804
2017-06-12 22:32:43 +00:00
Afri
f3874ffaf2
Fix party technologies ( #5810 )
2017-06-12 22:52:34 +02:00
arkpar
4b74f65ed8
Fixed mem write for empty slice v2
2017-06-12 22:45:57 +02:00
Arkadiy Paronyan
033a75888c
Revert "Fixed mem write for empty slice ( #5825 )" ( #5826 )
...
This reverts commit 6b874cedb8 .
2017-06-12 22:43:20 +02:00
Arkadiy Paronyan
6b874cedb8
Fixed mem write for empty slice ( #5825 )
2017-06-12 22:42:58 +02:00
Denis S. Soldatov aka General-Beck
5f01fb7f1a
remove nodejs 8 test stage
...
switch to RUST 1.18 and NodeJS 8.1
2017-06-12 23:40:57 +03:00
GitLab Build Bot
8eda5fcbbf
[ci skip] js-precompiled 20170612-164938
2017-06-12 16:53:40 +00:00
Maciej Hirsz
c768c302da
Merge pull request #5822 from paritytech/fix-tests
...
Fix JS tests
2017-06-12 18:12:13 +02:00
maciejhirsz
c7c05552f3
Fix rust, skip WASM till CI switches to Node 8+
2017-06-12 17:43:23 +02:00
maciejhirsz
788dd04600
Merge branch 'master' into fix-tests
2017-06-12 17:07:07 +02:00
Tomasz Drwięga
f55a69841d
Bump native-tls and openssl crates. ( #5817 )
2017-06-12 16:56:14 +02:00
maciejhirsz
41df8413fc
fix JS tests
2017-06-12 16:44:59 +02:00
Maciej Hirsz
b2a42f03eb
Public node WASM, performance and fixes ( #5734 )
2017-06-12 15:57:16 +02:00
Robert Habermeier
edea41d35e
enforce block signer == author field in PoA ( #5808 )
2017-06-12 12:54:34 +03:00
Tomasz Drwięga
75ac263961
Fix stack display in evmbin. ( #5733 )
...
* Fix stack display.
* Additional compatiblity fixes.
2017-06-09 12:31:03 +02:00
Tomasz Drwięga
4c516e1f6f
Disable UI if it's not compiled in. ( #5773 )
...
* Disable UI if it's not compiled in.
* Properly enabled/disable ui server depending on features.
2017-06-09 12:26:57 +02:00
Tomasz Drwięga
5c3ea4ec29
Require phrase confirmation. ( #5731 )
...
* Require phrase confirmation.
* Linting issues.
* Fix dialog title.
* Confirm a backup phrase.
* Confirm recovery phrase on fist run as well.
2017-06-09 12:25:14 +02:00
Anton Gavrilov
06eb561af5
Duration limit made optional for EthashParams ( #5777 )
...
* Duration limit made optional for EthashParams
* Forgotten space added
2017-06-09 12:24:23 +02:00
Afri
51ef847c64
Update Changelog for 1.6.8 ( #5798 )
...
* Update changelog for 1.6.8
* Add more changelog details for 1.6.8
* Fix date
2017-06-09 12:22:17 +02:00
Afri
1349b4ba07
Replace Ethcore comany name in T&C and some other places ( #5796 )
...
* Replace ethcore in terms and conditions
* Replace ethcore company name in various places
* Fix casing in t&c
2017-06-09 12:21:35 +02:00
Bas
4f63377ff2
Fix terminology distributed -> decentralized for Dutch i18n ( #5802 )
2017-06-09 12:21:10 +02:00
Tomasz Drwięga
f86457ffd1
PubSub for IPC. ( #5800 )
2017-06-09 12:20:37 +02:00
Afri
d368006526
Fix terminology distributed -> decentralized ( #5797 )
2017-06-09 12:20:08 +02:00
Guanqun Lu
cd3a1c1a94
use rust 1.18's new feature to boost the purge performance
2017-06-09 01:34:10 +08:00
Maciej Hirsz
dabd5b2cc8
Update required rust version
2017-06-08 19:25:35 +02:00
Arkadiy Paronyan
9418fcafb6
Disable compression for RLP strings ( #5786 )
2017-06-08 17:24:23 +02:00
5chdn
ae8ff941f9
Fix terminology distributed -> decentralized
2017-06-08 14:10:35 +02:00
Tomasz Drwięga
2e7f29cc9f
Merge branch 'master' into unlock
2017-06-08 09:21:04 +02:00
Tomasz Drwięga
c2a8415f78
Fix test.
2017-06-08 09:20:50 +02:00
Denis S. Soldatov aka General-Beck
0e36deec81
Merge pull request #5781 from elopio/update-snapcraft-source
...
update the source for the snapcraft package
2017-06-08 01:14:40 +03:00
Denis S. Soldatov aka General-Beck
317df7e6a6
fix CI lint
2017-06-07 22:05:44 +03:00
Denis S. Soldatov aka General-Beck
1fb11c23d8
port snap build
2017-06-07 21:53:36 +03:00
Tomasz Drwięga
52f7978d4d
Merge branch 'master' into unlock
2017-06-07 17:07:32 +02:00
Arkadiy Paronyan
b9b5c84417
Fixed default UI port for mac installer ( #5782 )
2017-06-07 16:27:26 +02:00
Jaco Greeff
882f963e6b
Block invalid account name creation ( #5784 )
...
* Additional non-empty phrase check (fromNew)
* Explicit canCreate check in create (not only on UI)
* BN instance check (fixes Geth imports)
* Fixup tests after better checks
* PR comments (Thanks @tomusdrw )
* Typo
2017-06-07 16:27:01 +02:00
Tomasz Drwięga
9773aa4c76
Update Cid/multihash/ring/tinykeccak ( #5785 )
...
* Updating ring,multihash,tiny-keccak
* Updating CID in ipfs.
2017-06-07 12:31:12 +02:00
Guanqun Lu
05aa960c25
use NULL_RLP, remove NULL_RLP_STATIC ( #5742 )
2017-06-07 11:58:39 +02:00
Tomasz Drwięga
19f01194b1
Blacklist empty phrase account. ( #5730 )
2017-06-07 11:34:53 +02:00
Leo Arias
6dd5297f8a
update the source for the snapcraft package
2017-06-07 05:21:10 +00:00
Tomasz Drwięga
139ee17d39
Small typos.
2017-06-06 18:45:33 +02:00
Tomasz Drwięga
f5d0fa2c21
Merge branch 'master' into unlock
2017-06-06 18:41:00 +02:00
Tomasz Drwięga
a5299bdb1a
Unlocking with secrets.
2017-06-06 18:06:40 +02:00
Arkadiy Paronyan
99bfef2801
EIP-211 RETURNDATACOPY and RETURNDATASIZE ( #5678 )
...
* EIP-211
* Optimized memory usage
* Optimized truncation
2017-06-06 18:47:12 +03:00
Denis S. Soldatov aka General-Beck
241de230bb
Update .gitlab-ci.yml
...
add snap build to tags, triggers
2017-06-06 16:19:11 +03:00
Arkadiy Paronyan
ad6ea4fa49
Bump mio ( #5763 )
...
* Bump mio
* Fixed warnings
* Update mio to crates.
2017-06-05 20:40:40 +02:00
Denis S. Soldatov aka General-Beck
815f427c95
Update .gitlab-ci.yml
...
add rust beta&nigthly test for master
add more triggers
2017-06-05 15:44:37 +03:00
GitLab Build Bot
754abdb861
[ci skip] js-precompiled 20170604-110515
2017-06-04 11:09:12 +00:00
Tomasz Drwięga
8a364bbfaa
Fixing UI issues after UI server refactor ( #5710 )
...
* Self-sufficient secureApi.
* Updating embed.
* Linting issues.
2017-06-04 12:34:03 +02:00
GitLab Build Bot
e89d49d958
[ci skip] js-precompiled 20170603-131456
2017-06-03 13:18:47 +00:00
Tomasz Drwięga
68c8948294
fix WS server expose issue. ( #5728 )
2017-06-03 15:41:42 +03:00
Tomasz Drwięga
5ec5d2fa0b
Fix local transactions without condition. ( #5716 )
2017-06-03 15:41:31 +03:00
Tomasz Drwięga
45d8cc706c
Bump wordlist. ( #5748 )
2017-06-02 13:06:41 +02:00
Denis S. Soldatov aka General-Beck
d7e531c373
JS test Node 7 -> 8
2017-06-01 00:05:11 +03:00
DevOps Parity
c5c1978584
initial support snapcraft.io
...
create snapcraft.yaml for snapcraft.io
2017-05-31 21:17:44 +03:00
Guanqun Lu
5a20c63b70
two small changes in evm ( #5700 )
...
* add a simple test for is_push so that every small utility has a corresponding unit test
* split evm/factory.rs into two files as the TODO suggests
* style fixes according to review comments
2017-05-30 19:31:43 +02:00
Tomasz Drwięga
480741894b
JSON format printing pre-state. ( #5712 )
2017-05-30 19:30:15 +02:00
Nicolas Gotchac
c2c7231cad
Recover from empty phrase in dev mode ( #5698 )
...
* Add dev chain to isTest
* Fix signer
* Fix no condfition transactions
* Fix case : old parity
* Fix propTypes.
2017-05-30 19:28:50 +02:00
Arkadiy Paronyan
e6a31e7543
EIP-210 BLOCKHASH changes ( #5505 )
...
* EIP-210
* comment
2017-05-30 11:52:33 +02:00
GitLab Build Bot
de4c9507e6
[ci skip] js-precompiled 20170529-225538
2017-05-29 22:59:31 +00:00
Robert Habermeier
158ebef566
Merge pull request #5708 from patrick99e99/master
...
fixes typo
2017-05-30 00:36:28 +02:00
Patrick Collins
b14145f23b
fixes typo
2017-05-29 14:29:55 -07:00
Arkadiy Paronyan
7c2c39cb11
bump rocksdb ( #5707 )
2017-05-29 18:37:35 +03:00
Arkadiy Paronyan
a4aec56d18
Fixed --datadir option ( #5697 )
...
* Fixed --datadir
* Removed evmbin lib
2017-05-29 15:15:54 +02:00
Craig O'Connor
3991178b8d
rpc -> weak to arc ( #5688 )
...
* helpers-1
* helpers2-impls1
* small adjustments1
* cleanup-2
* small changes
* helper-impl-cleanup-finished
* test-update
* merge fix
* merge fix
* merge fix2
* fix tests
* fix tests2
* fix tests3
2017-05-28 08:40:36 -04:00
Guanqun Lu
a246278727
typo fix ( #5699 )
2017-05-27 23:35:18 +03:00
Denis S. Soldatov aka General-Beck
1f0f27bc65
Dockerfile for hub.docker.com
2017-05-26 15:18:17 +03:00
Denis S. Soldatov aka General-Beck
a4a36422d4
Add Installed-Size to deb build
...
https://github.com/paritytech/parity/issues/4937
2017-05-26 14:56:51 +03:00
Tomasz Drwięga
543965411e
Revamping parity-evmbin ( #5696 )
...
* Revamping evmbin to support spec files, json format and subcalls.
* Fix formatting of usage.
2017-05-26 11:06:48 +02:00
GitLab Build Bot
bbbdd02a00
[ci skip] js-precompiled 20170524-104640
2017-05-24 10:50:29 +00:00
Nikolay Volf
e1fef5c732
Update dependencies and bigint api ( #5685 )
...
* update to latest bigint
* bump elastic array and deps
* fix rlp tests
* also update all smallvec deps
* fix doc test
* reduce parking in attempt to fix CI bug
* fix from/into electum bug
* remove duplicate imports
2017-05-24 12:31:33 +02:00
Tomasz Drwięga
cbcc369a2d
UI server refactoring ( #5580 )
...
* Full API in Authenticated WS server.
* Replacing UI server with Hyper.
* Solving CLI, RPCs and tests.
* Porting signer tests.
* Fixing origin recognition for dapps/rpc.
* Fixing tests. Adding parity-rpc-client to test.
* Dapps exposed as RPC method.
* JS code to support new connection scheme.
* Fixing dapps tests.
* Updating allowed origins/hosts to support web3.site.
* Fixing tests, fixing UI.
* Fixing tests.
* Removing invalid tests.
* Fixing merge.
* 404 fallback for UI
* Improve ContentFetcher constructor readability.
* Naming.
* Update .gitlab-ci.yml
fix CI lint error
* Fixing tests and linting issues.
* Fixing new tests.
* UI hosts.
* Submodules fix.
2017-05-24 12:24:07 +02:00
Nikolay Volf
7499efecf6
fix from/into electum bug ( #5686 )
2017-05-24 11:53:02 +02:00
Robert Habermeier
18c3e90dbf
Merge pull request #5671 from paritytech/guanqun-add-unit-tests
...
Guanqun add unit tests
2017-05-23 15:18:11 -04:00
Tomasz Drwięga
00cdc52323
Parity-PubSub as a separate API. ( #5676 )
...
* Parity-PubSub as a separate API.
* Fix tests.
* Fixes after merge.
2017-05-23 19:05:17 +03:00
Arkadiy Paronyan
dd004aba9f
EIP-140 ( #5477 )
2017-05-23 16:49:17 +03:00
Afri
2ab21acf11
Update CHANGELOG for 1.6.7 ( #5683 )
2017-05-23 15:28:41 +02:00
GitLab Build Bot
6b6555852c
[ci skip] js-precompiled 20170523-130314
2017-05-23 13:07:10 +00:00
Gav
8a54c91431
Merge branch 'add-unit-tests' of https://github.com/guanqun/parity into guanqun-add-unit-tests
2017-05-23 08:48:04 -04:00
Micah Zoltu
2092b805b6
Updated docs slightly. ( #5674 )
...
These docs _really_ need a lot of improvement (like what are the options that go in `{}`, but at least they are now not outright incorrect.
2017-05-23 08:37:27 -04:00
Nikolay Volf
53add78a28
Fix build ( #5684 )
...
* missing feature
* dapps update
2017-05-23 08:35:34 -04:00
Robert Habermeier
386cdb830d
Back-references for the on-demand service ( #5573 )
...
* header back-references for on demand
* initial back-reference implementation for on demand requests
* answer requests from cache
* answer requests from cache, add tests
* strongly typed responses for vectors of homogeneous requests
* fix fallout in RPC without optimizing
2017-05-23 12:39:25 +02:00
Robert Habermeier
aa41b48ba0
Dynamically adjust PIP request costs based on gathered data ( #5603 )
...
* beginnings of load timer
* initial load timer implementation
* saturating adds
* create flow params from distribution
* update request credits and acknowledgement
* mark cumulative cost dead code
* fix compilation
* tests
* supply load share and other params to lightprotocol params
* add file store
* fix ethsync compilation
* reshuffle constants
2017-05-23 12:31:09 +02:00
Marek Kotewicz
a8d99ae465
use cargo workspace ( #5601 )
...
* use cargo workspace
* removed profiles for non root packages
2017-05-23 12:28:22 +02:00
Tomasz Drwięga
f38cc8e182
Latest headers Pub-Sub ( #5655 )
...
* Signer subscription.
* Fixing RPC tests.
* Block Headers eth-pubsub.
* PubSub for light client.
* Fixing tests.
* Updating to proper jsonrpc version.
* Update to correct tests.
* Fixing tests.
2017-05-23 12:26:39 +02:00
Marek Kotewicz
92f5aa7e10
improved dockerfile builds ( #5659 )
...
* docker builds current branch instead of cloning the repo
* moved ADD command right before RUN cd parity in Dockerfiles
* update docker/README.md
* removed --no-cache from docker/README.md
2017-05-23 12:25:41 +02:00
Tomasz Drwięga
f47cbe0be6
Adding CLI options: port shift and unsafe expose. ( #5677 )
...
* Adding CLI option for port shift and unsafe expose.
* Fixing IPC path.
* Fix hosts when attempting to expose on all interfaces.
* Fixing test.
* Fix typo.
2017-05-23 12:24:32 +02:00
keorn
532801f9d6
Report missing author in Aura ( #5583 )
...
* report missing block
* add a test validator set
* add a skip test
* clean up test
* report all skipped
2017-05-22 08:21:34 +02:00
Guanqun Lu
14b715bdc7
fix not build issue, only detect pure js folder
2017-05-21 10:44:20 +08:00
Gav
0a62117851
Merge branch 'add-unit-tests' of https://github.com/guanqun/parity into guanqun-add-unit-tests
2017-05-20 11:24:58 +02:00
Guanqun Lu
86b00a9271
typo fix ( #5669 )
2017-05-20 11:22:35 +02:00
Guanqun Lu
d35da909db
add asserts in ethash.rs
2017-05-20 12:12:16 +08:00
Guanqun Lu
73ad575306
add asserts in genesis.rs
2017-05-20 12:12:16 +08:00
Guanqun Lu
292eb1de62
add asserts in engine.rs
2017-05-20 12:12:16 +08:00
GitLab Build Bot
99a1636c62
[ci skip] js-precompiled 20170519-161414
2017-05-19 16:18:02 +00:00
Jaco Greeff
c944b2e632
Remove public middleware (temporary) ( #5665 )
2017-05-19 18:05:44 +02:00
GitLab Build Bot
ae0841598f
[ci skip] js-precompiled 20170519-154153
2017-05-19 15:45:53 +00:00
Jaco Greeff
637730996a
Remove additional polyfill ( #5663 )
2017-05-19 17:30:54 +02:00
Tomasz Drwięga
1a1d5e4a73
Importing accounts from files. ( #5644 )
...
* Importing accounts from files.
* whitespace
[ci:skip]
2017-05-19 17:14:47 +02:00
Guanqun Lu
d10ade1963
remove the deprecated options in rustfmt.toml ( #5616 )
...
* remove the deprecated options in rustfmt.toml
* add chain_one_line_max
* fix two issues spot by rustfmt
2017-05-19 17:12:20 +02:00
Nicolas Gotchac
84cab18120
Update the Console dapp ( #5602 )
...
* Init Console Dapp structure
* Watches and status
* First REPL and display
* Attaching console
* Selectable autocomplete
* working console // Display objects nicely
* Multilines in Console Dapps
* Better UI
* Eval on window object
* Save console gistory
* Adding views
* Add settings to the console dapp
* Add / remove Watches
* Add Snippets Cmponent
* Semi Working Snippets
* Working Snippets
* Adding CodeMirror features
* Removing old Console
* Add Static folder
2017-05-19 17:07:59 +02:00
Tomasz Drwięga
3ff72794e5
Create an account for chain=dev ( #5612 )
...
* implement From<&'static str> for Secret
* Dev account.
* Fix Secret semantics.
2017-05-19 17:06:36 +02:00
Jaco Greeff
e7abd3510a
Use babel-runtime as opposed to babel-polyfill ( #5662 )
...
* Add babel-runtime
* Add babel-transform-runtime plugin
* Remove babel-polyfill imports
* Remove babel-polyfill package
* Transform exports to work around webpack 2.2
2017-05-19 16:51:15 +02:00
Guanqun Lu
f96731c82b
add assets for seal.rs
2017-05-19 22:48:23 +08:00
Guanqun Lu
5c7c30cc4b
add asserts in spec param.rs
2017-05-19 22:48:23 +08:00
Guanqun Lu
a61b249d57
add asserts in tendermint.rs
2017-05-19 22:48:23 +08:00
Guanqun Lu
0b4eef48c5
add asserts in instantseal
2017-05-19 22:48:23 +08:00
Guanqun Lu
90b8b612cc
add asserts for spec::basic_authority
2017-05-19 22:48:23 +08:00
Guanqun Lu
c0a8eaa3bf
add asserts in spec::authority_round's unit test
2017-05-19 22:48:23 +08:00
Guanqun Lu
a0dd77ca01
add asserts in spec::validatorset's unit test
2017-05-19 22:48:23 +08:00
Guanqun Lu
f90802498f
add two asserts in unit tests for spec::authority_round
2017-05-19 22:48:23 +08:00
Guanqun Lu
cf0b8b7681
add several new tests for spec::account
2017-05-19 22:48:23 +08:00
Denis S. Soldatov aka General-Beck
2fd44e6ce4
CI add test stage with node 7.x
2017-05-18 21:22:52 +03:00
GitLab Build Bot
23a4a22869
[ci skip] js-precompiled 20170518-113124
2017-05-18 11:35:53 +00:00
Jaco Greeff
aa9894711b
Connection dialog timestamp info ( #5554 )
...
* Timetsamp adjustment note
* Type & unneeded values
2017-05-18 12:46:30 +02:00
Guanqun Lu
6d81b8a49a
use copy_from_slice instead of for loop ( #5647 )
2017-05-18 12:46:14 +02:00
Robert Habermeier
b1eab698d2
Light friendly dapps ( #5634 )
...
* move native_contracts ABIs to JSON files, add urlhint
* port hash-fetch to futures, fix tests
* fix dapps compilation, defer async port to later
* activate dapps server in the light client
* better formatting
2017-05-18 12:44:09 +02:00
GitLab Build Bot
95d9706fe1
[ci skip] js-precompiled 20170518-101141
2017-05-18 10:15:33 +00:00
Nicolas Gotchac
8b1f0b7cf4
Add Recover button to Accounts and warnings ( #5645 )
...
* Add Recover button to Accounts // Add Warnings
* Change to 11
* Add test net checks for empty recovery phrase
* Fix failing tests
2017-05-18 11:50:15 +02:00
GitLab Build Bot
2ec51fc0ad
[ci skip] js-precompiled 20170517-144631
2017-05-17 14:50:24 +00:00
Tomasz Drwięga
379b920d49
Update eth_sign docs. ( #5631 )
2017-05-17 16:21:39 +02:00
Tomasz Drwięga
240704fb54
Proper signer Pub-Sub for pending requests. ( #5594 )
...
* Signer subscription.
* Fixing RPC tests.
* Improve notification performance.
2017-05-17 16:20:41 +02:00
Marek Kotewicz
da8be072fa
Merge pull request #5641 from paritytech/bigint-bump
...
Bump bigint to 1.0.5
2017-05-17 13:33:05 +02:00
Robert Habermeier
4c5e4ac8da
PoA warp implementation ( #5488 )
...
* separate modules for consensus snapshot chunks
* bulk of authority warp logic
* finish authority warp implementation
* squash warnings and enable authority snapshot mode
* test harness for PoA
* fiddle with harness
* epoch generation proof fixes
* update constructor code
* store epoch transition proof after block commit
* basic snap and restore test
* use keyvaluedb in state restoration
* decompress chunks
* fix encoding issues
* fixed-to-contract-to-contract test
* implement ancient block import
* restore genesis transition in PoW snapshot
* add format version method to snapshot components
* supported version numbers in snapshot_components
* allow returning of ancient epoch transitions
* genesis hash mismatch check
* remove commented code
2017-05-17 12:41:33 +02:00
Robert Habermeier
5d973f8ef5
Merge pull request #5419 from paritytech/on-demand-priority
...
Improve on-demand dispatch and add support for batch requests
2017-05-17 12:28:27 +02:00
Tomasz Drwięga
fa4426c814
Bump bigint.
2017-05-17 10:07:20 +02:00
Robert Habermeier
c7cf43d1c1
improve assertion
2017-05-16 17:24:12 +02:00
GitLab Build Bot
7626ddc9c3
[ci skip] js-precompiled 20170516-145955
2017-05-16 15:03:40 +00:00
Nicolas Gotchac
8642300d74
Use default account for sending transactions ( #5588 )
...
* Add default account for Wallet Creation
* Use default account by default, save current used account
* Fix tests
2017-05-16 15:38:16 +01:00
GitLab Build Bot
48ddd8b312
[ci skip] js-precompiled 20170516-115901
2017-05-16 12:04:56 +00:00
Nicolas Gotchac
0f1a857576
Add peer management to the Status tab ( #5566 )
...
* Add peer management to the Status tab
* Fix propTypes issue
2017-05-16 11:01:55 +01:00
keorn
945c1a9478
add monotonic transition to kovan ( #5587 )
2017-05-15 21:34:01 +01:00
Tomasz Drwięga
879195397e
Decrypting for external accounts. ( #5581 )
2017-05-15 18:59:41 +02:00
Robert Habermeier
4df1772078
Merge pull request #5595 from paritytech/no-warp-if-disabled
...
only enable warp sync when engine supports it
2017-05-13 15:04:06 +02:00
Robert Habermeier
f8279bb7bb
code cleanup with macro
2017-05-12 18:00:01 +02:00
Robert Habermeier
2a6f38c587
removing slienced warning
2017-05-12 17:53:10 +02:00
Robert Habermeier
909f3d76d8
optimize back-reference filling
2017-05-12 17:25:02 +02:00
Robert Habermeier
2d87f562f6
address grumbles
2017-05-12 17:16:38 +02:00
Marek Kotewicz
b1f6112c5c
Merge pull request #5586 from guanqun/doc-fix
...
fix the doc of installing rust
2017-05-12 16:35:47 +02:00
Marek Kotewicz
c38e33ca8b
Merge pull request #5584 from guanqun/small-fixes
...
Small fixes
2017-05-12 16:34:49 +02:00
Svyatoslav Nikolsky
e6ecd05308
SecretStore: remove session on master node ( #5545 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
* secretstore network transport
* encryption_session_works_over_network
* network errors processing
* connecting to KeyServer
* licenses
* get rid of debug println-s
* fixed secretstore args
* encryption results are stored in KS database
* decryption protocol works over network
* enc/dec Session traits
* fixing warnings
* fix after merge
* on-chain ACL checker proto
* fixed compilation
* fixed compilation
* finally fixed <odd>-of-N-scheme
* temporary commented test
* 1-of-N works in math
* scheme 1-of-N works
* updated AclStorage with real contract ABI
* remove unnecessary unsafety
* fixed grumbles
* wakeup on access denied
* encrypt secretstore messages
* 'shadow' decryption
* fix grumbles
* lost files
* secretstore cli-options
* decryption seccion when ACL check failed on master
* disallow regenerating key for existing document
* removed obsolete TODO
* fix after merge
* switched to tokio_io
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fixed test
* fix after merge
* encryption session errors are now fatal
* session timeouts
* autorestart decryption session
* remove sessions on completion
* exclude disconnected nodes from decryption session
* test for enc/dec session over network with 1 node
* remove debug printlns
* fixed 1-of-1 scheme
* drop for KeyServerHttpListener
* Use standard encryption and decryption (as in RPC)
* added some tests
* moved DEFAULT_MAC to ethcrypto
* rpc_secretstore_encrypt_and_decrypt
* serialization with "0x" prefix (RPC compatibility)
* secretstore RPC API
* fix after merge
* fixed typo
* secretstore_shadowDecrypt RPC
* enable secretstore RPCs by default
* fixed test
* SecStore RPCs available without SecStore feature
* fixed grumbles
* lost files
* added password argument to Parity RPCs
* update docs
* remove enc/dec session on master node
* lost file
* pass weak instead of arc
2017-05-12 14:36:19 +02:00
GitLab Build Bot
83a13ee0e6
[ci skip] js-precompiled 20170512-102851
2017-05-12 10:32:43 +00:00
Craig O'Connor
662a8317a5
run-clean ( #5607 )
2017-05-12 12:10:24 +02:00
Robert Habermeier
38ed39ebe0
Merge pull request #5591 from paritytech/relicense-rlp
...
relicense RLP to MIT/Apache2
2017-05-11 16:54:43 +02:00
Robert Habermeier
83325b5b72
Merge pull request #5597 from paritytech/ethsign
...
Fix eth_sign signature encoding.
2017-05-11 16:43:39 +02:00
Robert Habermeier
79f9e9b061
fix dependency graph
2017-05-11 15:37:11 +02:00
Robert Habermeier
8c86bd1b31
bump RLP version
2017-05-11 15:35:38 +02:00
Robert Habermeier
f299190e46
relicense ethcore-bigint
2017-05-11 15:34:35 +02:00
Tomasz Drwięga
feb7ac7ba8
Fix ethkey test.
2017-05-11 14:58:24 +02:00
Tomasz Drwięga
fc3e1a4f18
Fix eth_sign signature encoding.
2017-05-11 12:47:47 +02:00
Denis S. Soldatov aka General-Beck
28b66d1b58
Update deb-build.sh
...
Ethcore -> Parity Technologies
2017-05-10 23:19:08 +03:00
GitLab Build Bot
2b30e0b5e0
[ci skip] js-precompiled 20170510-155435
2017-05-10 15:58:15 +00:00
Nicolas Gotchac
8146cbdae7
Check pending request on Node local transactions ( #5564 )
...
* Check pending request on Node
* Linting
* Liting
* Fix tests
2017-05-10 17:33:53 +02:00
Robert Habermeier
56768ff237
only try to warp when engine supports it
2017-05-10 17:12:00 +02:00
GitLab Build Bot
710339d0a8
[ci skip] js-precompiled 20170510-143939
2017-05-10 14:43:30 +00:00
Nicolas Gotchac
eff4cde738
Add tooltips capabilities to buttons ( #5562 )
...
Add tooltips for buttons on ActionBar if text not visible
2017-05-10 16:19:01 +02:00
GitLab Build Bot
3e86b2e666
[ci skip] js-precompiled 20170510-134918
2017-05-10 13:52:55 +00:00
Nicolas Gotchac
0a16c350d1
Can't deploy without compiling Contract ( #5593 )
2017-05-10 15:24:24 +02:00
GitLab Build Bot
c58c253cbf
[ci skip] js-precompiled 20170510-131400
2017-05-10 13:17:46 +00:00
Nicolas Gotchac
5baccafb23
Add a warning when node is syncing ( #5565 )
...
* Add a warning when node is syncing
* Linting
* Linting
* PR Grumbles
2017-05-10 15:02:47 +02:00
Nicolas Gotchac
076b602343
Update registry middleware ( #5585 )
2017-05-10 14:42:26 +02:00
Nicolas Gotchac
860d6c01ed
Set block condition to BigNumber in MethodDecoding ( #5592 )
...
* Set block condition to BigNumber in MethodDecoding
* Add gt(0)
2017-05-10 14:41:52 +02:00
Robert Habermeier
a2fe46f8b3
use bigint on crates.io
2017-05-10 13:16:24 +02:00
Robert Habermeier
bccf58df51
relicense RLP to MIT/Apache2
2017-05-10 13:03:30 +02:00
Robert Habermeier
0fd3e36c23
Merge branch 'master' into on-demand-priority
2017-05-10 12:18:30 +02:00
Guanqun Lu
a4b0e0c93c
fix the doc of installing rust
...
multirust is deprecated.
2017-05-10 17:13:40 +08:00
Guanqun Lu
04eef37cad
remove the extra $ in front of a flag
2017-05-09 23:47:34 +08:00
Guanqun Lu
cd693dcf3e
typo fix
2017-05-09 23:46:46 +08:00
Robert Habermeier
9358f81ac1
fix indentation
2017-05-09 14:24:45 +02:00
GitLab Build Bot
518b6e647b
[ci skip] js-precompiled 20170509-115458
2017-05-09 11:58:48 +00:00
GitLab Build Bot
9947493977
[ci skip] js-precompiled 20170509-112134
2017-05-09 11:25:44 +00:00
Nicolas Gotchac
e5ff36f1f1
Load the sources immediatly in Contract Dev ( #5575 )
2017-05-09 12:56:35 +02:00
Nicolas Gotchac
d83d938ee3
Remove formal verification messages ( #5574 )
2017-05-09 12:56:20 +02:00
Nicolas Gotchac
c5116e5049
Fix event params decoding when no names for parameters #5409 ( #5567 )
2017-05-09 12:56:08 +02:00
Nicolas Gotchac
1288b4b28f
Do not convert to Dates twice ( #5563 )
...
* Don't convert Dates twice
* Take string dates into account
2017-05-09 12:55:52 +02:00
Nicolas Gotchac
df9096df80
Fix Multisig wallet settings ( #5560 )
...
* Improve add/remove owner in Wallet (use changeOwner)
* fix linting
2017-05-09 12:55:35 +02:00
YaNing Zhang
0bd4d5bb0c
Typo ( #5547 )
2017-05-07 14:33:52 +02:00
Tomasz Drwięga
1617264b69
Generic PubSub implementation ( #5456 )
...
* Generic PubSub
* Adding more tests.
* Fix submodules.
* Remove PartialEq
* Actually remove the implementation.
* Update mod.rs
* Update mod.rs
2017-05-06 13:24:18 +02:00
Gav Wood
91d6f14e3c
Fix CI paths. ( #5570 )
2017-05-06 13:24:00 +02:00
Robert Habermeier
6dd1fe0312
reorg into blocks before minimum history ( #5558 )
2017-05-05 15:01:19 +01:00
Arkadiy Paronyan
ed7c366b90
EIP-86 fixes ( #5506 )
2017-05-05 15:00:40 +01:00
Svyatoslav Nikolsky
8b9adb4d74
Secretstore RPCs + integration ( #5439 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
* secretstore network transport
* encryption_session_works_over_network
* network errors processing
* connecting to KeyServer
* licenses
* get rid of debug println-s
* fixed secretstore args
* encryption results are stored in KS database
* decryption protocol works over network
* enc/dec Session traits
* fixing warnings
* fix after merge
* on-chain ACL checker proto
* fixed compilation
* fixed compilation
* finally fixed <odd>-of-N-scheme
* temporary commented test
* 1-of-N works in math
* scheme 1-of-N works
* updated AclStorage with real contract ABI
* remove unnecessary unsafety
* fixed grumbles
* wakeup on access denied
* encrypt secretstore messages
* 'shadow' decryption
* fix grumbles
* lost files
* secretstore cli-options
* decryption seccion when ACL check failed on master
* disallow regenerating key for existing document
* removed obsolete TODO
* fix after merge
* switched to tokio_io
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fixed test
* fix after merge
* encryption session errors are now fatal
* session timeouts
* autorestart decryption session
* remove sessions on completion
* exclude disconnected nodes from decryption session
* test for enc/dec session over network with 1 node
* remove debug printlns
* fixed 1-of-1 scheme
* drop for KeyServerHttpListener
* Use standard encryption and decryption (as in RPC)
* added some tests
* moved DEFAULT_MAC to ethcrypto
* rpc_secretstore_encrypt_and_decrypt
* serialization with "0x" prefix (RPC compatibility)
* secretstore RPC API
* fix after merge
* fixed typo
* secretstore_shadowDecrypt RPC
* enable secretstore RPCs by default
* fixed test
* SecStore RPCs available without SecStore feature
* fixed grumbles
* lost files
* added password argument to Parity RPCs
* update docs
* lost file
2017-05-05 14:57:29 +01:00
GitLab Build Bot
0d8920347a
[ci skip] js-precompiled 20170505-084643
2017-05-05 08:50:23 +00:00
GitLab Build Bot
4a2ad9fc2a
[ci skip] js-precompiled 20170505-083410
2017-05-05 08:38:11 +00:00
Nicolas Gotchac
25853b915e
Fixes Parity Bar position ( #5557 )
2017-05-05 10:00:45 +02:00
Nicolas Gotchac
d4dc58eafe
Fix #4277 ( #5556 )
2017-05-05 10:00:31 +02:00
Nicolas Gotchac
eb316fcb9c
Fix issues in Contract Development view ( #5555 )
...
* Better errors in contract dev
* Use RAW Git instead of Github Raw URLs (better CORS support)
* Network first for Solc list
* Don't use importScript n Worker // update rawgit to use CDN
2017-05-05 10:00:16 +02:00
Denis S. Soldatov aka General-Beck
951dc757f8
fix docker build (ethcore+parity hub's)
2017-05-04 23:46:25 +03:00
GitLab Build Bot
f5bfb208e7
[ci skip] js-precompiled 20170504-161940
2017-05-04 16:23:12 +00:00
Maciej Hirsz
d5683d2016
Added missing methods ( #5542 )
...
* Added missing methods
* Adding to Parity.js
2017-05-04 17:58:01 +02:00
Robert Habermeier
de1f7ee39b
option to disable persistent txqueue ( #5544 )
...
* option to disable persistent txqueue
* New option goes with kin
2017-05-04 12:13:50 +02:00
Nikolay Volf
74044f4821
bump jsonrpc & bytes ( #5552 )
2017-05-04 10:21:33 +03:00
Denis S. Soldatov aka General-Beck
8fdda2f5b7
Update .gitlab-ci.yml
...
fix nightly test
- rustup default nightly
2017-05-03 17:56:10 +03:00
Denis S. Soldatov aka General-Beck
15c89a8fff
add docker build for hub.docker.com/r/parity
2017-05-03 17:31:56 +03:00
GitLab Build Bot
160183b6e8
[ci skip] js-precompiled 20170503-123121
2017-05-03 12:34:57 +00:00
Jaco Greeff
70e87677b3
Retrieve block headers only for header-only info ( #5480 )
...
* Add parity_getBlockHeaderByNumber
* Use parity_getBlockHeaderByNumber for retrieval
2017-05-03 14:12:06 +02:00
Denis S. Soldatov aka General-Beck
0658e42dad
fix nightly published
...
add `nightly` to S3_BUCKET=builds-parity-published
2017-05-03 13:50:08 +03:00
Denis S. Soldatov aka General-Beck
7fd2051d2c
Merge pull request #5519 from paritytech/snap
...
add snap to CI
2017-05-03 13:43:07 +03:00
keorn
a3d9cce7c5
Pass additional data when reporting ( #5527 )
...
* pass additional data when reporting
* checkout correct tests
2017-05-03 09:01:24 +02:00
Robert Habermeier
60bb0de9d6
Calculate post-constructors state root in spec at load time ( #5523 )
...
* apply contract constructors at spec load time
* debugging
* do trie updates in two stages
* add lint exception to newly-dead constructor
* squash warning in RPC tests
* kill dead accountdb constructors
* restore accountdb constructors under test configuration
* use provided state root in spec, if it exists
2017-05-03 09:00:02 +02:00
Denis S. Soldatov aka General-Beck
9cfb50f90f
Update .gitlab-ci.yml
...
build snap beta
2017-05-03 03:12:45 +03:00
Denis S. Soldatov aka General-Beck
5fd5c9e85c
Update .gitlab-ci.yml
...
fix typo arm64
2017-05-03 03:03:39 +03:00
Denis S. Soldatov aka General-Beck
2bb6546ed6
replace CI docker images to hub.docker.com/r/parity
2017-05-02 21:29:36 +03:00
Denis S. Soldatov aka General-Beck
09bd3a9642
update CI docker images
...
switch to hub.docker.com/r/parity
2017-05-02 20:45:19 +03:00
GitLab Build Bot
b17c6ec054
[ci skip] js-precompiled 20170502-161232
2017-05-02 16:16:27 +00:00
Nicolas Gotchac
a56b2f5993
Fix utf8 decoding ( #5533 )
...
* Fixes #5492
* Linting
2017-05-02 17:52:49 +02:00
GitLab Build Bot
b0e4c913c0
[ci skip] js-precompiled 20170502-103844
2017-05-02 10:42:38 +00:00
Afri
77c8d588fa
Add CHANGELOG.md ( #5513 )
...
* Add CHANGELOG.md
* Add some more verbose CHANGELOG information for beta and stable releases
* Add dates to releases
2017-05-02 12:08:48 +02:00
Rien
02b54ff7e8
find . -type f -not -path './.*' -exec sed -i -e "s/ethcore\.io/parity.io/g" {} \; ( #5528 )
2017-05-02 11:41:09 +02:00
Arkadiy Paronyan
da2f684f18
Memory usage optimization ( #5526 )
2017-05-02 11:40:03 +02:00
Tomasz Drwięga
c39da9643e
Compose transaction RPC. ( #5524 )
2017-05-02 11:39:48 +02:00
Denis S. Soldatov aka General-Beck
2ecdf111b0
fix path to artefacts
2017-04-28 16:45:59 +03:00
Denis S. Soldatov aka General-Beck
e9ebb2498b
parity_master_amd64.snap
2017-04-28 15:52:58 +03:00
Denis S. Soldatov aka General-Beck
a1aaead6a9
fix CI lint
2017-04-28 15:19:10 +03:00
Denis S. Soldatov aka General-Beck
e989e2f12c
add artifacts for snap
2017-04-28 15:16:40 +03:00
Denis S. Soldatov aka General-Beck
81c449fc99
update CentOS dockerfile
...
https://github.com/paritytech/parity/issues/5463
2017-04-28 01:17:20 +03:00
GitLab Build Bot
1ed0fedfd5
[ci skip] js-precompiled 20170427-165204
2017-04-27 16:56:27 +00:00
Tomasz Drwięga
28dcbc6426
Support external eth_sign ( #5481 )
...
* Display a QR for eth_sign requests.
* Support raw confirmation of eth_sign
* Fix ethkey issue on nightly.
* Fixing test.
* Fixing test.
2017-04-27 18:23:22 +02:00
Gav Wood
43175f17e4
Treat clock numbers as strings, not BigNums. ( #5449 )
2017-04-27 18:22:55 +02:00
Denis S. Soldatov aka General-Beck
e439b53652
switch to docker runner
2017-04-27 17:20:00 +03:00
Denis S. Soldatov aka General-Beck
011f6102a5
update gitlab-ci
2017-04-27 16:27:28 +03:00
Denis S. Soldatov aka General-Beck
2245863f04
add snap to CI
...
initial build snap package for parity
2017-04-27 16:14:51 +03:00
GitLab Build Bot
30b3b5e2a7
[ci skip] js-precompiled 20170426-110849
2017-04-26 11:12:52 +00:00
Jaco Greeff
3d9deb7770
npm cleanups ( #5512 )
...
* Cleanup @parity modules in npm run clean
* Remove top-level yarn files (only in js)
2017-04-26 12:38:21 +02:00
GitLab Build Bot
012615ae46
[ci skip] js-precompiled 20170426-101558
2017-04-26 10:19:53 +00:00
Craig O'Connor
cf904b6b2f
Export acc js ( #4973 )
...
* Export account RPC
* Removing GethDirectory and ParityDirectory
* js export accounts as json
* js export accounts as json
* api - then - catch
* final touches
* pass
* oops
* individual accounts
* refactoring
* refactor one
* refactor one
* refactor two
* some grumble fixes
* file name changes
* constructor
* constructor
* git recognize file name change
* spec and updates
* specs
* one tiny fix
* one tiny fix
* grumbles
* more grumbles
* sliders
* ff
* pointer default
* grumbles
* almost ready
* lots of updates
* accountList
* stupid debuglog
* bug fix
* bug fix
* some more good ol fashioned updates
* filter accounts
* clean
* update spec
* ff
* ff-f
* balances fix
2017-04-26 11:34:48 +02:00
Craig O'Connor
3be3b78c90
YARN ( #5395 )
...
* YARN
* update package.json
* update package.json
* yarn updates
* npm
2017-04-26 11:33:29 +02:00
Jaco Greeff
8fc453658b
Fix linting issues ( #5511 )
2017-04-26 11:10:36 +02:00
Shaoping
3344d96329
Chinese Translation ( #5460 )
...
* Update account.js
* Update accounts.js
* finished writeContract.js translate
* translated web, walletSetting
* 添加注释
* 添加注释
* 翻译1
* 翻译1,存疑1
* 翻译1,没毛病
* 翻译1,存疑1
* Translated addAddress & addContract
* 翻译1
* Translated connection.js
* Translated contract.js
* Translated contracts.js
* translated dapps.js
* translated deleteAccount
* Translated createWallet.js
* Translated editMeta.js
* Translated errors.js
* Translated extension.js
* translated deployContract
* Translated executeContract.js
* Update home.js
* Translated home.js
* Translated loadContract.js
* Translated parityBar.js
* translated faucet
* Translated passwordChange.js
* Translated saveContract.js
* translated firstRun
* translated tabBar
* Commented out all ENG
* translated transfer.js
* translated txEditor.js
* Translated settings.js
* translated ui.js
* Translated shapeshift.js
* translated wallet.js
* Translated signer.js
* translated upgradParity.js
* Translated status.js
* translated verification.js
* Translated vaults.js
* translated ui.js
* zh-tw translation
* translated account.js
* translated accounts.js
* translated accounts.js
* translated address.js
* translated addressSelect.js
* translated addresses.js
* translated application.js
* translated dapp.js
* translated ui.js
* translated txEditor.js
* update zh-Hant-TW translation
* enable zh-Hant-TW
2017-04-26 10:57:19 +02:00
Svyatoslav Nikolsky
1a262048a6
Fixing secretstore TODOs - part 2 ( #5416 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
* secretstore network transport
* encryption_session_works_over_network
* network errors processing
* connecting to KeyServer
* licenses
* get rid of debug println-s
* fixed secretstore args
* encryption results are stored in KS database
* decryption protocol works over network
* enc/dec Session traits
* fixing warnings
* fix after merge
* on-chain ACL checker proto
* fixed compilation
* fixed compilation
* finally fixed <odd>-of-N-scheme
* temporary commented test
* 1-of-N works in math
* scheme 1-of-N works
* updated AclStorage with real contract ABI
* remove unnecessary unsafety
* fixed grumbles
* wakeup on access denied
* encrypt secretstore messages
* 'shadow' decryption
* fix grumbles
* lost files
* secretstore cli-options
* decryption seccion when ACL check failed on master
* disallow regenerating key for existing document
* removed obsolete TODO
* fix after merge
* switched to tokio_io
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fixed test
* fix after merge
* encryption session errors are now fatal
* session timeouts
* autorestart decryption session
* remove sessions on completion
* exclude disconnected nodes from decryption session
* test for enc/dec session over network with 1 node
* remove debug printlns
* fixed 1-of-1 scheme
* drop for KeyServerHttpListener
* added some tests
* fixed typo
2017-04-25 21:34:03 +02:00
cdetrio
87ce264926
fix json format of state snapshot ( #5504 )
2017-04-25 19:08:28 +02:00
Nikolay Volf
9d6c50ea2f
Bump jsonrpc version ( #5489 )
...
* bump jsonrpc version
* also dependant crates
* tokio_uds also
2017-04-25 19:48:31 +03:00
Robert Habermeier
35958a0965
Merge pull request #5454 from paritytech/aura-contract-warp
...
Groundwork for generalized warp sync
2017-04-25 17:58:13 +02:00
Leo Arias
80a58eea7b
Add the packaging metadata to build the parity snap ( #5496 )
...
* Add the packaging metadata to build the parity snap
* Move the snapcraft.yaml to scripts
2017-04-25 16:20:57 +02:00
GitLab Build Bot
c9b2a7a980
[ci skip] js-precompiled 20170425-082717
2017-04-25 08:31:15 +00:00
Craig O'Connor
f7d5d6c0cd
Cancel tx JS ( #4958 )
...
* Remove transaction RPC
* Bumping multihash and libc
* Updating nanomsg
* bump nanomsg
* cancel tx
* cancel-tx-js
* cancel-tx-js
* cancel-tx-js
* cancel-tx-hs
* cancel-tx-js
* cancel-tx-js
* cancel-tx-js
* small fixes
* edit & time till submit
* edit & time till submit
* updates
* updates
* udpates
* udpates
* grumbles
* step 1
* Wonderful updates
* ready
* small refact
* small refact
* grumbles 1
* ffx2
* good ol' fashioned updates
* latest and greatest
* removeHash
* removeHash
* spec
* fix 1
* fix 1
* fix 2
* fix 2
* ff
* ff
* ff
* updates
2017-04-25 10:08:09 +02:00
Robert Habermeier
6a5702f27c
address grumbles
2017-04-24 13:14:50 +02:00
Robert Habermeier
7ab92f0807
epoch generation proof fixes
2017-04-22 18:56:34 +02:00
Robert Habermeier
0768ce3600
Merge pull request #5307 from paritytech/eip-212
...
EIP-212 (bn128 curve pairing)
2017-04-21 13:10:57 +02:00
NikVolf
7a1db0852b
fix typo
2017-04-21 12:10:41 +03:00
GitLab Build Bot
70c82c0f61
[ci skip] js-precompiled 20170420-192450
2017-04-20 19:28:34 +00:00
Robert Habermeier
f18f81ec58
Merge pull request #5479 from paritytech/fix-tree-route-panic
...
fix panickers in tree-route
2017-04-20 18:31:16 +02:00
Dmitriy Startsev
6c33b781c3
Update links to etherscan.io ( #5455 )
2017-04-20 18:03:43 +02:00
Robert Habermeier
023c45f302
checkout correct tests submodule
2017-04-20 17:34:04 +02:00
Jaco Greeff
ba03ed4eea
Refresh UI on nodeKind changes, e.g. personal -> public ( #5312 )
...
* Poll details based on nodeKind
* Delay long polling when public/light
* Reload UI when nodeKind changed
* Fix tests (not using dispatch, reload instead)
* PR grumbles/cleanups
2017-04-20 17:31:15 +02:00
Robert Habermeier
ee25249729
Merge pull request #5473 from paritytech/eip86
...
Correct contract address for EIP-86
2017-04-20 17:21:16 +02:00
Robert Habermeier
167d06d727
fix panickers in tree-route
2017-04-20 16:21:53 +02:00
Robert Habermeier
468a7a4a77
bloom check test
2017-04-20 16:09:43 +02:00
Robert Habermeier
a33b4cc73b
fix tests
2017-04-20 15:04:07 +02:00
Afri
a16fb04280
Force two decimals for USD conversion rate ( #5471 )
2017-04-19 22:59:02 +02:00
Robert Habermeier
240c111ebb
fix indent
2017-04-19 20:44:11 +02:00
Robert Habermeier
6652df03df
Merge branch 'master' into aura-contract-warp
2017-04-19 20:43:24 +02:00
Robert Habermeier
2ec3397b7d
snapshot chunk and restore traits
2017-04-19 20:31:53 +02:00
arkpar
97052f3912
null_sign with network id
2017-04-19 19:10:12 +02:00
GitLab Build Bot
0d40df937b
[ci skip] js-precompiled 20170419-162101
2017-04-19 16:24:42 +00:00
GitLab Build Bot
7d07c550ba
[ci skip] js-precompiled 20170419-161237
2017-04-19 16:16:20 +00:00
Nicolas Gotchac
37690cfde2
Refactoring of Tokens & Balances ( #5372 )
...
* Remove ETH filter
* Remove unused Blockchain reducer+actions
* Simpler Token updates and fetching
* Cleanup use of balances
* Cleanup of balances
* Cleanup of Balances
* Linting
* Update List Component
* Separate tokens from balances
* Refactoring balance fetchin and storing - Part I
* Linting
* Better ETH token description and use
* Working Transfer with new logic
* Add debugging
* Querying the tokens filter on new block
* Fixing the tests - PART I
* Fix txCount
2017-04-19 18:00:05 +02:00
Jaco Greeff
fc18299869
Background-repeat round ( #5475 )
2017-04-19 17:47:30 +02:00
GitLab Build Bot
770c7e5878
[ci skip] js-precompiled 20170419-142847
2017-04-19 14:32:38 +00:00
Robert Habermeier
4d3f137e1e
iterate over all epochs
2017-04-19 16:28:16 +02:00
Bas
23e7b53c13
nl i18n updated ( #5461 )
...
* Sync nl i18n to default
* Syntax fix in nl i18n
Tested locally
* nl translation improvements
2017-04-19 16:08:47 +02:00
Nicolas Gotchac
e1e2674cd2
Show ETH value (even 0) if ETH transfert in transaction list ( #5406 )
2017-04-19 16:02:24 +02:00
GitLab Build Bot
8310877f25
[ci skip] js-precompiled 20170419-133906
2017-04-19 13:42:54 +00:00
Robert Habermeier
af868a7439
ensure genesis validator set in DB
2017-04-19 15:35:12 +02:00
Nicolas Gotchac
e83de5cde2
Store the pending requests per network version ( #5405 )
...
* Store the requests in LS per network version
* Fixing tests
* Add network switching test
* Fixes
2017-04-19 15:15:43 +02:00
Robert Habermeier
a278dd5a0a
store epoch transition proofs in DB
2017-04-19 14:58:19 +02:00
arkpar
04e581db61
Correct contract address for EIP-86
2017-04-19 14:50:56 +02:00
Arkadiy Paronyan
b50fb71dd1
EIP-86 ( #4697 )
...
* EIP-86
* Disable EIP-86 auto activation for now
2017-04-19 14:30:00 +02:00
Robert Habermeier
6da6c755a5
iterate DB by prefix
2017-04-18 15:45:15 +02:00
Gav Wood
0180b21dd1
Update README.md
2017-04-18 14:55:25 +02:00
Robert Habermeier
f6f9816ef4
epoch verifier rename
2017-04-18 14:19:10 +02:00
Marek Kotewicz
cc3adcc2c1
Merge pull request #5451 from paritytech/temp-state-fix
...
Use in-memory database for tests
2017-04-14 08:24:26 +02:00
Robert Habermeier
e1fa4ab8ec
verify_external in verifier trait
2017-04-13 20:34:16 +02:00
Robert Habermeier
715d5daafe
ChainVerifier for memoizing validator sets
2017-04-13 20:24:21 +02:00
Robert Habermeier
fd4d7c4b68
correct state test checkout
2017-04-13 17:21:12 +02:00
Robert Habermeier
a98052fe74
Merge branch 'master' into on-demand-priority
2017-04-13 16:44:47 +02:00
Tomasz Drwięga
ea09aa584d
WebSockets RPC server ( #5425 )
...
* Basic WS server.
* CLI for WS server.
* Bump jsonrpc
* Fixing test.
2017-04-13 16:32:07 +02:00
Svyatoslav Nikolsky
1df30ee83e
added missing docs ( #5452 )
2017-04-13 14:26:07 +02:00
arkpar
314af4cdae
Use in-memory database in tests
2017-04-13 12:17:53 +02:00
GitLab Build Bot
1e6674f804
[ci skip] js-precompiled 20170413-083353
2017-04-13 08:37:35 +00:00
Maciej Hirsz
df5f722885
Merge pull request #5417 from paritytech/mh-publicnode-tests
...
Tests and tweaks for public node middleware
2017-04-13 10:13:07 +02:00
Robert Habermeier
b4f3e30cd6
detect changes in safe_contract
2017-04-12 22:10:18 +02:00
Robert Habermeier
34a1512ff0
skeleton for proof checking
2017-04-12 18:55:38 +02:00
Robert Habermeier
ec922ee5e4
supply optional call context to validator sets
2017-04-12 16:42:19 +02:00
Robert Habermeier
0f80c57dca
use native contracts in ValidatorSet
2017-04-12 16:15:35 +02:00
Robert Habermeier
2f5a774325
add validator contracts to native_contracts bin
2017-04-12 15:54:23 +02:00
Tomasz Drwięga
c58fd744ee
Fix removal of hash-mismatched files. ( #5440 )
2017-04-12 15:04:53 +02:00
Robert Habermeier
2d8a8bd3e5
engine changes
2017-04-12 14:41:19 +02:00
Robert Habermeier
13633414a3
Merge pull request #5383 from paritytech/block_header_rpc
...
parity_getBlockHeaderByNumber and LightFetch utility
2017-04-12 14:39:50 +02:00
GitLab Build Bot
d99f1e5f1f
[ci skip] js-precompiled 20170412-114838
2017-04-12 11:52:33 +00:00
Arkadiy Paronyan
15ae24b541
New state tests ( #5418 )
...
* General state tests
* Allow dir name for a test
2017-04-12 13:33:49 +02:00
Gav Wood
1b36a381e8
Fix buffer length for QR code gen. ( #5447 )
2017-04-12 13:20:22 +02:00
Robert Habermeier
e094043b80
Merge branch 'master' into block_header_rpc
2017-04-12 13:00:32 +02:00
GitLab Build Bot
a0d83537e5
[ci skip] js-precompiled 20170412-104510
2017-04-12 10:48:49 +00:00
Robert Habermeier
7723d6281b
starting memoized validatorset
2017-04-12 12:46:25 +02:00
keorn
52eae66c72
Add raw hash signing ( #5423 )
...
* add sign any
* Add RPC signMessage call to JS API
* Add signMessage to JSON RPC docs
* PostSignTransaction -> EthSignMessage
* fix doc typo
* revert incorect naming
2017-04-12 12:15:13 +02:00
Robert Habermeier
daf1495c4e
Filters and block RPCs for the light client ( #5320 )
...
* block_hash method for LightChainClient
* abstraction and futures-based eth_filter
* log fetching for light client
* add eth-filter delegate
* eth_block fetching RPCs
* return default accounts from on_demand
* fix early exit
* BlockNumber -> BlockId
* early exit for no known block number.
2017-04-12 12:07:54 +02:00
GitLab Build Bot
e84d03f31d
[ci skip] js-precompiled 20170411-150514
2017-04-11 15:08:42 +00:00
Robert Habermeier
a254b2098f
more useful Engine::verify_seal
2017-04-11 17:07:04 +02:00
Jaco Greeff
bb8adcce92
Work around mismatch for QR checksum ( #5374 )
...
* Work around current native-signer encoding
* Avoid trying to use non-existant util function.
2017-04-11 16:43:15 +02:00
Marek Kotewicz
4f8e61dce9
easy to use conversion from and to string for ethstore::Crypto ( #5437 )
...
* easy to use conversion from and to string for ethstore::Crypto
* ethstore uses tempdir instead of devtools
* ethstore does not depend on ethcore-util
2017-04-11 10:24:56 +02:00
keorn
d3b2bcdd79
Tendermint fixes ( #5415 )
...
* more resilience
* refactor commit
* fix proposal broadcast
* list encoding
* address grumbles
* to into
2017-04-10 20:03:18 +02:00
Robert Habermeier
bbe0eb96f4
Merge branch 'master' into on-demand-priority
2017-04-10 19:53:53 +02:00
Robert Habermeier
95808f51f1
Merge pull request #5403 from adrianbrink/adrian-lightclientcache
...
Add caching to HeaderChain struct
2017-04-10 19:46:02 +02:00
Robert Habermeier
cc6cf8d7ce
address grumble
2017-04-10 18:06:36 +02:00
Robert Habermeier
5b65f10828
Merge branch 'master' into block_header_rpc
2017-04-10 18:06:28 +02:00
GitLab Build Bot
a2bec1edb4
[ci skip] js-precompiled 20170410-094150
2017-04-10 09:45:12 +00:00
maciejhirsz
b11a84a347
Unlock transaction on RPC errors
2017-04-10 11:22:32 +02:00
Nicolas Gotchac
0aaf236ad1
Add decryption to the UI (in the Signer) ( #5422 )
...
* Add decryption to the UI in signer + Fix Signing style
* Proper out format function for singing methods
* name
2017-04-10 11:21:06 +02:00
keorn
20d4e7139f
Add CIDv0 RPC ( #5414 )
...
* add cid rpc
* add light
* clean up
2017-04-08 13:35:23 +02:00
GitLab Build Bot
bca0c6c172
[ci skip] js-precompiled 20170408-095429
2017-04-08 09:57:43 +00:00
Tomasz Drwięga
4e498790d4
Updating documentation for RPCs ( #5392 )
...
* Removing minBlocks occurrencies
* Docs for new RPCs.
* Fixing linting issues, updating *withToken documentatiojn.
* Adding missing RPCs. Fixing tests.
* Fixing lint issues.
2017-04-08 11:28:04 +02:00
Svyatoslav Nikolsky
93a6047912
Fixing secretstore TODOs - part 1 ( #5386 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
* secretstore network transport
* encryption_session_works_over_network
* network errors processing
* connecting to KeyServer
* licenses
* get rid of debug println-s
* fixed secretstore args
* encryption results are stored in KS database
* decryption protocol works over network
* enc/dec Session traits
* fixing warnings
* fix after merge
* on-chain ACL checker proto
* fixed compilation
* fixed compilation
* finally fixed <odd>-of-N-scheme
* temporary commented test
* 1-of-N works in math
* scheme 1-of-N works
* updated AclStorage with real contract ABI
* remove unnecessary unsafety
* fixed grumbles
* wakeup on access denied
* encrypt secretstore messages
* 'shadow' decryption
* fix grumbles
* lost files
* secretstore cli-options
* decryption seccion when ACL check failed on master
* disallow regenerating key for existing document
* removed obsolete TODO
* fix after merge
* switched to tokio_io
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fixed test
* fix after merge
2017-04-08 11:26:16 +02:00
Adrian Brink
144d6c2379
Update light_sync test to include cache dependency
2017-04-07 21:35:42 +02:00
Adrian Brink
645b8e4b0b
Fix failing tests
2017-04-07 21:35:42 +02:00
Adrian Brink
d6bc60f968
Ensure that OnDemand and HeaderChain share the same cache
2017-04-07 21:35:41 +02:00
Adrian Brink
2ce5a656e7
Ensure that OnDemand and HeaderChain share the same cache
2017-04-07 21:35:41 +02:00
Adrian Brink
fa88ee148a
Add header to cache
2017-04-07 21:35:41 +02:00
Adrian Brink
5e33fe0aa7
Add cache to HeaderChain struct.
2017-04-07 21:35:41 +02:00
Adrian Brink
9552ca7bb3
Change to snakecase
2017-04-07 21:35:41 +02:00
Adrian Brink
3632a98062
Clean up
2017-04-07 21:35:41 +02:00
Adrian Brink
23c76caafa
Add header to cache
2017-04-07 21:35:41 +02:00
Adrian Brink
8a7ca6f0ba
Add caching to block_header()
2017-04-07 21:34:29 +02:00
Adrian Brink
8ea25eeb3c
Add cache to HeaderChain struct.
2017-04-07 21:34:29 +02:00
Adrian Brink
e004e05037
Spelling fixes and link addition about LRU cache in the docs.
2017-04-07 21:34:29 +02:00
Robert Habermeier
d0e057cabd
Merge pull request #5399 from paritytech/dapps-content-bug
...
Fixing disappearing content.
2017-04-07 19:45:48 +02:00
Robert Habermeier
68ec7ae41e
tests for on_demand
2017-04-07 19:35:39 +02:00
Gav Wood
81f48c0001
Merge branch 'master' into dapps-content-bug
2017-04-07 18:26:55 +02:00
Robert Habermeier
50886fcb31
Merge pull request #5318 from paritytech/snapshot-v2
...
Snapshot chunks packed by size
2017-04-07 14:45:42 +02:00
Robert Habermeier
5793bb8fac
typestrong API
2017-04-06 20:01:09 +02:00
Tomasz Drwięga
f223ed21a5
APIs wildcards and simple arithmetic. ( #5402 )
2017-04-06 19:38:33 +02:00
Tomasz Drwięga
d74e044be4
Fixing compilation without dapps. ( #5410 )
2017-04-06 19:32:30 +02:00
Robert Habermeier
cf75a19e8d
Merge branch 'block_header_rpc' into on-demand-priority
2017-04-06 17:59:55 +02:00
Robert Habermeier
528dbf909a
fix RPC fallout
2017-04-06 17:44:31 +02:00
maciejhirsz
a45791d2c0
Handle invalid passwords
2017-04-06 17:36:21 +02:00
Robert Habermeier
d19232a848
use cache in on-demand again
2017-04-06 17:22:05 +02:00
maciejhirsz
564a1b0fbb
Tests and tweaks for public node middleware
2017-04-06 17:13:53 +02:00
Robert Habermeier
574cfae470
dispatch batched requests
2017-04-06 15:34:48 +02:00
NikVolf
9bcd1245d9
fix typo
2017-04-06 11:04:28 +03:00
Denis S. Soldatov aka General-Beck
89a4cb08e8
Update .gitlab-ci.yml
2017-04-05 21:40:12 +03:00
Denis S. Soldatov aka General-Beck
91dbf3c09d
init switch to parity docker hub
...
https://hub.docker.com/r/parity/rust/
2017-04-05 21:35:53 +03:00
Robert Habermeier
3eea77709b
convert Request to CheckedRequest
2017-04-05 19:19:04 +02:00
Robert Habermeier
08d8709ef6
checked request for OnDemand
2017-04-05 18:56:01 +02:00
GitLab Build Bot
5ebd38f1d6
[ci skip] js-precompiled 20170405-145308
2017-04-05 14:58:00 +00:00
arkpar
03ec27be66
Removed assert
2017-04-05 16:50:06 +02:00
Nicolas Gotchac
455f994673
Don't use port 8080 anymore ( #5397 )
2017-04-05 16:27:44 +02:00
Robert Habermeier
4f843ada3c
Merge github.com:paritytech/parity into block_header_rpc
2017-04-05 16:27:32 +02:00
Robert Habermeier
35740456a4
generalize RequestBuilder
2017-04-05 15:02:44 +02:00
Robert Habermeier
8486e79cad
Merge pull request #5002 from paritytech/lightcli
...
Quick'n'dirty CLI for the light client
2017-04-05 13:50:17 +02:00
Robert Habermeier
6b7a286158
Merge pull request #5401 from paritytech/state-proof-gas-limit
...
set gas limit before proving transactions
2017-04-05 13:50:04 +02:00
arkpar
81db3461fe
Added an assert
2017-04-05 12:27:37 +02:00
Robert Habermeier
e2dfea8c12
set gas limit before proving transactions
2017-04-05 12:05:55 +02:00
Tomasz Drwięga
6165eda356
Fixing disappearing content.
2017-04-05 11:37:45 +02:00
Robert Habermeier
0d8a2c8c44
CHT key optimization
2017-04-05 11:30:51 +02:00
GitLab Build Bot
8d0fde6f60
[ci skip] js-precompiled 20170405-090226
2017-04-05 09:06:09 +00:00
Maciej Hirsz
237bac4500
Merge pull request #5390 from paritytech/mh-publicnode-perf
...
Public node: perf and fixes
2017-04-05 10:42:59 +02:00
Arkadiy Paronyan
5f9dc13207
Straight download path in the readme ( #5393 )
2017-04-04 15:46:42 +03:00
Denis S. Soldatov aka General-Beck
9b212dc518
Update cov.sh
...
remove src/test from EXCLUDE
2017-04-04 12:51:54 +03:00
maciejhirsz
94bfe116aa
CR fixes
2017-04-04 11:49:36 +02:00
maciejhirsz
50e0221dd1
Perf and fixes
2017-04-03 18:50:11 +02:00
Svyatoslav Nikolsky
abec06f50c
On-chain ACL checker for secretstore ( #5015 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
* secretstore network transport
* encryption_session_works_over_network
* network errors processing
* connecting to KeyServer
* licenses
* get rid of debug println-s
* fixed secretstore args
* encryption results are stored in KS database
* decryption protocol works over network
* enc/dec Session traits
* fixing warnings
* fix after merge
* on-chain ACL checker proto
* fixed compilation
* fixed compilation
* finally fixed <odd>-of-N-scheme
* temporary commented test
* 1-of-N works in math
* scheme 1-of-N works
* updated AclStorage with real contract ABI
* remove unnecessary unsafety
* fixed grumbles
* wakeup on access denied
* fix after merge
* fix after merge
* moved contract to native-contracts lib
2017-04-03 17:46:51 +02:00
GitLab Build Bot
ee4f9da385
[ci skip] js-precompiled 20170403-112007
2017-04-03 11:24:51 +00:00
Jaco Greeff
848779e465
Allow empty-encoded values from encoding ( #5385 )
2017-04-03 12:56:07 +02:00
Robert Habermeier
60ce0aee1a
Merge branch 'lightcli' into light-filters
2017-04-03 12:55:31 +02:00
Robert Habermeier
0f65779d29
fix indentation in usage.txt
2017-04-03 12:54:27 +02:00
Robert Habermeier
394040e22c
Merge branch 'master' into lightcli
2017-04-03 12:44:52 +02:00
GitLab Build Bot
0a90f235de
[ci skip] js-precompiled 20170403-103604
2017-04-03 10:39:53 +00:00
Jaco Greeff
2447875b26
Update npm build for new inclusions ( #5381 )
...
* Update npm build for new inclusions
* Add dummy interface for secp256k1
2017-04-03 12:16:41 +02:00
NikVolf
df72c9c6cc
fold multiplication
2017-04-03 12:57:18 +03:00
Robert Habermeier
6aa9005785
parity_getBlockHeaderByNumber and LightFetch
2017-04-03 11:37:07 +02:00
Denis S. Soldatov aka General-Beck
c3769b8874
Merge pull request #5356 from loadaverage/dockerfile_fix
...
Fix for Ubuntu Dockerfile
2017-04-03 16:15:49 +07:00
Svyatoslav Nikolsky
c0c06fdc53
Secretstore over network ( #4974 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
* secretstore network transport
* encryption_session_works_over_network
* network errors processing
* connecting to KeyServer
* licenses
* get rid of debug println-s
* fixed secretstore args
* encryption results are stored in KS database
* decryption protocol works over network
* enc/dec Session traits
* fixing warnings
* fix after merge
* finally fixed <odd>-of-N-scheme
* temporary commented test
* 1-of-N works in math
* scheme 1-of-N works
* remove unnecessary unsafety
* fixed grumbles
* fix grumbles
* lost files
2017-04-03 11:13:51 +02:00
Tomasz Drwięga
2df4532d50
Dapps and RPC server merge ( #5365 )
...
* Dapps server as a middleware.
* Dapps RPC - Work in Progress
* Merging Dapps and RPC server.
* Fast HTTP server configuration.
* Bump jsonrpc
* Fixing test target
* Re-implementing commented-out tests.
2017-04-03 10:27:37 +02:00
Jaco Greeff
6a05967bef
trigger js build release ( #5379 )
2017-04-03 10:25:21 +02:00
Christopher Franko
41700a6996
Update expanse json with fork at block 600000 ( #5351 )
...
* Update expanse json with fork at block 600000
* update exp chainID to 2
2017-04-03 09:59:08 +02:00
Robert Habermeier
c9c8f920d2
Futures-based native wrappers for contract ABIs ( #5341 )
...
* initial native contract generator
* get generated code compiling
* unit tests for type codegen
* autogenerate registry contract
* native_contracts entry for registry
* service_transaction_checker
* fixed indentation
2017-04-03 09:40:18 +02:00
Robert Habermeier
8c715e025a
Merge branch 'lightcli' into light-filters
2017-04-03 09:03:12 +02:00
Robert Habermeier
3eece20967
Merge branch 'master' into lightcli
2017-04-03 08:58:20 +02:00
Robert Habermeier
21e21f1e02
Merge pull request #5337 from paritytech/kovan-receipt-fix
...
Kovan warp sync fixed
2017-04-02 18:26:49 +02:00
keorn
84abf5d84f
Aura eip155 validation transition ( #5362 )
...
* add eip155 validation
* add transition block
2017-04-01 13:21:22 +02:00
Tomasz Drwięga
83fea78d38
Wordlist from crate ( #5331 )
2017-04-01 13:26:44 +07:00
Jaco Greeff
1987dad527
Allow signing via Qr ( #4881 )
...
* QR code scanning in-place
* QrScan component
* Update tests
* s/store/createStore/ in props
* Create of actual accountsInfo entry
* Exteral/hardware forget, no password change
* Add external accounts to accounts list
* Render external accounts in section (along with hw)
* Manul test bugfixes
* Display Qr code for tx signing
* Align QR code
* Hints for QR operations
* Generate actual qr codes based on tx data
* Add leading 0x if not found
* Update tests for 0x leading addition
* from & rpl without leading 0x
* Auto-detect QR code size (input length)
* Confirm raw
* WIP (lots of logging)
* WIP
* Chain-replay protection
* Readability
* Re-add r: chainId
* s = 0, r = 0, v = chainId
* Update eth_signTransaction to send transaction object
* And it actually works.
* Externalise createUnsigned/createSigned
* Check for nonce updates (future: subscriptions)
* Allow gas overrides
* Expose formatted condition
* Extract calculation (cap at 40)
* Remove debug log
* Fix rename linting
* Allow for signing hash & rlp (App support forthcoming)
* WIP
* User original qrcode-generator package
* Complete hash + rlp signing
* Accurate QR code size calculation
* Simplify type calculation
* R-eactivate current mobile interface (TODO for new)
* Move napa to dep
* Allow external accounts visibility in dapps
* Allow napa install on CI
* Allow new signTransaction & signTransactionHash functionality
2017-03-31 23:36:24 +02:00
Jaco Greeff
cbaa7fdee6
Allow entry of url or hash for DappReg meta ( #5360 )
...
* Allow DappReg to handle contentHash & url inputs
* Add tests
2017-03-31 23:33:55 +02:00
Jaco Greeff
73dc52980e
Adjust tx overlay colours ( #5353 )
...
* Adjust tx overlay colours
* Adjust sizes to be consistent
* Formatting
2017-03-31 23:32:03 +02:00
Jaco Greeff
8b0f9759ec
Add ability to disallow API subscriptions ( #5366 )
2017-03-31 22:30:39 +02:00
NikVolf
d6baadbaf2
fix doc comment about failing
2017-03-31 17:53:26 +03:00
NikVolf
569d63d0c9
fix assertions
2017-03-31 17:46:44 +03:00
NikVolf
a529427bc9
bump bn lib
2017-03-31 17:38:31 +03:00
NikVolf
2f30b03060
some tests
2017-03-31 17:38:31 +03:00
NikVolf
d34aec29ed
finalize
2017-03-31 17:38:30 +03:00
NikVolf
9271dd0cc7
wip
2017-03-31 17:38:30 +03:00
NikVolf
3d2e9efb1e
P1, P2 definition
2017-03-31 17:38:30 +03:00
arkpar
b840ab8f8b
Compact chunks
2017-03-31 16:31:12 +02:00
arkpar
deef600caf
Download unique receipts only
2017-03-31 15:20:27 +02:00
Robert Habermeier
d146ae7275
Merge pull request #4999 from paritytech/eip-213
...
EIP-213 (bn128 curve operations)
2017-03-31 14:54:07 +02:00
Jaco Greeff
801a2339ee
Fix analize output file name ( #5357 )
2017-03-31 10:38:57 +02:00
Vadim Sloun
2f757babb9
fix for Ubuntu Dockerfile
2017-03-30 23:18:06 +03:00
keorn
2398311455
add eip155 validation ( #5346 )
2017-03-30 20:01:19 +02:00
Jan Ziniewicz
5d6dac495e
Add new seed nodes ( #5345 )
2017-03-30 14:49:11 +02:00
arkpar
3915943f57
Kovan warp sync fixed
2017-03-30 13:13:43 +02:00
Maciej Hirsz
e0d5eedff7
Merge pull request #5336 from paritytech/mh-wordlist-fe
...
Shared wordlist for frontend
2017-03-30 12:28:52 +02:00
Maciej Hirsz
4e1ef482ad
Merge pull request #5338 from paritytech/mh-fixtests
...
fix rpc tests
2017-03-30 09:23:05 +02:00
maciejhirsz
6b0b8078e9
fix rpc tests
2017-03-29 20:44:08 +02:00
maciejhirsz
377f20ed49
Fix ci:build
2017-03-29 20:20:03 +02:00
maciejhirsz
2cc111ad5d
use @parity/wordlist
2017-03-29 19:48:29 +02:00
Maciej Hirsz
ab2c3468d5
Merge pull request #5304 from paritytech/mh-webserver
...
Public node with accounts and signing in Frontend
2017-03-29 17:48:47 +02:00
maciejhirsz
54196a8d4f
Skip timing out tests
2017-03-29 17:38:20 +02:00
maciejhirsz
9bd3f10f41
Squashed: Public Node
2017-03-29 17:07:58 +02:00
GitLab Build Bot
93ee2a9b64
[ci skip] js-precompiled 20170329-145217
2017-03-29 14:55:09 +00:00
Jaco Greeff
a4c433c749
Rename Status/Status -> Status/NodeStatus ( #5332 )
2017-03-29 16:31:33 +02:00
GitLab Build Bot
858c974440
[ci skip] js-precompiled 20170329-134148
2017-03-29 13:44:40 +00:00
Tomasz Drwięga
d2394d3ac3
Updating paths to repos. ( #5330 )
...
* Updating paths to repos.
* Updating rotor and libusb
* Fixing other occurrences
2017-03-29 15:17:27 +02:00
Tomasz Drwięga
d4684d6302
Separate status for canceled local transactions. ( #5319 )
2017-03-29 14:43:55 +02:00
Nicolas Gotchac
5fa088114c
Cleanup the Status View ( #5317 )
...
* Better view of Settings and Mining Settings
* Cleanup Status view
* Node Logs refactoring
* Cleanup Status
* Move RPC Calls files
* Basic Peers view
* Add Peers table
* style table header
2017-03-29 14:38:07 +02:00
Nicolas Gotchac
8930f510fc
Update requests ( #5324 )
2017-03-29 14:34:21 +02:00
GitLab Build Bot
7134b44f5b
[ci skip] js-precompiled 20170328-172957
2017-03-28 17:32:58 +00:00
Jaco Greeff
86bc784e41
Order signer FIFO ( #5321 )
2017-03-28 19:06:26 +02:00
Marek Kotewicz
64c098627e
updating dependencies ( #5028 )
...
* updated docopt, env_logger, semver and regex crates
* updated parking_lot to 0.4
* fixed compiling on linux
* updated igd to 0.6
* updated jsonrpc
* fixed regex related compiler error on linux
2017-03-28 19:06:08 +02:00
Robert Habermeier
1b0a369889
return default accounts from on_demand
2017-03-28 18:55:23 +02:00
Robert Habermeier
73fa0cdc31
eth_block fetching RPCs
2017-03-28 17:15:36 +02:00
Robert Habermeier
d8893b959d
add eth-filter delegate
2017-03-28 15:56:51 +02:00
Robert Habermeier
f409168126
log fetching for light client
2017-03-28 15:42:23 +02:00
GitLab Build Bot
843d95966e
[ci skip] js-precompiled 20170328-125352
2017-03-28 12:56:58 +00:00
Nicolas Gotchac
a99721004b
Minimise transactions progress ( #4942 )
...
* Watch the requests and display them throughout the app
* Linting
* Showing Requests
* Fully working Transaction Requests Display
* Add FormattedMessage to Requests
* Clean-up the Transfer dialog
* Update Validations
* Cleanup Create Wallet
* Clean Deploy Contract Dialog
* Cleanup Contract Execution
* Fix Requests
* Cleanup Wallet Settings
* Don't show stepper in Portal if less than 2 steps
* WIP local storage requests
* Caching requests and saving contract deployments
* Add Historic prop to Requests MethodDecoding
* Fix tests
* Add Contract address to MethodDecoding
* PR Grumbles - Part I
* PR Grumbles - Part II
* Use API Subscription methods
* Linting
* Move SavedRequests and add tests
* Added tests for Requests Actions
* Fixing tests
* PR Grumbles + Playground fix
* Revert Playground changes
* PR Grumbles
* Better showEth in MethodDecoding
2017-03-28 14:34:31 +02:00
Robert Habermeier
a6b6c312b8
abstraction and futures-based eth_filter
2017-03-28 14:19:21 +02:00
GitLab Build Bot
e28c477075
[ci skip] js-precompiled 20170328-094309
2017-03-28 09:46:03 +00:00
Jaco Greeff
8e91f7b701
Fix eth_sign showing as wallet account ( #5309 )
...
* defaultProps for account
* Pass signing account
* Update tests for Connect(...)
2017-03-28 11:24:07 +02:00
Robert Habermeier
da3dd65726
block_hash method for LightChainClient
2017-03-28 11:23:43 +02:00
Arkadiy Paronyan
c7d99c37fb
Ropsten revival ( #5302 )
2017-03-28 10:47:21 +02:00
keorn
a61b1567d0
Strict validation transitions ( #4988 )
...
* ability to make validation stricter
* fix consensus
* remove logger
2017-03-28 10:46:52 +02:00
GitLab Build Bot
7039eaf995
[ci skip] js-precompiled 20170328-065931
2017-03-28 07:02:31 +00:00
Nicolas Gotchac
d99aa3192c
Fix default list sorting ( #5303 )
...
* Fix default sorting for lists views
* Linting
2017-03-28 08:35:10 +02:00
Nicolas Gotchac
8a664c524c
Use uniq owners for multi sig wallets ( #5298 )
2017-03-28 08:34:54 +02:00
GitLab Build Bot
d6110d7332
[ci skip] js-precompiled 20170327-200527
2017-03-27 20:08:17 +00:00
Jaco Greeff
1db72ad6e2
Copy all existing i18n strings into zh (as-is translation aid) ( #5305 )
...
* Copy available strings into zh
* Update after lint
* Force rebuild (upstream package update)
2017-03-27 21:46:39 +02:00
GitLab Build Bot
6d5bfcfe44
[ci skip] js-precompiled 20170327-161452
2017-03-27 16:17:42 +00:00
Nicolas Gotchac
fb88e5d652
Fix booleans in Typedinput ( #5295 )
...
* Register new playground component onMount
* No need of observer
* getValue returns falsy values
* Fix tests
2017-03-27 17:56:08 +02:00
GitLab Build Bot
f5bce0cd9e
[ci skip] js-precompiled 20170327-155051
2017-03-27 15:53:33 +00:00
Robert Habermeier
62158601fb
node kind RPC ( #5025 )
...
* node kind RPC
* JS interface for parity_nodeKind
2017-03-27 17:30:19 +02:00
Nicolas Gotchac
a12583f762
Fix the use of MobX in playground ( #5294 )
...
* Register new playground component onMount
* No need of observer
* Fix tests
2017-03-27 17:27:35 +02:00
NikVolf
efe0f8449c
Merge remote-tracking branch 'origin/master' into eip-213
2017-03-27 18:18:22 +03:00
NikVolf
c313857485
fix error handling
2017-03-27 18:17:49 +03:00
Robert Habermeier
1ca1a4b1cc
Merge pull request #5019 from paritytech/snapshot-v2
...
Fine grained snapshot chunking
2017-03-27 16:57:02 +02:00
GitLab Build Bot
90746bd8c9
[ci skip] js-precompiled 20170327-144027
2017-03-27 14:43:26 +00:00
Jaco Greeff
a4c5375a63
Add lint:i18n to find missing & extra keys ( #5290 )
...
* Add npm run lint:i18n (missing keys check)
* Check extraneous keys
2017-03-27 16:27:25 +02:00
Jaco Greeff
986762a0bc
Scaffolding for zh translations, including first-round by @btceth ( #5289 )
...
* Initial import of #5023
* Language naming
* Update 简体中文
2017-03-27 16:19:30 +02:00
GitLab Build Bot
7707f7557a
[ci skip] js-precompiled 20170327-102018
2017-03-27 10:23:02 +00:00
GitLab Build Bot
9e02271a68
[ci skip] js-precompiled 20170327-100522
2017-03-27 10:08:02 +00:00
Jaco Greeff
eb1f76d8bd
JS package bumps ( #5287 )
...
* Update to React 15.4.2
* Update deprecated UglifyJS version
2017-03-27 11:43:09 +02:00
Jaco Greeff
e8c64b802d
Auto-extract new i18n strings (update) ( #5288 )
...
* Update passwordHint chain
* Update auto-extracted strings
2017-03-27 11:42:59 +02:00
Marek Kotewicz
23d3b79d9a
eip100b ( #5027 )
...
* eip100b
* fix eip100b build and tests
* Conventional comparison order
2017-03-27 11:42:40 +02:00
arkpar
387a5fb03b
Doc
2017-03-26 13:26:20 +02:00
NikVolf
34fb39da5b
avoid allocating string
2017-03-25 23:30:11 +03:00
arkpar
b0a9c1e0fa
Limit by entry count
2017-03-25 15:25:20 +01:00
arkpar
b52c7bba4b
Fewer allocations
2017-03-25 13:22:25 +01:00
arkpar
56ba9a30ac
Fixed sync tests
2017-03-25 13:22:25 +01:00
arkpar
4ef89b5ccb
Fine grained snapshot chunking
2017-03-25 13:22:25 +01:00
Robert Habermeier
109012cae8
force earliest era set in snapshot restore ( #5021 )
2017-03-25 10:00:50 +01:00
Gav Wood
7e78480840
Avoid clogging up tmp when updater dir has bad permissions. ( #5024 )
2017-03-24 19:03:59 +01:00
Arkadiy Paronyan
3b54b49b0b
Resilient warp sync ( #5018 )
2017-03-24 18:55:57 +01:00
NikVolf
434ed1b91c
remove alt_
2017-03-24 15:35:00 +03:00
Robert Habermeier
ac057ebe93
fix test build
2017-03-23 22:36:15 +01:00
Robert Habermeier
a78068cbe9
queue culling and informant
2017-03-23 22:20:00 +01:00
Robert Habermeier
3708b3be63
fix RPC tests
2017-03-23 20:49:17 +01:00
Robert Habermeier
e0a79699ea
transaction propagation on a timer
2017-03-23 20:31:20 +01:00
Robert Habermeier
b76860fd2b
add signing RPC methods in light cli
2017-03-23 19:42:11 +01:00
Robert Habermeier
45c0a97142
fix body encoding
2017-03-23 18:52:54 +01:00
Robert Habermeier
5700f4ac81
fix block response decoding
2017-03-23 18:31:16 +01:00
GitLab Build Bot
9efab789aa
[ci skip] js-precompiled 20170323-150743
2017-03-23 15:10:28 +00:00
GitLab Build Bot
35a43a1e82
[ci skip] js-precompiled 20170323-150033
2017-03-23 15:03:35 +00:00
Robert Habermeier
974f89d5bf
correct workaround for RLP issue
2017-03-23 16:00:00 +01:00
Jaco Greeff
df76f010da
Create webpack analysis files (size) ( #5009 )
2017-03-23 15:47:42 +01:00
Robert Habermeier
10a470a5fa
better bookkeeping of requests in light sync
2017-03-23 15:44:16 +01:00
Nicolas Gotchac
1490ba179c
Dispatch an open event on drag of Parity Bar ( #4987 )
...
* Dispatch an open event on drag of Parity Bar
* Bette id for ParityBar position // Replace on dapp unload
* Fix PairtyBar Positionning
2017-03-23 15:39:13 +01:00
Robert Habermeier
c75b49667e
workaround for #5008
2017-03-23 14:49:02 +01:00
Robert Habermeier
1485dd07ae
use prev credits in tracing
2017-03-23 14:38:32 +01:00
Robert Habermeier
54eb575000
request tests that demonstrate broken RLP behavior
2017-03-23 14:38:23 +01:00
Robert Habermeier
ac7f1f6719
fix header chain tests
2017-03-23 14:15:13 +01:00
Robert Habermeier
da837fa9d8
Merge branch 'master' into lightcli
2017-03-23 14:12:42 +01:00
Robert Habermeier
a1df49ef3e
add test for request vec deserialization
2017-03-23 14:04:26 +01:00
Arkadiy Paronyan
f5ea47a7b2
Various installer and tray apps fixes ( #4970 )
...
* Mac tray app fixes
* Windows restarting fixed
2017-03-23 13:25:31 +01:00
Robert Habermeier
ec52a4a235
more tracing in on-demand
2017-03-23 13:24:04 +01:00
Tomasz Drwięga
bb1bbebfd6
Export account RPC ( #4967 )
...
* Export account RPC
* Removing GethDirectory and ParityDirectory
* Updating ethstore-cli help.
2017-03-23 13:23:03 +01:00
keorn
9fdd0e3a0a
Switching ValidatorSet ( #4961 )
...
* add multi validator set
* nicer comment
* validate in constructor
* reporting
2017-03-23 13:19:28 +01:00
Robert Habermeier
64cec5ff7d
Implement PIP messages, request builder, and handlers ( #4945 )
...
* return errors on database corruption
* fix tests, json tests
* fix remainder of build
* buffer flow -> request credits
* proving state backend
* generate transaction proofs from provider
* network messages for transaction proof
* transaction proof test
* test for transaction proof message
* fix call bug
* request transaction proofs from on_demand
* most of proved_execution rpc
* proved execution future
* initial request definitions
* RLP encoding and decoding for requests
* proofs of non-existance in ProvingBlockChainClient
* new requests in provider.
* encode and decode responses
* complete initial request changes
* handle request packet in LightProtocol
* handle response packets
* implement requesting from
* re-do cost table
* get tests compiling
* fix cost table RLP encoding
* roundtrip tests for request types
* request builder tests
* move request_builder -> request::builder
* get network tests working
* return only complete headers responses
* request builder improvements
* New version of jsonrpc.
* split request filling into fill,complete
* Better invalid encoding messages
* Fixing deprecated methods of tokio_core
* use PIP messages in on_demand, old API
* migrate oneshot::complete to send in on_demand
* get on_demand tests to compile
* port ethsync to PIP messages
* adjust to minor on_demand API changes in RPC
* Using dedicated branch for jsonrpc
* Bump
2017-03-23 13:17:05 +01:00
GitLab Build Bot
b931a225ba
[ci skip] js-precompiled 20170323-093322
2017-03-23 09:36:34 +00:00
Craig O'Connor
e5c2b25351
auto lint ( #5003 )
...
* auto lint
* Usage consistency update
2017-03-23 10:14:32 +01:00
Robert Habermeier
77f036ee21
fix capabilities-interpreting error in on_demand
2017-03-23 04:38:08 +01:00
Robert Habermeier
4eb69dc0fe
reintroduce credits recharging
2017-03-23 04:36:49 +01:00
Robert Habermeier
0d110ed47c
apply pending changes to chain after DB commit
2017-03-23 04:00:22 +01:00
Robert Habermeier
b96eb45877
eth_syncing RPC for light client
2017-03-23 03:23:53 +01:00
Robert Habermeier
a55001ad1d
fix deadlock in on_demand
2017-03-23 02:55:25 +01:00
Robert Habermeier
23a6b19985
fix import
2017-03-22 22:10:02 +01:00
Robert Habermeier
0abbd7ac97
Merge branch 'pip-msg' into lightcli
2017-03-22 22:08:39 +01:00
Robert Habermeier
83911a7290
complete quick'n'dirty light CLI
2017-03-22 22:00:52 +01:00
Robert Habermeier
73b2dd7a59
light client RPC dependencies
2017-03-22 21:09:43 +01:00
Robert Habermeier
35d9a9815e
mild abstraction of RPC dependencies
2017-03-22 20:14:40 +01:00
Robert Habermeier
e3d6525d83
store cumulative cost in pending request set.
2017-03-22 19:30:42 +01:00
Robert Habermeier
c718b5618e
initial light CLI
2017-03-22 18:32:04 +01:00
GitLab Build Bot
41f66f33d5
[ci skip] js-precompiled 20170322-161945
2017-03-22 16:22:41 +00:00
GitLab Build Bot
5255b72f67
[ci skip] js-precompiled 20170322-160703
2017-03-22 16:10:12 +00:00
Robert Habermeier
a9d75e2223
CLI options for light client
2017-03-22 16:45:50 +01:00
Jaco Greeff
6b4cb35149
Fix FireFox overflows ( #5000 )
...
* Max width for container
* Set min-width
2017-03-22 16:39:57 +01:00
Jaco Greeff
5df3f5d136
Show busy indicator, focus first field ( #4997 )
2017-03-22 16:39:49 +01:00
Jaco Greeff
1879dbca8a
Consistent store naming in the Signer components ( #4996 )
2017-03-22 16:39:40 +01:00
NikVolf
2de67538a2
updating deps
2017-03-22 18:07:41 +03:00
Robert Habermeier
dd1a3fc60a
migration to light client mode
2017-03-22 15:58:43 +01:00
Robert Habermeier
a0619fc101
Merge branch 'master' into pip-msg
2017-03-22 15:56:09 +01:00
NikVolf
9d23101c9a
update for rv
2017-03-22 17:43:19 +03:00
Marek Kotewicz
044d070667
rlp deserialization refactor, 30% faster ( #4901 )
...
* fixed naming of rlp modules
* RlpStream cleanup
* appending short rlp lists (0...55 bytes) is 25% faster
* RlpStream does not use bytes module, nor trait Stream
* removed unused code from rlp module
* compiling ethcore-util with new rlp serialization
* compiling parity with new rlp serialization
* fixed compiling ethcore-light with new rlp serialization
* fixed compiling ethsync with new rlp serialization
* moved rlp benches and rlp tests
* rlp deserialization refactor, 30% faster
* removed redundant comment, print
* fixed compiling parity with new rlp deserialization
* removed redundant double-space
* fixed failing test
* updated rlp docs, removed unused traits
* fixed rlp benchmarks
* replace usage of WriteBytesExt with ByteOrder
* removed unused, commented out code
* fixed merge conflict
2017-03-22 14:41:46 +01:00
NikVolf
436ae1333c
trace mapping fix
2017-03-22 16:40:44 +03:00
NikVolf
8a4537fc73
no-input test
2017-03-22 16:31:43 +03:00
NikVolf
d1293d9fb0
fix warnings
2017-03-22 15:54:19 +03:00
NikVolf
3e7dc57289
some tests for simple cases
2017-03-22 15:41:32 +03:00
Robert Habermeier
219eddf33e
Merge branch 'master' into pip-msg
2017-03-22 13:14:28 +01:00
GitLab Build Bot
b6f9cf4ba7
[ci skip] js-precompiled 20170322-112932
2017-03-22 11:32:23 +00:00
GitLab Build Bot
07ee7a341b
[ci skip] js-precompiled 20170322-111524
2017-03-22 11:18:36 +00:00
Nicolas Gotchac
67c225f971
Double click to select account creation type ( #4986 )
...
* Extend links to whole container
* Add doubleClick to Account Creator
2017-03-22 12:12:21 +01:00
Nicolas Gotchac
a028e445fe
Fixes to the Registry dapp ( #4984 )
...
* Don't show fee warning when there is none
* Hide Warning in Registry onclick
* Use the default account in the Registry
* Fix Etherscan links in Regsitry
2017-03-22 11:56:52 +01:00
GitLab Build Bot
b725829bfd
[ci skip] js-precompiled 20170322-095443
2017-03-22 09:57:28 +00:00
Jaco Greeff
e1f2ccd138
Extend api.util ( #4979 )
...
* cleanupValue
* abiUnencode & abiSignature
* Export new functions
2017-03-22 10:36:41 +01:00
Tomasz Drwięga
7e87e9e8ad
Updating JSON-RPC crates ( #4934 )
...
* New version of jsonrpc.
* Better invalid encoding messages
* Fixing deprecated methods of tokio_core
* Using dedicated branch for jsonrpc
* Bump
2017-03-22 07:02:14 +01:00
Marek Kotewicz
d530cc86f3
splitting part of util into smaller crates ( #4956 )
...
* split path module from util
* moved RotatingLogger from util to logger crate
* fix tests
* fix tests
* use only one version of ansi_term crate
2017-03-22 06:23:40 +01:00
NikVolf
5e34235a36
initial, fallable built-ins
2017-03-22 04:01:46 +03:00
GitLab Build Bot
63f1ca9243
[ci skip] js-precompiled 20170321-204617
2017-03-21 20:48:59 +00:00
Tomasz Drwięga
498d5c0660
Updating syntex et al ( #4983 )
...
* Migrating to new syntex
* Updating to latest syntex
* Another fix for nightly
2017-03-21 23:26:05 +03:00
Robert Habermeier
384aeda645
Merge branch 'pip-msg' into lightcli
2017-03-21 21:15:24 +01:00
Robert Habermeier
7ad36ee36c
Merge remote-tracking branch 'upstream/new-jsonrpc' into pip-msg
2017-03-21 21:15:06 +01:00
Robert Habermeier
e99884d0c0
Merge branch 'master' into pip-msg
2017-03-21 21:05:01 +01:00
Robert Habermeier
9fcaea2235
Merge branch 'pip-msg' of github.com:paritytech/parity into pip-msg
2017-03-21 21:02:22 +01:00
Robert Habermeier
dd1f8295c4
fix sync test compilation
2017-03-21 21:00:31 +01:00
Robert Habermeier
bc9c1d4824
use a database in ethcore-light
2017-03-21 20:57:13 +01:00
Robert Habermeier
21771aa1a6
don't keep headers in memory to avoid DoS
2017-03-21 20:23:58 +01:00
Robert Habermeier
d013a13be6
header_chain writes to database
2017-03-21 19:45:52 +01:00
Robert Habermeier
797a3e1cd9
EIP198 and built-in activation ( #4926 )
...
* EIP198 and built-in activation
* address review
2017-03-21 19:36:38 +03:00
GitLab Build Bot
3687a7c717
[ci skip] js-precompiled 20170321-162716
2017-03-21 16:30:00 +00:00
Nicolas Gotchac
030d01102c
Fix MethodDecoding for Arrays ( #4977 )
...
* Fix TypedInputs
* Remove unused code in inputQueries
* Use TypedInputs in Contract Events
* Linting
* Don't re-render events every second...
2017-03-21 17:02:41 +01:00
Nicolas Gotchac
c7e6992239
Try to fix WS race condition connection ( #4976 )
...
* Try to fix wrong token logic
* Linting
2017-03-21 17:01:32 +01:00
Jaco Greeff
cb881108c3
eth_sign where account === undefined ( #4964 )
...
* Update for case where account === undefined
* Update tests to not mask account === undefined
* default account = {} where undefined (thanks @tomusdrw)
2017-03-21 16:58:52 +01:00
GitLab Build Bot
1a6f23ad2b
[ci skip] js-precompiled 20170321-145513
2017-03-21 14:58:06 +00:00
Nicolas Gotchac
9b9cd451d1
Fix references to api outside of parity.js ( #4981 )
2017-03-21 15:36:47 +01:00
Robert Habermeier
fe52e969b6
Merge branch 'master' into pip-msg
2017-03-21 15:24:47 +01:00
GitLab Build Bot
213f61e826
[ci skip] js-precompiled 20170321-131503
2017-03-21 13:17:48 +00:00
Nicolas Gotchac
37ece36685
Fix Password Dialog forms style issue ( #4968 )
2017-03-21 13:56:32 +01:00
Tomasz Drwięga
958a8f66a0
Merge branch 'master' into new-jsonrpc
2017-03-21 09:35:50 +01:00
Tomasz Drwięga
badb3729c9
Changing Mutex into RwLock for transaction queue ( #4951 )
...
* Changing Mutex into RwLock for transaction queue
* Fixing merge
* little fix
2017-03-20 19:15:02 +01:00
keorn
e228de18e2
Disable max seal period for external sealing ( #4927 )
...
* no max sealing when external
* force internal sealing
2017-03-20 19:14:49 +01:00
Jaco Greeff
05cd715c39
Attach hardware wallets already in addressbook ( #4912 )
...
* Attach hardware wallets already in addressbook
* Only set values changed
2017-03-20 19:14:39 +01:00
Marek Kotewicz
a555686bcd
rlp serialization refactor ( #4873 )
...
* fixed naming of rlp modules
* RlpStream cleanup
* appending short rlp lists (0...55 bytes) is 25% faster
* RlpStream does not use bytes module, nor trait Stream
* removed unused code from rlp module
* compiling ethcore-util with new rlp serialization
* compiling parity with new rlp serialization
* fixed compiling ethcore-light with new rlp serialization
* fixed compiling ethsync with new rlp serialization
* removed redundant comment, print
* removed redundant double-space
* replace usage of WriteBytesExt with ByteOrder
2017-03-20 19:14:29 +01:00
Arkadiy Paronyan
16860c3f79
Bump nanomsg ( #4965 )
2017-03-20 16:03:16 +01:00
Tomasz Drwięga
1d87f24715
Bump
2017-03-20 12:06:42 +01:00
Tomasz Drwięga
6fa9393a25
Merge branch 'master' into new-jsonrpc
2017-03-20 10:30:53 +01:00
Arkadiy Paronyan
354ec19e3b
Always send full chunks ( #4960 )
2017-03-19 18:34:31 +01:00
GitLab Build Bot
99c247fe9f
[ci skip] js-precompiled 20170319-171327
2017-03-19 17:16:05 +00:00
Denis S. Soldatov aka General-Beck
2d477946ea
alow failure to coverage
2017-03-19 19:10:18 +03:00
Nicolas Gotchac
c009a289d5
Fix outputs in Contract Constant Queries ( #4953 )
2017-03-19 08:52:14 +01:00
Michael Egger
4ebd597354
start parity after network.target ( #4952 )
2017-03-19 08:52:00 +01:00
Tomasz Drwięga
34d28189ea
Remove transaction RPC ( #4949 )
2017-03-19 08:46:51 +01:00
Callum Macdonald
124ab28c9e
Swap out ethcore.io url ( #4947 )
...
It throws a certificate error on HTTPS because the certificate is only valid on parity.io.
2017-03-19 08:45:39 +01:00
Marek Kotewicz
c36f4266d2
Merge pull request #4933 from paritytech/signing-fix
...
Don't remove confirmed requests to early.
2017-03-18 15:19:48 +01:00
Marek Kotewicz
91ab91cfb9
Merge pull request #4930 from paritytech/notify-sealing-master
...
Ensure sealing work enabled in miner once subscribers added
2017-03-18 15:19:02 +01:00
Jaco Greeff
e756b09e5b
Add z-index to small modals as well ( #4923 )
2017-03-18 10:30:18 +01:00
debris
701e116dde
Merge branch 'master' of github.com:ethcore/parity into pip-msg
2017-03-17 23:38:49 +01:00
debris
aa6ee10759
Merge branch 'master' of github.com:ethcore/parity into notify-sealing-master
2017-03-17 23:37:56 +01:00
debris
97e0df1363
Merge branch 'master' into signing-fix
2017-03-17 23:25:38 +01:00
Marek Kotewicz
1dddbf35d6
Merge pull request #4946 from paritytech/multihash
...
Bump nanomsg
2017-03-17 14:31:30 +01:00
Robert Habermeier
8be41ad946
Merge branch 'master' into pip-msg
2017-03-17 14:13:10 +01:00
arkpar
7e9936a3cd
bump nanomsg
2017-03-17 14:10:09 +01:00
Marek Kotewicz
83f56c3ad9
Merge pull request #4943 from paritytech/multihash
...
Bumping multihash and libc
2017-03-17 14:02:56 +01:00
Tomasz Drwięga
8c98ddb843
Updating nanomsg
2017-03-17 13:47:05 +01:00
Tomasz Drwięga
0c051fb78e
Bumping multihash and libc
2017-03-17 13:20:10 +01:00
Tomasz Drwięga
c13f01c4f9
Using dedicated branch for jsonrpc
2017-03-17 10:13:47 +01:00
Robert Habermeier
2ee3a7282b
adjust to minor on_demand API changes in RPC
2017-03-17 00:14:29 +01:00
Robert Habermeier
fa42b6acec
port ethsync to PIP messages
2017-03-16 23:51:47 +01:00
Robert Habermeier
b5527415d6
get on_demand tests to compile
2017-03-16 20:33:45 +01:00
Robert Habermeier
04f106aad8
migrate oneshot::complete to send in on_demand
2017-03-16 20:29:06 +01:00
Robert Habermeier
cbb9314531
use PIP messages in on_demand, old API
2017-03-16 20:23:59 +01:00
Tomasz Drwięga
44052e7d8d
Merge branch 'master' into new-jsonrpc
2017-03-16 16:04:30 +01:00
Tomasz Drwięga
579cff478d
Fixing deprecated methods of tokio_core
2017-03-16 15:48:08 +01:00
GitLab Build Bot
f84fcfee04
[ci skip] js-precompiled 20170316-124008
2017-03-16 12:42:56 +00:00
Nicolas Gotchac
7846544c1b
Edit ETH value, gas and gas price in Contract Deployment ( #4919 )
...
* Fix typo
* Add Value capabilities to Contract Deployment
* Add Extras settings for Contract Deployment (#4483 )
* Fix deploy in API
2017-03-16 13:18:28 +01:00
Tomasz Drwięga
930c8b63db
Don't remove confirmed requests to early.
2017-03-16 13:15:56 +01:00
Tomasz Drwięga
491eeb9878
Better invalid encoding messages
2017-03-16 12:48:51 +01:00
NikVolf
daca82bdfc
fix condition check
2017-03-16 04:16:05 +03:00
NikVolf
131aa14afa
ensure sealing work enabled if notifier registed
2017-03-16 03:38:50 +03:00
Denis S. Soldatov aka General-Beck
57d718fde1
add coverage to master
2017-03-16 01:24:23 +03:00
Denis S. Soldatov aka General-Beck
cb79859c0e
Update cov.sh
...
update coverage for RUST&JS
[ci skip]
2017-03-16 01:21:58 +03:00
GitLab Build Bot
790bd87bc3
[ci skip] js-precompiled 20170315-182430
2017-03-15 18:27:17 +00:00
Nicolas Gotchac
ba07c32300
Add ability to configure Secure API (for #4885 ) ( #4922 )
2017-03-15 19:15:05 +01:00
GitLab Build Bot
8d16cdf12f
[ci skip] js-precompiled 20170315-155713
2017-03-15 16:00:18 +00:00
Nicolas Gotchac
a25d935a1d
Add Token image from URL ( #4916 )
2017-03-15 16:49:47 +01:00
Nicolas Gotchac
f8aec7571f
Use the registry fee in Token Deployment dapp ( #4915 )
2017-03-15 16:49:26 +01:00
keorn
1f7fb1591d
Add reseal max period ( #4903 )
...
* add reseal max period
* fix rpc
2017-03-15 14:04:42 +01:00
Marek Kotewicz
5f103ee33d
Detect rust compiler version in Parity build script, closes 4742 ( #4907 )
...
* Detect rust compiler version in Parity build script, closes #4742
* updated required compiler version message
* fixed typo
2017-03-15 14:03:11 +01:00
GitLab Build Bot
240ea8a136
[ci skip] js-precompiled 20170315-124802
2017-03-15 12:50:47 +00:00
Nicolas Gotchac
e4c61a5fab
Add Vaults logic to First Run ( #4894 ) ( #4914 )
2017-03-15 13:40:18 +01:00
Marek Kotewicz
b27138e93f
Updated gcc crate to remove one of duplicated dependencies ( #4909 )
2017-03-15 12:13:19 +01:00
Denis S. Soldatov aka General-Beck
1959f0ae12
fix docker-build
...
[ci skip]
2017-03-14 20:21:51 +03:00
Tomasz Drwięga
57770ce84c
Renaming evm binary to avoid conflicts. ( #4899 )
2017-03-14 13:08:55 +01:00
Tomasz Drwięga
2dca24cc28
Traces error handling ( #4849 )
2017-03-14 13:04:32 +01:00
Jaco Greeff
7c45178076
Add intitial max-width to sections ( #4895 )
2017-03-14 13:04:00 +01:00
Jaco Greeff
e12bde8e5a
Move background z-index to -1 ( #4893 )
2017-03-14 13:03:44 +01:00
Arkadiy Paronyan
5031221369
Removed libudev-dev
2017-03-14 13:02:46 +01:00
GitLab Build Bot
43d391501e
[ci skip] js-precompiled 20170314-110423
2017-03-14 11:06:46 +00:00
Maciej Hirsz
7df4ff2606
Merge pull request #4900 from ethcore/mh-guide
...
Spelling :)
2017-03-14 11:57:46 +01:00
Tomasz Drwięga
b51d7e9f6a
Merge branch 'master' into new-jsonrpc
2017-03-14 11:48:09 +01:00
Arkadiy Paronyan
43871e393c
Additional kovan params ( #4892 )
2017-03-14 11:41:56 +01:00
maciejhirsz
ef3569741c
Spelling :)
2017-03-14 11:39:01 +01:00
GitLab Build Bot
84fcefba1b
[ci skip] js-precompiled 20170314-103037
2017-03-14 10:32:58 +00:00
Jaco Greeff
7525cb5ee4
trigger js-precompiled build ( #4898 )
2017-03-14 11:23:50 +01:00
Arkadiy Paronyan
e0d554e0ca
Recalculate receipt roots in close_and_lock ( #4884 )
2017-03-13 17:47:43 +01:00
Robert Habermeier
599f81daa9
split request filling into fill,complete
2017-03-13 16:06:58 +01:00
Tomasz Drwięga
8bf5be0cc4
New version of jsonrpc.
2017-03-13 15:49:52 +01:00
Robert Habermeier
f0a587d310
request builder improvements
2017-03-13 13:36:03 +01:00
GitLab Build Bot
29bed6ff69
[ci skip] js-precompiled 20170313-122643
2017-03-13 12:32:24 +00:00
Nicolas Gotchac
8a37f9599f
Reload UI on network switch ( #4864 )
...
* Reload UI on network switch
* Don't bither with timeout.
2017-03-13 13:19:43 +01:00
Svyatoslav Nikolsky
fddbc9e5cb
Secretstore DKG protocol draft + distributed encryption/decryption tests ( #4725 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
2017-03-13 12:54:56 +01:00
Jaco Greeff
b7862ac23a
Update parity-ui-precompiled with branch ( #4850 )
...
* Update parity-ui-precompiled with branch
* In-place sed via -i
* Explicitly specify branch
* Only in-place edit branch (thanks @ngotchac)
* Add override & single-line comment
2017-03-13 12:52:02 +01:00
Jaco Greeff
90a5c9e489
Base infrastructure/contracts deployment dapp ( #4726 )
...
* Add deploy dapp
* Filter by dapp id
* WIP
* Contract deployment operational
* Additional contracts
* unicode icons
* Column layout
* app deployment
* DRY up lists
* Remove unused function
* Add basiccoin deployment & tokenreg
* Externalise code
* Check for code versions
* Gavcoin, Email & SMS contracts
* Update to latest email contract
* Deploy & register badges
* Add jg external apps
* Check owner for deleted registry entries
* DRY estimate/post
* Add wallet library to deployment
2017-03-13 12:49:26 +01:00
Arkadiy Paronyan
2924d0a20f
OSX Installer is no longer experimental ( #4882 )
...
* OSX Installer is no longer experimental
* osx -> macos
2017-03-13 12:36:55 +01:00
Gav Wood
3041c95408
Chain-selection from UI ( #4859 )
...
* First little bits for chain-selection.
* Provide RPCs and get settings through to user defaults.
* Hasty stash.
* Fix updater accidentally redownloading.
* Finish up.
* Add JS tests.
* Hypervisor should never run a binary modified before itself.
* Style.
* Help tweak.
* Fix test compile.
* Fix JS test
* Build fix for tests.
* Revert default chain name
* Another test
* Use spec name via client.
* Fix mock up.
* whitespace
[ci:skip]
* whitespace
[ci:skip]
* remove exit/restart endpoints.
2017-03-13 12:10:53 +01:00
Marek Kotewicz
8a67a0a80a
removed redundant (and unused) FromJson trait ( #4871 )
2017-03-13 11:42:27 +01:00
GitLab Build Bot
2ee8f07432
[ci skip] js-precompiled 20170312-211107
2017-03-12 21:17:02 +00:00
gregg dourgarian
18b29832ac
fix typos and grammar ( #4880 )
2017-03-12 22:02:00 +01:00
Nikolay Volf
4af49038cd
Remove old experimental remote db code ( #4872 )
2017-03-12 23:49:33 +04:00
Marek Kotewicz
3fe3353696
removed redundant FixedHash trait, fixes #4029 ( #4866 )
2017-03-11 22:58:15 +04:00
Marek Kotewicz
5d5e45ec0d
Merge pull request #4870 from ethcore/jsonrpc-dep
...
Reference JSON-RPC more changes-friendly
2017-03-11 18:41:11 +01:00
GitLab Build Bot
79afe2d7fb
[ci skip] js-precompiled 20170311-150617
2017-03-11 15:12:20 +00:00
NikVolf
429e1c7a27
bind to branch
2017-03-11 17:44:39 +03:00
Nicolas Gotchac
e73d867dab
Better handling of Solidity compliation ( #4860 )
...
* Better use of SW
* Safe-guard against pending SW register bug (in Chrome)
* Added a simple Worker for Solidity compilation
2017-03-11 15:25:45 +01:00
Nicolas Gotchac
1c37ea5860
Go through contract links in Transaction List display ( #4863 )
...
* Go through contract links (#4822 )
* Fix tests, add one for /contracts/<address>
2017-03-11 15:25:36 +01:00
Nicolas Gotchac
96f4033a40
Fix Gas Price Selector Tooltips ( #4865 )
2017-03-11 15:25:27 +01:00
Gav Wood
5684906d3e
Fix auto-updater. ( #4867 )
2017-03-11 14:45:50 +01:00
GitLab Build Bot
b0264a6af2
[ci skip] js-precompiled 20170310-184737
2017-03-10 18:53:39 +00:00
Nicolas Gotchac
e2069d2e29
Don't check for enode, don't fail if no enode ( #4495 ) ( #4861 )
2017-03-10 19:40:47 +01:00
GitLab Build Bot
45414e6cfe
[ci skip] js-precompiled 20170310-151240
2017-03-10 15:18:28 +00:00
Nicolas Gotchac
dd529575f6
Subscribe to accounts info in Signer / ParityBar ( #4738 ) ( #4856 )
2017-03-10 15:46:13 +01:00
Arkadiy Paronyan
bc9464fcbd
Removed link directive ( #4841 )
2017-03-10 15:25:02 +01:00
Nicolas Gotchac
95745ef4c8
Fix paste in Inputs ( #4854 )
...
* Wait for the value to have changed in the input
* Better onPaste handler // Use ESC to revert to initial value
2017-03-10 14:08:21 +01:00
GitLab Build Bot
e5defeaada
[ci skip] js-precompiled 20170310-123911
2017-03-10 12:45:42 +00:00
Nicolas Gotchac
eebb8b87a4
Refactoring of the Dapp Registry ( #4589 )
...
* Add React Hot Loader to DappReg dapp
* Updated colours
* Add DappCards
* Dapp Modal with manifest displayed
* Add input to the Dapp Modal
* WIP // Editing a Dapp
* Clean-Up
* Linting
* CleanUp and separate dapp from dappS
* Semi-working updates
* Working Editing of a Dapp
* OCD
* Linting
* Add a Dapp -- WIP
* Register a new Dapp
* WIP Dapps
* Working update / delete / register
* Better promises
* Working updates for DappReg
* Fully functional again !
* Generic Card Component
* Dashed Register Card
* Cleanups
* Cleanups
* Add Actions to Modal
* Clean-Up
* Better Close Icon
* Single place for Registry version // Fetch meta-data from Registry
* Fixing test
* Fix saving changes in dapp reg
* PR Grumbles - Part I
* PR Grumble - Part I
* PR Grumble - Part II
* DappReg Contract owner can delete dapps
2017-03-10 13:31:57 +01:00
GitLab Build Bot
e15f60b819
[ci skip] js-precompiled 20170310-111654
2017-03-10 11:25:12 +00:00
Jaco Greeff
4e5fd92e67
Extract i18n from shared UI components ( #4834 )
...
* Actionbar i18n
* ui Errors i18n
* Features i18n
* GapPriceSelector i18n
* WIP
* WIP #2
* Update methodDecoding
* ModalBox -> functional
* Signer pages i18n (missed previously)
* Update ModalBox tests
* Update variable
2017-03-10 12:04:40 +01:00
Nicolas Gotchac
d98b7aab61
Wait for the value to have changed in the input ( #4844 )
2017-03-10 11:52:27 +01:00
Jaco Greeff
8edee76f8b
Pull steps from actual available steps ( #4848 )
2017-03-10 11:38:27 +01:00
Denis S. Soldatov aka General-Beck
ca963137e9
Update README.md
...
[ci skip]
2017-03-10 13:24:18 +03:00
Denis S. Soldatov aka General-Beck
6eefecf31e
build docker with custom branch or tag
...
[ci -skip]
2017-03-10 13:23:34 +03:00
Arkadiy Paronyan
9047b4b487
Supress USB error message ( #4839 )
2017-03-10 10:25:40 +01:00
Tomasz Drwięga
0ab0cb1173
Fix RPC errors. Implement geth-compatibility option to return correct pending nonce. ( #4837 )
2017-03-10 10:25:13 +01:00
Denis S. Soldatov aka General-Beck
608c0dc613
CI: test coverage (for core) ( #4832 )
...
* test coverage
* update gitlab
add `git submodule update --init --recursive`
* test exec coverage in docker runner
* tags kcov
2017-03-10 10:12:16 +01:00
Tomasz Drwięga
aedc473f64
Lowering threshold for transactions above gas limit ( #4831 )
2017-03-10 10:11:37 +01:00
Nicolas Gotchac
be87151f1c
Fix TxViewer when no to (contract deployment) ( #4847 )
...
* Added React Hot Reload to dapps + TokenDeplpoy fix
* Fixes to the LocalTx dapp
* Don't send the nonce for mined transactions
* Don't encode empty to values for options
2017-03-10 10:08:16 +01:00
GitLab Build Bot
5e54c0fa91
[ci skip] js-precompiled 20170309-190359
2017-03-09 19:09:36 +00:00
Nicolas Gotchac
3bb66d03ee
Fix method decoding ( #4845 )
...
* Fix contract deployment method decoding in Signer
* Linting
2017-03-09 19:56:10 +01:00
Nicolas Gotchac
3478c16e10
Added React Hot Reload to dapps + TokenDeplpoy fix ( #4846 )
2017-03-09 19:55:48 +01:00
Nicolas Gotchac
bd00256e0c
Uniq array of ids ( #4843 )
2017-03-09 19:55:11 +01:00
Robert Habermeier
64342d200c
return only complete headers responses
2017-03-09 17:28:49 +01:00
GitLab Build Bot
b196635816
[ci skip] js-precompiled 20170309-160350
2017-03-09 16:09:29 +00:00
Nicolas Gotchac
5342a482b5
Fixes to the Registry dapp ( #4838 )
...
* Fix wrong ABI methods
* Fix
2017-03-09 16:55:57 +01:00
Robert Habermeier
391eb4b66c
get network tests working
2017-03-09 16:55:13 +01:00
Denis S. Soldatov aka General-Beck
ea020948fc
push-release<->build
2017-03-09 01:34:00 +03:00
Denis S. Soldatov aka General-Beck
6062aa5dcd
fix windows build
...
rm parity.pdb
2017-03-08 23:49:34 +03:00
Robert Habermeier
8fb0a2d417
move request_builder -> request::builder
2017-03-08 20:11:22 +01:00
Robert Habermeier
aea9b1d6cc
request builder tests
2017-03-08 20:07:45 +01:00
Robert Habermeier
d9087dd2b6
roundtrip tests for request types
2017-03-08 19:50:26 +01:00
Robert Habermeier
868f83e6ca
Merge branch 'master' into pip-msg
2017-03-08 18:55:21 +01:00
Robert Habermeier
a1186727af
fix cost table RLP encoding
2017-03-08 18:38:25 +01:00
Robert Habermeier
9268a1f59c
get tests compiling
2017-03-08 18:27:29 +01:00
Jaco Greeff
ca1efc3d77
Show token icons on list summary pages ( #4826 )
...
* Adjust balance overlay margins (no jumps)
* Img only balances, small verifications
* Invalid tests removed
* Always wrap display (Thanks @ngotchac)
* Update tests to reflect reality
2017-03-08 18:07:14 +01:00
Robert Habermeier
9692616958
re-do cost table
2017-03-08 18:01:41 +01:00
Robert Habermeier
bb39f104f4
implement requesting from
2017-03-08 17:37:07 +01:00
keorn
be21671c1c
Calibrate step before rejection ( #4800 )
...
* calibrate before rejection
* change flag name
* fix merge
2017-03-08 17:25:50 +01:00
Robert Habermeier
ee034185a5
handle response packets
2017-03-08 15:28:46 +01:00
keorn
a84a10ff03
Add replay protection ( #4808 )
...
* add eip155
* make network_id default
2017-03-08 14:44:07 +01:00
Arkadiy Paronyan
731f28a8c0
Better windows icon ( #4804 )
2017-03-08 14:42:56 +01:00
keorn
98be191b25
Fix validator contract syncing ( #4789 )
...
* make validator set aware of various states
* fix updater build
* clean up contract call
* failing sync test
* adjust tests
* nicer indent [ci skip]
* revert bound divisor
2017-03-08 14:41:24 +01:00
Robert Habermeier
8a3b5c6332
Remote transaction execution ( #4684 )
...
* return errors on database corruption
* fix tests, json tests
* fix remainder of build
* buffer flow -> request credits
* proving state backend
* generate transaction proofs from provider
* network messages for transaction proof
* transaction proof test
* test for transaction proof message
* fix call bug
* request transaction proofs from on_demand
* most of proved_execution rpc
* proved execution future
2017-03-08 14:39:44 +01:00
GitLab Build Bot
5bbcf0482b
[ci skip] js-precompiled 20170308-122756
2017-03-08 12:38:37 +00:00
Nicolas Gotchac
02c51c83cd
Better logic for contract deployments ( #4821 )
2017-03-08 13:21:39 +01:00
Nicolas Gotchac
94a39619b5
Fix default values for contract queries ( #4819 )
2017-03-08 12:26:03 +01:00
Jaco Greeff
f16b53d92a
Adjust selection colours/display ( #4811 )
...
* Adjust selection colours to match with mui
* allow -> disable (simplify selections)
* Only use top-border
* Overlay selection line
* Slightly more muted unselected
* Restore address icon
2017-03-08 12:00:27 +01:00
Nicolas Gotchac
f0f2d00924
Update the key ( #4817 )
2017-03-08 12:00:04 +01:00
GitLab Build Bot
81b57a57c7
[ci skip] js-precompiled 20170307-211202
2017-03-07 21:17:27 +00:00
Nicolas Gotchac
48e5d82186
Fix SectionList hovering issue ( #4749 )
...
* Fix SectionList Items hover when <3 items
* Even easier...
2017-03-07 22:03:52 +01:00
GitLab Build Bot
7638b2c9e8
[ci skip] js-precompiled 20170307-195934
2017-03-07 20:06:34 +00:00
Robert Habermeier
dbd05e6c92
handle request packet in LightProtocol
2017-03-07 20:58:23 +01:00
Nicolas Gotchac
a587815ddc
Re-Introducing HappyPack ( #4669 )
...
* Updating Dev Dependencies (minor version updates)
* Re-introduce HappyPack
* Added Yarn Lock file
* Use HappyPack
* Linting
* Delete yarn lock file
2017-03-07 20:39:36 +01:00
Jaco Greeff
c3c83086bc
SMS Faucet ( #4774 )
...
* Faucet
* Remove flakey button-index testing
* Only display faucet when sms verified (mainnet)
* simplify availability checks
* WIP
* Resuest from verified -> verified
* Update endpoint, display response text
* Error icon on errors
* Parse hash text response
* Use /api/:address endpoint
* hash -> data
* Adjust sms-certified message
2017-03-07 20:21:07 +01:00
Nicolas Gotchac
4d08e7b0ae
Update Wallet to new Wallet Code ( #4805 )
...
* Update Wallet Version
* Update Wallet Library
* Update Wallets Bytecodes
* Typo
* Separate Deploy in Contract API
* Use the new Wallet ABI // Update wallet code
* WIP .// Deploy from Wallet
* Update Wallet contract
* Contract Deployment for Wallet
* Working deployments for Single Owned Wallet contracts
* Linting
* Create a Wallet from a Wallet
* Linting
* Fix Signer transactions // Add Gas Used for transactions
* Deploy wallet contract fix
* Fix too high gas estimate for Wallet Contract Deploys
* Final piece ; deploying from Wallet owned by wallet
* Update Wallet Code
* Updated the Wallet Codes
* Fixing Wallet Deployments
* Add Support for older wallets
* Linting
2017-03-07 20:19:55 +01:00
Robert Habermeier
04291fe71e
complete initial request changes
2017-03-07 19:48:07 +01:00
Denis S. Soldatov aka General-Beck
973bb63dca
update gitlab-ci
...
remove temp kcov cmd
[ci skip]
2017-03-07 22:33:08 +04:00
Tomasz Drwięga
4868f758bf
Allow specifying extra cors headers for dapps ( #4710 )
2017-03-07 17:33:28 +01:00
Arkadiy Paronyan
ae3f85bd5b
v1.7 ( #4730 )
2017-03-07 17:29:27 +01:00
Jaco Greeff
3fb8466c40
Bump package.json for master 1.7 ( #4731 )
...
* Bump package.json for master 1.7
* Update contributors
2017-03-07 17:29:15 +01:00
Robert Habermeier
b396b56e34
encode and decode responses
2017-03-07 17:18:26 +01:00
Igor Artamonov
63bc942e41
update ETC bootnodes ( #4794 )
2017-03-07 05:34:48 +01:00
Denis S. Soldatov aka General-Beck
2f7f95d519
update gitlab-ci
...
add `kcov` cmd
2017-03-07 03:21:11 +04:00
Denis S. Soldatov aka General-Beck
4e1816cd00
test coverage
2017-03-07 03:16:32 +04:00
Denis S. Soldatov aka General-Beck
374d7c879e
push-release after build
2017-03-07 01:56:19 +04:00
Gav Wood
cec37207be
Update comments and reg ABI ( #4787 )
...
* Update comments.
* Fix up new ABI.
2017-03-06 21:37:38 +01:00
Denis S. Soldatov aka General-Beck
344b5b120f
update Dockerfile for hub
...
add BUILD_TAG ARG
[ci skip]
2017-03-06 22:46:35 +04:00
Denis S. Soldatov aka General-Beck
38884cdf82
update docker-build
...
add arg
[ci skip]
2017-03-06 22:44:41 +04:00
Robert Habermeier
87f3d53607
new requests in provider.
2017-03-06 17:36:56 +01:00
Robert Habermeier
8e9faa416d
proofs of non-existance in ProvingBlockChainClient
2017-03-06 17:03:58 +01:00
GitLab Build Bot
24aac8fa89
[ci skip] js-precompiled 20170306-142052
2017-03-06 14:26:42 +00:00
Tomasz Drwięga
4f934cf2c2
Optimize signature for fallback function. ( #4780 )
2017-03-06 15:11:39 +01:00
Robert Habermeier
41effadb94
RLP encoding and decoding for requests
2017-03-06 12:21:06 +01:00
GitLab Build Bot
0de8771007
[ci skip] js-precompiled 20170306-093959
2017-03-06 09:45:14 +00:00
Tomasz Drwięga
4d203d563c
Rephrasing token generation screen. ( #4777 )
2017-03-06 10:32:41 +01:00
GitLab Build Bot
a02063f348
[ci skip] js-precompiled 20170306-080251
2017-03-06 08:08:05 +00:00
Jaco Greeff
0b24a3d7f6
Etherscan links based on netVersion identifier ( #4772 )
...
* Use netVersion to determine external links
* Update additional isTest references
2017-03-06 08:54:59 +01:00
Jerome de Tychey
944dcdc010
Update README.md ( #4762 )
...
Fix for cargo fail when building from source
2017-03-06 08:49:52 +01:00
GitLab Build Bot
cabf251280
[ci skip] js-precompiled 20170305-093606
2017-03-05 09:41:41 +00:00
Jaco Greeff
5a7cbb3e5b
Fix invalid props ( #4766 )
2017-03-05 10:27:18 +01:00
keorn
d68ea777a2
Extend authority round consensus test ( #4756 )
...
* add auth round test case
* correct fork assertion
2017-03-03 22:32:22 +01:00
GitLab Build Bot
2e0d005487
[ci skip] js-precompiled 20170303-190450
2017-03-03 19:10:54 +00:00
Tomasz Drwięga
edecd951ba
Revert last hyper "fix" ( #4752 )
2017-03-03 19:52:08 +01:00
Jaco Greeff
1548201551
Vault Management UI (round 3) ( #4652 )
...
* Render Dapps via SectionList
* Initial rendering of accounts via SectionList
* Width vars
* Allow classNames in certifications & tags
* Overlay of info on hover
* Adjust hover balances
* Large owner icons (align with vaults)
* Consistent block mined at message
* Attach ParityBackground to html
* Adjust page padding to align
* Lint fixes
* Link to different types of addresses
* Make content parts clickable only (a within a)
* Force Chrome hardware acceleration
* Trust the vendors... don't go crazy with transform :)
* Use faster & default transitions
* Add VaultMeta edit dialog
* Updated (WIP)
* Meta & password edit completed
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Display type icons in creation dialog
* Complimentary colours
* Convert Signer defaults to SelectionList
* Fix Geth import - actually pass addresses through
* Work from addresses returned via RPC
* Display actual addresses imported (not selected)
* Update tests to cover bug fixed
* Prettyfy Geth import
* Description on selection actions
* SelectionList as entry point
* Update failing tests
* Subtle selection border
* Styling updates for account details
* Add ModalBox summary
* AddAddress updated
* Display account vault information
* Allow invalid addresses to display icons (e.g. vaults)
* Display vault on edit meta
* Convert VaultAccounts to SelectionList
* Allow editing of Vault in meta
* Add tests for SectionList component
* Add tests for ModalBox component
* Add tests for VaultSelector component
* Add vaultsOpened in store
* Add ~/ui/Form/VaultSelect
* WIP
* Fix failing tests
* Move account to vault when selected
* Fix circular build deps
* EditMeta uses Form/VaultSelect
* Vault move into meta store (alignment)
* Re-apply stretch fix
* Display vault in account summary
* Add busy indicators to relevant modals
* Auto-focus description field (aligns with #4657 )
* Remove extra container (double scrolling)
* Remove unused container style
* Apply scroll fixes from lates commit in #4621
* Remove unneeded logs
* Remove extra div, fixing ParityBar overflow
* Make dapp iframe background white
* Stop event propgation on tag click
* ChangeVault component (re-usable)
* Use ChangeVault component
* Pass vaultStores in
* Icon highlight colour
* Tag-ify vault name display
* ChangeVault location
* Bothced merge, selector rendering twice
* Value can be undefined (no vault)
* Close selector on Select bug
* Fix toggle botched merge
* Update tests
* Add Vault Tags to Account Header
2017-03-03 19:50:54 +01:00
Jaco Greeff
cb118f1936
Update SelectionList indicators ( #4736 )
...
* Move selector indicators to the left
* Only display default account selection icon
2017-03-03 19:50:25 +01:00
Jaco Greeff
9b6170a37b
Update testnet detection ( #4746 )
2017-03-03 19:49:46 +01:00
Nicolas Gotchac
ec0e8f9dd6
Add StackEventListener ( #4745 )
2017-03-03 19:49:36 +01:00
Robert Habermeier
bbb50caa89
initial request definitions
2017-03-03 19:25:29 +01:00
GitLab Build Bot
ead40a8b97
[ci skip] js-precompiled 20170303-140210
2017-03-03 14:07:22 +00:00
Maciej Hirsz
d297ddbfe5
Update wiki ( #4743 )
...
- Added missing `creates` field.
- Removed deprecated methods.
2017-03-03 14:55:04 +01:00
GitLab Build Bot
4024100e74
[ci skip] js-precompiled 20170303-134752
2017-03-03 13:53:17 +00:00
Jaco Greeff
6760ae0e84
Account selector close operations ( #4728 )
...
* Close when clicking anywhere on body pane
* Allow click to propagate on address click
* Rename noCopy -> allowAddressClick
* Handle i18n strings in input
* Close on pasted addresses (valid entry)
* allowAddressClick default
* Don't do onClick on AccountCard if text is selected
* Reset filter value on close for address selection
* Better close on click for AccountSelection
2017-03-03 14:38:40 +01:00
Nicolas Gotchac
5559374676
Fix Account Selection in Signer ( #4744 )
...
* Can pass FormattedMessage to Input (eg. Status // RPC Enabled)
* Simple fixed-width fix for Accoutn Selection in Parity Signer
2017-03-03 14:32:52 +01:00
GitLab Build Bot
fd19f6f449
[ci skip] js-precompiled 20170303-130222
2017-03-03 13:07:34 +00:00
Jaco Greeff
495e5790e9
Support both V1 & V2 DataChanged events in registry ( #4734 )
...
* Add info on forks.
* Add new registry ABI
* Import registry2 & fix exports
* Select ABI based on code hash
* Render new event types (owner not available)
* New registry.
* Rename old chain.
* Fix test.
* Another fix.
* Finish rename.
2017-03-03 13:33:49 +01:00
Gav Wood
3a0c4b6539
Add info on forks. ( #4733 )
2017-03-03 08:20:25 +01:00
keorn
810c71dd66
Merge pull request #4732 from ethcore/new-chains
...
Add registry addr
2017-03-03 00:16:47 +01:00
GitLab Build Bot
0432b8410c
[ci skip] js-precompiled 20170302-230110
2017-03-02 23:07:35 +00:00
Jaco Greeff
b11caaf071
UI support for hardware wallets ( #4539 )
...
* Add parity_hardwareAccountsInfo
* Ledger Promise interface wrapper
* Initial hardwarestore
* Move ~/views/historyStore to ~/mobx
* split scanLedger
* test createEntry
* Also scan via parity_hardwareAccountsInfo
* Explanation for scanning options
* react-intl-inify tooltips
* add hwstore
* Listen for hw walet updates
* Return arrays from scanning
* Readability
* add u2f-api polyfill
* check response.errorCode
* Support hardware types in state.personal
* Tooltips (to be split into sep. PR)
* Tooltips support intl strings
* FormattedMessage for strings to Tooltip
* Fix TabBar tooltip display
* signLedger
* Use wallets as an object map
* PendingForm -> FormattedMessage
* Pending form doesn't render password for hardware
* Groundwork for JS API signing
* Show hardware accounts in list
* Cleanup rendering conditions
* Update RequestPending rendering tests (verification)
* Tests for extended signer middleware
* sign properly & handle response, error
* Align outputs between Parity & Ledger u2f
* Ledger returns checksummed addresses
* Update ethereum-tx for EIP155 support
* Update construction of tx
* Updates after sanity checks (thanks @tomusdrw)
* Allow display for disabled IdentityIcon
* Disabled accounts
* Disabled auto-disabling
* Password button ebaled for hardware
* Don't display password hint for hardware
* Disable non-applicable options when not connected
* Fix failing test
* Confirmation via ledger (u2f)
* Confirm on device message
* Cleanups & support checks
* Mark u2f as unsupported (until https)
* rewording
* Pass account & disabled flags
* Render attach device message
* Use isConnected for checking availability
* Show hardware accounts in defaults list
* Pass signerstore
* Update u2f to correct version
* remove debug u2f lib
* Update test (prop name change)
* Add ETC path (future work)
* new Buffer -> Buffer.from (thanks @derhuerst)
2017-03-02 23:51:56 +01:00
Gav
40526c5270
Merge remote-tracking branch 'origin/master' into new-chains
2017-03-02 23:49:24 +01:00
Gav
71d3fa8707
Add registry.
2017-03-02 23:47:56 +01:00
GitLab Build Bot
96d74543fc
[ci skip] js-precompiled 20170302-204757
2017-03-02 20:52:50 +00:00
Jaco Greeff
036ef77373
s/delete/forget/ for wallets ( #4729 )
2017-03-02 21:40:29 +01:00
Gav Wood
2862b3c21a
New chains ( #4720 )
...
* Add Kovan chain.
* Fix up --testnet.
* Fix tests.
* Fix test.
* fix test
* Fix test.
2017-03-02 20:24:27 +01:00
Arkadiy Paronyan
591eb76a93
Enable --warp by default ( #4719 )
...
* Enable --warp by default
* Disable warp if non-standard chain options are selected
* Add warnings if warp is specified
* Fixed tests
2017-03-02 20:04:17 +01:00
Gav
9c38ff3907
Merge branch 'new-chains' of github.com:ethcore/parity into new-chains
2017-03-02 19:58:10 +01:00
Gav
8ad6107f13
Fix test.
2017-03-02 19:53:15 +01:00
keorn
9ff6195f50
fix test
2017-03-02 17:46:47 +00:00
Gav
89910c0174
Fix test.
2017-03-02 16:09:30 +01:00
Gav
90562c1331
Fix tests.
2017-03-02 15:43:11 +01:00
Gav
bb3b2311bf
Merge remote-tracking branch 'origin/master' into new-chains
2017-03-02 15:42:03 +01:00
GitLab Build Bot
eb37d26154
[ci skip] js-precompiled 20170302-143357
2017-03-02 14:38:43 +00:00
Jaco Greeff
7653cfd88e
Fix to UglifyJS 2.8.2 to fix app build issues ( #4723 )
2017-03-02 15:26:07 +01:00
Gav
52cf44d71a
Fix up --testnet.
2017-03-02 14:46:35 +01:00
Gav
c662d1cb0a
Add Kovan chain.
2017-03-02 14:33:59 +01:00
GitLab Build Bot
5fef950503
[ci skip] js-precompiled 20170302-123938
2017-03-02 12:44:34 +00:00
Jaco Greeff
5f51fa23ea
Extract i18n strings in modals/* ( #4706 )
...
* DeployContract formatting
* PasswordManager i18n
* SaveContract i18n
* Transfer i18n
* Verification i18n
* Fix spacing on label
2017-03-02 13:29:32 +01:00
Robert Habermeier
31302e057f
provide uncle size where available ( #4713 )
2017-03-02 12:29:18 +01:00
Svyatoslav Nikolsky
cb168828a2
EC math functions ( #4696 )
...
* EC math functions
* moved math funs -> Secret methods
2017-03-02 12:27:41 +01:00
keorn
ade5a13f5b
Add registrar fields ( #4716 )
...
* add registrar field
* use constructor for dev registrar
* fix test
2017-03-02 12:25:55 +01:00
Jaco Greeff
5dd406a19a
Extract i18n strings in views/* ( #4695 )
...
* i18n for writecontract
* i18n for writecontract store
* wallet i18n
* wallet confirmations i18n
* wallet details i18n
* wallet transactions i18n
* status i18n
* status calls i18n
* status callstoolbar i18n
* status debug i18n
* status editableValue i18n
* status miningSettings i18n
* status rpcCalls i18n
* status rpcDocs i18n
* status status i18n
* signer i18n
* signer origin i18n
* signer signRequest i18n
* signer transactionMainDetails i18n
* sign transactionPending i18n
* signer transactionPending i18n
* Fix duplicate ids
* Typo
* Adapt tests for i18n
* Actionbar i18n
* contracts i18n
* contract i18n
* contract/queries i18n
* contract/events i18n
* application/frameError i18n
* Actionbar key naming
* addresses i18n
* address i18n
* accounts i18n (tooltip)
* Plural strings for owner numbers
* IdentityIcon placement
* Re-apply s/actiobar/actionbar/ after merge
2017-03-02 12:24:54 +01:00
Tomasz Drwięga
36468f3fc7
Removing network=disable from config files ( #4715 )
2017-03-02 12:23:54 +01:00
Denis S. Soldatov aka General-Beck
d436f62eb8
update gitlab-ci
...
docker build beta-release->latest
[ci skip]
2017-03-01 15:57:06 +04:00
Robert Habermeier
655c7ae7ae
Merge pull request #4687 from ethcore/fast-migrate
...
Fast in-place migration for adding and removing column families
2017-02-28 17:18:36 +01:00
GitLab Build Bot
54aee9db9b
[ci skip] js-precompiled 20170228-153914
2017-02-28 15:44:30 +00:00
Jaco Greeff
4534590f39
Display badges on summary view ( #4689 )
2017-02-28 16:31:22 +01:00
GitLab Build Bot
ea877cb91e
[ci skip] js-precompiled 20170228-132909
2017-02-28 13:35:38 +00:00
Jaco Greeff
190ed76e30
Consistent file uploads ( #4699 )
...
* FileSelect component
* Use FileSelect component in Actionbar
* Convert CreateAccount/Import to FileSelect
2017-02-28 14:24:12 +01:00
Jaco Greeff
88449671a1
Rename https://mkr.market -> https://oasisdex.com ( #4701 )
2017-02-28 14:21:19 +01:00
Jaco Greeff
ab98ec3bf7
Stop onClick propagation after click ( #4700 )
2017-02-28 14:20:43 +01:00
Jaco Greeff
1b8a47fa4a
Display ... for address summary overflows ( #4691 )
2017-02-28 14:15:48 +01:00
GitLab Build Bot
689fe9c689
[ci skip] js-precompiled 20170227-213540
2017-02-27 21:40:33 +00:00
Jaco Greeff
5e480e9fc0
Less agressive grayscale/opacity ( #4688 )
2017-02-27 22:28:21 +01:00
Robert Habermeier
b487f00173
address rightward drift
2017-02-27 19:05:02 +01:00
Robert Habermeier
da3c13f0a2
split adding and dropping columns tests
2017-02-27 18:57:22 +01:00
Denis S. Soldatov aka General-Beck
b13a446d82
update docker-build
...
fix path
2017-02-27 01:14:23 +04:00
Denis S. Soldatov aka General-Beck
2f15c75fa2
update gitlab-ci
...
fix path to Dockerfile
[ci skip]
2017-02-27 01:13:27 +04:00
Robert Habermeier
868624c6a9
return correct path for in-place migration
2017-02-26 19:30:54 +01:00
Robert Habermeier
ac82a838b8
test case and handle in-place migration correctly
2017-02-26 19:22:51 +01:00
Robert Habermeier
ed0a2567d8
docs
2017-02-26 19:11:19 +01:00
Robert Habermeier
c2c699abb9
change migration to v11 to be faster
2017-02-26 18:41:40 +01:00
Robert Habermeier
3cc007b4d6
add and remove column families dynamically
2017-02-26 18:29:35 +01:00
Robert Habermeier
af235e564e
proved execution future
2017-02-26 15:05:33 +01:00
Robert Habermeier
1ff0abc661
Merge branch 'master' into remote-tx-exec
2017-02-26 13:55:29 +01:00
Robert Habermeier
645011427a
most of proved_execution rpc
2017-02-26 13:48:56 +01:00
Robert Habermeier
1bf2b27708
Propagate trie errors upwards from State ( #4655 )
...
* state backend trait mirroring state_db API
* minimal state backend trait
make state module public
* fix json tests
* return errors on database corruption
* fix tests, json tests
* fix remainder of build
* add Backend bound on state
2017-02-26 13:10:50 +01:00
Robert Habermeier
69e82e15a3
request transaction proofs from on_demand
2017-02-25 20:10:38 +01:00
Robert Habermeier
7c541117b3
fix call bug
2017-02-25 19:01:41 +01:00
Robert Habermeier
eb9ee35d6c
Merge pull request #4632 from ethcore/state-backend
...
Generic state backend
2017-02-25 16:22:42 +01:00
Robert Habermeier
4cf62e816e
Merge branch 'state-backend' into remote-tx-exec
2017-02-25 14:31:27 +01:00
Robert Habermeier
7863d1e978
add Backend bound on state
2017-02-25 14:28:26 +01:00
Robert Habermeier
2b671b8476
test for transaction proof message
2017-02-25 12:43:43 +01:00
Robert Habermeier
32f906fe9f
transaction proof test
2017-02-25 11:54:32 +01:00
Robert Habermeier
4158693470
network messages for transaction proof
2017-02-25 11:07:38 +01:00
Robert Habermeier
92e5982127
generate transaction proofs from provider
2017-02-25 00:27:48 +01:00
Denis S. Soldatov aka General-Beck
714b46dfef
update gitlab-ci
...
add triggers to docker-build
2017-02-24 23:54:41 +04:00
Robert Habermeier
ee7779df17
proving state backend
2017-02-24 20:16:32 +01:00
Denis S. Soldatov aka General-Beck
bef33a0958
update gitlab-ci
...
[ci skip] fix `docker-build`
2017-02-24 22:00:08 +04:00
GitLab Build Bot
8bee714452
[ci skip] js-precompiled 20170224-171258
2017-02-24 17:18:20 +00:00
Jaco Greeff
609e24ef04
Enhance dialog layouts (round 1) ( #4637 )
...
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Display type icons in creation dialog
* Complimentary colours
* Convert Signer defaults to SelectionList
* Fix Geth import - actually pass addresses through
* Work from addresses returned via RPC
* Display actual addresses imported (not selected)
* Update tests to cover bug fixed
* Prettyfy Geth import
* Description on selection actions
* SelectionList as entry point
* Update failing tests
* Subtle selection border
* Styling updates for account details
* Add ModalBox summary
* AddAddress updated
* Convert VaultAccounts to SelectionList
* Add tests for SectionList component
* Add tests for ModalBox component
* Re-apply stretch fix
* Apply scroll fixes from lates commit in #4621
* Clear name on switch (test in #4652 , not pulling in)
* Remove refs (cleanup)
2017-02-24 18:05:39 +01:00
Jaco Greeff
570e6f32b0
Vault Management UI (round 2) ( #4631 )
...
* Add VaultMeta edit dialog
* Updated (WIP)
* Meta & password edit completed
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Convert Signer defaults to SelectionList
* Subtle selection border
* Display account vault information
* Allow invalid addresses to display icons (e.g. vaults)
* Display vault on edit meta
* Convert VaultAccounts to SelectionList
* Allow editing of Vault in meta
* Add tests for SectionList component
* Add tests for VaultSelector component
* Auto-focus description field (aligns with #4657 )
* Apply scroll fixes from lates commit in #4621
* Remove unneeded logs
* Remove extra div, fixing ParityBar overflow
* Disable save if password don't match
* s/disabled/readOnly/
* string -> bool
2017-02-24 18:05:04 +01:00
Nicolas Gotchac
9ff427caaf
Fix Portal broad event stopper ( #4674 )
2017-02-24 18:04:26 +01:00
keorn
7a773b42bf
custom dev presets ( #4671 )
2017-02-24 17:36:52 +01:00
Arkadiy Paronyan
ef7998f473
Max gas limit and min gas price ( #4661 )
...
* Max gas limit and min gas price
* Tests
* Limit gas limit ceiling
2017-02-24 17:34:32 +01:00
GitLab Build Bot
af45d05aee
[ci skip] js-precompiled 20170224-142855
2017-02-24 14:33:38 +00:00
Jaco Greeff
f670b180d7
Align list displays with SectionList (UI consistency) ( #4621 )
...
* Render Dapps via SectionList
* Initial rendering of accounts via SectionList
* Width vars
* Allow classNames in certifications & tags
* Overlay of info on hover
* Adjust hover balances
* Large owner icons (align with vaults)
* Consistent block mined at message
* Attach ParityBackground to html
* Adjust page padding to align
* Lint fixes
* Link to different types of addresses
* Make content parts clickable only (a within a)
* Force Chrome hardware acceleration
* Trust the vendors... don't go crazy with transform :)
* Use faster & default transitions
* Remove extra container (double scrolling)
* Remove unused container style
* Make dapp iframe background white
* Stop event propgation on tag click
2017-02-24 15:21:36 +01:00
GitLab Build Bot
afecf5b148
[ci skip] js-precompiled 20170224-134503
2017-02-24 13:50:10 +00:00
Jaco Greeff
a6ed3dc5dc
Add SelectionList component to DRY up ( #4639 )
...
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Convert Signer defaults to SelectionList
* Subtle selection border
* Convert VaultAccounts to SelectionList
* Add tests for SectionList component
* Apply scroll fixes from lates commit in #4621
* Remove unneeded logs
* Remove extra div, fixing ParityBar overflow
2017-02-24 14:37:56 +01:00
GitLab Build Bot
5817cfdf41
[ci skip] js-precompiled 20170224-115159
2017-02-24 11:58:15 +00:00
Jaco Greeff
38cf7d2639
Linting updates ( #4662 )
2017-02-24 12:44:38 +01:00
Jaco Greeff
0b214450e3
Misc. small UI fixes ( #4657 )
...
* Shorten menu items (accounts)
* Shorten menu items (addresses)
* Shorten menu items (contracts)
* Shorten menu items (account)
* Shorten menu items (address)
* Shorten menu items (contract)
* Auto-focus & perform default action
* Auto-focus & default action
* Auto focus for first fields (create account)
* Clear phrase & auto-focus field
* Auto-focus name fields
* Add autoFocus (Add Address)
* autoFocus address (Add Contract)
* Auto focus name field
* Auto-focus name field for EditMeta
* Auto-focus modifications (WalletSettings)
* Verification auto focus
* typo
* Double-up on keys
2017-02-24 12:26:30 +01:00
Maciej Hirsz
f97e775498
More CLI settings for IPFS API ( #4608 )
...
* TEMP: Bind to 0.0.0.0, don't check Origin
* More CLI options for IPFS
* CORS and Hosts filtering
* Allow current interface as origin
* Correctly handle CORS settings
* fix grumbles
2017-02-24 10:32:42 +01:00
keorn
9b5bcb81fd
Fix Tendermint deadlock ( #4654 )
...
* scope read
* consistent step
2017-02-24 10:26:56 +01:00
Bas
56d0ad869a
nl translations ( #4649 )
...
* translation stings copied from _default to nl
* First batch of nl translations
* Second batch of nl translations
* Syntax fix
* include new nl translation files to index
2017-02-24 10:25:28 +01:00
GitLab Build Bot
c7b3b9a565
[ci skip] js-precompiled 20170224-084932
2017-02-24 08:54:34 +00:00
Jaco Greeff
92fa4249d3
Update condition documentation (Thanks @arkpar) ( #4659 )
2017-02-24 09:40:38 +01:00
Tomasz Drwięga
daf36739ce
Bump hyper versions ( #4645 )
2017-02-24 09:22:29 +01:00
Gav Wood
76ade2fc2d
Sane updater ( #4658 )
...
* Make updater avoid downloading earlier versions.
* Disable if files can't be moved.
2017-02-24 01:06:35 +01:00
Robert Habermeier
ddbdfafc05
buffer flow -> request credits
2017-02-23 23:10:29 +01:00
Robert Habermeier
3f78c945d7
Merge pull request #4594 from ethcore/lightrpc
...
Remainder of RPC APIs implemented for the light client
2017-02-23 19:58:27 +01:00
Robert Habermeier
f169c8dbb0
fix remainder of build
2017-02-23 19:26:20 +01:00
Svyatoslav Nikolsky
88cdc92ed4
preserve vault meta when changing pwd ( #4650 )
2017-02-23 19:01:12 +01:00
Robert Habermeier
91753c53cd
fix tests, json tests
2017-02-23 18:41:01 +01:00
Robert Habermeier
3655601693
return errors on database corruption
2017-02-23 17:40:03 +01:00
GitLab Build Bot
496a6dcfa0
[ci skip] js-precompiled 20170223-141355
2017-02-23 14:21:06 +00:00
Jaco Greeff
3651095651
Fix Geth account import ( #4641 )
...
* Fix Geth import - actually pass addresses through
* Work from addresses returned via RPC
* Display actual addresses imported (not selected)
* Update tests to cover bug fixed
2017-02-23 15:04:58 +01:00
Denis S. Soldatov aka General-Beck
e60fa751eb
[ci skip]
2017-02-23 03:36:03 +04:00
Denis S. Soldatov aka General-Beck
5c57b42259
[ci skip]
2017-02-23 03:31:43 +04:00
Gav Wood
3182540d9f
Tweak some checks. ( #4633 )
...
* Tweak some checks.
* Fixed build and added a difficulty test
2017-02-22 18:24:22 +01:00
GitLab Build Bot
f3b5e2074b
[ci skip] js-precompiled 20170222-165052
2017-02-22 16:55:55 +00:00
Jannis Redmann
94fa2db986
attempt to fix subscribeToEvents test ( #4638 )
2017-02-22 17:44:11 +01:00
GitLab Build Bot
cb3c6b1bec
[ci skip] js-precompiled 20170222-150433
2017-02-22 15:09:15 +00:00
Jaco Greeff
e66d54910a
Fix selection value from RadioButtons ( #4636 )
...
* Fix selection value from RadioButtons
* Fix outdated test
2017-02-22 15:57:21 +01:00
GitLab Build Bot
3df1adc3f5
[ci skip] js-precompiled 20170222-143551
2017-02-22 14:40:40 +00:00
Jaco Greeff
6938a7a202
Convert all remaining Modals to use Portal (UI consistency) ( #4625 )
...
* FirstRun dialog -> Portal
* CreateAccount Modal -> Portal
* CreateWallet dialog -> Portal
* Transfer dialog -> Portal
* Fix failing tests
* ShapeShift dialog -> Portal
* Verification dialog -> Portal
* EditMeta dialog -> Portal
* PasswordManager dialog -> Portal
* WalletSettings dialog -> Portal
* AddAddress dialog -> Portal
* s/delete address/forget address/
* AddContract dialog -> Portal
* DeployContract dialog -> Portal
* ExceuteContract dialog -> Portal
* LoadContract dialog -> Portal
* SaveContract dialog -> Portal
* UpgradeParity dialog -> Portal
* Convert inline modals (tsk, tsk)
* Remove ui/Modal
* Import dialog i18n
* Button array returns (thanks @derhuerst)
* Unneeded debug
* Typo
* Readability formatting
2017-02-22 15:26:58 +01:00
GitLab Build Bot
49675483c3
[ci skip] js-precompiled 20170222-095134
2017-02-22 09:56:05 +00:00
Robert Habermeier
636b2deb2e
fix json tests
2017-02-22 10:52:58 +01:00
Jaco Greeff
5337bf6413
Default account selection update ( #4609 )
...
* Default accounts setting - account provider
* RPC support for default accounts
* Updating JS code
* Rename whitelist to addresses
* Set the defaults using default, allowing for null/full lists
* Update failing tests (after merge)
* Fix merge with wrong rpc call names
* One account needs to be selected
2017-02-22 10:43:02 +01:00
Jaco Greeff
0a85fc7a3e
Display ETH balance in overlay account selector ( #4588 )
...
* Add account balance display from ParityBar
* Ellipsis with title
* Balance display in Dapp permissions
* Add balance to vault account selector
* Add key prop to accounts in Vault
* Fix failing test (missing redux prop)
2017-02-22 10:42:42 +01:00
Robert Habermeier
fba4bda0ff
Merge pull request #4627 from raingloom/patch-1
...
fixed minor grammar mistake in readme
2017-02-22 08:56:14 +01:00
Rain Gloom
df414c8186
fixed minor grammar mistake in readme
2017-02-21 18:08:47 +01:00
Denis S. Soldatov aka General-Beck
502af0e29b
[ci skip] update gitlab-ci
...
fix path to `tools`
add `tools` in `linux-stable-debian`
2017-02-21 16:42:18 +04:00
GitLab Build Bot
80155ef93a
[ci skip] js-precompiled 20170221-120741
2017-02-21 12:12:14 +00:00
Jaco Greeff
61e3d036d9
Extract new available i18n strings ( #4623 )
2017-02-21 12:59:36 +01:00
Robert Habermeier
1fba73c15e
minimal state backend trait
...
make state module public
2017-02-21 12:35:21 +01:00
Robert Habermeier
ac9716a5ce
state backend trait mirroring state_db API
2017-02-21 11:13:02 +01:00
Robert Habermeier
d8b1cfe082
Merge branch 'master' into lightrpc
2017-02-20 18:01:29 +01:00
Robert Habermeier
62b340f2b9
Save pending local transactions in the database ( #4566 )
...
* Create new column family for local node info
* remove DBTransaction::new reliance on DB
* KeyValueDB trait
* InMemory KeyValueDB implementation
* journaldb generic over KVDB
* make most of `ethcore` generic over KVDB
* fix json tests compilation
* get all tests compiling
* implement local store (just for transactions)
* finish local store API, test
* put everything into place
* better test for skipping bad transactions
* fix warning
* update local store every 15 minutes
* remove superfluous `{}`s
2017-02-20 17:21:55 +01:00
GitLab Build Bot
00351374e4
[ci skip] js-precompiled 20170220-160616
2017-02-20 16:12:01 +00:00
Maciej Hirsz
0af2fb2a48
Merge pull request #4614 from ethcore/mh-bump-cid
...
Bump CID version to allow compilation on all platforms
2017-02-20 16:44:11 +01:00
maciejhirsz
649cedd818
Updated Cargo.lock
2017-02-20 16:42:09 +01:00
Jaco Greeff
9e210e5eda
Vault Management UI (first round) ( #4446 )
...
* Add RPCs for parity_vault (create, open, list, etc.)
* WIP
* WIP
* WIP
* WIP (create should create)
* Create & close working
* WIP
* WIP
* WIP
* Open & Close now working
* WIP
* WIP
* Merge relevant changes from js-home
* Hover actions
* WIP (start of account assignment)
* Open, Close & Account assignment works
* Fix margins
* UI updates
* Update tests
* Add the parity_{get|set}VaultMeta calls
* Handle metadata
* Adjust padding in Open/Close modals
* moveAccounts take both in and out
* Adjust padding
* Fix stretch
* Optimize hover stretch
* pre-merge
* Cleanup variable naming (duplication)
* Rename Vault{Close,Open} -> Vault{Lock,Unlock}
* clearVaultFields uses setters
* TODO for small Portal sizes
* Vaults rendering tests
* .only
* libusb compile
* VaultCard rendering tests
* Update message keys (rename gone rouge)
* Display passwordHint op vault unlock
* Update failing tests
* Manually dispatch allAccountsInfo when move completed
* Open/Close always shows vault image in colour
* Password submit submits modal (PR comment)
* Add link to account
2017-02-20 16:40:01 +01:00
keorn
ac6180a6fe
seals_internally ( #4613 )
2017-02-20 16:35:53 +01:00
Jaco Greeff
44769fcd4a
Show only known accounts/wallets/addresses on Home ( #4612 )
...
* Don't render unknown entries
* Only render non-null items
* Remove (now) invalid failing test
2017-02-20 16:34:38 +01:00
maciejhirsz
348559491a
Bump CID version to allow compilation on all platforms
2017-02-20 16:34:16 +01:00
Tomasz Drwięga
72998d3ce3
Proper default accounts RPCs ( #4580 )
...
* Default accounts setting - account provider
* RPC support for default accounts
* Updating JS code
* Rename whitelist to addresses
2017-02-20 16:33:12 +01:00
Tomasz Drwięga
1949d44d0c
Hash-fetch errors in case upstream returns non-200 ( #4599 )
2017-02-20 16:30:14 +01:00
Arkadiy Paronyan
0aad8a87ae
Added pending transaction info to eth_getTransactionByHash ( #4570 )
...
* Return condition info for pending transactions
* Fixed warnings
2017-02-20 16:19:43 +01:00
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
Robert Habermeier
4de208786d
trace API stubs
2017-02-17 22:21:43 +01:00
Robert Habermeier
9e761ba2ea
ParitySet stubs
2017-02-17 21:45:06 +01:00
Robert Habermeier
9316eb4ad3
(most of) parity RPC for light client
2017-02-17 21:38:43 +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
Robert Habermeier
3b023c82b7
fetch gas price corpus from network when needed
2017-02-17 17:08:46 +01:00
Robert Habermeier
7a857a24ae
use new histogram/corpus
2017-02-17 16:18:31 +01:00
Denis S. Soldatov aka General-Beck
a3bbdce613
update Dockerfile for hub
...
refactoring + small fix
2017-02-17 19:03:40 +04:00
Robert Habermeier
59315b0cb7
stats utility in its own crate
2017-02-17 15:16:28 +01: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
Robert Habermeier
48cf591e66
integrate cache in on-demand
2017-02-16 20:46:59 +01: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
Robert Habermeier
3b9741e9d8
Implement the basic data cache
2017-02-16 18:07:28 +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
Robert Habermeier
2b91c922c1
get signing network ID for light client
2017-02-16 16:08:58 +01: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
Nicolas Gotchac
0d289c7732
Skip OOG check for simple transfers ( #4550 ) ( #4558 )
2017-02-15 14:44:14 +01:00
Robert Habermeier
36ea5550ba
Merge pull request #4501 from ethcore/light-txq
...
Light Client transaction queue, initial LightDispatcher
2017-02-15 14:06:31 +01:00
GitLab Build Bot
b38a874b18
[ci skip] js-precompiled 20170215-124941
2017-02-15 12:54:04 +00:00
Nicolas Gotchac
4bae2c751c
Fixes BadgeReg Middleware ( #4547 ) ( #4556 )
2017-02-15 13:42:55 +01:00
Nicolas Gotchac
8aaa18d75d
Fix pasting of value in Input fields ( #4555 )
...
* Fix logging and logger issues
* onPaste submit value + pasted text (#4553 )
2017-02-15 13:37:58 +01:00
GitLab Build Bot
3218c365e9
[ci skip] js-precompiled 20170215-110429
2017-02-15 11:08:57 +00:00
Jaco Greeff
efe76d7004
Tooltips with react-intl ( #4549 )
...
* Tooltips support intl strings
* FormattedMessage for strings to Tooltip
* Fix TabBar tooltip display
* r after o (PR comment)
2017-02-15 11:56:51 +01:00
GitLab Build Bot
812017f9b3
[ci skip] js-precompiled 20170214-215513
2017-02-14 22:00:39 +00:00
Nicolas Gotchac
ac27806a43
Close on double-click for Signer Account selection ( #4540 )
...
* Close on double-click + Optimistic UX (#4525 )
* PR Gumble + Tests
2017-02-14 22:47:34 +01:00
Tomasz Drwięga
5369a129ae
Signer provenance ( #4477 )
...
* Signer - Tracking Request Provenance
* Basic UI
* Changing messages
* VecDeque::from
* Fix dapps tests
* Addressing UI grumbles
2017-02-14 22:45:43 +01:00
Tomasz Drwięga
d925cc05da
Fix console dapp ( #4544 )
...
* Fixing linting issues. Better support for console as secure app
* Fixing linting issues
2017-02-14 22:45:29 +01:00
maciejhirsz
2ee2d2ea45
Added missing GPL header
2017-02-14 20:03:25 +01:00
maciejhirsz
9256aa766b
Lock file
2017-02-14 19:58:46 +01:00
maciejhirsz
3c634701dd
Squashed
2017-02-14 19:30:37 +01:00
Robert Habermeier
e591b4481b
warning on detected inconsistency
2017-02-14 19:16:46 +01:00
GitLab Build Bot
e9eed5206e
[ci skip] js-precompiled 20170214-123602
2017-02-14 12:41:22 +00:00
Jaco Greeff
71c0cc867a
Extract i18n string into i18n/_defaults (base of translations) ( #4514 )
...
* Build script to pull i18n into i18n/_default
* Fix header
* Current strings as extracted
* details_windows without prefix
* clean before build
* Alwasy extract babel strings
* clean & run build before extraction
* Update settings messages
* Put back template string (PR comment)
* PR comment cleanups & logging
* Less complicated string type check (PR comment)
* Remove node cache to extract all keys (Thanks @ngotchac)
* Merge in defaults from i18n/en (Comment by @h3ll0fr13nd)
* Unique index keys only
* Update with latest master strings
* _.defaultsDeep (Thanks to @dehurst)
* Use to-source for string formatting
* Sync with toSource output on latest master
* Updated to use/output sorted objects
2017-02-14 13:16:39 +01:00
Denis S. Soldatov aka General-Beck
7d12e383b2
windows build
...
switch to RUST stable
2017-02-14 16:09:19 +04:00
Nicolas Gotchac
e8597e2e91
Fix contract queries bug ( #4534 )
...
* Fix contract queries and multiple Address Selector issues
* Linting
* Use standard new Error
2017-02-14 13:08:38 +01:00
Robert Habermeier
1d9db578ff
ready transactions order documentation
2017-02-14 12:14:02 +01:00
Robert Habermeier
63ad8cb086
store pending transactions only once
2017-02-14 12:12:26 +01:00
Robert Habermeier
e911fc2db9
address grumbles
2017-02-14 12:05:24 +01:00
GitLab Build Bot
fefd53d4f4
[ci skip] js-precompiled 20170214-101112
2017-02-14 10:15:36 +00:00
Tomasz Drwięga
bccd0991f6
Fixing namespace of couple methods in console. ( #4538 )
2017-02-14 13:03:23 +03:00
GitLab Build Bot
dd0ef6b5ec
[ci skip] js-precompiled 20170214-073623
2017-02-14 07:40:43 +00:00
Jaco Greeff
63d2cfcbfc
Home landing page ( #4178 )
...
* Home entry point (basics)
* WIP store for web
* Add DappUrlInput component
* Updated tests
* WIP store update
* Adjust styling
* Add home tab
* Collapse first/last without extra divs
* Navigation actually navigates
* styling
* Encoding of ethlink.io URLs
* encodedUrl setup
* base58 encoded URLs
* Added decoding, updated tests to Parity-compliant
* Base32 (synced with Rust implementation via tests)
* Split URL into 63 character chunks
* Fix store test
* Cleanups
* s/ethlink/dapplink/
* Display app navigation & histroy
* Start on /accounts (for now, until expanded fully)
* Update tests
* ethlink.io -> web3.site
* Basic list layout
* Store history on navigation
* Show Accounts & Dapps
* Add skeleton for DappIcon (WIP)
* DappIcon WIP
* DappIcon in place
* Split into maneable sub-components
* WIP
* Tests for views/Home
* Swap default entry-point to /home
* Expose registry.get via lookupMeta
* Add getEntry interface, fix instance retrieval (with tests)
* Add news display component
* Add tests for added contracts/registry methods
* Fix GHH test refactoring
* render news via SectionList
* News items store directly
* Images
* News & Urls has new layout
* Convert remainder
* First run-through of MVP for SectionList
* Update tests
* Deploycontract should not override global p styles
* Allow styles overrides for head & body
* Adjust layout styling
* revert Container>flex
* Adjust sizes of history items
* Cleanups
* HistoryStore for tracking relevant routes
* Default route is still /accounts
* Fix tests
* Update 2015-2017
* Add lookupMeta & tests
* Add getEntry & tests
* Split Dapp icon into ui/DappIcon
* Update copyright dates
* Encoding for *.web3.site urls
* Dapp history retrieval
* Grow to only 40% on hover
* Update description
* Add DappUrlInput component
* Update Web views with store
* Update spec description
* Update spec description
* edited url does not allow in-place store edits
* Use /web/<hash> urls for iframe
* Removed (now) unused _list.css
* Mistamtched merge fixed
* Tab split (WIP)
* Split Tab component
* Update tests after merge
* typo
* Remove background !important
* Set item width to parent
* Set width, remove overflow-x: hidden
* Align hover overlays
* Container defaults to some opacity
* Display history from listRecentDapps
* Override styles for a tags
* Open URLs in new window when extension is available
* Fix tests after update
* AccountCard width 100%
* Re-add opening correct url in tab
* Cleanup link rendering
* Remove hardcoded news URL
* pre-merge
* Extra padding at Home bottom (Pr grumble)
* Match js-vaults stretch
* s/Web Apps via URL/Web Apps/ (PR grumble)
* Store recent wallets (PR grumble)
* Simplify inline style matching (PR comment)
* Add store for new retrieval
* Add missing observer
* Auto-link based on account type
* Fix UI overlaps
* Extra spacing
* Only show account when accountInfo is available
* Align timestamp line-heights
* Fix tests
* Update tests
* Really fix failing test (check for Connect(Account))
2017-02-14 08:29:32 +01:00
Nikolay Volf
78917d728d
Bump JSON RPC crates versions ( #4530 )
...
* json rpc bump
* some error message deviations
2017-02-13 21:34:16 +03:00
Robert Habermeier
443e8d2aed
Merge pull request #4531 from ethcore/bump-readme
...
Update rust version in README
2017-02-13 17:44:42 +01:00
Nikolay Volf
83a8ceb09b
Update rust version in readme [ci skip]
2017-02-13 19:39:46 +03:00
Robert Habermeier
073ed1a87c
lower default pruning history and memory ( #4528 )
...
--pruning-history: 1200 -> 64
--pruning-memory: 150 -> 75
2017-02-13 17:15:25 +01:00
Robert Habermeier
4f1afccf97
best_block_header function
2017-02-13 16:51:40 +01:00
Tomasz Drwięga
f1e99ea2e4
Serde 0.9 ( #4508 )
...
* Porting json
* Dapps
* Rpc & Ethstore
* New ethabi
* Last bunch of fixes
* Fixing last test
* Removing build script
* Adding ethcore-ipc-tests back
* Fixing grumbles
* Fixing blockchain tests (inference regression?)
2017-02-13 18:38:47 +03:00
GitLab Build Bot
a2c6cd8f7b
[ci skip] js-precompiled 20170213-125552
2017-02-13 13:00:14 +00:00
Nicolas Gotchac
b561ae7b12
Fixes to Token Deploy dapp ( #4513 )
...
* Renaming Basiccoin => Tokendeploy
* Rename Basiccoin => Tokendeploy
* UI and bug fixes to the TokenDeploy dapp
* Use decimals for Token Deployment #4311
* Typo
* PR Gumbles
2017-02-13 13:47:11 +01:00
Arkadiy Paronyan
1fa830d19b
Fixed receipt decoding ( #4521 )
2017-02-13 12:14:05 +03:00
Denis S. Soldatov aka General-Beck
5f154b9f4b
update Dockerfile
...
add libudev-dev
2017-02-11 20:48:45 +04:00
GitLab Build Bot
88b91b7e13
[ci skip] js-precompiled 20170210-173450
2017-02-10 17:39:23 +00:00
Nicolas Gotchac
ace5c27211
Several fixes to the Wallet in general ( #4504 )
...
* Fix address non-ellipsis on Wallet view
* Add warning if daily limit has been reached
* Add OOG warnings to TxHash
* Fixes to the Warning
* Added stringified version of the changes
* Add wallet link for notifications
* Fix tests
* Use Formatted Messages
* React Intl
* s/ui.walletSettings/walletSettings in React Intl
2017-02-10 18:27:18 +01:00
Nicolas Gotchac
da2e28dad1
Use the current contract name for Solidity compilation ( #4510 )
2017-02-10 18:26:52 +01:00
Robert Habermeier
c7d83bd88a
Merge branch 'master' into light-txq
2017-02-10 17:21:38 +01:00
Robert Habermeier
48ae38eaf9
Merge pull request #4485 from ethcore/lightrpc
...
Preparation for Light client RPC
2017-02-10 17:15:03 +01:00
GitLab Build Bot
51f74f8d80
[ci skip] js-precompiled 20170210-135944
2017-02-10 14:04:00 +00:00
Bas
325cd0ec0b
Fix Dutch translation ( #4509 )
...
After compiling + running the recently added Dutch translation I found it didn't work as I had forgotten to add nl to store.js. Now it is working.
2017-02-10 14:52:36 +01:00
Robert Habermeier
2c43b02e13
Merge branch 'lightrpc' into light-txq
2017-02-10 14:31:17 +01:00
Robert Habermeier
b8881215f1
Merge branch 'master' into lightrpc
2017-02-10 13:47:27 +01:00
Arkadiy Paronyan
8fd694ea47
Fixed a warning and bumbed libusb-sys ( #4507 )
2017-02-10 12:28:57 +01:00
GitLab Build Bot
d36303365f
[ci skip] js-precompiled 20170210-075200
2017-02-10 07:56:35 +00:00
Nicolas Gotchac
aebb289ea9
Fix overflow on small screens ( #4505 )
2017-02-10 08:43:59 +01:00
Robert Habermeier
6bf97de9d8
Merge branch 'master' into lightrpc
2017-02-10 02:44:12 +01:00
GitLab Build Bot
cb772acec7
[ci skip] js-precompiled 20170210-001706
2017-02-10 00:22:18 +00:00
Nicolas Gotchac
515f30eea9
Fix no data sent in TxQueue dapp ( #4502 )
...
* Fix wrong PropType req for Embedded Signer
* Fix wrong data for tx #4499
2017-02-09 19:07:35 -05:00
Arkadiy Paronyan
a7e6d8727a
Ledger wallet support ( #4486 )
...
* Ledger devices support
* structs for RPC types
2017-02-09 19:07:06 -05:00
Robert Habermeier
5e65081d4f
remove accidental gap in next nonce
2017-02-09 22:37:56 +01:00
Robert Habermeier
e53d023a8a
implement light dispatcher
2017-02-09 21:12:28 +01:00
Robert Habermeier
53774d4792
Merge branch 'lightrpc' into light-txq
2017-02-09 20:41:42 +01:00
Robert Habermeier
0d09a473a7
remove let inner pattern with take_weakf and try_bf
2017-02-09 20:38:47 +01:00
Robert Habermeier
7be2c145de
LightDispatcher definition
2017-02-09 20:22:31 +01:00
Robert Habermeier
325c6aaf6a
verify raw transactions against Engine
2017-02-09 19:58:29 +01:00
Robert Habermeier
a559dfe9a1
implement send_raw_transaction
2017-02-09 19:17:37 +01:00
Robert Habermeier
baf0dbc6bf
LightProvider struct using light transaction queue
2017-02-09 18:42:18 +01:00
Robert Habermeier
6a924770be
add several tests + minor bugfixes
2017-02-09 18:10:59 +01:00
GitLab Build Bot
395a44e4a8
[ci skip] js-precompiled 20170209-165020
2017-02-09 16:54:35 +00:00
Nicolas Gotchac
71f84067d9
Add new Componennt for Token Images ( #4496 ) ( #4498 )
2017-02-09 17:41:27 +01:00
Nicolas Gotchac
48eac51c8a
Fix address and accounts links ( #4491 )
...
* Add proper links to TxRows (#4314 )
* Add proper link to the Signer (#4314 )
* Fix and add tests
2017-02-09 17:41:17 +01:00
Nicolas Gotchac
867a593988
Fix Token Reg Dapp issues in Firefox ( #4489 )
...
* Fix overflow issues in Firefox (#4348 )
* Fix wrong Promise inferance
* Add new Componennt for Token Images (#4496 )
* Revert "Add new Componennt for Token Images (#4496 )"
This reverts commit 6ffbdab891f85e4d988e3e8e96fc2c651bd68e04.
2017-02-09 17:41:01 +01:00
Robert Habermeier
33266f78d1
initial transaction queue implementation
2017-02-09 17:36:12 +01:00
GitLab Build Bot
2043123db0
[ci skip] js-precompiled 20170209-161356
2017-02-09 16:17:57 +00:00
Jaco Greeff
7a627f88cb
parity.js interfaces for vaults ( #4497 )
2017-02-09 11:07:08 -05:00
GitLab Build Bot
c69f515597
[ci skip] js-precompiled 20170209-155632
2017-02-09 16:02:22 +00:00
Bas
8f6108fdc9
Initial Dutch translations ( #4484 )
...
* Create settings.js
* Create index.js
* Update constants.js
* Update languages.js
2017-02-09 10:48:36 -05:00
Svyatoslav Nikolsky
1534bbb7cb
Fix key.meta.vault for root dir keys && read vault.meta without vault key ( #4482 )
...
* fix vault for root && read vault meta without key
* support for old vaults (wthout meta field)
2017-02-09 10:47:22 -05:00
Nikolay Volf
fea76c07f0
Arbitrary labels for extended keys (u32, H256 built-in) ( #4438 )
...
* extend derivatino to arbitrary labels
* fix review
* fix more obsolete comments
* hard test for h256
* fix using only 4 bytes from hash
2017-02-09 10:44:28 -05:00
Arkadiy Paronyan
3da3e8453b
Fixing ethstore build ( #4492 )
2017-02-09 10:42:49 -05:00
Svyatoslav Nikolsky
f35517e213
fixed compilation ( #4493 )
2017-02-09 15:41:58 +01:00
GitLab Build Bot
1e47133b3f
[ci skip] js-precompiled 20170209-143704
2017-02-09 14:41:10 +00:00
Nicolas Gotchac
e8175f4cca
Build embedded Parity JS properly and separatly ( #4426 )
...
* Add a specific embed webpack build // output assets in JSON
* WIP Embed
* Updated Webpack
* Update exports // Webpack config
* Fix app build fail
* Fix NPm scripts
* Reduce Embed dependencies
* Fix NPM exports
* remvoe stats
* Lazy-Load worker (not to load in embed)
* PR Grumbles + Fix tests
2017-02-09 15:30:57 +01:00
Robert Habermeier
c83d27420c
address grumbles
2017-02-09 15:10:14 +01:00
Robert Habermeier
bce6bf92d9
simplify code
2017-02-09 15:01:15 +01:00
Robert Habermeier
bcf0e23a4b
take_weakf
2017-02-09 13:24:03 +01:00
Robert Habermeier
656c08976f
Merge pull request #4487 from ethcore/snappy-static
...
Static link for snappy
2017-02-09 00:56:59 +01:00
arkpar
cdc09a6d8a
Static link for snappy
2017-02-08 22:43:23 +01:00
Robert Habermeier
869d193d21
Merge branch 'lightrpc' into light-txq
2017-02-08 20:51:11 +01:00
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
Robert Habermeier
197695414e
correct ready transaction condition
2017-02-04 17:19:39 +01:00
Robert Habermeier
484b93abdc
Merge branch 'cht-td' into lightrpc
2017-02-04 17:14:47 +01:00
Robert Habermeier
ca11138ce8
fix itertools conflict by updating all to 0.5
2017-02-04 17:07:39 +01:00
GitLab Build Bot
d7b937fe88
[ci skip] js-precompiled 20170204-152807
2017-02-04 15:32:05 +00:00
Gav Wood
4553f517ce
Fix eth_sign/parity_postSign ( #4432 )
...
* Fix dispatch for signing.
* Remove console log
* Fix signing & tests.
2017-02-04 16:00:28 +01:00
Jaco Greeff
b4c24d5ab3
Web view with web3.site support ( #4313 )
...
* Web-domain based routing
* Support base32-encoded urls
* Proper support for non-domain based routing
* Handling long domain names
* Switching to web3.site
* Encoding for *.web3.site urls
* Add DappUrlInput component
* Update Web views with store
* Update spec description
* Update spec description
* edited url does not allow in-place store edits
* Fixing dapps access on 127.0.0.1:8180
* Use /web/<hash> urls for iframe
* Redirecting to parity.web3.site
* Disabling the redirection
2017-02-04 09:52:14 +01:00
GitLab Build Bot
c9d38cac6e
[ci skip] js-precompiled 20170203-221154
2017-02-03 22:18:13 +00:00
Jaco Greeff
c7f5ee481d
Extend Portal component with title, buttons & steps (as per Modal) ( #4392 )
...
* Allow Portal to take title & buttons props
* Fix tests
* Portal consistent in screen center
* Allow hiding of Close (e.g. FirstRun usage)
* Set overflow style on body based on open
* Don't lock scroll for child popups (overlaps)
* Override buttons to be white
* Expose ~/ui/Modal/Title as re-usable component
* Use ~/ui/Title to render the Title
* Update tests
* Added a portal example with buttons and steps
* Address PR comments
* Fix AddressSelect with new container withing container
* Move legend to "buttons"
* AddressSelect extra padding
2017-02-03 22:44:43 +01:00
GitLab Build Bot
a68ca7444e
[ci skip] js-precompiled 20170203-191721
2017-02-03 19:22:26 +00:00
GitLab Build Bot
a39324632d
[ci skip] js-precompiled 20170203-190642
2017-02-03 19:12:35 +00:00
Jaco Greeff
f48d8b0ef6
Extension installation overlay ( #4423 )
...
* Extension installation overlay
* Pr gumbles
* Spelling
* Update Chrome URL
2017-02-03 20:01:49 +01:00
Jaco Greeff
cd4d489b57
Add block & timestamp conditions to Signer ( #4411 )
...
* WIP
* WIP (with lint)
* Update ui/RadioButtons
* transaction.condition
* Date & Time selection in-place
* Swap to condition-only
* Fix tests, align naming
* Pick error properly from validation
* Update tests
* condition: time sent withough ms
* Format numbers as base-10
* override popup styles (zIndex)
* Pass condition to signer
* Update expectation (failing test typo)
* Adjust min/max height for expanded bar
* Fix address display
* Fix name display
* Number inputs for gas/gasPrice/blockNumber
* Default blockNumber to 1 (align with min setting)
* Update tests with min value
* Add Block Number
* Fix failing tests (after blockNumber intro)
2017-02-03 20:01:09 +01:00
Robert Habermeier
02142e3a57
Merge branch 'master' into cht-td
2017-02-03 19:56:52 +01:00
Robert Habermeier
e874df5155
hide CHT internals from header chain
2017-02-03 19:50:23 +01:00
Arkadiy Paronyan
312aa72747
Transaction timestamp condition ( #4419 )
...
* Transaction timestamp condtiion
* Updated docs
* Updated docs
* Check agains last block timestamp
2017-02-03 19:32:10 +01:00
Robert Habermeier
1baa824d1e
use CHT abstraction in provider
2017-02-03 18:47:03 +01:00
Robert Habermeier
fc8e9e39ec
CHT builder and prover
2017-02-03 18:38:28 +01:00
Robert Habermeier
e460421deb
generic basic account fetcher, nonce RPC
2017-02-03 17:53:48 +01:00
Robert Habermeier
024e69138a
get it compiling
2017-02-03 17:41:25 +01:00
Robert Habermeier
9328067eac
start eth RPC API for light client
2017-02-03 16:20:43 +01:00
Robert Habermeier
1dc957e3a5
allow genesis block to be latest
2017-02-03 16:11:09 +01:00
Robert Habermeier
83de16da88
use encoded::Header in HeaderChain
2017-02-03 15:32:22 +01:00
GitLab Build Bot
85e9091b29
[ci skip] js-precompiled 20170203-133154
2017-02-03 13:36:20 +00:00
Jaco Greeff
f48a2df6e5
Poll for defaultAccount to update dapp & overlay subscriptions ( #4417 )
...
* Poll for defaultAccount (Fixes #4413 )
* Fix nextTimeout on catch
* Store timers
* Re-enable default updates on change detection
2017-02-03 14:24:23 +01:00
GitLab Build Bot
d1728cca28
[ci skip] js-precompiled 20170203-131026
2017-02-03 13:16:08 +00:00
Tomasz Drwięga
853aae2b92
Validate dapps accounts with address book ( #4407 )
...
* Parametrize address book
* Improving types in account_provider
* Filtering dapps_accounts
* Fixing RPC tests
2017-02-03 13:56:47 +01:00
Jaco Greeff
acf41d6f27
Dapps use defaultAccount instead of own selectors ( #4386 )
...
* Remove account selection from GitHubHint
* Fix naming
* Update to match BasicCoin
* BasicCoin defaultAddress
* typo
* method registry without selector
* Update after manual tests
* IdentityIcon for localtx
* Fix non-secure personal subscriptions
* Query defaultAccount for non-secure apps on send
2017-02-03 13:54:53 +01:00
Denis S. Soldatov aka General-Beck
3af45c6ad9
update depends
...
Depends: libssl1.0.0 (>=1.0.0)
[ci skip]
2017-02-03 14:47:29 +04:00
Denis S. Soldatov aka General-Beck
0bf9f6c444
change depends
...
libssl (>=1.0.0)
[ci skip]
2017-02-03 13:17:10 +04:00
keorn
76c39e3e66
Fix lock and rename tracing ( #4403 )
...
* tracing, timeouts
* remove env_logger
2017-02-02 19:11:43 +01:00
Tomasz Drwięga
015425d447
Restarting fetch client every now and then ( #4399 )
2017-02-02 19:11:28 +01:00
GitLab Build Bot
4961422523
[ci skip] js-precompiled 20170202-163010
2017-02-02 16:33:24 +00:00
Maciej Hirsz
1b1d3a297c
Perform a sync between Rust and JS when generating markdown instead of in spec tests ( #4408 )
...
* Sync RPC on npm run build:markdown
* Helpers
* Added GPL headers
2017-02-02 17:24:15 +01:00
Jannis Redmann
d5aa139e46
registry dapp: make lookup use lower case ( #4409 )
2017-02-02 17:23:58 +01:00
Robert Habermeier
3b9ac7648c
with_context on LightSync
2017-02-02 17:02:46 +01:00
GitLab Build Bot
a0ffb3df20
[ci skip] js-precompiled 20170202-150718
2017-02-02 15:11:11 +00:00
Jaco Greeff
535ebb1f2f
Available Dapp selection alignment with Permissions (Portal) ( #4374 )
...
* Manage default accounts
* Portal
* Portal
* Allow Portal to be used in as both top-level and popover
* modal/popover variable naming
* Move to Portal
* export Portal in ~/ui
* WIP
* Tags handle empty values
* Export AccountCard in ~/ui
* Allow ETH-only & zero display
* Use ui/Balance for balance display
* Add tests for Balance & Tags component availability
* WIP
* Default overlay display to block (not flex)
* Revert block
* WIP
* Add className, optional handlers only
* WIP
* Properly handle optional onKeyDown
* Selection updated
* Align margins
* Remove old code
* Remove debug logging
* TransitionGroup for animations
* No anim
* Cleanups
* Revert addons removal
* Fix tests
* WIP
* Add onClick to Container
* Create ui/DappCard component
* WIP
* Pass dummy displayApps
* Rename DappsVisible back to AddDapps (easier git diff)
* Rename CSS
* Fix tests after merge
2017-02-02 16:02:45 +01:00
Jannis Redmann
1547af191b
more permissive verification process ( #4317 )
...
* style fixes ✨
* verification: find last request
* verification: don't request again if same input
* didRequestWithSameValues -> shallRequestAgain
* bugfixes 🐛 , update SMS verification ABI
* verification: hasRequested -> accountHasRequested
* verification: hasIsVerified -> accountIsVerified
* verification: shallRequestAgain -> shallSkipRequest
* verification: show if unable to send req
* email verification: check if email already used
* address style grumbles 🎨
2017-02-02 16:01:37 +01:00
Robert Habermeier
fd44dcda15
rename LES protocol ID
2017-02-02 15:22:38 +01:00
GitLab Build Bot
8e82b2f631
[ci skip] js-precompiled 20170202-125420
2017-02-02 12:57:45 +00:00
Jaco Greeff
12bd207e53
Fix ParityBar account selection overflows ( #4405 )
2017-02-02 13:30:36 +01:00
arkpar
2b26f0cc28
Fixing yaml script
2017-02-02 13:24:44 +01:00
Arkadiy Paronyan
5817acb582
Mac binaries signing ( #4397 )
2017-02-02 11:55:20 +01:00
Denis S. Soldatov aka General-Beck
0a28b167a2
Merge pull request #4398 from ethcore/revert-4381-js-ci-skip
...
Revert "remove [ci skip]"
2017-02-02 13:47:17 +04:00
Denis S. Soldatov aka General-Beck
bc704283a4
Revert "remove [ci skip]"
2017-02-02 13:35:34 +04:00
GitLab Build Bot
3d4545fa91
js-precompiled 20170201-231534
2017-02-01 23:19:04 +00:00
GitLab Build Bot
85f75d39b3
js-precompiled 20170201-225215
2017-02-01 22:55:51 +00:00
GitLab Build Bot
52f40042b0
js-precompiled 20170201-222816
2017-02-01 22:31:43 +00:00
GitLab Build Bot
b8c0d657b4
js-precompiled 20170201-220650
2017-02-01 22:10:13 +00:00
GitLab Build Bot
ffb5ddc08b
js-precompiled 20170201-214512
2017-02-01 21:48:38 +00:00
GitLab Build Bot
35e267c4fe
js-precompiled 20170201-212208
2017-02-01 21:25:32 +00:00
GitLab Build Bot
43baa461b0
js-precompiled 20170201-205737
2017-02-01 21:01:07 +00:00
GitLab Build Bot
7fae67785c
js-precompiled 20170201-203408
2017-02-01 20:37:33 +00:00
GitLab Build Bot
09e933a450
js-precompiled 20170201-200611
2017-02-01 20:09:34 +00:00
GitLab Build Bot
71190f6068
js-precompiled 20170201-194205
2017-02-01 19:45:25 +00:00
Jaco Greeff
bd0891c93c
Typo, fixes #4271 ( #4391 )
2017-02-01 20:36:05 +01:00
GitLab Build Bot
2f299d20e8
js-precompiled 20170201-185153
2017-02-01 18:55:16 +00:00
GitLab Build Bot
bc73416e45
js-precompiled 20170201-182335
2017-02-01 18:27:32 +00:00
GitLab Build Bot
22f0d648c7
js-precompiled 20170201-174728
2017-02-01 17:50:56 +00:00
GitLab Build Bot
6b77d10cac
js-precompiled 20170201-172305
2017-02-01 17:26:30 +00:00
GitLab Build Bot
12c1434f09
js-precompiled 20170201-165339
2017-02-01 16:58:21 +00:00
GitLab Build Bot
653bb112bf
js-precompiled 20170201-162404
2017-02-01 16:27:37 +00:00
Tomasz Drwięga
4462c18690
Fixing invalid address in docs ( #4388 )
2017-02-01 17:14:16 +01:00
arkpar
dbafbc29be
Killed travis and appveyor
2017-02-01 17:06:44 +01:00
Denis S. Soldatov aka General-Beck
1a8ce3e1f3
Merge pull request #4381 from ethcore/js-ci-skip
...
remove [ci skip]
2017-02-01 19:59:26 +04:00
GitLab Build Bot
8e35b2c39a
[ci skip] js-precompiled 20170201-152542
2017-02-01 15:29:43 +00:00
Tomasz Drwięga
fb7c6c2867
Fixing estimate gas in case histogram is not available ( #4387 )
2017-02-01 16:18:22 +01:00
Jaco Greeff
3bdd32f9ec
Default Account selector in Signer overlay ( #4375 )
...
* Manage default accounts
* Portal
* Portal
* Allow Portal to be used in as both top-level and popover
* modal/popover variable naming
* Move to Portal
* export Portal in ~/ui
* WIP
* Tags handle empty values
* Export AccountCard in ~/ui
* Allow ETH-only & zero display
* Use ui/Balance for balance display
* Add tests for Balance & Tags component availability
* WIP
* Default overlay display to block (not flex)
* Revert block
* WIP
* Add className, optional handlers only
* WIP
* Properly handle optional onKeyDown
* Selection updated
* Align margins
* Remove old code
* Remove debug logging
* TransitionGroup for animations
* No anim
* Cleanups
* Revert addons removal
* Fix tests
* defaultAccount
* Selection actually selects
* WIP tests
* tests WIP
* Expand tests
* Container for scrollbars
* Add parity_defaultAccount RPC (with subscription)
* Add jsonrpc interface
2017-02-01 16:18:11 +01:00
GitLab Build Bot
a414729de9
[ci skip] js-precompiled 20170201-142626
2017-02-01 14:29:49 +00:00
Tomasz Drwięga
5526a3a228
Fixing web3 in console ( #4382 )
2017-02-01 15:19:23 +01:00
GitLab Build Bot
f4a761edb7
[ci skip] js-precompiled 20170201-140028
2017-02-01 14:05:19 +00:00
Jaco Greeff
04fb2afba1
Add parity_defaultAccount RPC (with subscription) ( #4383 )
...
* Add parity_defaultAccount RPC (with subscription)
* Add jsonrpc interface
2017-02-01 14:52:15 +01:00
Denis S. Soldatov aka General-Beck
0a7aef1872
remove [ci skip]
...
remove tag [ci skip] for `js-precompiled`
2017-02-01 15:09:13 +04:00
Maciej Hirsz
ed09a76c91
Full JSON-RPC docs + sync tests. ( #4335 )
...
* Extended Markdown generator
* Synced and extended all JSON-RPC interfaces
* Fix linter errors
* Format `parity_listAccounts` output in API
* typo
* Check if interfaces are synced in JS spec tests
* Fixing missing interface errors
* Better #[rpc] attribute parsing
* Fixed RPC JS spec tests
* More examples
* Refactored how dummy data appears in examples
* Complete trace docs!
* fix typo
* Less copy-paste
* All the docs!
* Fix differences between CallRequest and TransactionRequest
* Fix differences between CallRequest and TransactionRequest
* Missing examples
* Grumble fixes
2017-02-01 10:58:09 +01:00
maciejhirsz
687ae4d7fa
Removed fixed TODO
2017-02-01 10:38:01 +01:00
Denis S. Soldatov aka General-Beck
b2ecf1c5a4
Update gitlab-ci.yml
...
try to add `nightly` tag
2017-01-31 20:39:11 +04:00
GitLab Build Bot
867ca0f96c
[ci skip] js-precompiled 20170131-163220
2017-01-31 16:35:42 +00:00
Jannis Redmann
5217469e85
expose util as Api.util ( #4372 )
2017-01-31 17:25:42 +01:00
GitLab Build Bot
f1995b3fb0
[ci skip] js-precompiled 20170131-161018
2017-01-31 16:13:39 +00:00
Jaco Greeff
a935a04449
Dapp Account Selection & Defaults ( #4355 )
...
* Manage default accounts
* Portal
* Portal
* Allow Portal to be used in as both top-level and popover
* modal/popover variable naming
* Move to Portal
* export Portal in ~/ui
* WIP
* Tags handle empty values
* Export AccountCard in ~/ui
* Allow ETH-only & zero display
* Use ui/Balance for balance display
* Add tests for Balance & Tags component availability
* WIP
* Default overlay display to block (not flex)
* Revert block
* WIP
* Add className, optional handlers only
* WIP
* Properly handle optional onKeyDown
* Selection updated
* Align margins
* Remove old code
* Remove debug logging
* TransitionGroup for animations
* No anim
* Cleanups
* Revert addons removal
* Fix tests
* Pr gumbles
2017-01-31 17:04:41 +01:00
GitLab Build Bot
12aadc3e2a
[ci skip] js-precompiled 20170131-155752
2017-01-31 16:01:16 +00:00
Jaco Greeff
d3ee15c6fb
Publish @parity/jsonrpc ( #4365 )
...
* Add npm/jsonrpc
* Allow ci:build:jsonrpc
* Publish @parity/jsonrpc
2017-01-31 16:52:48 +01:00
GitLab Build Bot
983a0e3d0b
[ci skip] js-precompiled 20170131-132131
2017-01-31 13:24:45 +00:00
Gav Wood
75ecabbd28
Fix signing ( #4363 )
...
* Fix signing.
* Fix linting.
* Fix linting.
* Address grumble.
2017-01-31 14:15:08 +01:00
GitLab Build Bot
27d00f6eca
[ci skip] js-precompiled 20170131-113939
2017-01-31 11:42:56 +00:00
Tomasz Drwięga
aaed67cfaf
Fixing embedded bar not closing in chrome extension ( #4367 )
2017-01-31 12:34:55 +01:00
GitLab Build Bot
b864d0f6ec
[ci skip] js-precompiled 20170131-112711
2017-01-31 11:30:36 +00:00
Jaco Greeff
223c474487
Update AccountCard for re-use ( #4350 )
...
* Tags handle empty values
* Export AccountCard in ~/ui
* Allow ETH-only & zero display
* Use ui/Balance for balance display
* Add tests for Balance & Tags component availability
* Add className, optional handlers only
* Remove debug logging
* AccountCard UI update
2017-01-31 12:21:50 +01:00
GitLab Build Bot
ee906467ad
[ci skip] js-precompiled 20170131-104521
2017-01-31 10:50:22 +00:00
Nicolas Gotchac
b3a23480de
Add proper event listener to Portal ( #4359 )
2017-01-31 11:38:53 +01:00
Tomasz Drwięga
9fb2be8f2b
Optional from field in Transaction Requests ( #4332 )
...
* Infering default account when sending transactions if not provided
* Fixing test
* Fixing tests code
* Fixes.
* More fixes.
* Final fix.
2017-01-30 21:08:36 +01:00
maciejhirsz
681fa10d4b
Tests checking item sizes for changed types
2017-01-30 20:01:32 +01:00
maciejhirsz
6795068ea4
Fixed other types
2017-01-30 19:13:35 +01:00
Nikolay Volf
4a404a6f33
Update README.md ( #4361 )
2017-01-30 18:47:12 +01:00
maciejhirsz
5fe54901e7
Fix Step encoding
2017-01-30 18:13:14 +01:00
Robert Habermeier
5b2b4717f6
fix earliest_era on empty db ( #4316 )
2017-01-30 17:20:41 +01:00
GitLab Build Bot
00c4c71176
[ci skip] js-precompiled 20170130-161417
2017-01-30 16:17:36 +00:00
Arkadiy Paronyan
43cc4ea13d
Fixed deadlock in external_url ( #4354 )
2017-01-30 17:08:21 +01:00
Jaco Greeff
15ffd9a09c
Allow Portal to be used as top-level modal ( #4338 )
...
* Portal
* Allow Portal to be used in as both top-level and popover
* modal/popover variable naming
* export Portal in ~/ui
* Properly handle optional onKeyDown
* Add simple Playground Example
2017-01-30 17:08:08 +01:00
GitLab Build Bot
4e7b8652c8
[ci skip] js-precompiled 20170130-142718
2017-01-30 14:30:42 +00:00
Gav Wood
ca196d683e
Fix postsign ( #4347 )
...
* Fix whitespace.
* Fix post sign.
* Fix message.
* Fix tests.
* Rest of the problems.
* All hail the linter and its omniscience.
* ...and its divine omniscience.
* Grumbles and wording.
2017-01-30 15:08:02 +01:00
GitLab Build Bot
5a18ed7c3e
[ci skip] js-precompiled 20170130-121240
2017-01-30 12:16:02 +00:00
Tomasz Drwięga
3fb445e198
Renaming signAndSendTransaction to sendTransaction ( #4351 )
2017-01-30 12:49:08 +01:00
GitLab Build Bot
f627bef08b
[ci skip] js-precompiled 20170130-110455
2017-01-30 11:08:16 +00:00
Jaco Greeff
c0468faf58
Add api.util.encodeMethodCall to parity.js ( #4330 )
...
* Add api.util.encodeMethodCall
* Update spec description path, strip hex
* Remove options, add encodeMethodCall(name, inputs) signature
* Simplify interface with types-only inputs
* Add abiEncode & abiDecode functions
2017-01-30 11:57:55 +01:00
Svyatoslav Nikolsky
9ac4d83ca3
Initial commit for vaults ( #4312 )
...
* initial commit for vaults
* fixed TODO
* public docs
* vault_file.json now contains enc(pwd hash)
* removed doc
2017-01-30 13:44:09 +03:00
Tomasz Drwięga
bf1e7ecfcb
Returning default account as coinbase + allow altering sender in signer ( #4323 )
...
* Returning first address as coinbase
* Allowing sender alteration in signer
* Adding default account RPC
2017-01-30 11:10:58 +01:00
Tomasz Drwięga
cf348dae60
Persistent tracking of dapps ( #4302 )
...
* Tests for RPC
* Extracting dapp_id from Origin and x-parity-origin
* Separate type for DappId
* Persistent tracking of recent dapps
* Fixing tests
* Exposing dapp timestamps
* Fixing import to work on stable
* Fixing test again
2017-01-30 10:59:46 +01:00
Tomasz Drwięga
47e1c5e2f1
Exposing all RPCs over dapps port as CLI option ( #4346 )
...
* Exposing all RPC over dapps port as CLI option
* Fix test.
2017-01-30 10:46:50 +01:00
Arkadiy Paronyan
089da2a24a
New macOS App ( #4345 )
2017-01-29 20:22:45 +01:00
GitLab Build Bot
b4dab67f83
[ci skip] js-precompiled 20170127-210258
2017-01-27 21:06:16 +00:00
Jaco Greeff
aef699ebf2
Display QrCode for accounts, addresses & contracts ( #4329 )
...
* Display QrCode for accounts, addresses & contracts
* Default size 4
* Fix layouts
2017-01-27 21:55:20 +01:00
GitLab Build Bot
5246d51a1a
[ci skip] js-precompiled 20170127-143849
2017-01-27 14:42:01 +00:00
Jaco Greeff
cb8fea3b5a
Add QrCode & Copy to ShapeShift ( #4322 )
...
* Extract CopyIcon to ~/ui/Icons
* Add copy & QrCode address
* Default size 4
* Add bitcoin: link
* use protocol links applicable to coin exchanged
* Remove .only
2017-01-27 15:33:02 +01:00
GitLab Build Bot
e81787da34
[ci skip] js-precompiled 20170127-134933
2017-01-27 13:53:09 +00:00
Jaco Greeff
076c8b9de7
parity.js api.parity.chainStatus should handle { blockGap: null } ( #4327 )
...
* Add tests for null blockGap values
* Handle null blockGap values
2017-01-27 14:42:22 +01:00
Jaco Greeff
1940809dd4
DeleteAccount & LoadContract modal updates ( #4320 )
...
* i18n & tests for DeleteAccount
* i18n & tests for LoadContract
2017-01-27 14:42:06 +01:00
Jaco Greeff
b51b7849dc
Split Tab from TabBar ( #4318 )
...
* Tab split (WIP)
* Split Tab component
2017-01-27 14:41:41 +01:00
GitLab Build Bot
da032e950f
[ci skip] js-precompiled 20170126-165810
2017-01-26 17:01:54 +00:00
Jaco Greeff
b74f2d8831
Contracts interface expansion ( #4307 )
...
* Add lookupMeta & tests
* Add getEntry & tests
* Formatting
* Remove unneeded .then(console.log)
2017-01-26 17:51:35 +01:00
GitLab Build Bot
f5a73ff4c8
[ci skip] js-precompiled 20170126-164625
2017-01-26 16:49:41 +00:00
Jaco Greeff
7f3b1bd31e
HistoryStore for tracking relevant routes ( #4305 )
...
* HistoryStore for tracking relevant routes
* Default route is still /accounts
* Fix copyright date-merge issue
2017-01-26 17:37:52 +01:00
GitLab Build Bot
3e2d95b272
[ci skip] js-precompiled 20170126-152421
2017-01-26 15:28:00 +00:00
Jaco Greeff
5ad50ab1e3
Split Dapp icon into ui/DappIcon ( #4308 )
2017-01-26 16:17:30 +01:00
Nicolas Gotchac
e19c28bb8e
Add a Playground for the UI Components ( #4301 )
...
* Playground // WIP
* Linting
* Add Examples with code
* CSS Linting
* Linting
* Add Connected Currency Symbol
* 2015-2017
* 2015-2017
* 2015-2017
* 2015-2017
* 2015-2017
* 2015-2017
* 2015-2017
* Added `renderSymbol` tests
* PR grumbles
* Add Eth and Btc QRCode examples
* 2015-2017
* Add tests for playground
* Fixing tests
2017-01-26 16:15:49 +01:00
Jaco Greeff
2ac7655355
Update CreateWallet with FormattedMessage ( #4298 )
...
* Allow FormattedMessage as hint & label
* tests for basic rendering
* convert component messages
* Typo
* id typos (insubstantial, but annoying)
* 2015-2017
* 2015-2017
* 2015-2017
* 2015-2017
* 2015-2017
2017-01-26 16:11:04 +01:00
Denis S. Soldatov aka General-Beck
82a7a17e6e
Update README.MD
...
Remove Travis CI badge
2017-01-26 19:06:48 +04:00
Denis S. Soldatov aka General-Beck
b5f46f3976
Update README.MD
...
Update Gitlab CI badge
2017-01-26 17:03:37 +04:00
GitLab Build Bot
79481b8ab5
[ci skip] js-precompiled 20170126-082319
2017-01-26 08:26:31 +00:00
Jaco Greeff
63e7379d5b
Update copyright dates ( #4306 )
2017-01-26 09:17:38 +01:00
Arkadiy Paronyan
c012dfc3ef
EIP-98: Optional transaction state root ( #4296 )
...
* EIP98: Optional receipt state root
* Use if-else
* Fixing tests
2017-01-25 20:22:48 +01:00
Denis S. Soldatov aka General-Beck
f5a4b55dae
Update gitlab-ci
...
Fix CI lint errors
2017-01-25 23:01:28 +04:00
Denis S. Soldatov aka General-Beck
c03be11303
Update gitlab-ci
...
[ci skip] Add `docker` build stage for automated build tagged images and push it to hub.docker.com
2017-01-25 22:48:36 +04:00
Denis S. Soldatov aka General-Beck
0fe6b40e68
Dockerfile for docker hub
...
[ci skip] automated build on docker hub. tags only
2017-01-25 22:25:52 +04:00
GitLab Build Bot
0c913b45b2
[ci skip] js-precompiled 20170125-181524
2017-01-25 18:18:28 +00:00
Gav Wood
8404edb656
Fix whitespace ( #4299 )
...
* Fix whitespace.
* Update copyright years/owner.
* Push release only for tags.
2017-01-25 18:51:41 +01:00
Denis S. Soldatov aka General-Beck
e672e6c5d6
Update gitlab-ci
...
[ci-skip] Remove `triggers` from stage `push-release`
2017-01-25 19:03:28 +04:00
GitLab Build Bot
33b02febed
[ci skip] js-precompiled 20170125-132524
2017-01-25 13:28:44 +00:00
Gav Wood
3125e2d2cc
Attempt to fix console. ( #4294 )
...
* Attempt to fix console.
* Fixing couple of possible exceptions
2017-01-25 14:10:35 +01:00
GitLab Build Bot
afa1edbeee
[ci skip] js-precompiled 20170125-112240
2017-01-25 11:25:48 +00:00
Jaco Greeff
380c0773d1
ui/SectionList component ( #4292 )
...
* array chunking utility
* add SectionList component
* Add TODOs to indicate possible future work
* Add missing overlay style (as used in dapps at present)
2017-01-25 12:16:04 +01:00
Nikolay Volf
1acc8031ce
Stratum up ( #4233 )
...
* flush work
* flush work
* flush work
* flush work
* generalized notifiers
* general setup with modules
* general setup with modules
* all binded
* catch up with master
* all dependencies injected
* stratum another up
* tcp update
* submitwork routine
* finalize & fix warnings
* merge bugs, review fixes
* merge bugs, review fixes
* new cli mess cleanup
* usage.txt swap
* flush work
* cli adopt
* compilation with new cli sorted
* subid space in json
* serialization issues
* grumbles addressed
* more grumbles
* remove last_work note for now
* fix compilation
* fix tests
* merge bugs
* no obliged ipc
* moving notifiers
* no optional feature now
* refactored again
* working on tests
* refactor to new tcp/ip
* stratum lib ok
* ethcore crate ok
* wip on tests
* final test working
* fix warnings, \n-terminated response
* new compatibility
* re-pushing work once anybody submitted
* various review and general fixes
* reviewe fixes
* remove redundant notifier
* one symbol -> huge bug
* ensure write lock isn't held when calling handlers
* extern declarations moved
* options to stratum mod, SocketAddr strongly-typed instantiation
* Minor style fix.
* Whitespace and phrasing
* Whitespace
2017-01-25 11:03:36 +01:00
Tomasz Drwięga
67284cc1a2
Logging transaction duration ( #4297 )
...
* Logging transaction duration
* Printing time also on heavy transactions [ci:skip]
2017-01-25 11:02:03 +01:00
GitLab Build Bot
5e18daf29e
[ci skip] js-precompiled 20170124-211147
2017-01-24 21:15:10 +00:00
keorn
e9251a9325
Generic engine utilities ( #4258 )
...
* move modules up
* make structs generic
* reound to view and tests
* fix
2017-01-24 22:03:03 +01:00
Maciej Hirsz
a58fad06a7
JSON-RPC interfaces with documentation ( #4276 )
...
* Extended Markdown generator
* Synced and extended all JSON-RPC interfaces
* Fix linter errors
* Format `parity_listAccounts` output in API
* typo
2017-01-24 22:02:52 +01:00
keorn
c460aec646
Dont decode seal fields ( #4263 )
...
* dont decode seal
* add get_block test
2017-01-24 21:57:29 +01:00
GitLab Build Bot
b0e7cd5c9d
[ci skip] js-precompiled 20170124-194135
2017-01-24 19:44:54 +00:00
Jaco Greeff
75c2588920
Skip misbehaving test until properly fixed ( #4283 )
2017-01-24 19:35:01 +00:00
Tomasz Drwięga
fa02b3ae54
Additional logs for own transactions ( #4278 )
2017-01-24 19:18:52 +00:00
Robert Habermeier
b739704902
ensure write lock isn't held when calling handlers ( #4285 )
2017-01-24 19:15:59 +00:00
Gav Wood
73b67da3cf
No need for geth compat by default.
2017-01-24 20:11:42 +01:00
GitLab Build Bot
7b7b552ed4
[ci skip] js-precompiled 20170124-162740
2017-01-24 16:30:59 +00:00
Jaco Greeff
155bbc328f
Feature selector ( #4074 )
...
* WIP
* ParityBar verification
* import from index.js
* i18n expansion & tests
* Features component
* Adapt language selector to use features
* Add features to settings view
* typo
* Convert logging
* Fix earlier merge issues resulting in test failures
* Lint failure fixes (new rules)
* Fix additional listing rules
* Re-add FormattedMessage (missing after merge), fix tests
* Fix loader overrides
* grumble: split item rendering (& test)
* grumble: allow enable/disable while testing (default on)
* grumble: move LanguageSelector below Features
* grumble: don't pass visiblity prop (& update tests)
* grumble: missing observable (onClick misbehaving)
* grumble: don't reset to defaults per session
* Fix to single store instance
2017-01-24 17:20:10 +01:00
GitLab Build Bot
5b2dd8deb2
[ci skip] js-precompiled 20170124-152454
2017-01-24 15:28:00 +00:00
Jaco Greeff
06433033d9
AccountCreate updates ( #3988 )
...
* Add esjify for mocha + ejs
* First pass through, intl + basic smoketests
* Create store
* Update for renames
* Pass store around
* createType into store
* Move stage into store
* Update labels
* Define stages
* address into store
* Add @observer
* Retrieve name from store
* Store phrase in store
* isWindowsPhrase into store
* gethAddresses to store
* Store manages geth addresses
* passwordHint into store
* Fix build
* rawKey into store
* import json files
* name set direct from component
* No parent change callbacks
* canCreate from store
* createAccounts into store
* expand create tests
* Windows phrase testcases
* Properly bind newError
* FirstRun use of new CreateAccount
* Add fix & test for selectedAddress match
* Call into store from props
* onChangeIdentity fix & test
* Phrase set fix & test
* RecoveryPhrase tested manually (issues addressed via tests)
* Hex import manual test (& tests added for errors)
* New eslint update fixes
* grumble: set default type from store (with test)
* grumble: pass copy of accounts (observable injection)
* grumble: Summary owners can be array or array-like
2017-01-24 16:18:23 +01:00
GitLab Build Bot
153f2ca2f2
[ci skip] js-precompiled 20170124-151134
2017-01-24 15:14:38 +00:00
Maciej Hirsz
a30a108ac9
Extended JS interface -> Markdown generator ( #4275 )
...
* Extended Markdown generator
* Fix linter errors
* Review fixes
2017-01-24 16:05:21 +01:00
Konstantin
9d0278e0f8
added 3 warpnodes for ropsten ( #4289 )
...
* added 3 warpnodes for ropsten
* Fixed indentation
2017-01-24 14:35:52 +01:00
GitLab Build Bot
7aafa8a7ec
[ci skip] js-precompiled 20170124-105551
2017-01-24 10:59:12 +00:00
Jaco Greeff
53bbc76d06
Ledger Communication toolkit ( #4268 )
2017-01-24 11:46:59 +01:00
keorn
ba0209678b
ValidatorSet reporting ( #4208 )
...
* remove register_account_provider
* build rpc module
* new dummy client
* common EngineSigner struct
* from -> into
* initial report via call
* separate safe from regular contract
* transact_contract
* fix build
* return Signature, docs
* add sign method to some engines
* add safeContract spec
* update specs to new contracts
* use AuthorityRound for contract spec
* add more reporting
* add reporting test
* use gas floor
* shorter
2017-01-24 12:03:58 +03:00
GitLab Build Bot
b6575cb230
[ci skip] js-precompiled 20170123-184530
2017-01-23 18:48:32 +00:00
Jaco Greeff
ea44555f44
Add parity_accountsInfo as available subscription ( #4273 )
2017-01-23 19:39:49 +01:00
GitLab Build Bot
1c6e9bc772
[ci skip] js-precompiled 20170123-164245
2017-01-23 16:47:50 +00:00
Jaco Greeff
183efe9d19
Display AccountCard name via IdentityName ( #4235 )
...
* Display AccountCard name via IdentityName
* Pass name through (catches registry reverse display)
2017-01-23 17:33:03 +01:00
GitLab Build Bot
f4149cc089
[ci skip] js-precompiled 20170123-160350
2017-01-23 16:06:59 +00:00
GitLab Build Bot
5fce415ac3
[ci skip] js-precompiled 20170123-155126
2017-01-23 15:54:58 +00:00
Jaco Greeff
3d1162e3d9
Dapp visibility save/load tests ( #4150 )
...
* Start of tests to replicate issue
* Expand visibility tests
* Cleanups
* typo
* Extend saving tests as requested (pre-emptive)
* tests for new setDisplayApps action
* Address PR oversights
2017-01-23 16:45:56 +01:00
GitLab Build Bot
512612424c
[ci skip] js-precompiled 20170123-153219
2017-01-23 15:35:49 +00:00
Nicolas Gotchac
b5a53284cf
Fix wrong output format of peers ( #4270 )
...
* Fix wrong output format of peers
* Add outPeer tests
2017-01-23 16:25:20 +01:00
keorn
b7f9b304c1
Chain scoring ( #4218 )
...
* chain scoring
* use current steps
2017-01-23 17:27:11 +03:00
Nikolay Volf
2034595652
Rust 1.14 for windows builds ( #4269 )
2017-01-23 15:13:02 +01:00
GitLab Build Bot
9994ca93f7
[ci skip] js-precompiled 20170123-124637
2017-01-23 12:49:32 +00:00
Jaco Greeff
66e540edf8
Eslint formatting updates ( #4234 )
...
* Eslint updated (newline-after-var)
* Fix newline-after-var
* Eslint updated (one-var-declaration-per-line)
* Fix one-var-declaration-per-line
* Fix additional errors
* Lint after merge
2017-01-23 13:39:52 +01:00
GitLab Build Bot
cff64233b4
[ci skip] js-precompiled 20170123-121125
2017-01-23 12:14:45 +00:00
Tomasz Drwięga
3e70e886a0
Embeddable ParityBar ( #4222 )
...
* Embeddable ParityBar
* Replacing storage with store
* Fixing references.
* Addressing style issues
* Supporting parity background
2017-01-23 13:04:08 +01:00
Lukas Maerdian
275fd5096c
Update deb-build.sh to fix libssl dependency ( #4260 )
2017-01-22 16:16:15 +01:00
Svyatoslav Nikolsky
092e24b9f2
Integration with zgp whitelist contract ( #4215 )
...
* zgp-transactions checker
* polishing
* rename + refactor
* refuse-service-transactions cl option
* fixed tests compilation
2017-01-22 16:15:22 +01:00
GitLab Build Bot
220084d77d
[ci skip] js-precompiled 20170121-134923
2017-01-21 13:53:01 +00:00
Nicolas Gotchac
6b52ed4dfa
Adjust the location of the signer snippet ( #4155 )
...
* Move signer tab
* WIP
* Better movments
* Save Parity Bar position per dapp
* Add position to Dapp Manifest
* Stick Parity Bar to the four corners
2017-01-21 14:44:13 +01:00
GitLab Build Bot
ebe9072836
[ci skip] js-precompiled 20170120-185430
2017-01-20 18:57:26 +00:00
Nicolas Gotchac
8edaab806e
Fix wrong token handling ( #4254 )
...
* Fixing wrong token displayed
* Linting
* Revert filtering out
* Revert the revert
2017-01-20 19:49:09 +01:00
GitLab Build Bot
6c5167ebb3
[ci skip] js-precompiled 20170120-184412
2017-01-20 18:47:09 +00:00
Jaco Greeff
e9e63a4a88
Additional building-block UI components ( #4239 )
...
* Currency WIP
* Expand tests
* Pass className
* Add QrCode
* Export new components in ~/ui
* s/this.props.netSymbol/netSymbol/
* Fix import case
2017-01-20 19:38:18 +01:00
GitLab Build Bot
9ea7ec0252
[ci skip] js-precompiled 20170120-153650
2017-01-20 15:39:49 +00:00
Jaco Greeff
ca2983b407
Bump package.json to 0.3.0 (1.6 track) ( #4244 )
2017-01-20 16:31:03 +01:00
GitLab Build Bot
888ce1ca3d
[ci skip] js-precompiled 20170120-145411
2017-01-20 14:57:00 +00:00
Jaco Greeff
29e91f80d1
Disable notifications ( #4243 )
2017-01-20 15:48:14 +01:00
Robert Habermeier
203fd8a471
Memory-based pruning history size ( #4114 )
...
* prune states based on memory param
* pruning memory CLI and usage in sync
* return purged value from memorydb
* calculate memory used incrementally in overlayrecentdb
* refactor shared history pruning code in client
* Fixed usage alignment
* journal_size function for fast memory calculation
2017-01-20 13:25:53 +01:00
keorn
97a60ceab1
Common EngineSigner ( #4189 )
...
* remove register_account_provider
* build rpc module
* new dummy client
* common EngineSigner struct
* from -> into
* return Signature, docs
2017-01-20 13:25:17 +01:00
Jannis Redmann
1f77c4301a
verification: don't request a code twice ( #4221 )
...
* verification: check if user has received code
* verification: don't request a code twice
* code style :lint:
2017-01-20 13:23:21 +01:00
Jaco Greeff
4e35fd215e
s/Delete Contract/Forget Contract/ ( #4237 )
2017-01-20 13:21:51 +01:00
Robert Habermeier
a791cb50a6
Light protocol syncing improvements ( #4212 )
...
* remove old lint silencer
* dispatch requests only to peers with higher TD
* dynamic target for sync rounds
* use round pivots instead of frames, fix test
* fix total difficulty calculation for test client
* fix broken reorg algorithm
* fork test, fix ancestor search
2017-01-20 12:41:59 +01:00
Robert Habermeier
3ff9324ec0
LES Peer Info ( #4195 )
...
* connected peers function for network service
* get LES peer info in sync API
* new peer info in RPC
2017-01-20 12:41:49 +01:00
Arkadiy Paronyan
35666f718b
Don't panic on uknown git commit hash ( #4231 )
2017-01-20 10:18:26 +01:00
GitLab Build Bot
685c630b4d
[ci skip] js-precompiled 20170120-091224
2017-01-20 09:15:30 +00:00
Jannis Redmann
df9110dd5e
cache registry reverses in local storage ( #4182 )
...
* cache reverses in localStorage
* bugfixes 🐛 , linting fixes 👕
* registry caching: store last block
* registry caching: store per chain
* localStorage -> store
* code style ✨
* code style 👕
2017-01-20 10:07:47 +01:00
Denis S. Soldatov aka General-Beck
f12bd17c20
update gitlab-ci
...
revert to 1337
[ci skip]
2017-01-20 02:28:04 +04:00
Denis S. Soldatov aka General-Beck
3e8d5dbe23
update gitlab-ci
...
comment to curl 1337
[ci skip]
2017-01-20 00:47:53 +04:00
Denis S. Soldatov aka General-Beck
71ed9f5fff
update gitlab-ci
...
fix build docker image in debian
[ci skip]
2017-01-20 00:33:27 +04:00
Denis S. Soldatov aka General-Beck
0e99e527bf
update gitlab-ci
...
add debian build win openssl 1.0.1
[ci skip]
2017-01-19 23:32:52 +04:00
Robert Habermeier
33680f5b82
Merge pull request #4223 from ethcore/rh-readme
...
update version numbers in README
2017-01-19 18:16:29 +01:00
Robert Habermeier
1be9f9eb1b
update version numbers in README
...
[ci skip]
2017-01-19 17:38:50 +01:00
Robert Habermeier
5830e03201
Merge pull request #4181 from ethcore/cht-full-nodes
...
CHT calculations for full nodes
2017-01-19 15:12:44 +01:00
Gav
42886fed5a
Dont push-release for beta/stable changes
2017-01-19 14:30:52 +01:00
GitLab Build Bot
6db17eb908
[ci skip] js-precompiled 20170119-131530
2017-01-19 13:19:21 +00:00
Jaco Greeff
e62cda36c7
Use single source of info for dapp meta (build & display) ( #4217 )
...
* Add skipBuild flag
* Only use builtin.json to specify location
* Re-remove dapps/index.js
2017-01-19 14:07:41 +01:00
GitLab Build Bot
ab073efbd9
[ci skip] js-precompiled 20170119-100631
2017-01-19 10:09:51 +00:00
Jaco Greeff
46081de886
Non-secure for DappReg ( #4216 )
2017-01-19 10:59:49 +01:00
GitLab Build Bot
a6365577e5
[ci skip] js-precompiled 20170119-093724
2017-01-19 09:41:00 +00:00
Gav Wood
0826bf75d1
Console now has admin ( #4220 )
...
Fixes #4210
2017-01-19 10:24:34 +01:00
GitLab Build Bot
f9509cc8b8
[ci skip] js-precompiled 20170119-075016
2017-01-19 07:53:32 +00:00
Jannis Redmann
b9031953e0
verification: add mainnet BadgeReg ids ( #4190 )
...
* verification: mainnet BadgeReg ids
* verification: fetch contracts by name
* verification: better wording
* typo
* reregistered badges
2017-01-19 08:45:32 +01:00
Tomasz Drwięga
24aec5191a
Fixing minimal transaction queue price ( #4204 )
...
* Fixing minimal transaction queue price
* Fixing tests
2017-01-18 19:44:24 +01:00
keorn
73b80869f5
Remove unnecessary Engine method ( #4184 )
...
* remove register_account_provider
* build rpc module
* new dummy client
2017-01-18 18:49:50 +01:00
Arkadiy Paronyan
61bfe42d1d
Fixed --base-path on windows ( #4193 )
...
* Fixed --base-path on windows
* Add support for optional args with default text
2017-01-18 18:45:30 +01:00
Tomasz Drwięga
b4ff08beb8
Fixing etherscan price parsing ( #4202 )
...
* Fixing etherscan price parsing
* Handling all errors
2017-01-18 17:56:21 +01:00
Robert Habermeier
3040a1c83e
Merge pull request #4093 from ethcore/better-timeouts
...
LES: Better timeouts + Track failed requests
2017-01-18 15:04:48 +01:00
GitLab Build Bot
779440450f
[ci skip] js-precompiled 20170118-121219
2017-01-18 12:15:38 +00:00
Jaco Greeff
08f80f2695
ESLint additional rules ( #4186 )
...
* Add eslint rule for consistent block padding
* Fix padding consistency issues
* Eslint test for duplicate imports
* Eslint closing bracket location
* Fix eslint jsx closing bracket
* missed a file
* Formatting
* Manual overrides for auto
* Manual overrides for auto
* More minor auto-override manual adjustments
2017-01-18 13:05:01 +01:00
Arkadiy Paronyan
d608ad2011
jsonr rpc bump for IPC fix ( #4200 )
2017-01-18 12:54:35 +01:00
GitLab Build Bot
1cb37e53c0
[ci skip] js-precompiled 20170118-114926
2017-01-18 11:52:24 +00:00
Jaco Greeff
c1ce65c870
Poll for upgrades as part of global status (long) ( #4197 )
...
* Poll for upgrades as part of global status (long)
* Fix path
2017-01-18 12:44:18 +01:00
Arkadiy Paronyan
7cab6ac263
Updater fixes ( #4196 )
...
* Minor typo to ensure it updates only when synced.
* Fix deadlock.
* Skip unneeded arg in making list.
* Allow auto-restart even when not running an update.
* Fix trace.
* Update update info on each loop.
* Fix build.
* Shutdown all sockets
* Remove superfluous use.
2017-01-17 23:34:46 +01:00
Arkadiy Paronyan
8852a05301
Prevent duplicate incoming connections ( #4180 )
2017-01-17 16:02:29 +01:00
Gav Wood
e95d66832c
Minor typo to ensure it updates only when synced. ( #4188 )
2017-01-17 13:05:02 +01:00
GitLab Build Bot
6339b3c88a
[ci skip] js-precompiled 20170117-102646
2017-01-17 10:34:02 +00:00
Evan Saulpaugh
7dde80fdf3
Minor refactor for clarity ( #4174 )
...
* Spelling & grammar in TxQueue Viewer description
* minor refactor for clarity
* Fix lint.
2017-01-17 11:17:38 +01:00
Björn Wagner
581604aae4
current release: 1.3 -> 1.4 ( #4183 )
2017-01-16 19:02:35 +01:00
Robert Habermeier
536df809c6
tests + documentation
2017-01-16 17:42:39 +01:00
Robert Habermeier
b960152d5b
CHT calculations for full nodes
2017-01-16 17:10:30 +01:00
Robert Habermeier
31aae4ed78
move cht module up a level
2017-01-16 16:55:23 +01:00
Nikolay Volf
f807aa65a1
Secret - from hash function, also validate data ( #4159 )
...
* from hash for secret
* checked from_slice
* move assert
* remove fromhash
2017-01-16 16:50:20 +01:00
Svyatoslav Nikolsky
bac6293309
gas_limit for blocks, mined by Parity will be divisible by 37 ( #4154 )
...
* gas_limit for new blocks will divide evenly by 13
* increased PARITY_GAS_LIMIT_DETERMINANT to 37
* separate method for marking mined block
* debug_asserts(gas_limit within protocol range)
* round_block_gas_limit method is now static
* made round_block_gas_limit free-function
* multiplier->multiple [ci skip]
2017-01-16 14:29:51 +01:00
Tomasz Drwięga
76daf50876
Support HTML5-routed dapps ( #4173 )
2017-01-16 10:49:27 +01:00
Jannis Redmann
1d618faaa6
fix subscribeToEvents test ( #4166 )
...
* try to fix freaking test
* fix subscribeToEvents test
This fix is a workaround. I would have used sinon fake timers, but I
couldn't get them to work.
* subscribeToEvent test: simplify code
2017-01-16 10:48:20 +01:00
GitLab Build Bot
aee70c4f16
[ci skip] js-precompiled 20170116-033453
2017-01-16 03:37:54 +00:00
GitLab Build Bot
d6ed42bff5
[ci skip] js-precompiled 20170115-041925
2017-01-15 04:22:19 +00:00
GitLab Build Bot
4b85e3ee57
[ci skip] js-precompiled 20170114-041818
2017-01-14 04:21:24 +00:00
GitLab Build Bot
af00986456
[ci skip] js-precompiled 20170113-172058
2017-01-13 17:23:57 +00:00
Nicolas Gotchac
51ac34f1cc
Fix dapps not loading ( #4170 )
...
* Add secure to dappsreg
* Remove trailing slash // fix dapps
2017-01-13 18:14:56 +01:00
Nicolas Gotchac
42ddb4f26c
Fix token images // Error in Contract Queries ( #4169 )
2017-01-13 18:14:25 +01:00
Tomasz Drwięga
d0cebc3982
Bumping hyper ( #4167 )
2017-01-13 16:30:49 +01:00
Gav Wood
c2f4716ee2
icarus -> update, increase web timeout. ( #4165 )
...
* icarus -> update, increase web timeout.
* Fix estimate gas
2017-01-13 16:30:16 +01:00
GitLab Build Bot
7611bbd3ee
[ci skip] js-precompiled 20170113-145733
2017-01-13 15:00:41 +00:00
Nicolas Gotchac
4a714d4a3e
Add a password strength component ( #4153 )
...
* Added new PasswordStrength Component
* Added tests
* PR Grumbles
2017-01-13 15:52:42 +01:00
Nicolas Gotchac
57ce845e4c
Stop flickering + added loader in AddressSelector ( #4149 )
...
* Stop UI flickering + added loader to AddressSelector #4103
* PR Grumbles
2017-01-13 15:52:24 +01:00
Robert Habermeier
f0eab337d8
Merge pull request #4036 from ethcore/on-demand-les-request
...
On demand LES request
2017-01-13 14:36:48 +01:00
Arkadiy Paronyan
cdc525449a
Ropsten fork detection ( #4163 )
2017-01-13 14:28:10 +01:00
Denis S. Soldatov aka General-Beck
d4cab20425
remove icarus
...
[ci skip]
2017-01-13 16:27:03 +04:00
GitLab Build Bot
f3717b96ff
[ci skip] js-precompiled 20170113-090039
2017-01-13 09:03:30 +00:00
Jaco Greeff
ee4ede915a
Pull in console dapp as builtin ( #4145 )
...
* Copy static dapps from static (no build)
* Console sources
* Add console to builtins
* Remove console assets
* Disable eslint on console.js
* Enable eslint after disable
* Webpack copy
2017-01-13 08:53:57 +00:00
Arkadiy Paronyan
cfb6dd2ea8
Optimized hash lookups ( #4144 )
...
* Optimize hash comparison
* Use libc
2017-01-13 08:52:23 +00:00
Tomasz Drwięga
e11353f94c
UnverifiedTransaction type ( #4134 )
...
* Introducing ValidSignedTransaction
* Verifiying transactions in engines
* Widening use of VerifiedSignedTransaction
* Renaming Transactions
* Uncommenting banning queue & Fixing tests
* Fixing json tests
* Fixing pre-homestead test
* Fixing imports
* Addressing grumbles
* Fixing test
2017-01-13 08:51:36 +00:00
Jannis Redmann
6f1c55ef5d
verification: check if server is running ( #4140 )
...
* verification: check if server is running
See also ethcore/email-verification#67c6466 and ethcore/sms-verification#a585e42.
* verification: show in the UI if server is running
* verification: code style ✨ , more i18n
* fix i18n key
2017-01-13 08:51:25 +00:00
GitLab Build Bot
3d06456fa5
[ci skip] js-precompiled 20170113-042838
2017-01-13 04:31:31 +00:00
GitLab Build Bot
54b06cea16
[ci skip] js-precompiled 20170112-222827
2017-01-12 22:31:32 +00:00
GitLab Build Bot
887e5f730e
[ci skip] js-precompiled 20170112-142354
2017-01-12 14:26:49 +00:00
Jaco Greeff
bff0f8ec5d
Remove onSubmit of current (no auto-change on password edit) ( #4151 )
...
* Remove onSubmit from current password
* Remove onSubmit from hint
2017-01-12 15:18:16 +01:00
GitLab Build Bot
b4eea05bd3
[ci skip] js-precompiled 20170112-133204
2017-01-12 13:35:58 +00:00
Jaco Greeff
0de34774b1
Trim spaces from InputAddress ( #4126 )
...
* Trim spaces for addresses
* onSubmit has only value, not event
* onSubmit (again)
* Length check on trimmed value
2017-01-12 14:25:41 +01:00
Nicolas Gotchac
81beec1352
Don't pop-up notifications after network switch ( #4076 )
...
* Better notifications
* Don't pollute with notifs if switched networks
* Better connection close/open events / No more notifs on change network
* PR Grumbles
* Add close and open events to HTTP // Add tests
* Fix tests
* WIP Signer Fix
* Fix Signer // Better reconnection handling
* PR Grumbles
* PR Grumbles
* Fixes wrong fetching of balances + Notifications
* Secure API WIP
* Updated Secure API Connection + Status
* Linting
* Linting
* Updated Secure API Logic
* Proper handling of token updates // Fixing poping notifications
* PR Grumbles
* PR Grumbles
* Fixing tests
2017-01-12 14:25:32 +01:00
GitLab Build Bot
bc2ebdc564
[ci skip] js-precompiled 20170112-130413
2017-01-12 13:07:28 +00:00
Jaco Greeff
389e4e3bc0
Use estimateGas error (as per updated implementation) ( #4131 )
...
* Use estimateGas error (as per updated implementation)
* EXCEPTION_ERROR as per #4142
2017-01-12 13:56:37 +01:00
Robert Habermeier
7dde02b25d
Merge branch 'master' into on-demand-les-request
2017-01-12 11:23:47 +01:00
Gav Wood
311730ea95
Improvements and optimisations to estimate_gas ( #4142 )
...
* Return 0 instead of error with out of gas on estimate_gas
* Fix stuff up.
* Another estimate gas fix.
* Alter balance to maximum possible rather than GP=0.
* Only increase to amount strictly necessary.
* Improvements and optimisations to estimate_gas.
- Introduce proper error type
- Avoid building costly traces
* Fix tests.
* Actually fix testsActually fix tests
2017-01-12 11:06:12 +01:00
Tomasz Drwięga
41da1a0a79
New jsonrpc-core with futures and metadata support ( #3859 )
...
* Bumping serde & serde_json
* Super-initial usage of new jsonrpc
* Single event loop for jsonrpc
* Metadata
* Supporting metadata extraction for eth_accounts
* Fixing Cargo.lock
* Removing uneccessary clones
* Fixing unused import
* Unused import
* Fixing test
2017-01-11 20:02:27 +01:00
Gav Wood
c4d96a64a2
Reenable mainnet update server. ( #4137 )
2017-01-11 20:01:45 +01:00
Jannis Redmann
f0c831d63f
temporarily skip failing test ( #4138 )
2017-01-11 20:01:19 +01:00
Robert Habermeier
78e670812c
fix test compilation
2017-01-11 18:57:38 +01:00
Robert Habermeier
e88c62d37d
Merge branch 'master' into better-timeouts
2017-01-11 18:55:16 +01:00
Robert Habermeier
7b3c648d3e
Merge branch 'master' into better-timeouts
2017-01-11 18:47:09 +01:00
keorn
844b1f8c0d
Refactor VoteCollector ( #4101 )
...
* dir
* simple validator list
* stub validator contract
* make the engine hold Weak<Client> instead of IoChannel
* validator set factory
* register weak client with ValidatorContract
* check chain security
* add address array to generator
* register provider contract
* update validator set on notify
* add validator contract spec
* simple list test
* split update and contract test
* contract change
* use client in tendermint
* fix deadlock
* step duration in params
* adapt tendermint tests
* add storage fields to test spec
* constructor spec
* execute under wrong address
* create under correct address
* revert
* validator contract constructor
* move genesis block lookup
* add removal ability to contract
* validator contract adding validators
* fix basic authority
* validator changing test
* more docs
* update sync tests
* remove env_logger
* another env_logger
* cameltoe
* hold EngineClient instead of Client
* return error on misbehaviour
* nicer return
* sprinkle docs
2017-01-11 17:56:50 +01:00
Gav Wood
56c546f465
Another minor estimation fix ( #4133 )
...
* Return 0 instead of error with out of gas on estimate_gas
* Fix stuff up.
* Another estimate gas fix.
* Alter balance to maximum possible rather than GP=0.
* Only increase to amount strictly necessary.
2017-01-11 17:51:48 +01:00
Nicolas Gotchac
8d3d76c107
Add proper label to method decoding inputs ( #4136 )
2017-01-11 17:44:56 +01:00
GitLab Build Bot
a4b93b4b88
[ci skip] js-precompiled 20170111-160821
2017-01-11 16:11:45 +00:00
Jaco Greeff
3e74d46a06
Remove bindActionCreators({}, dispatch) (empty) ( #4135 )
2017-01-11 17:02:53 +01:00
Jaco Greeff
32dbf9958e
Better error log reporting & handling ( #4128 )
2017-01-11 17:02:39 +01:00
Nicolas Gotchac
b54709605a
Fix broken transfer total balance ( #4127 )
2017-01-11 17:01:35 +01:00
Robert Habermeier
7123f19a75
Test harness for lightsync ( #4109 )
...
* make on_connect/disconnect public
* free flow params constructor
* Shared ownership of LES handlers
* light provider impl for test client
* skeleton for testing light sync
* have test_client use actual genesis
* fix underflow in provider
* test harnesses for lightsync
* fix tests
* fix test failure caused by test_client changes
2017-01-11 14:39:03 +01:00
Gav Wood
7286d42b7d
Fix call/estimate_gas ( #4121 )
...
* Return 0 instead of error with out of gas on estimate_gas
* Fix stuff up.
2017-01-11 14:28:27 +01:00
GitLab Build Bot
2edd893f23
[ci skip] js-precompiled 20170111-112556
2017-01-11 11:28:45 +00:00
Tomasz Drwięga
26500af8c0
Fixing decoding API with signatures in names ( #4125 )
2017-01-11 12:17:04 +01:00
Tomasz Drwięga
21006da125
Get rid of unsafe code in ethkey, propagate incorrect Secret errors. ( #4119 )
...
* Implementing secret
* Fixing tests
2017-01-11 12:16:47 +01:00
Jannis Redmann
4ecd9da6e4
basic tests for subscribeToEvents ( #4115 )
...
* subscribeToEvent fixtures ✅
* subscribeToEvent tests ✅
2017-01-11 12:14:04 +01:00
Robert Habermeier
5b8a7259c1
Merge branch 'master' into on-demand-les-request
2017-01-11 11:39:43 +01:00
GitLab Build Bot
6f3cefe17f
[ci skip] js-precompiled 20170110-180532
2017-01-10 18:09:09 +00:00
Tomasz Drwięga
7aa2af3e21
Auto-detect hex encoded bytes in sha3 ( #4108 )
...
* Auto-detect hex encoded bytes in sha3
* Using types/isHex
* Removing unused imports
2017-01-10 18:56:56 +01:00
Gav Wood
23feb7998f
Use binary chop to estimate gas accurately ( #4100 )
...
* Initial sketch.
* Building.
* Fix a few things.
* Fix issue, add tracing.
* Address grumbles
* Raise upper limit if needed
* Fix test.
2017-01-10 18:56:41 +01:00
Denis S. Soldatov aka General-Beck
baa754cc52
Update gitlab-ci
...
fix curl in arm
2017-01-10 20:26:15 +04:00
Arkadiy Paronyan
148ea37687
v1.6 in master ( #4113 )
2017-01-10 15:41:59 +01:00
Gav Wood
ae144b7f62
Ignore get_price_info test by default. ( #4112 )
2017-01-10 15:41:48 +01:00
GitLab Build Bot
6e43903ab7
[ci skip] js-precompiled 20170110-124838
2017-01-10 12:51:37 +00:00
Jaco Greeff
f0e017fe6c
Wrong log output address ( #4106 )
2017-01-10 13:42:29 +01:00
Gav Wood
8117036e0f
Avoid comms with not-yet-active release update server. ( #4111 )
2017-01-10 13:41:21 +01:00
GitLab Build Bot
16e22b7f87
[ci skip] js-precompiled 20170110-123414
2017-01-10 12:37:38 +00:00
Nicolas Gotchac
cee2ac43c0
Update Transfer logic + Better logging ( #4098 )
...
* Add logs and better Transfer Store logic
* Fix wallet transfer
* Fix wrong gas in Wallet
* Move log levels to Parity tab
2017-01-10 13:26:30 +01:00
Nicolas Gotchac
ae7619431b
Fix Signer ( #4104 )
2017-01-10 13:19:18 +01:00
GitLab Build Bot
78566cf9bf
[ci skip] js-precompiled 20170110-113807
2017-01-10 11:41:00 +00:00
Jannis Redmann
8958603f64
merge #4066 from jr-reverse-caching
...
cache registry reverses, completion in address selector
2017-01-10 12:30:57 +01:00
keorn
be30c44179
Validator/authority contract ( #3937 )
...
* dir
* simple validator list
* stub validator contract
* make the engine hold Weak<Client> instead of IoChannel
* validator set factory
* register weak client with ValidatorContract
* check chain security
* add address array to generator
* register provider contract
* update validator set on notify
* add validator contract spec
* simple list test
* split update and contract test
* contract change
* use client in tendermint
* fix deadlock
* step duration in params
* adapt tendermint tests
* add storage fields to test spec
* constructor spec
* execute under wrong address
* create under correct address
* revert
* validator contract constructor
* move genesis block lookup
* add removal ability to contract
* validator contract adding validators
* fix basic authority
* validator changing test
* more docs
* update sync tests
* remove env_logger
* another env_logger
* cameltoe
* hold EngineClient instead of Client
* add a comment about lock scope
2017-01-10 12:23:59 +01:00
Arkadiy Paronyan
5c5244911e
No reorg limit for ancient blocks ( #4099 )
2017-01-10 12:22:28 +01:00
Arkadiy Paronyan
d67ceec50c
Update registration after every write ( #4102 )
2017-01-10 12:11:32 +01:00
Jannis R
f12937a21e
reverse caching: use subscribeToEvents
2017-01-09 19:09:22 +01:00
Jannis R
67c2981975
subscribeToEvent -> subscribeToEvents
2017-01-09 19:09:21 +01:00
Gav Wood
e86b955815
Default to no auto-update. ( #4092 )
...
* Default to no auto-update.
* Fix test.
2017-01-09 18:33:53 +01:00
Jannis R
cca7627fb8
reverse caching: PR grumbles
2017-01-09 17:49:06 +01:00
Tomasz Drwięga
a584c6396c
Don't remove out of date local transactions ( #4094 )
2017-01-09 17:01:09 +01:00
Jannis R
61a42cc7e4
reverse caching: pass API into middleware
2017-01-09 16:59:33 +01:00
Jannis R
8c2aa4d87c
address selector: unique registry results
2017-01-09 14:24:04 +01:00
Jannis R
f05ffd2e09
address selector: complete reverses by name as well
2017-01-09 14:13:11 +01:00
Jannis R
38734c92c2
address selector: lower case for reverse completion
2017-01-09 14:03:52 +01:00
Jannis R
92742e663a
merge master into jr-reverse-caching
2017-01-09 12:50:26 +01:00
keorn
8d256b223d
Fix rebroadcast panic ( #4084 )
...
* fix
* fix compile
* remove peers trace
* simplify
* Fixing 'simplify'
2017-01-09 12:41:19 +01:00
Jaco Greeff
378739fae1
Use shallow-only rendering in all tests ( #4087 )
...
* Container/Title with shallow
* IdentityName with shallow
* IdentityIcon with shallow
* TypedInput to shallow
* DetailsStep to shallow
2017-01-09 12:40:29 +01:00
Robert Habermeier
d515ef9a2a
test for id_guard behavior
2017-01-09 12:20:44 +01:00
Robert Habermeier
54058e3712
ensure failed requests considered unfulfilled
2017-01-09 11:29:06 +01:00
Tomasz Drwięga
4c94878cf7
Sending transactions in chunks. ( #4089 )
2017-01-09 11:20:02 +01:00
Gav Wood
14e65e5c3c
Move to new CI servers. ( #4091 )
2017-01-09 11:16:21 +01:00
Tomasz Drwięga
9fec422a1b
Fixing compilation without dapps. ( #4088 )
2017-01-09 11:16:05 +01:00
Nicolas Gotchac
e1847442cc
Fix balances update ( #4077 )
...
* Fix balances fetching
* Fix fetching balances while syncing
2017-01-09 11:15:00 +01:00
Nicolas Gotchac
40f0ee004f
Key derivation in Worker ( #4071 )
...
* Add Signer Key Derivation in Service Worker
* Several fixes throughout the UI
* Hint for external account // working Worker
* Add Worker state change
* PR Grumbles
2017-01-09 11:14:36 +01:00
GitLab Build Bot
ec4b4cfbf2
[ci skip] js-precompiled 20170109-084458
2017-01-09 08:47:45 +00:00
Nicolas Gotchac
cf0a20f08b
Display contract block creation ( #4069 )
...
* Add contract block creation to metadata
* Display mined block for contract on Contracts view
* Better use of Summary for Accounts
* Add sorted by mined block for contracts
* Proper Block Number sort // display in contract page
* PR Grumble
* Linting issues
2017-01-09 09:38:27 +01:00
Tomasz Drwięga
71e6e24a1f
Improving logs for transactions sync and disable re-broadcasting while syncing ( #4065 )
...
* Improving logs for transaction propagation
* Propagate only on timer
2017-01-08 17:12:17 +01:00
GitLab Build Bot
33d3c1f999
[ci skip] js-precompiled 20170108-033146
2017-01-08 03:34:41 +00:00
GitLab Build Bot
920d2217c8
[ci skip] js-precompiled 20170107-041806
2017-01-07 04:21:07 +00:00
Jannis R
ba4263e33f
fix tests ✅
2017-01-06 18:55:18 +01:00
GitLab Build Bot
c73bb3eed7
[ci skip] js-precompiled 20170106-170326
2017-01-06 17:06:28 +00:00
Nicolas Gotchac
761ed913a8
Passwords are valid by default ( #4075 )
...
* Passwords are valid by default #4059
* Actually fixing the issue
2017-01-06 17:56:57 +01:00
GitLab Build Bot
a7f23cbaed
[ci skip] js-precompiled 20170106-162807
2017-01-06 16:31:16 +00:00
Nicolas Gotchac
30394bdb1c
Add Origin to events table ( #4073 )
2017-01-06 17:24:35 +01:00
Nicolas Gotchac
81641a5839
Fix tags after Account view ( #4070 )
2017-01-06 17:23:04 +01:00
Robert Habermeier
9c00eb4e8a
Zero-alloc trie lookups ( #3998 )
...
* triedb cleanup
* factor out common portion of trie query
* allocate far fewer times in node decoding
* fix bench compilation
* introduce OwnedNode variant to make iter fast again
* generalize recorder trait to Query
* decode trie outputs cost-free in state
* test for passing closure as query
2017-01-06 16:18:45 +01:00
Tomasz Drwięga
e983339edd
Opening local dapp ( #4041 )
...
* Opening local dapp
* Using Path/PathBuf instead of Strings
* Fixing typo and adding some docs to apps::fs functions
2017-01-06 16:05:58 +01:00
Jannis R
c4f7b8fb96
merge master into jr-reverse-caching
2017-01-06 16:03:05 +01:00
GitLab Build Bot
332a45846d
[ci skip] js-precompiled 20170106-144307
2017-01-06 14:46:06 +00:00
Tomasz Drwięga
f6349187ef
Bringing back js-sha3 to fix in-browser signing ( #4063 )
...
* Bring back Uint8Array sha3 support
* Added SHA3 test with HEX encoding
* Rename hex2Ascii => hexToAscii
Add tests or the api/util/format functions
Use js-sha3 for sha3 with hex encoding support
* Adding Uint8Array test
* Fixing Transaction import
2017-01-06 15:36:24 +01:00
Jannis R
ad3b89dc14
Merge master into jr-reverse-caching
2017-01-06 13:35:50 +01:00
GitLab Build Bot
52d3633473
[ci skip] js-precompiled 20170106-094801
2017-01-06 09:50:58 +00:00
Nicolas Gotchac
9ab9ff2381
Fix wrong transaction input for contract deployments ( #4052 )
...
* Fix mutable options in Contract API
* Add Swarm hash and meta data from Solidity
* Updates tests for contract deployment
* Add test for deploy without constructor Params
2017-01-06 10:39:18 +01:00
Tomasz Drwięga
1b93d79a90
Re-broadcast transactions to few random peers on each new block. ( #4054 )
...
* Introduce predictable randomness in tests
* Re-broadcasting to few peers
2017-01-06 10:38:49 +01:00
GitLab Build Bot
20aaf17389
[ci skip] js-precompiled 20170106-050640
2017-01-06 05:12:05 +00:00
GitLab Build Bot
c2d4ee7555
[ci skip] js-precompiled 20170105-202446
2017-01-05 20:28:26 +00:00
Tomasz Drwięga
eb0daea9b9
Removing old transactions from the queue ( #4046 )
...
* Removing old transactions from the queue
* Addressing grumbles
2017-01-05 21:16:52 +01:00
keorn
fbc9f0d7fb
Add block rewards to more Engines ( #4055 )
...
* add block rewards
* imports
2017-01-05 21:16:13 +01:00
Robert Habermeier
b4e713efdc
return old trie values on insert and remove ( #4053 )
...
* return old trie values on insert and remove
* fix json tests
2017-01-05 21:15:43 +01:00
Jannis Redmann
20c1d37b59
let users open urls from dapps view ( #4042 )
...
* browser: better url handling
* browser: pass url as param
* dapps: button to open browser
* dapps url button: remove url validation
* PR grumbles, better URL parsing
* code style ✨
* better URL parsing, react to changed URL fragment
2017-01-05 21:15:01 +01:00
Jannis R
2aa76e5acc
address selector: simple completion for reversed addresses
2017-01-05 18:21:15 +01:00
Jannis R
71e80f10d8
reverse caching: optimize timing
...
Users quickly want all reverses registered in the path,
but don't care so much about live data.
2017-01-05 17:27:25 +01:00
Jannis R
6f492a4945
address selector: use cached reverses
2017-01-05 17:19:26 +01:00
GitLab Build Bot
7d807551e8
[ci skip] js-precompiled 20170105-155705
2017-01-05 15:59:53 +00:00
Jannis R
b38aa8d01f
reverse caching: middleware
2017-01-05 16:56:40 +01:00
Jannis R
ac2c678e69
reverse caching: redux boilerplate
2017-01-05 16:56:11 +01:00
Jaco Greeff
20ad2e7d42
Util/validation update ( #4051 )
...
* Fix code validation for null inputs
* tests WIP
* tests WIP
* Update validation tests
* Adjust block names, slice (PR comments)
2017-01-05 16:51:27 +01:00
Jaco Greeff
9613145464
Convert ShapeShift modal to store ( #4035 )
...
* WIP
* WIP store
* Store in-place
* WIP tests
* Store completed
* Expand option tests for events
* Fix & test for errors found in manual testing
* Add missing @observer (rookie mistake)
* Fix intl formatting error (completed step)
* Pass store to ErrorStep, test all stages for components
* Add warning messages (e.g. no price found)
* Fix typo
2017-01-05 16:51:16 +01:00
Tomasz Drwięga
a076ffaf8c
Using local path on Windows ( #4017 )
...
* Using non-roaming path on Windows
* Fixing test
2017-01-05 13:12:54 +00:00
Tomasz Drwięga
91f864b2b7
Fixing minGasLimit > ceil limit mining issue ( #4018 )
2017-01-05 12:59:16 +00:00
Robert Habermeier
75b5acf21d
use common BasicAccount type
2017-01-05 13:26:14 +01:00
Robert Habermeier
8446a8354b
Merge branch 'master' into on-demand-les-request
2017-01-05 13:18:24 +01:00
Robert Habermeier
f1dd96ca5d
Merge pull request #3892 from ethcore/lightsync
...
Naive light client synchronization
2017-01-05 13:17:14 +01:00
GitLab Build Bot
e7e561024a
[ci skip] js-precompiled 20170105-111302
2017-01-05 11:15:57 +00:00
Jaco Greeff
1ef67f68ed
Starting on homestead shows reload snackbar ( #4043 )
...
* Fix issue where starting on homestead showed reload
* Align snackbar timing with errors (60s)
2017-01-05 12:07:10 +01:00
Nicolas Gotchac
d16ab5eac5
Show contract parameters in MethodDecoding ( #4024 )
...
* Add decoding of Inner Contract Deployment params #3715
* Fixed TypedInput when formatted value
* Fix TypedInput
* PR Grumble
* Add test to `Param.toParams`
2017-01-05 12:06:58 +01:00
Jaco Greeff
ddeb06d9cc
UI component updates ( #4010 )
...
* Update blockStatus & test results
* IdentityIcon rendering tests for #3950
* Update IdentityName with external messages
* Expand to cover basic layout sections
* ConfirmDialog rendering tests
* TxHash expansion & tests
* Cleanup ui/*.spec.js PropType warnings
* Use react-intl plural for confirmation/confirmations (verified manually)
2017-01-05 12:06:46 +01:00
Jaco Greeff
602a4429cc
Account view updates ( #4008 )
...
* Fix null account render issue, add tests
* Add tests for #3999 fix (merged in #4000 )
* Only include sinon-as-promised globally for mocha
* Move transactions state into tested store
* Add esjify for mocha + ejs (cherry-picked)
* Extract store state into store, test it
* Use address (as per PR comments)
* Fix failing test after master merge
2017-01-05 12:06:35 +01:00
Maciej Hirsz
881066243b
Merge pull request #4034 from maciejhirsz/mh-pwmsg
...
Better error messages for PoA chains, closes #4030
2017-01-05 11:13:45 +01:00
keorn
93237045b8
Merge pull request #4019 from ethcore/optional-spec
...
Make some spec fields optional
2017-01-04 19:25:42 +01:00
Robert Habermeier
99f091ecee
Merge pull request #4021 from ethcore/basic-account
...
Basic account type
2017-01-04 19:00:21 +01:00
Robert Habermeier
f63faea308
test for request_set and remove idle flag
2017-01-04 18:43:11 +01:00
Robert Habermeier
04282be721
use request set to provide better timeouts
2017-01-04 18:00:12 +01:00
maciejhirsz
a4b4263580
Adaptive hints
2017-01-04 16:51:27 +01:00
GitLab Build Bot
7ebf8be12e
[ci skip] js-precompiled 20170104-153136
2017-01-04 15:34:36 +00:00
Nicolas Gotchac
fbb52ac58b
Fix wallet in main net ( #4038 )
2017-01-04 16:25:39 +01:00
Robert Habermeier
6ad0a0baaa
fix test imports
2017-01-04 16:12:58 +01:00
Robert Habermeier
5a3aa98115
Merge pull request #4032 from ethcore/https-fetch
...
Removing orphaned Cargo.toml
2017-01-04 15:28:50 +01:00
GitLab Build Bot
6861230bee
[ci skip] js-precompiled 20170104-142103
2017-01-04 14:24:09 +00:00
Robert Habermeier
5060370c70
Merge branch 'lightsync' into on-demand-les-request
2017-01-04 15:18:22 +01:00
Jannis Redmann
839ee9afd7
address selector: support reverse lookup ( #4033 )
...
* address selector: simplify lookup
* address selector: support reverse lookup
2017-01-04 15:15:36 +01:00
Nicolas Gotchac
71e7a429d7
Only fetch App when necessary ( #4023 )
...
* Only fetch App when necessary. Show loadings + 404 #3914
* PR Grumble
2017-01-04 15:15:25 +01:00
Jaco Greeff
cc8e200ed5
Connection UI cleanups & tests for prior PR ( #4020 )
...
* Cleanups & tests for #3945
* Externalise icons as per PR comments
2017-01-04 15:15:11 +01:00
Jaco Greeff
7cdfaf1a43
Unsubscribe error on ShapeShift modal close ( #4005 )
...
* unsubscribe in onClose (state available)
* Revert "unsubscribe in onClose (state available)"
This reverts commit 1da0a7447563e3cb0d9149b0b9898ec93b483982.
* Fix shapeshift double unsubscribe
* Swap multiple list test addresses
2017-01-04 15:14:51 +01:00
Nicolas Gotchac
63017268ad
Add ownership checks the Registry dApp ( #4001 )
...
* Fixes to the Registry dApp
* WIP Add Owner Lookup
* Proper sha3 implementation
* Add working owner lookup to reg dApp
* Add errors to Name Reg
* Add records error in Reg dApp
* Add errors for reverse in reg dApp
* PR Grumbles
2017-01-04 15:14:37 +01:00
Robert Habermeier
0b9a0b138b
remove --light CLI
2017-01-04 15:07:49 +01:00
Robert Habermeier
ed98c389ca
no_peers test
2017-01-04 14:54:50 +01:00
maciejhirsz
516c41c1ee
Move hints to constants
2017-01-04 14:48:32 +01:00
Robert Habermeier
62bc92ff4d
Merge branch 'master' into on-demand-les-request
2017-01-04 14:33:45 +01:00
Robert Habermeier
38ac84f0c7
reassign requests on failure
2017-01-04 14:33:32 +01:00
maciejhirsz
4b1b67bfeb
Analog error messages for unlocking accounts
2017-01-04 14:05:32 +01:00
Robert Habermeier
ca35b345ca
separate request dispatch from creation
2017-01-04 13:58:26 +01:00
Robert Habermeier
1d51b6f7e5
handle incoming LES requests
2017-01-04 13:34:50 +01:00
maciejhirsz
8ca0e09ffc
Better error messages for PoA chains
2017-01-04 12:50:50 +01:00
Robert Habermeier
4e94f43644
tests for request module
2017-01-04 12:48:07 +01:00
Tomasz Drwięga
8d1a91b3b8
Removing orphaned Cargo.toml
2017-01-04 12:36:37 +01:00
GitLab Build Bot
4c532f9e3d
[ci skip] js-precompiled 20170104-033203
2017-01-04 03:34:53 +00:00
Robert Habermeier
01977e60aa
finish request module, basic dispatch
2017-01-03 19:13:40 +01:00
GitLab Build Bot
6c3b9327dd
[ci skip] js-precompiled 20170103-164739
2017-01-03 16:50:54 +00:00
Jannis Redmann
565a1b510e
refresh balances of contacts & contracts when syncing ( #4022 )
2017-01-03 17:42:05 +01:00
Jannis Redmann
9de8ba0cf5
show message on new chain ( #4016 )
...
* clear account infos on new chain
* new chain: show only snackbar
* fix new chain popup 🐛
2017-01-03 17:41:55 +01:00
Nicolas Gotchac
e8ef7b357d
Use TypedInputs in Contracts view ( #4015 )
...
* Use TypedInput in Contracts
* Add right readOnly Bool TypedInput
* PR Grumbles
2017-01-03 17:41:46 +01:00
Nicolas Gotchac
0f41c5b847
Fix focus on Modal ( #4014 )
...
* Fix focus on Modal #3814
* PR Grumble
2017-01-03 17:41:31 +01:00
Jaco Greeff
04ed53e0f2
Fix newError noops when not bound to dispacher ( #4013 )
...
* AddContract properly binds newError
* EditMeta properly binds newError
* PasswordManager properly binds newError
* pass null instead of empty mapStateToProps
* Add openSnackbar test & binded prop
2017-01-03 17:41:21 +01:00
Robert Habermeier
5d2cf22ef4
use basic_account in snapshot
2017-01-03 17:05:27 +01:00
Robert Habermeier
eb2b1ad5da
move basic_account to types module
2017-01-03 16:43:22 +01:00
Robert Habermeier
7c715aeec3
basic account type
2017-01-03 16:32:50 +01:00
Robert Habermeier
4dbbc3bc88
beginnings of on_demand request module + verification
2017-01-03 16:18:57 +01:00
keorn
e5b3c092c8
Merge branch 'master' into optional-spec
2017-01-03 15:42:56 +01:00
Robert Habermeier
9db3f383e3
Merge pull request #4004 from ethcore/testnet-flag-ropsten
...
parse testnet chain as ropsten
2017-01-03 12:29:10 +01:00
GitLab Build Bot
efa36545ce
[ci skip] js-precompiled 20170103-033107
2017-01-03 03:33:55 +00:00
GitLab Build Bot
5210062a40
[ci skip] js-precompiled 20170102-033239
2017-01-02 03:35:30 +00:00
GitLab Build Bot
2fbb007911
[ci skip] js-precompiled 20170101-042119
2017-01-01 04:24:16 +00:00
GitLab Build Bot
6608027c02
[ci skip] js-precompiled 20161231-133348
2016-12-31 13:36:49 +00:00
Nicolas Gotchac
0c6a9ebbb9
Work on Portal Style ( #4003 )
...
* Reduce Portal size and close on click outside
* PR Grumbles
2016-12-31 13:28:16 +00:00
GitLab Build Bot
c93d3c1580
[ci skip] js-precompiled 20161231-033147
2016-12-31 03:34:58 +00:00
Robert Habermeier
29e8b2a3b8
parse testnet chain as ropsten
2016-12-30 15:52:49 +01:00
GitLab Build Bot
2365c714d4
[ci skip] js-precompiled 20161230-113233
2016-12-30 11:35:18 +00:00
Nicolas Gotchac
fd41a10319
Make Wallet first-class citizens ( #3990 )
...
* Fixed hint in Address Select + Wallet as first-class-citizen
* Separate Owned and not Owned Wallets
* Fix balance not updating
* Fix MethodDecoding for Contract Deployment
* Fix TypedInput params
* Fix Token Transfer for Wallet
* Small change to contracts
* Fix wallets shown twice
* Fix separation of accounts and wallets in Accounts
* Fix linting
* Execute contract methods from Wallet ✓
* Fixing linting
* Wallet as first-class citizen: Part 1 (Manual) #3784
* Lower level wallet transaction convertion
* Fix linting
* Proper autoFocus on right Signer input
* PR Grumble: don't show Wallets in dApps Permissions
* Add postTransaction and gasEstimate wrapper methods
* Extract Wallet postTx and gasEstimate to utils + PATCH api
* Remove invalid test
It's totally valid for input's length not to be a multiple of 32 bytes. EG. for Wallet Contracts
* Merge master
* Fix linting
* Fix merge issue
* Rename Portal
* Rename Protal => Portal (typo)
2016-12-30 11:28:12 +00:00
GitLab Build Bot
88c0329a31
[ci skip] js-precompiled 20161230-041039
2016-12-30 04:13:29 +00:00
GitLab Build Bot
02ea3ab0f8
[ci skip] js-precompiled 20161229-200742
2016-12-29 20:10:35 +00:00
Jaco Greeff
37c607d7b0
Don't slice non-existent tags ( #4000 )
2016-12-29 20:01:36 +00:00
GitLab Build Bot
b5f6162630
[ci skip] js-precompiled 20161229-185700
2016-12-29 18:59:55 +00:00
Nicolas Gotchac
75f2644e6a
Update dev dependencies and make Webpack less verbose ( #3997 )
...
* Update dev dependencies // Less verbose Webpack
* Fix linting fro JSX
2016-12-29 18:48:39 +00:00
Tomasz Drwięga
b24fc97cb6
Correct log index in transaction receipt ( #3995 )
...
* Moving logs to separate, testable function
* Adding test
* Fixing log index
* Adding transaction log index
* Fixing rpc tests
* Making interface of a bit cleaner.
2016-12-29 18:48:28 +00:00
Nicolas Gotchac
9814251a28
Add Email and Registry lookups to Address Selector ( #3992 )
...
* Move AccountSelect values to MobX store
* Mail registry + small fixes
* Add Registry to AddressSelect lookups + Nav fixes
* Fix linting
* PR Grumbles
* Fix tests and propTypes
2016-12-29 18:47:53 +00:00
Robert Habermeier
486f7ae684
Merge pull request #3994 from ethcore/remove-dead-journal
...
remove node journal: dead code
2016-12-29 13:58:41 +01:00
Robert Habermeier
4101396fc4
remove node journal: dead code
2016-12-29 11:06:00 +01:00
GitLab Build Bot
34aee26a2e
[ci skip] js-precompiled 20161229-041755
2016-12-29 04:20:52 +00:00
Robert Habermeier
ddf2b944b5
on demand request dispatch
2016-12-28 21:46:55 +01:00
GitLab Build Bot
a3fe74ac69
[ci skip] js-precompiled 20161228-175047
2016-12-28 17:53:25 +00:00
Jaco Greeff
8677c3b91f
Cleanup AddContract with store ( #3981 )
...
* Splits (WIP)
* Expand getters & setters
* Initial abi type set
* Expand
* Don't rely on passed api
* Store tests in place
* Allow RadioButtons to accept MobX arrays
* Fixes for manual testing
2016-12-28 17:09:54 +00:00
Jaco Greeff
7e600b5a82
Store for EditPassword Modal ( #3979 )
...
* External store (WIP)
* address & meta
* Add editable (WIP)
* View converted (WIP)
* Single API stub creation
* Testing (WIP)
* Simplified meta assign
* Tests running
* Fix duplicate exports
* Fix tags not editable
2016-12-28 17:09:45 +00:00
Robert Habermeier
4daa645789
dispatch header requests
2016-12-28 16:20:46 +01:00
Robert Habermeier
5309ba45a8
update peer status from announcement
2016-12-28 16:20:35 +01:00
Robert Habermeier
e6324a83f1
Merge branch 'master' into lightsync
2016-12-28 15:53:11 +01:00
Robert Habermeier
c2ad769fb7
Merge branch 'master' into on-demand-les-request
2016-12-28 14:00:33 +01:00
Tomasz Drwięga
3067a8de3e
Additional fetch tests ( #3983 )
...
* First bunch of tests
* Dapps zip tests
2016-12-28 12:45:25 +00:00
Robert Habermeier
fe1f542c4f
Owning views of blockchain data ( #3982 )
...
* owning views of blockchain data
* port blockchain and client traits to owning views
* fix ethcore tests
* use strong headers and bodies in ethcore_light
* port ethsync to use owning views
* port rpc to owning views
* port parity informant and blockchain export
2016-12-28 12:44:51 +00:00
Robert Habermeier
592a3ac623
Merge pull request #3974 from ethcore/mock-net
...
make test network generic over peer type
2016-12-28 13:32:06 +01:00
Robert Habermeier
428d5db9d1
beginning of on_demand
2016-12-27 16:43:28 +01:00
Tomasz Drwięga
bc3dacc952
Fetch tests (first batch) ( #3977 )
...
* Customizable fetch
* Some basic Fetch tests
2016-12-27 15:38:55 +00:00
GitLab Build Bot
a95057abe1
[ci skip] js-precompiled 20161227-152844
2016-12-27 15:31:43 +00:00
Nicolas Gotchac
7581ac635f
Fetch certifiers only when needed ( #3978 )
...
* Fetch certifiers once + on new Logs
* Linting
* BadgeReg First Query
* Rightly fetching badges on page change
* PR Grumbles
* Only fetch certifiers onces
2016-12-27 15:23:58 +00:00
Jaco Greeff
b27c809c64
Visible accounts for dapps (default whitelist) ( #3898 )
...
* Add APIs for Dapp management
* Move AddDapps modal
* Add DappsPermissions Modal (basics)
* Allow whitelist editing
* Add select/unselect tests
* Case
* Case
* Modal render/non-render tests
* UI made slightly prettier
* Adjust spacing
* Allow get/set of null for default whitelist (all)
* Allow null = all for selection
* Adjust selected background
* Address valid comment on formatters location
2016-12-27 15:23:41 +00:00
Robert Habermeier
9b4f90718f
Display impl for ReqId
2016-12-27 13:54:51 +01:00
Robert Habermeier
80eae8cc49
remove some old (unused/duplicate) files ( #3975 )
2016-12-27 12:41:22 +00:00
Robert Habermeier
8125b5690c
Port try macro to new ? operator. ( #3962 )
...
* initial untry sweep
* restore try in ipc codegen, fix inference
* change a few missed try instances
2016-12-27 12:53:56 +01:00
GitLab Build Bot
b1ef52a6d7
[ci skip] js-precompiled 20161227-114547
2016-12-27 11:48:47 +00:00
Jaco Greeff
19c8e55aa9
Small UI fixes ( #3966 )
...
* Load dapp visibility from localStorage
* Align MethodDecoding address svg properly
* Consolidate svg & img classes overrides
* improve isNullAddress check
* readOnly for null display
* disabled || readOnly
2016-12-27 12:40:33 +01:00
Nicolas Gotchac
ce8d9252e7
Fix wrong use of Icons ( #3973 )
2016-12-27 12:40:16 +01:00
Robert Habermeier
55dbfbf35b
address grumbles
2016-12-27 12:24:18 +01:00
Robert Habermeier
84219a0094
make test network generic over peer type
2016-12-27 11:23:57 +01:00
Tomasz Drwięga
7454212b28
Updating dependencies ( #3968 )
2016-12-27 10:17:50 +00:00
Tomasz Drwięga
c7c309d152
Web Based Dapps ( #3956 )
...
* Dapps web
Conflicts:
dapps/src/apps/fetcher.rs
dapps/src/handlers/fetch.rs
* Rewriting fetch
* Parity-wide fetch service
* Obey the limits and support cancellation.
* Removing temporary files.
* Actually use Fetch for dapps
* Re-implementing file fetching to avoid temporary files.
* Serde to 0.8.19
* Fixing content & dapps fetch
* Serving web content and injecting scripts
* Don't wait for old content, start a new download
* Supporting timeouts and query
* Simple GUI for the browser
* Proxy tokens validation
* Recovering from invalid web-based requests
* Remember last visisted URL
* Removing unused variables
* Addressing review comments
* Setting default account in web3
* Adding WebBrowser dapp to the list
* Actually prune old entries when generating new token
2016-12-27 10:15:02 +00:00
Jannis Redmann
6842d43491
contract query: render false as false ( #3971 )
2016-12-27 10:04:14 +00:00
Jannis Redmann
5128438835
email verification: add Terms of Service ( #3970 )
2016-12-27 10:04:02 +00:00
Nicolas Gotchac
72c65d9c2f
Fix method decoding ( #3967 )
...
* Fix method decoding
* Restore master version
2016-12-27 10:03:49 +00:00
Jaco Greeff
2bbefcd438
Store for EditMeta modal ( #3959 )
...
* Store basics
* Tested
2016-12-27 10:02:53 +00:00
Jannis Redmann
002e8b00d4
registry dapp: cleanup, support reverse entries ( #3933 )
...
* style fixes ✨
* registry dapp: show reverse events
* registry dapp: actions & reducers for isTestnet
* registry dapp: make Hash & Address components
* registry dapp: code style ✨
* registry dapp: bugfixes 🐛
* registry dapp: postTx helper
* registry dapp: refactor reducers
* registry dapp: use react-redux
* registry dapp: actions & reducers for reverse lookup
* registry dapp: reverse lookup component
* registry dapp: connect Address to redux
* registry dapp: de-DRY recordTypeSelect
In preparation for the next commit.
* registry dapp: support reverse lookup
* registry dapp: render reverse events
* registry dapp: show tx sender, add key prop
* registry dapp: link accounts to etherscan as well
* registry dapp: address style grumbles 💄
* registry dapp: address style grumbles 💄
2016-12-27 10:01:16 +00:00
Nicolas Gotchac
1ffc6ac58c
New Address Selector Component ( #3829 )
...
* WIP new address selector
* WIP Working New Account Selector
* WIP Fully working Addres Selector (missing keyboards navigation)
* WIP Address Selector
* Fully functionnal new Address Selector!
* Implement disabled prop
* Don't auto-open on focus + Text Selection fix
* Add copy address capabilities
* Better Address Selector Focus
* Search from tags
* [Address Selector] Better Focus // Parity Background
* Linting
* [Adress Selector] Better focused input style
* Better focus support for inputs
* Fix style issue
* Add tags to accounts
* linting
* Add label to address selector
* Removed old address selector + improved styling
* Fixing address selection issues
* fix test
* Better logs...
* PR Grumbles Part 1
* PR Grumbles Part 2
* PR Grumbles Part 3.1
* PR Grumbles Part 3.2
* PR Grumbles Part 3.3
* New Portal Component
* Simpler Transition for Portal
* PR Grumbles Part 4
* Align font-family with rest of UI
* Fix null value input
* Fix Webpack build...
2016-12-27 09:59:37 +00:00
GitLab Build Bot
4e51f93176
[ci skip] js-precompiled 20161227-033404
2016-12-27 03:36:50 +00:00
GitLab Build Bot
7ace4b55c2
[ci skip] js-precompiled 20161226-033142
2016-12-26 03:34:29 +00:00
GitLab Build Bot
3ffc7890cb
[ci skip] js-precompiled 20161225-045509
2016-12-25 04:57:52 +00:00
GitLab Build Bot
9cfc72ca43
[ci skip] js-precompiled 20161224-033250
2016-12-24 03:36:00 +00:00
GitLab Build Bot
c39e0aa3ef
[ci skip] js-precompiled 20161223-204746
2016-12-23 20:50:31 +00:00
GitLab Build Bot
4893540103
[ci skip] js-precompiled 20161223-181511
2016-12-23 18:17:57 +00:00
Tomasz Drwięga
27ba0e6922
Limiting accounts returned by parity_accountInfo ( #3931 )
...
* Limiting accountNames returned by parity_accountNames
* Fixing middleware
* Change RPC interface
* Enhance tests for RPC layer
* UI uses parity_allAccountsInfo
* Update dapps to use parity_accountsInfo
* Don't filter by uuid (deprecated)
* Consistency in calls
* Fix js tests (missed stub call)
2016-12-23 18:52:02 +01:00
Robert Habermeier
546246c56b
Unknown block error for RPC ( #3965 )
2016-12-23 18:46:17 +01:00
Robert Habermeier
612f14188f
remove unused fields in informant ( #3963 )
2016-12-23 18:45:51 +01:00
keorn
afc4cd2785
Allow contract constructors in chain spec ( #3932 )
...
* constructor spec
* execute under wrong address
* create under correct address
* revert
* move genesis block lookup
* remove env_logger
2016-12-23 18:44:39 +01:00
Arkadiy Paronyan
5a3c3bcb45
Sync reorg up to history size ( #3874 )
...
* Allow sync reorg up to pruning history size
* Peer difficulty tracking
* Abort downloading block if received with NewBlock
* Set pruning history to 1200
* Renamed history size field
2016-12-23 18:43:40 +01:00
GitLab Build Bot
4516f893e5
[ci skip] js-precompiled 20161223-165758
2016-12-23 17:00:39 +00:00
Tomasz Drwięga
6251289b85
Rising the limit for fetch ( #3964 )
2016-12-23 17:23:31 +01:00
Nikolay Volf
e7ca4445e2
Bring integer arithmetic up to crates.io ( #3943 )
...
* split initial
* decouple crate
* fix tests compilation
* fix rlp tests
2016-12-23 16:53:06 +01:00
GitLab Build Bot
0ed45eaf15
[ci skip] js-precompiled 20161223-154928
2016-12-23 15:52:26 +00:00
Jaco Greeff
714298aa9a
Eslint rule for block curlies ( #3955 )
...
* Add curly rule
* Fix pre-existing issues with new rule
2016-12-23 16:43:13 +01:00
Jaco Greeff
466f84f485
Gas exception warnings on deployment ( #3938 )
...
* add deployEstimateGas function
* Render gas warning with Warning component
* estimateGas, display warning on contract deploy
* Update messages
* Removed unused import
* Fix calculated gas usage
* Basic component smoktest
* Only display warning on edit steps
2016-12-23 16:42:48 +01:00
GitLab Build Bot
9529b6fa8c
[ci skip] js-precompiled 20161223-144822
2016-12-23 14:52:31 +00:00
Jannis Redmann
db6964acc4
move verification store into modal ( #3951 )
...
* move verification store
* address style grumbles ✨
2016-12-23 15:40:04 +01:00
Jaco Greeff
fc620d0d3e
Allow setting of minBlock on sending ( #3921 )
...
* minBlock value formatting
* Allow Contract execute to specify minBock
* Transfer allows minBlock
* Cleanups
* Check errors, verify via testing
* Display Submitted/Submission block in MethodDecoding
2016-12-23 15:31:19 +01:00
Jaco Greeff
74efb22230
Allow empty address ( #3961 )
2016-12-23 15:24:03 +01:00
Jaco Greeff
e006af1edd
Fix default import ( #3960 )
2016-12-23 15:13:43 +01:00
Robert Habermeier
0688ccb003
chain_mem_used function on client
2016-12-23 14:54:31 +01:00
Robert Habermeier
bdf90df56f
client report and heap size for header chain
2016-12-23 14:50:42 +01:00
Denis S. Soldatov aka General-Beck
63d68aaeef
Update deb-build.sh
...
Add Depends: libssl
2016-12-23 16:47:50 +04:00
Robert Habermeier
d0194f3ad3
Merge branch 'master' into lightsync
2016-12-23 13:39:06 +01:00
Robert Habermeier
10c56acff6
revert tests submodule
2016-12-23 13:21:29 +01:00
GitLab Build Bot
4623f45686
[ci skip] js-precompiled 20161223-041415
2016-12-23 04:17:11 +00:00
GitLab Build Bot
9a013c4f47
[ci skip] js-precompiled 20161222-173736
2016-12-22 17:40:57 +00:00
Jaco Greeff
077069c452
Display 0x00..00 as null ( #3950 )
...
* Display 0x00..00 as null (custom black icon)
* rendering test for null
2016-12-22 18:30:59 +01:00
Tomasz Drwięga
f0387c33c6
Global Fetch Service ( #3915 )
...
* Dapps web
Conflicts:
dapps/src/apps/fetcher.rs
dapps/src/handlers/fetch.rs
* Rewriting fetch
* Parity-wide fetch service
* Obey the limits and support cancellation.
* Removing temporary files.
* Actually use Fetch for dapps
* Re-implementing file fetching to avoid temporary files.
* Serde to 0.8.19
* Fixing content & dapps fetch
2016-12-22 18:26:39 +01:00
GitLab Build Bot
1645419bc8
[ci skip] js-precompiled 20161222-164848
2016-12-22 16:51:32 +00:00
Jaco Greeff
c2e5b78c5b
Update babel-loader for WebPack 2.2-rc ( #3953 )
...
* Update babel loader for WebPack 2.2
* Force build
2016-12-22 17:44:29 +01:00
GitLab Build Bot
7dd988860f
[ci skip] js-precompiled 20161222-162822
2016-12-22 16:31:24 +00:00
Nicolas Gotchac
1140f9c9f8
Remove ui/views/modals bundles ( #3946 )
2016-12-22 17:21:59 +01:00
Jaco Greeff
203b419080
Fix manual input token ( #3945 )
...
* Fix manual input token (invalid regex)
* .trim() on token
* Add ^ & $ matching
2016-12-22 17:21:48 +01:00
Nicolas Gotchac
692ec97158
Update Webpack to 2.2 RC2 ( #3952 )
2016-12-22 17:07:18 +01:00
GitLab Build Bot
25f1c1dcc9
[ci skip] js-precompiled 20161222-153857
2016-12-22 15:42:00 +00:00
Jaco Greeff
00f4f128f2
Add missing Ethcore -> Parity headers ( #3948 )
2016-12-22 16:33:05 +01:00
Paul Peregud
b444d23b3a
code example: do start before register_protocol ( #3947 )
2016-12-22 16:15:26 +01:00
Igor Artamonov
be75cbfaaa
set CHAIN_ID for Classic ( #3934 )
...
* configurable CHAIN_ID
* set CHAIN_ID for Ethereum Classic
2016-12-22 13:10:58 +01:00
Robert Habermeier
b44cd7b1db
Merge pull request #3940 from gguoss/auth-bft
...
Fixed compile error.
2016-12-22 12:54:14 +01:00
gavinGuo
70c9f7c80d
Fixed compile error.
2016-12-22 14:51:25 +08:00
keorn
552a772cc1
make fields defaulting to 0 optional
2016-12-22 07:06:40 +01:00
GitLab Build Bot
a13135de30
[ci skip] js-precompiled 20161222-043246
2016-12-22 04:35:36 +00:00
GitLab Build Bot
8114d50b47
[ci skip] js-precompiled 20161221-183632
2016-12-21 18:39:21 +00:00
Nicolas Gotchac
bce69b2b09
Fix dApps not loading ( #3935 )
2016-12-21 19:30:49 +01:00
GitLab Build Bot
5ea70b1fd3
[ci skip] js-precompiled 20161221-141855
2016-12-21 14:22:59 +00:00
Nicolas Gotchac
aba38721b1
Fix Secure API hangs ( #3927 )
...
* Use proxy for WS in dev
* Update SecureAPI
* Update webpack config
* Fix dev contract
* Update webpack
* Linting fixes
* Refactor Secure API logic : Promise based, no wastes of req
* Fix tests
* Add try 'intitial' token
2016-12-21 15:12:40 +01:00
Robert Habermeier
a9f89b09e0
Merge pull request #3899 from ethcore/warp-sync-rpcs
...
parity_chainStatus RPC for block gap info
2016-12-21 15:09:45 +01:00
Nikolay Volf
af501e6467
Custom attribute for binary serialization ( #3922 )
...
* derive(Binary) -> binary
* ethcore types refact
* fixup ethcore
* make binary optional
* fix common types
* fix updater
* remove condition
2016-12-21 15:09:35 +01:00
Robert Habermeier
01b494ca2c
Merge branch 'master' into lightsync
2016-12-21 13:42:07 +01:00
Gav Wood
b369939f20
Merge pull request #3926 from ethcore/split-ci-intermediate-stage
...
Split intermediate stage into two.
2016-12-20 18:42:11 +01:00
Gav Wood
af5c6af539
Split intermediate stage into two.
2016-12-20 17:54:09 +01:00
GitLab Build Bot
5bccd13111
[ci skip] js-precompiled 20161220-164120
2016-12-20 16:44:23 +00:00
Gav Wood
d486a983ac
Merge pull request #3920 from ethcore/curl-rel-before-build
...
Move release-registering to intermediate stage.
2016-12-20 17:35:34 +01:00
Gav Wood
8f5804eab8
Merge pull request #3894 from ethcore/jg-fix-status-blocktime
...
Blocktime format rounding
2016-12-20 17:35:08 +01:00
Tomasz Drwięga
9a5bb9470b
Ignore dapps_policy.json ( #3919 )
...
* Ignore dapps_policy.json
* Produce warning for non-ignored files
2016-12-20 16:34:53 +01:00
Gav Wood
f5a4581fa5
Move release-registering to intermediate stage.
2016-12-20 14:05:07 +01:00
GitLab Build Bot
269338d9bf
[ci skip] js-precompiled 20161220-130157
2016-12-20 13:04:47 +00:00
GitLab Build Bot
ee050d4fd8
[ci skip] js-precompiled 20161220-111754
2016-12-20 11:20:41 +00:00
Jaco Greeff
d89ee5432e
JS API interface for parity_chainStatus
2016-12-20 12:12:39 +01:00
Gav Wood
854cc604d9
Merge pull request #3912 from ethcore/ng-contract-dev
...
Fixing Contract Development
2016-12-20 12:12:06 +01:00
Nicolas Gotchac
7b3b82b750
Updating dependencies
2016-12-20 11:43:13 +01:00
Nicolas Gotchac
efb928b8f1
Removed Worker
2016-12-20 03:51:23 +01:00
Nicolas Gotchac
b4c73a52d1
Merge branch 'master' into ng-contract-dev
2016-12-20 02:39:10 +01:00
Nicolas Gotchac
244d1aefc6
linting
2016-12-20 02:38:40 +01:00
Nicolas Gotchac
1627c3fa71
Add import files in Contract Dev
2016-12-20 02:37:16 +01:00
Nicolas Gotchac
5886034265
Add optimize and autocompile toggles
2016-12-20 02:11:04 +01:00
Nicolas Gotchac
f70e808056
Fallback in Contract Dev if no worker
2016-12-20 01:55:57 +01:00
Gav Wood
8fc10c1911
Merge pull request #3911 from ethcore/use-rhash-for-non-native
...
Use rhash for non-native CI platforms and submit build.
2016-12-20 01:12:15 +01:00
Gav Wood
6659a4ec21
Use rhash for non-native CI platforms and submit build.
2016-12-20 00:21:19 +01:00
Gav Wood
61ade1e710
Merge pull request #3907 from ethcore/no-orbit-off
...
remove -Zorbit=off from rustflags on windows
2016-12-19 22:24:51 +01:00
Gav Wood
cd8af0a497
Merge pull request #3904 from ethcore/new-dirs
...
Fixed upgrading keys on the first run
2016-12-19 22:24:37 +01:00
Gav Wood
18965be047
Merge pull request #3903 from ethcore/test-mem-limit-deadlock
...
fix deadlock in queue drop
2016-12-19 22:23:56 +01:00
Gav Wood
5ba16e4867
Merge pull request #3897 from ethcore/single-provider-functions
...
require only simpler methods on Provider
2016-12-19 22:23:39 +01:00
Robert Habermeier
11f382ca1b
remove -Zorbit=off from rustflags on windows
2016-12-19 19:15:18 +01:00
Robert Habermeier
70d53dcfd6
Merge branch 'master' into lightsync
2016-12-19 18:53:52 +01:00
Robert Habermeier
ae8f77bc7c
fix deadlock in queue drop
2016-12-19 18:10:26 +01:00
arkpar
ddb242c969
Fixed upgrading keys on the first run
2016-12-19 17:41:55 +01:00
Robert Habermeier
e0f6f8f97e
Merge pull request #3902 from ethcore/rpc-error-grammar
...
Fix grammar ("you try" -> "you tried" + article)
2016-12-19 16:49:39 +01:00
Robert Habermeier
5b6cd2183b
Fix grammar ("you try" -> "you tried" + article)
2016-12-19 16:27:03 +01:00
Robert Habermeier
e1adc9606f
parity_chainStatus RPC for block gap info
2016-12-19 15:27:17 +01:00
Gav Wood
002cec9e6f
Merge pull request #3872 from ethcore/disable-light-server
...
remove light server capability temporarily
2016-12-19 15:22:44 +01:00
Gav Wood
1f8a1cac22
Merge pull request #3896 from ethcore/timestamp-ignore
...
Allow retry for future blocks
2016-12-19 15:21:05 +01:00
Gav Wood
9e3cadc6c3
Merge pull request #3895 from ethcore/rename-engines
...
Consistent engine and seal names
2016-12-19 15:19:57 +01:00
Robert Habermeier
4c7dc9f2d8
require only simpler methods on Provider
2016-12-19 14:54:10 +01:00
arkpar
d3486b45c5
Allow retry for future blocks
2016-12-19 14:47:48 +01:00
Nicolas Gotchac
e377ec3194
Working ServiceWorker
2016-12-19 14:39:10 +01:00
GitLab Build Bot
776a45af87
[ci skip] js-precompiled 20161219-132051
2016-12-19 13:25:03 +00:00
keorn
46662899da
make spec naming consistent
2016-12-19 14:15:39 +01:00
Jannis Redmann
2862e8b92c
update email certification ABI ( #3893 )
2016-12-19 14:14:54 +01:00
Jaco Greeff
6efaec8f8b
Blocktime format rounding
2016-12-19 14:07:50 +01:00
Robert Habermeier
2b1f51694b
fix cli test
2016-12-19 14:01:19 +01:00
GitLab Build Bot
65f2d2b050
[ci skip] js-precompiled 20161219-122700
2016-12-19 12:30:05 +00:00
Jaco Greeff
1b59ceb7c1
Remove existence & length checks on passwords & phrases ( #3854 )
...
* Allow input to receive FormattedMessage errors
* Only do existence checks on phrases & passwords
* Add missing import
* Remove existence checks, display security reminder
2016-12-19 13:17:28 +01:00
Jannis Redmann
7185fb0f37
refresh certifications automatically ( #3878 )
...
* certifications: eth.getLogs -> filters
* linting 👕 , indentation
* certifications: fetch filter changes
* certifications: prevent overlapping
* certifications: watch blockNumber to refresh
* fix email certification contract
See ethcore/contracts@d86490e302
* update email certification contract
2016-12-19 13:17:15 +01:00
Nicolas Gotchac
670be41b62
Fix Wallet Settings Modal ( #3856 )
...
* Fixes wallet settings modal
* Fix linting
2016-12-19 13:16:59 +01:00
Robert Habermeier
a48435ca60
Merge branch 'master' into lightsync
2016-12-19 13:15:37 +01:00
Robert Habermeier
d765611050
allow queue to drain fully when idle
2016-12-19 12:41:00 +01:00
Robert Habermeier
ccdf5d5873
increase tick timer and limit peers to one req
2016-12-19 12:28:42 +01:00
Arkadiy Paronyan
14a9942d14
Update appveyor.yml
2016-12-18 01:11:48 +01:00
Arkadiy Paronyan
fc10d15b75
Update appveyor.yml
2016-12-18 01:11:29 +01:00
Gav Wood
e755c09446
Merge pull request #3884 from ethcore/fix-diff-adj
...
Fix difficulty adjustment.
2016-12-17 16:35:20 +01:00
Gav Wood
ec5b867a22
Merge pull request #3883 from ethcore/fix-win-ci
...
Final fixups for updater
2016-12-17 16:10:08 +01:00
Gav Wood
d98f0d8fb5
No need to test windows for every PR.
2016-12-17 16:00:33 +01:00
Gav Wood
023d413610
Fix difficulty adjustment.
...
Closes #3861
2016-12-17 15:53:06 +01:00
Gav Wood
efd4036a9a
Fix build.
2016-12-17 15:40:55 +01:00
Gav Wood
6e12f4f719
Alter port for icarus.
2016-12-17 15:22:31 +01:00
Gav Wood
b418cb8da3
Merge remote-tracking branch 'origin/master' into fix-win-ci
2016-12-17 15:10:17 +01:00
Gav Wood
b2b3a0eb34
Final fixups for updater
...
- Wire up platforms to match those of CI.
- Introduce "final" feature to tag version with "nightly".
2016-12-17 14:36:30 +01:00
Gav Wood
6634b2e3da
Merge pull request #3882 from ethcore/fix-win-ci
...
Attempt to fix windows CI.
2016-12-17 13:13:08 +01:00
Gav Wood
a81e833fcc
Merge pull request #3881 from ethcore/tx-test-fix
...
Fixing racy test
2016-12-17 12:57:15 +01:00
arkpar
b34d3ee5a2
Fixin racy test
2016-12-17 12:28:31 +01:00
Gav Wood
adb0f6fb26
Merge pull request #3880 from ethcore/fix-updater-permissions
...
Fix updater permissions
2016-12-17 12:15:05 +01:00
Gav Wood
f00eb060c1
Attempt to fix windows CI.
2016-12-17 12:06:51 +01:00
Robert Habermeier
5b0531e964
fix compiler warnings
2016-12-17 00:44:18 +01:00
Robert Habermeier
bd59ef05ac
prettier informant
2016-12-17 00:41:02 +01:00
Robert Habermeier
893892ca12
remove request limiting from sync service
2016-12-17 00:31:21 +01:00
Robert Habermeier
be914ddfc7
fix check for moving backwards
2016-12-16 23:53:36 +01:00
Robert Habermeier
2c0f456e4d
guard import order
2016-12-16 23:53:20 +01:00
Robert Habermeier
e57ab96731
fix reverse start block check
2016-12-16 23:21:59 +01:00
Robert Habermeier
08587a1f56
fix subchain request ordering
2016-12-16 23:21:51 +01:00
Robert Habermeier
653363c572
limit to one pending request per peer
2016-12-16 23:21:17 +01:00
Arkadiy Paronyan
4c0741e568
Fixed windows stub signature
2016-12-16 22:26:12 +01:00
Robert Habermeier
a7505be627
fix deadlocks
2016-12-16 22:09:29 +01:00
Robert Habermeier
8970946b74
basic --light parameter
2016-12-16 21:45:51 +01:00
Gav Wood
75c92e9356
Add Parity.png
2016-12-16 20:34:08 +01:00
Gav Wood
83e6e03dd6
Merge pull request #3865 from ethcore/tx-block
...
Delayed transactions
2016-12-16 20:28:18 +01:00
Gav Wood
6f977f03ae
Rename from troublesome filename
2016-12-16 20:26:49 +01:00
Gav Wood
c14d34e347
Merge pull request #3853 from ethcore/jg-token-log
...
Don't log auth token
2016-12-16 20:24:23 +01:00
Gav Wood
fa721f5cdf
Merge pull request #3875 from ethcore/config-fix
...
Loading default config from default path
2016-12-16 20:24:12 +01:00
Gav Wood
c2448f6c2f
Add mac icon.
2016-12-16 18:32:33 +01:00
Gav Wood
14e4fefbcf
Fix updater permissions and refactor existing code.
2016-12-16 18:17:15 +01:00
Gav Wood
45f141b52f
Merge pull request #3877 from ethcore/path-fix
...
New paths
2016-12-16 17:38:20 +01:00
Robert Habermeier
8b88ef1844
add light sync service to ethsync
2016-12-16 17:38:16 +01:00
Gav Wood
b9cd68e7e6
Minor paths change
2016-12-16 17:38:02 +01:00
Gav Wood
e8624fda88
Merge pull request #3876 from ethcore/fix-ci
...
Update tests, gitlabci
2016-12-16 16:56:46 +01:00
Robert Habermeier
f85313fbff
Merge branch 'master' into lightsync
2016-12-16 15:29:11 +01:00
Robert Habermeier
ce84215d93
naive and bad request dispatcher
2016-12-16 15:26:39 +01:00
arkpar
6966fd6c63
New paths
2016-12-16 15:25:53 +01:00
Gav Wood
b89d10239b
Update tests, gitlabci
2016-12-16 15:12:35 +01:00
Tomasz Drwięga
f345458b65
Loading config from default path
2016-12-16 15:03:31 +01:00
arkpar
65f07e5aa7
Renamed some functions
2016-12-16 14:54:26 +01:00
Robert Habermeier
0d7b638a2d
ancestor search response handler
2016-12-16 14:53:36 +01:00
arkpar
6c9de9e6f8
Merge branch 'master' of github.com:ethcore/parity into tx-block
2016-12-16 13:36:07 +01:00
arkpar
f967713d08
Added a test
2016-12-16 13:27:14 +01:00
GitLab Build Bot
3450538208
[ci skip] js-precompiled 20161216-121923
2016-12-16 12:22:56 +00:00
Gav Wood
72f278efed
Merge pull request #3868 from ethcore/new-dirs
...
Base directory option
2016-12-16 13:04:31 +01:00
Gav Wood
6e5a583cb4
Merge pull request #3505 from ethcore/check-updates
...
Auto-updating
2016-12-16 13:01:49 +01:00
Gav Wood
b437265082
Fix build.
2016-12-16 11:27:00 +01:00
Gav Wood
90d3d330f5
Use info! for blockchain status rather than stdout.
2016-12-16 11:00:17 +01:00
Gav Wood
396ab5b361
Refactor and make is_syncing.
2016-12-16 10:31:10 +01:00
Gav Wood
35b18485d4
Don't check for updates while syncing.
2016-12-16 10:14:44 +01:00
Gav Wood
ba60e046be
Tone down logging.
2016-12-16 10:02:42 +01:00
Gav Wood
d9b9172089
Merge pull request #3873 from ethcore/fix-collision
...
Fix naming collision
2016-12-16 02:09:36 +01:00
keorn
d8470cc5ca
revert slack
2016-12-16 00:07:07 +01:00
Robert Habermeier
a1f32de2d9
Merge branch 'master' into lightsync
2016-12-15 23:55:04 +01:00
Robert Habermeier
8f65a7bcc8
remove light server capability temporarily
2016-12-15 23:50:16 +01:00
keorn
447196398a
fix start_step
2016-12-15 23:36:06 +01:00
Gav Wood
6ea5638240
Merge pull request #3858 from ethcore/fetcher-ref
...
Get rid of unecessary redirection while fetching content
2016-12-15 23:08:37 +01:00
Gav Wood
a6a8e431f5
Fix lint
2016-12-15 22:46:36 +01:00
Gav Wood
7cac50601f
Add JS tests for parity_netPeers
2016-12-15 22:45:35 +01:00
Robert Habermeier
8622ab66dc
skeleton for maintain_sync: all but dispatch
2016-12-15 22:42:24 +01:00
Gav Wood
869fbf5108
Fix linting.
2016-12-15 22:07:25 +01:00
Gav Wood
ca0d87da10
125 -> 69.
2016-12-15 22:05:54 +01:00
arkpar
e2371632c5
Base dir option
2016-12-15 21:56:45 +01:00
Robert Habermeier
9c7340307e
handle events, minimal state machine
2016-12-15 21:51:08 +01:00
arkpar
060cc799a6
Minor tweaks
2016-12-15 21:44:31 +01:00
GitLab Build Bot
3e83aeeb17
[ci skip] js-precompiled 20161215-201838
2016-12-15 20:21:20 +00:00
arkpar
e1dd986c41
Hex-encoded block numbers
2016-12-15 21:16:32 +01:00
Gav Wood
5bab14e0c0
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-15 21:15:25 +01:00
Gav Wood
5fb34573c6
Merge pull request #3864 from ethcore/jr-fix-verification
...
fix verification stores
2016-12-15 21:13:05 +01:00
Gav Wood
1a790b784f
Fix centos's reported build platform.
2016-12-15 20:49:09 +01:00
Jannis R
d2962fe47b
store certifier index in constant
2016-12-15 20:47:41 +01:00
arkpar
27580586e0
Minor tweaks
2016-12-15 20:09:05 +01:00
keorn
b7b531ca75
more slack in test
2016-12-15 19:54:28 +01:00
Gav Wood
4410fb635a
Respect system paths.
2016-12-15 19:53:13 +01:00
arkpar
450a9d2867
Merge branch 'master' of github.com:ethcore/parity into tx-block
2016-12-15 19:41:19 +01:00
Nicolas Gotchac
1d04f25a0a
Add error toString
2016-12-15 19:35:16 +01:00
arkpar
3ac0794d28
Bump jsonrpc-core for rpc_cli
2016-12-15 19:31:26 +01:00
keorn
b88d50dc9b
fix naming collision
2016-12-15 19:27:06 +01:00
Robert Habermeier
72f7391551
add BasicContext trait for handler ticking
2016-12-15 19:25:52 +01:00
Gav Wood
801596395e
--release-track.
2016-12-15 19:23:25 +01:00
Gav Wood
995fafebee
Fix last remaining test.
2016-12-15 19:19:50 +01:00
Gav Wood
d737de0fc0
Fix tests.
2016-12-15 19:17:44 +01:00
arkpar
f8961484c1
Merge branch 'master' of github.com:ethcore/parity into tx-block
2016-12-15 19:10:33 +01:00
Nicolas Gotchac
5983a0c1a5
Linting fixes
2016-12-15 19:07:13 +01:00
Nicolas Gotchac
365ab60fed
Use ServiceWorker for Contract compilation
2016-12-15 19:06:05 +01:00
Gav Wood
4a2b418fc2
Configurable update tracks to help testing.
2016-12-15 18:51:59 +01:00
Robert Habermeier
5346539ef8
minimal header import and client service
2016-12-15 18:47:26 +01:00
Tomasz Drwięga
99e42db2f5
Merge branch 'master' into fetcher-ref
2016-12-15 18:33:58 +01:00
Gav Wood
fa319ff64c
Remove duplicate line.
2016-12-15 18:24:18 +01:00
GitLab Build Bot
867fdb9eac
[ci skip] js-precompiled 20161215-172100
2016-12-15 17:23:53 +00:00
Gav Wood
c12702fc51
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-15 18:23:02 +01:00
arkpar
2952ea1b85
Delayed transactions
2016-12-15 18:19:19 +01:00
Jannis Redmann
5939575c87
Merge #3863 from ethcore/jg-contract-subid
...
Store subscriptionId, align with main subscription model
2016-12-15 18:14:33 +01:00
Jannis R
7fdcc70825
Merge jg-contract-subid into jr-fix-verification
2016-12-15 18:12:45 +01:00
Jaco Greeff
1f1dc8b89d
Store subscriptionId, use it to send changes
2016-12-15 18:09:59 +01:00
Jannis R
0e963da27b
fix verification stores 🐛
2016-12-15 18:09:52 +01:00
Gav Wood
4d6b4d9d72
Merge pull request #3792 from ethcore/dapps-accounts-rpc
...
Additional RPCs for dapps accounts management
2016-12-15 18:09:40 +01:00
Jaco Greeff
2be5247567
Merge branch 'master' into jg-contract-subid
2016-12-15 18:06:45 +01:00
Gav Wood
eb90d70be1
Merge pull request #3830 from ethcore/cli-rpc
...
Add Ws Json rpc client and command line utils (take 2)
2016-12-15 18:04:35 +01:00
GitLab Build Bot
87f1486907
[ci skip] js-precompiled 20161215-170041
2016-12-15 17:03:27 +00:00
Jannis Redmann
29457c11ef
Merge #3862 from ethcore/jg-fix-contracts-send
...
Fix typo in method call (broken contract interface)
2016-12-15 17:54:42 +01:00
Jaco Greeff
17781a5ac4
Fix typo in method call
2016-12-15 17:52:28 +01:00
Robert Habermeier
f776f48023
drain prepared headers from sync round
2016-12-15 17:33:25 +01:00
Gav Wood
943f58487c
Merge remote-tracking branch 'origin/master' into cli-rpc
2016-12-15 17:13:51 +01:00
Gav Wood
d455ac4a40
Merge remote-tracking branch 'origin/master' into dapps-accounts-rpc
2016-12-15 17:12:18 +01:00
Gav Wood
db2e1dd01a
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-15 17:11:22 +01:00
Gav Wood
2e02db2d3e
Merge pull request #3860 from ethcore/fix-channel
...
Fix flaky test
2016-12-15 17:10:41 +01:00
keorn
ee653bc262
unused import
2016-12-15 16:53:28 +01:00
keorn
9bfa69c6bd
fix channel
2016-12-15 16:52:39 +01:00
Robert Habermeier
71e96aca10
handle abandoned requests
2016-12-15 16:19:28 +01:00
Tomasz Drwięga
2be6223eb3
Updating submodules to latest
2016-12-15 15:57:21 +01:00
Jaco Greeff
9dd1268b69
Add keys for steps (future-proof)
2016-12-15 15:56:58 +01:00
Robert Habermeier
ec88a992e3
provide response context to response handler
2016-12-15 15:50:36 +01:00
Tomasz Drwięga
b85f7b7433
Merge branch 'master' into fetcher-ref
2016-12-15 15:44:14 +01:00
Gav Wood
5e59e0b9d3
Fix build.
2016-12-15 15:35:46 +01:00
Tomasz Drwięga
dedf9d6dce
Getting rid of redirection
2016-12-15 15:32:53 +01:00
Gav Wood
817a58cf64
Merge pull request #3844 from ethcore/trace-macros
...
Converting traces API to AutoArgs
2016-12-15 15:21:35 +01:00
Gav Wood
590428e7f2
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-15 15:12:09 +01:00
Gav Wood
d1040e4127
Whitespace
2016-12-15 15:03:34 +01:00
Gav Wood
8f5e0cf7d9
Fix build
2016-12-15 14:54:02 +01:00
GitLab Build Bot
7e76d6494c
[ci skip] js-precompiled 20161215-134858
2016-12-15 13:52:59 +00:00
Gav Wood
ca63bc2f44
Update parking_lot dep
2016-12-15 14:46:31 +01:00
Gav Wood
0da564a4c2
Merge branch 'master' into cli-rpc
2016-12-15 14:45:15 +01:00
Gav Wood
d76239ed48
Merge pull request #3768 from ethcore/jr-use-badge-reg
...
get certifications from BadgeReg, show them in accounts overview
2016-12-15 14:43:05 +01:00
Gav Wood
20b2f84d48
Merge pull request #3828 from ethcore/new-dirs
...
New directory structure
2016-12-15 14:34:01 +01:00
GitLab Build Bot
6dfcbd4156
[ci skip] js-precompiled 20161215-130206
2016-12-15 13:06:03 +00:00
Jaco Greeff
054a6a9daf
Merge branch 'master' into check-updates
...
# Conflicts:
# .gitlab-ci.yml
# js/webpack/dev.server.js
2016-12-15 13:52:28 +01:00
Gav Wood
be0d5ca516
Merge pull request #3827 from ethcore/jr-first-run
...
first run: skip account creation if they already have accounts
2016-12-15 13:52:01 +01:00
Jannis R
4c42dedcad
sort props 💄
2016-12-15 13:51:44 +01:00
Gav Wood
1ea521ea7d
Merge remote-tracking branch 'origin/master' into dapps-accounts-rpc
2016-12-15 13:51:22 +01:00
Gav Wood
9440c2600f
Merge pull request #3857 from ethcore/tender-seal
...
Tendermint seal
2016-12-15 13:50:49 +01:00
Jannis R
f59f7c5773
address style grumbles 💄
2016-12-15 13:48:40 +01:00
keorn
0b9ab0797f
fix build
2016-12-15 13:45:22 +01:00
keorn
943efc21bb
add tendermint seal
2016-12-15 13:41:04 +01:00
Gav Wood
69eec105a7
Change default back to permissive for now.
2016-12-15 13:40:44 +01:00
Gav Wood
db73b0d66f
Merge remote-tracking branch 'origin/master' into dapps-accounts-rpc
2016-12-15 13:28:37 +01:00
Jannis R
afba259506
merge master into jr-use-badge-reg
2016-12-15 13:25:35 +01:00
Gav Wood
a74bce2c06
Merge pull request #3759 from ethcore/auth-bft
...
Tendermint Engine
2016-12-15 13:18:15 +01:00
Gav Wood
1ebbb8ae3d
Merge pull request #3852 from ethcore/js-css-lint
...
Expand lint to catch css issues
2016-12-15 13:09:51 +01:00
Gav Wood
8fa00a20e6
Merge pull request #3851 from ethcore/js-inject-all
...
inject exports both partiy & web3
2016-12-15 13:09:29 +01:00
Gav Wood
0562d85a0e
Merge pull request #3848 from ethcore/ng-webpack-talkative
...
Let Webpack talk again
2016-12-15 13:09:06 +01:00
Gav Wood
a660024eac
Merge pull request #3843 from ethcore/auth-round-seal
...
AuthorityRound seal and simplify Generic seal Spec
2016-12-15 13:08:50 +01:00
Gav Wood
c4406c9198
Merge pull request #3691 from ethcore/rotating-key
...
Signing transactions with rotating token
2016-12-15 13:08:19 +01:00
Robert Habermeier
5d8bfd8758
handle responses for round scaffold and frames
2016-12-15 13:05:38 +01:00
arkpar
6d41168bbe
Change build order
2016-12-15 12:07:09 +01:00
Tomasz Drwięga
c6912c8e0a
Removing on_done
2016-12-15 11:43:36 +01:00
Jaco Greeff
701399fc77
Don't log auth token
2016-12-15 10:23:01 +01:00
Jaco Greeff
88a26ec53f
Support lint:cached
2016-12-15 10:08:57 +01:00
Jaco Greeff
9fc3c47bcb
inject exports both partiy & web3
2016-12-15 10:05:52 +01:00
Denis S. Soldatov aka General-Beck
03db4d0373
Update gitlab-ci
...
add `cargo clean` in darwin build
2016-12-15 14:15:27 +07:00
Nicolas Gotchac
15050da1cd
Let Webpack talk again
2016-12-15 00:07:49 +01:00
Robert Habermeier
0768a61944
light: add LightChainClient trait
2016-12-14 23:26:15 +01:00
Robert Habermeier
1bcfc9348d
light: specialize Downloader to SyncRound
2016-12-14 23:25:51 +01:00
Robert Habermeier
91b8fa7039
light: downloader state machine stub
2016-12-14 22:57:30 +01:00
Gav Wood
bf7fb84937
Don't put sha3s.
2016-12-14 21:59:00 +01:00
Robert Habermeier
2966b88a7a
Merge pull request #3835 from ethcore/bump-dev
...
Bump dev chain
2016-12-14 21:37:14 +01:00
Robert Habermeier
0d466fa8d0
light: tests for response module
2016-12-14 20:27:03 +01:00
Denis S. Soldatov aka General-Beck
245c8581bb
Update .gitlab-ci.yml
2016-12-15 02:17:59 +07:00
Denis S. Soldatov aka General-Beck
244761782e
Update gitlab-ci
...
Remove armv6 from `nightly`
remove `-j 8` key from windows builds
Remove `test-windows` from `nightly`
2016-12-15 02:14:15 +07:00
Tomasz Drwięga
d2b9bc5bd8
Traces to AutoArgs
2016-12-14 20:09:14 +01:00
Tomasz Drwięga
6e51b23e30
Adding traces tests
2016-12-14 20:07:33 +01:00
Robert Habermeier
887bcfb88a
light: response decoding and verification module
2016-12-14 19:36:48 +01:00
Jaco Greeff
3df092f29d
Add lint:css
2016-12-14 16:42:26 +01:00
Jaco Greeff
7330612bfb
Toggle upgrade modal via upgrade link
2016-12-14 15:56:01 +01:00
Vincent Serpoul
339b889ac4
spelling ( #3839 )
2016-12-14 15:15:19 +01:00
Tomasz Drwięga
366f9a8cd7
Fixing tests
2016-12-14 14:44:09 +01:00
Jaco Greeff
2588aea6b2
Merge branch 'master' into check-updates
2016-12-14 14:37:38 +01:00
Jaco Greeff
a8f428ccca
Display capability status on statusbar
2016-12-14 14:37:25 +01:00
Tomasz Drwięga
1d80725f66
Merge branch 'master' into cli-rpc
2016-12-14 14:12:27 +01:00
Tomasz Drwięga
7eb9112613
Merge branch 'master' into rotating-key
...
Conflicts:
rpc/src/v1/traits/signer.rs
2016-12-14 14:10:44 +01:00
Jaco Greeff
d28ec2ff97
Make enode available on Status page
2016-12-14 13:41:29 +01:00
keorn
f686fa3d6f
update specs and generic conversion
2016-12-14 12:50:32 +01:00
Jannis R
bbcae3d27b
merge master into jr-first-run
2016-12-14 12:28:55 +01:00
Jannis R
240bab230c
merge master into jr-use-badge-reg
2016-12-14 12:26:18 +01:00
keorn
8509a183ed
deserialize new seal
2016-12-14 12:14:04 +01:00
keorn
ae98a56e8b
revert submodule
2016-12-14 11:42:47 +01:00
keorn
e1d83d15b7
bump dev chain
2016-12-14 11:34:19 +01:00
arkpar
3280f071b1
Fixed moving dirs on windows
2016-12-14 01:33:57 +01:00
arkpar
be5fefe772
Merge branch 'master' of github.com:ethcore/parity into new-dirs
2016-12-14 00:04:11 +01:00
arkpar
6e3e1ea88b
XDG paths
2016-12-13 23:38:29 +01:00
Gav Wood
d1653567d9
Add contract ABI auto-generatr.
...
o
2016-12-13 22:32:34 +01:00
Robert Habermeier
359d433292
light: pass incoming responses to peer state machine
2016-12-13 22:26:06 +01:00
Gav Wood
597c3a4770
Ensure chain state is at threshold security level before looking for updates.
2016-12-13 21:21:07 +01:00
Robert Habermeier
6fb71527e4
light: search for common ancestor with peers
2016-12-13 21:09:57 +01:00
Robert Habermeier
8c64400654
light: change sync module name
2016-12-13 21:09:43 +01:00
Gav Wood
805b8cab2c
Add missing file.
2016-12-13 20:50:33 +01:00
Gav Wood
4424155d39
Similar checks on file changes to other tests.
2016-12-13 20:49:26 +01:00
Gav Wood
aaf6d59bda
Disable windows tests until it works.
2016-12-13 20:22:04 +01:00
Gav Wood
6a48e9d9e5
Print output for commands, don't info!
2016-12-13 20:20:10 +01:00
Robert Habermeier
484023b171
light: max requests as 0 on unknown peer
2016-12-13 20:13:55 +01:00
Robert Habermeier
2a01b43bd1
light: block status and CHT module
2016-12-13 20:13:16 +01:00
keorn
c96826beaa
expect instead of index
2016-12-13 18:22:56 +01:00
GitLab Build Bot
1a9a142a69
[ci skip] js-precompiled 20161213-171715
2016-12-13 17:19:48 +00:00
Gav Wood
72b8ee84c7
Merge pull request #3766 from ethcore/jr-email-verification
...
email verification
2016-12-13 18:09:41 +01:00
Gav Wood
80d6e49070
Merge pull request #3812 from ethereumproject/splix/classic-replay-protection
...
Network configuration for Ethereum Classic
2016-12-13 17:39:33 +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
Robert Habermeier
45ef986c04
light: finish basic header chain and add tests
2016-12-13 14:48:03 +01:00
Tomasz Drwięga
f47be50843
Using jsonrpc-macros
2016-12-13 14:40:35 +01:00
arkpar
49ae375605
Don't coneect peers on each sync
2016-12-13 13:23:10 +01:00
Tomasz Drwięga
5affefc763
Fixing CLI signer
2016-12-13 12:17:01 +01:00
GitLab Build Bot
1114ad3ca7
[ci skip] js-precompiled 20161213-051314
2016-12-13 05:15:44 +00:00
Robert Habermeier
c2264bed27
light: skeleton for sync service
2016-12-13 00:08:39 +01:00
Jaco Greeff
51b544c2db
Simplify icon exports
2016-12-12 23:53:29 +01:00
arkpar
5fd2e15313
Style and docs
2016-12-12 23:21:44 +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
Robert Habermeier
4173ecf2a5
light: begin header chain
2016-12-12 22:59:05 +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
keorn
fa504e510f
Merge branch 'master' into auth-bft
2016-12-12 21:28:46 +01:00
Igor Artamonov
e61d14d7f7
reuse Morden for Classic Testnet
2016-12-12 19:50:32 +00:00
keorn
19adb84527
TestNet flushing and cleanup
2016-12-12 19:44:24 +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
arkpar
85fd62917a
Updated tests
2016-12-12 17:53:17 +01:00
keorn
722cd4d086
AuthorityRound fork test
2016-12-12 17:24:48 +01:00
keorn
f8ed5cf022
finalize unit tests
2016-12-12 17:20:20 +01:00
arkpar
edb853ca35
KillDB command
2016-12-12 17:19:41 +01:00
arkpar
6601fde328
New data paths with upgrade
2016-12-12 16:51:07 +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
Jannis R
b980e7a329
add skip button to first run modal
2016-12-12 14:32:55 +01:00
Jannis R
085adbaffd
make showFirstRun in localStorage a bool
2016-12-12 14:15:26 +01:00
keorn
8ed89bb74f
propagate proposal to all peers
2016-12-12 13:00:51 +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
Jannis R
c43944584d
fix import
2016-12-12 12:33:58 +01:00
Jannis R
723e9e55db
merge master into jr-email-verification
2016-12-12 12:21:06 +01:00
Jannis R
d67a9388ff
merge master into jr-use-badge-reg
2016-12-12 12:13:49 +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
keorn
3c5d5856d2
nicer tracing
2016-12-11 22:54:48 +01:00
Gav Wood
d8ad09b654
Make updater an IPC module.
2016-12-11 22:47:43 +01:00
GitLab Build Bot
2de64bb5e4
[ci skip] js-precompiled 20161211-202217
2016-12-11 20:24:36 +00:00
Tomasz Drwięga
83d9bc189b
Fixing test
2016-12-11 21:08:15 +01:00
Nicolas Gotchac
4c3dea2a0b
Fix React-Router in i18n locale change ( #3815 )
...
* Routes in routes config => no more react router error message
* Add LocalStorage for Locale Selection
* Ethcore to Parity LTD
2016-12-11 21:03:48 +01:00
Nicolas Gotchac
4dbfcf231d
Cache fetched Dapps ( #3804 )
...
* Have a singleton DappsFetcher so we don't realod them at each page load
* Better dapps Fetcher : event based listener
Update on meta change
* Remove dapps fetcher => all in singleton dapps store + utils
* Modify header to Parity
2016-12-11 21:03:40 +01:00
GitLab Build Bot
f4134cf634
[ci skip] js-precompiled 20161211-193650
2016-12-11 19:39:15 +00:00
Gav Wood
e528ac9217
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-11 20:20:09 +01:00
Gav Wood
972aa79f9f
Merge pull request #3818 from ethcore/consistent-crate-info
...
authors & homepage => Parity
2016-12-11 20:17:40 +01:00
Gav Wood
3aab5dec9b
Refactor into a service.
2016-12-11 20:14:18 +01:00
GitLab Build Bot
282178e1fa
[ci skip] js-precompiled 20161211-190404
2016-12-11 19:06:28 +00:00
Gav Wood
94f5501c61
authors & homepage => Parity
2016-12-11 19:43:58 +01:00
Gav Wood
15bb3f9b0a
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-11 19:38:04 +01:00
Gav Wood
c33901bd9f
Merge pull request #3817 from ethcore/rename-ethcore-parity
...
Rename Ethcore -> Parity Technologies
2016-12-11 19:36:21 +01:00
Gav Wood
58b72c521d
Rename ethcore -> parity in licenses.
2016-12-11 19:31:31 +01:00
Gav Wood
17cc2be4b5
Rename ethcore -> parity in license.
2016-12-11 19:30:54 +01:00
Gav Wood
33f266fffe
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-11 19:26:24 +01:00
Gav Wood
35b037e055
Add renamed files.
2016-12-11 19:15:58 +01:00
Gav Wood
10b0898bdf
Crate tidyups.
...
- Move Updater into its own crate.
- Change ethcore -> parity in authors, homepages and licenses.
2016-12-11 19:14:42 +01:00
keorn
a4bf914683
Merge branch 'auth-bft' of https://github.com/ethcore/parity into auth-bft
2016-12-11 18:23:54 +01:00
Tomasz Drwięga
627b8a8414
Changing default policy
2016-12-11 17:56:12 +01:00
GitLab Build Bot
797d787a7b
[ci skip] js-precompiled 20161211-164839
2016-12-11 16:51:09 +00:00
keorn
d4c9493b00
verification cache retrieval
2016-12-11 17:50:12 +01:00
Jaco Greeff
929b6ee0f7
Allow editing of gasPrice & gas in Signer ( #3777 )
...
* Rework gas display (maintainable)
* Move GasPriceSelector to ui
* Allow opening of gas component (WIP)
* Merge
* Consistency
* Adjust for Signer display
* Set maximum height based on screen size
* Gas editor displays in-place
* Cleanups
* Merge
* Style fixes
* Fixup stash mishap (again)
* Add store test
* Allow edited values to refrect on the display
* Fix properties
* Adjust styling to show different rows
* git mv
* git mv
* Style fixes
* Style updates
* Pass gas & gasPrice with confirmation
* Fix build (case)
* Style fixes
* Basic GasPriceEditor smoketest
* manual move 1
* manual move 2
* manual move 1
* manual move 2
* NODE_ENV=test ace fix
* UI smoketests
* Style
* Format options via formatter
* Initial version
* Re-add even/odd class
* re-add gasLimit to embedded passing
* style
* Updated for passing gas & price to store
* Allow gas/price overrides when none available
* Fix slider value, pass as number
2016-12-11 17:43:51 +01:00
Jaco Greeff
885d6eaa4d
i18n string dictionaries ( #3532 )
...
* TabBar & Settings -> Views i18n enabled
* Proxy i18n
* Settings i18n
* defaultLocale
* Introduce thin Translate wrapper
* PropTypes util caters for multiples
* Translate & LanguageSelector under ui
* Update location & proptypes
* Add UI Language selector
* German settings pages
* Add German language selection
* Corrected umlaut encoding
* Lint
* Re-apply pre-merge conflict changes
* better German i18n
* Language names in locale language
* i8n -> index
* Allow for development/production operation
* Use Yahoo react-intl (as opposed to react-i18nify)
* Use default messages wih expansions
* Remove non-reused variable definitions
* Use FormattedMessage directly, opens up WebPack & Babel opportunities
* Add flat to flatten
* Extract default messages via babel
* Webpack to aggegrate i18n defaultMessage
* Re-add react-intl after merge
* Update proptype references (merge)
* Strip down external dictionary
* i18n for dapps
* Restore tests submodule
* Allow language changes to reflect
* Style updates
2016-12-11 17:42:35 +01:00
Tomasz Drwięga
b56f12adc6
Merge branch 'master' into tx-broadcast
...
Conflicts:
ethcore/light/src/net/context.rs
ethcore/light/src/net/tests/mod.rs
2016-12-11 17:31:56 +01:00
Gav Wood
e09b1faf20
Fix semver version issues.
2016-12-11 17:13:26 +01:00
GitLab Build Bot
839e3385dd
[ci skip] js-precompiled 20161211-155716
2016-12-11 16:00:49 +00:00
Gav Wood
22cb5753d0
Improve capability information and disable old clients.
2016-12-11 16:52:41 +01:00
Nicolas Gotchac
13509a9e83
Fix padding in App, again... ( #3813 )
2016-12-11 16:49:38 +01:00
Gav Wood
74a6203f72
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-11 15:43:28 +01:00
Gav Wood
0e17cf8d3a
Fix tests.
2016-12-11 15:41:49 +01:00
Robert Habermeier
6724f574d6
Light server improvements and protocol adjustments ( #3801 )
...
* light: basic transaction pool
* light: network timeouts
* fix dead code warnings
* les: update to new message format
* fix indentation
* les: hash or number in headers req, not both
2016-12-11 15:40:31 +01:00
Igor Artamonov
6742b080f5
use decimals for block numbers in config
2016-12-11 20:38:37 +06:00
Igor Artamonov
4e3c49c809
revert ETC to correct Network ID
2016-12-11 20:34:46 +06:00
Gav Wood
e6444cd106
Merge pull request #3810 from ethcore/defaults-parse-fix
...
Tolerate errors in user_defaults
2016-12-11 15:15:43 +01:00
GitLab Build Bot
778f5bbfaf
[ci skip] js-precompiled 20161211-141210
2016-12-11 14:14:41 +00:00
Gav Wood
b28537aa9a
Merge pull request #3809 from ethcore/mining-min-gas-limit
...
block: enforce gas limit falls within engine bounds
2016-12-11 15:08:30 +01:00
Nicolas Gotchac
d3077c51fc
Target Babel to latest Chrome Versions in dev ( #3806 )
...
* Use `babel-preset-env` to target Babel to latest Chrome Versions
* Opt-In mechanism for Babel Preset Env
2016-12-11 15:05:10 +01:00
arkpar
05dcf951d1
Merge w master
2016-12-11 14:59:57 +01:00
Igor Artamonov
aed633d7df
Testnet for Ethereum Classic
2016-12-11 19:25:02 +06:00
Gav Wood
5bf9fa9168
Allow reuse of previous logger.
2016-12-11 13:35:00 +01:00
arkpar
a49ff3fb32
Merge branch 'master' of github.com:ethcore/parity into cli-rpc
2016-12-11 13:30:48 +01:00
Igor Artamonov
7b5bc115e9
EIP-160 configuration for Ethereum Classic
2016-12-11 18:29:40 +06:00
Igor Artamonov
592ff53bab
EIP-155 configuration for Ethereum Classic
2016-12-11 18:28:37 +06:00
arkpar
2c653d2c2e
Merge w master
2016-12-11 13:11:08 +01:00
Gav Wood
8d7a63bbea
Join up the final dots.
2016-12-11 13:10:33 +01:00
arkpar
a56443aa6c
Tolerate error is user_defaults
2016-12-11 13:00:49 +01:00
Robert Habermeier
9252ebf93d
block: enforce gas limit falls within engine bounds
2016-12-11 12:50:48 +01:00
arkpar
c777362d02
Sync channel for consensus test
2016-12-11 12:32:01 +01:00
GitLab Build Bot
95af942fc9
[ci skip] js-precompiled 20161211-093638
2016-12-11 09:40:44 +00:00
Jaco Greeff
0a37288aa4
Lowercase npm packages ( #3807 )
2016-12-11 10:30:30 +01:00
GitLab Build Bot
17dee5f1a2
[ci skip] js-precompiled 20161211-091947
2016-12-11 09:22:07 +00:00
Jaco Greeff
36b8e4b6a8
Extended publishing of libraries to npm ( #3786 )
...
* Extended publishing of libraries to npm
* Update source links
* Add some tests before publishing NPM library
* Fix Shapeshift tests
2016-12-11 10:13:34 +01:00
Gav Wood
d9f6ea56ef
Don't restart if we're not in the cradle.
2016-12-11 04:05:02 +01:00
Gav Wood
2865cbaf70
Use file contents instead of symlink.
2016-12-11 03:33:10 +01:00
Gav Wood
7a1539cfb5
Fix deadlock.
2016-12-11 02:39:56 +01:00
GitLab Build Bot
bfb684a641
[ci skip] js-precompiled 20161211-012647
2016-12-11 01:28:52 +00:00
Gav Wood
078feaadd5
Merge pull request #3799 from ethcore/ng-ui-fixes
...
Several Fixes to the UI
2016-12-11 02:16:21 +01:00
Gav Wood
0a494962e4
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-11 02:13:52 +01:00
Gav Wood
120564ff29
Avoid pulling in hash_fetch.
2016-12-11 02:12:52 +01:00
Gav Wood
0302d582d2
Fix build.
2016-12-11 02:02:40 +01:00
Nicolas Gotchac
ba3bfcc54d
Merge branch 'master' into ng-ui-fixes
2016-12-11 01:26:55 +01:00
Gav Wood
068201a01b
Merge pull request #3805 from ethcore/fix-ci
...
Remove "s
2016-12-11 00:30:28 +01:00
Gav Wood
7c2c9c89a4
Stricter search for rust changes.
2016-12-11 00:20:19 +01:00
Gav Wood
c14d8da350
Use real arithmetic operator rather than '='
2016-12-11 00:09:04 +01:00
GitLab Build Bot
62492a915e
[ci skip] js-precompiled 20161210-230517
2016-12-10 23:07:55 +00:00
Gav Wood
12df3adfeb
Merge branch 'master' into fix-ci
2016-12-11 00:02:48 +01:00
Gav Wood
854eb1080c
Remove "s
2016-12-10 23:59:50 +01:00
Gav Wood
fa30dfd4b9
Refactor into system service, add exe redirect.
2016-12-10 23:58:39 +01:00
Nicolas Gotchac
b44e7bb292
Extract CSS to file in production builds ( #3783 )
...
* Extract CSS to file if production build
* Use DAPPS_URL for testing purposes + better assets in Webpack
* Delete comments
2016-12-10 23:55:57 +01:00
Nicolas Gotchac
b0f1665f11
Notify user on transaction received ( #3782 )
...
* Notify user on new transaction #2556
* Add routing to account on notification click
* Timeout of notif set to 20s
2016-12-10 23:55:36 +01:00
Gav Wood
aa30619b6f
Merge pull request #3772 from ethcore/txqueue-gc
...
Removing all old entries from transaction queue
2016-12-10 23:53:24 +01:00
Tomasz Drwięga
1e8638608c
fixing tests
2016-12-10 22:59:35 +01:00
Nicolas Gotchac
e5c73b29d8
'contract/write' to 'contract/develop'
2016-12-10 22:42:49 +01:00
GitLab Build Bot
5ec1ff43ea
[ci skip] js-precompiled 20161210-212741
2016-12-10 21:29:53 +00:00
Nicolas Gotchac
9dbccfda2f
Fix padding bottom // Status bar fixed
2016-12-10 22:22:14 +01:00
Jaco Greeff
173a88804a
Status page updates ( #3774 )
...
* Allow Page to create optional Actionbar
* Typo
* Display last block.timestamp
* Remove unnneeded console.log
* Re-do git mv
* git mv
* Force build changes
* Resolving case sensitivity issues
* Swapped to margin at bottom
2016-12-10 22:21:32 +01:00
Nicolas Gotchac
7401358543
PR grumbles
2016-12-10 22:15:56 +01:00
Tomasz Drwięga
b5020d3c8d
Fixing Light context API
2016-12-10 21:25:28 +01:00
Tomasz Drwięga
19ca9ad460
Prevent broadcasting transactions to peer that send them.
2016-12-10 21:22:19 +01:00
Nicolas Gotchac
70eab0da03
PR grumbles
2016-12-10 20:29:22 +01:00
Nicolas Gotchac
89ed76497e
Merge branch 'master' into ng-ui-fixes
2016-12-10 20:23:09 +01:00
Tomasz Drwięga
08a47ea2d4
Allow modifications of gas when confirming in signer ( #3798 )
2016-12-10 20:18:42 +01:00
Tomasz Drwięga
9b5fd93290
removing println [ci:skip]
2016-12-10 20:07:12 +01:00
Tomasz Drwięga
76a93d4eff
eth_sign RPC now hashes given data
2016-12-10 20:01:04 +01:00
Nicolas Gotchac
0f6681d3e8
Linting issue
2016-12-10 19:15:45 +01:00
Nicolas Gotchac
69c0086ada
Better Autocomplete Divider
2016-12-10 19:14:29 +01:00
Nicolas Gotchac
2346f29731
Add dividers to AutoComplete
2016-12-10 18:35:54 +01:00
keorn
b6c7ed24b7
Client trait reorg
2016-12-10 18:35:29 +01:00
keorn
f3af0f46be
Merge branch 'master' into auth-bft
2016-12-10 18:14:35 +01:00
keorn
1611d190ba
initial tendetmint consensus test
2016-12-10 17:40:53 +01:00
keorn
b9909da8b1
move Sealing methods to MiningBlockChainClient
2016-12-10 17:40:20 +01:00
Tomasz Drwięga
c408861c29
Updating submodules
2016-12-10 17:36:29 +01:00
Nicolas Gotchac
cd6ab07217
Use the new onClose autocomplete prop
2016-12-10 17:06:44 +01:00
Tomasz Drwięga
42c2d2291a
Merge branch 'master' into rotating-key
2016-12-10 17:00:59 +01:00
Tomasz Drwięga
1f9adc8622
Merge branch 'master' into txqueue-gc
...
Conflicts:
ethcore/src/miner/miner.rs
2016-12-10 17:00:29 +01:00
Nicolas Gotchac
84116130f6
Add sender balances to contract (exec/deploy)
2016-12-10 16:58:03 +01:00
Tomasz Drwięga
aaf6da4c00
Returning persistent node id
2016-12-10 16:55:29 +01:00
Robert Habermeier
a6fcd8a0d9
Merge pull request #3794 from ethcore/net-fix
...
Network connectivity fixes
2016-12-10 16:55:17 +01:00
keorn
239ba61a99
move transition message to to_step
2016-12-10 16:50:23 +01:00
Nicolas Gotchac
d9da8a48ff
Add sender balance in transfer modal
2016-12-10 16:46:00 +01:00
Tomasz Drwięga
e66157f922
fixing test
2016-12-10 16:40:32 +01:00
Nicolas Gotchac
054b4810d5
Fix wallet data's prop types
2016-12-10 15:30:39 +01:00
Tomasz Drwięga
704054ef40
Merge branch 'master' into tx-broadcast
...
Conflicts:
ethcore/src/client/traits.rs
2016-12-10 15:23:53 +01:00
Nicolas Gotchac
ef93262311
See addresses outside address book + Save them
2016-12-10 15:19:05 +01:00
Tomasz Drwięga
e1ade5b375
Maintaining a list of transactions propagated from other peers
2016-12-10 15:18:44 +01:00
Tomasz Drwięga
27503e8e8c
Merge branch 'master' into rotating-key
...
Conflicts:
ethstore/src/ethstore.rs
ethstore/src/secret_store.rs
2016-12-10 15:13:58 +01:00
Nicolas Gotchac
65f586ed14
Fix tab bar active style
2016-12-10 14:32:54 +01:00
Nicolas Gotchac
81c5085b35
Don't create new Contracts instance if already exists
2016-12-10 14:31:20 +01:00
Nicolas Gotchac
13607d48be
Better use of Tab Bar
2016-12-10 14:26:35 +01:00
arkpar
02c788a403
Network connectivity fixes
2016-12-10 14:20:34 +01:00
Nicolas Gotchac
591d086f42
Better use of React-Router (maintaining old routes)
2016-12-10 14:19:15 +01:00
Gav Wood
316c25d9f8
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-10 14:08:41 +01:00
Gav Wood
60ea787bd1
Merge pull request #3781 from ethcore/consistent-id
...
Make *ID names consistent with std Rust (Id)
2016-12-10 14:04:07 +01:00
Gav Wood
0977b82eeb
More fixes.
2016-12-10 13:54:17 +01:00
Gav Wood
7eb30b1249
Fix build.
2016-12-10 13:52:43 +01:00
Gav Wood
82efa2675e
Merge remote-tracking branch 'origin/master' into consistent-id
2016-12-10 13:36:30 +01:00
Nicolas Gotchac
51b9034a5e
Don't show addresses while loading balances (fix flash of unsorted)
2016-12-10 12:44:48 +01:00
Tomasz Drwięga
4696d7f606
Additional RPCs for dapps accounts management
2016-12-10 12:36:04 +01:00
keorn
e5f8044cad
Merge branch 'master' into auth-bft
2016-12-10 11:01:23 +01:00
Jaco Greeff
6eb63a7316
Update CI builds ( #3780 )
...
* Only run languages tests in appropriate areas
* Drop echo
2016-12-10 10:49:39 +01:00
keorn
5f09eb9d04
update tests to new spec ( #3790 )
2016-12-10 10:38:10 +01:00
Nicolas Gotchac
0d9b1882a3
Treat tabs as real link (enable Ctrl+Click for new Tab)
2016-12-10 01:56:38 +01:00
Nicolas Gotchac
f6564dcc2f
Fix dapps separation
2016-12-10 01:32:39 +01:00
Nicolas Gotchac
b9c04fcd00
Fixes to the Wallet UI ( #3787 )
...
* Correct number of transactions for contracts
* Remove daily limit info if set to 0
* Hide tx count for contracts
2016-12-10 01:26:47 +01:00
Nicolas Gotchac
6655e7e3c0
Add support for wallets without getOwner() interface ( #3779 )
...
* Make Wallet Mist compatible #3282
* Owners icons on load
* Fix oversized logo on load
* Don't fetch registry twice (even when pending)
* Better logging...
* Better contract view : show if no events // show loading events
* Better decimal typed input
* PR grumble
2016-12-10 01:26:28 +01:00
Nicolas Gotchac
923f85d90d
Update Material-UI ( #3785 )
...
* Update MUI => Fixes wrong error styled inputs
* Update postcss import
2016-12-10 01:26:03 +01:00
Nicolas Gotchac
5c555aa18f
Fixes error in Transfer modal (mix between props and own property) ( #3788 )
2016-12-10 01:25:23 +01:00
Robert Habermeier
4d25445af5
Merge pull request #3755 from ethcore/lightserv
...
LES Part 3: Event handlers and handling responses
2016-12-10 00:40:46 +01:00
Gav Wood
341777dbb6
Merge pull request #3743 from ethcore/jg-test-ui
...
Basic UI rendering tests
2016-12-09 23:16:11 +01:00
Gav Wood
edd5e76050
Merge branch 'consistent-id' into check-updates
2016-12-09 23:12:36 +01:00
Gav Wood
5f1fcf95e0
Make *ID names consistent with std Rust (Id)
2016-12-09 23:01:43 +01:00
Robert Habermeier
d427d60156
Merge pull request #3776 from ethcore/p2p-event-ordering
...
network: process packets only after connection handler finishes
2016-12-09 23:00:59 +01:00
Kristoffer Ström
0e516162c3
Rebased on master
2016-12-09 22:27:32 +01:00
Kristoffer Ström
6552319074
Style rewrite
2016-12-09 22:26:08 +01:00
Kristoffer Ström
1d0ccb1c30
Move format_ether into transaction_request.rs
2016-12-09 22:26:08 +01:00
Kristoffer Ström
a7e10cebbd
Remove forgotten test debug
2016-12-09 22:26:08 +01:00
Kristoffer Ström
e202b9c79a
Fix Cargo.toml formating
2016-12-09 22:26:08 +01:00
Kristoffer Ström
68df68ca1d
Use Signer mock from the signer crate
2016-12-09 22:26:08 +01:00
Kristoffer Ström
b2b00e9dbe
Use Mutex from util
2016-12-09 22:26:08 +01:00
Kristoffer Ström
f700aa39fe
Switch to jsonrpc request/response types
2016-12-09 22:26:07 +01:00
Kristoffer Ström
91b7780eb5
comment formating
2016-12-09 22:26:07 +01:00
Kristoffer Ström
7a176094d5
* Use try!/map_err instead of match
...
* Use jsonrpc_core for serializing/deserializing rpc messages
* Factor out unwraps
* Remove mem::replace
* Add nicer formating of ConfirmationRequests
2016-12-09 22:26:07 +01:00
Kristoffer Ström
273d7c00c3
Pass cli tests, remove compiler warnings
2016-12-09 22:26:07 +01:00
Kristoffer Ström
4e3f8bab10
Add Ws Json rpc client and command line utils
2016-12-09 22:26:05 +01:00
Robert Habermeier
503b126c93
Merge branch 'master' into lightserv
2016-12-09 21:37:55 +01:00
Robert Habermeier
b772901d77
network: process packets only after connection handler finishes
2016-12-09 21:17:05 +01:00
Gav Wood
2226324495
Merge pull request #3778 from ethcore/auth-round-test
...
AuthorityRound network simulation test
2016-12-09 20:58:05 +01:00
keorn
b15edd095e
Merge branch 'auth-bft' of https://github.com/ethcore/parity into auth-bft
2016-12-09 20:51:42 +01:00
Gav Wood
c82754874c
Fix typo.
2016-12-09 20:48:52 +01:00
keorn
08e7e79bfd
more test
2016-12-09 20:48:05 +01:00
Gav Wood
46af3d18da
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-09 20:45:15 +01:00
Gav Wood
e5e6b77984
Cleanups and avoid redownloading.
2016-12-09 20:40:24 +01:00
arkpar
97f358ced9
AuthorityRound network simulation test
2016-12-09 20:38:06 +01:00
Gav Wood
fe27b0f313
Merge pull request #3775 from ethcore/auth-bft-test
...
AuthorityRound network simulation test
2016-12-09 20:25:51 +01:00
Tomasz Drwięga
c91a614c3d
Fixing tests
2016-12-09 20:24:33 +01:00
Gav Wood
598fd42856
Merge pull request #3770 from ethcore/jg-execute-gas
...
GasPrice selection for contract execution
2016-12-09 20:24:10 +01:00
Gav Wood
0a4e63b462
Merge pull request #3762 from ethcore/tx-check
...
Reject existing transactions
2016-12-09 20:17:28 +01:00
Gav Wood
45ec84e627
Merge pull request #3752 from ethcore/jg-subscription-check
...
Allow autoRemove from api.subscribe based on callback return values
2016-12-09 20:16:34 +01:00
Gav Wood
2e1e167397
Merge pull request #3753 from ethcore/jg-fix-gitlab.yml
...
Replace misplaced & with && in gitlab-ci.yml
2016-12-09 20:16:10 +01:00
arkpar
ca7406773f
AuthorityRound network simulation test
2016-12-09 19:27:16 +01:00
GitLab Build Bot
647b62b4a2
[ci skip] js-precompiled 20161209-182130
2016-12-09 18:23:46 +00:00
Gav Wood
cf0b1bb9b2
use path prefix
2016-12-09 19:21:39 +01:00
Gav Wood
b99403740a
Merge pull request #3773 from ethcore/ng-enhanced-multisig
...
Lower gas usage for creating a Multisig Wallet
2016-12-09 19:15:46 +01:00
Arkadiy Paronyan
5758bb7cac
Rust files are all non-js files
2016-12-09 19:11:00 +01:00
Gav Wood
c2b6be95c8
Fetch and place in updates path.
2016-12-09 19:02:42 +01:00
Gav Wood
9bfceeea21
Merge pull request #3761 from ethcore/io-stop
...
Added IO service explicit stop
2016-12-09 19:00:46 +01:00
Gav Wood
d5d9d78bd9
It's not either-or.
2016-12-09 18:58:37 +01:00
Jaco Greeff
a73e0a987e
Merge branch 'master' into jg-test-ui
2016-12-09 18:34:58 +01:00
Jaco Greeff
290a4a40ff
Merge branch 'master' into jg-subscription-check
2016-12-09 18:17:36 +01:00
Jaco Greeff
0cbef30508
Unsubscribe on true
2016-12-09 18:17:31 +01:00
Jaco Greeff
99846e2ad2
Merge branch 'master' into jg-subscription-check
2016-12-09 18:14:09 +01:00
Jaco Greeff
1b0945940b
Test for boolean result before unsubscribe
2016-12-09 18:14:05 +01:00
GitLab Build Bot
fd23a2972c
[ci skip] js-precompiled 20161209-165845
2016-12-09 17:00:59 +00:00
Jaco Greeff
ffd8314a11
Be lenient around invalid owners map ( #3764 )
...
* Be lenient around invalid owners map
* Filter invalid owners before render
2016-12-09 17:52:25 +01:00
Nicolas Gotchac
ff11634e1d
PR Grumble
2016-12-09 16:55:43 +01:00
Jannis R
bc33231f7c
merge master into jr-use-badge-reg
2016-12-09 16:53:14 +01:00
Jannis R
eb1429237b
merge master into jr-email-verification
2016-12-09 16:52:44 +01:00
Jannis R
c249c51dd3
certification: use BadgeReg to load the contract
2016-12-09 16:40:45 +01:00
Nicolas Gotchac
bace05b154
Merge branch 'master' into ng-enhanced-multisig
2016-12-09 16:40:07 +01:00
Nicolas Gotchac
caf3a96c19
Add fallback Full Fleshed Wallet if no library
2016-12-09 16:29:57 +01:00
Nicolas Gotchac
efee55ae84
Updated Wallet Version ! Now only 500k gas for Wallet creation
2016-12-09 16:24:11 +01:00
Jannis R
452b8c9c74
split sms & email verification 3rdparty code
...
We might want to bundle the code in `3rdparty`.
React & presentational components don't belong in there. At the
same time, the terms of service are strictly related to the use
of these external services. We decided to not bundle them, but
still keep them in a file called `terms-of-service.js`.
The commit also moves the "how it works" section into the
presentational part in `modals/Verification`.
2016-12-09 16:23:13 +01:00
Jaco Greeff
d992c642ff
Adjust to final step on rejected/completed
2016-12-09 15:55:50 +01:00
Tomasz Drwięga
cee07fef74
Trigger remove_old on new block
2016-12-09 15:54:13 +01:00
Nicolas Gotchac
63137b1548
Add enhanced Wallet solidity code
2016-12-09 15:52:28 +01:00
Jaco Greeff
d2494d1425
GasPrice selection for contract execution
2016-12-09 15:43:24 +01:00
Robert Habermeier
415fccfffb
add ethcore-light cov target
2016-12-09 15:20:45 +01:00
Robert Habermeier
9a4dfbd211
Merge branch 'lightserv' of github.com:ethcore/parity into lightserv
2016-12-09 15:20:12 +01:00
Tomasz Drwięga
5d054f08c3
Clearing old transactions
2016-12-09 15:05:03 +01:00
Robert Habermeier
5f37c93659
les: use negotiated protocol version
2016-12-09 15:04:54 +01:00
keorn
56e9dab9de
add Engine stop method
2016-12-09 14:52:08 +01:00
arkpar
cc8c2ea58d
Reject existing tx
2016-12-09 14:37:11 +01:00
keorn
c7f1260775
Merge branch 'io-stop' of https://github.com/ethcore/parity into auth-bft
2016-12-09 14:27:39 +01:00
Jannis R
6d20592f76
remove certification on Revoke
2016-12-09 14:06:02 +01:00
GitLab Build Bot
1213ada59c
[ci skip] js-precompiled 20161209-125036
2016-12-09 12:52:50 +00:00
Jaco Greeff
2582514b58
GasEditor component ( #3750 )
...
* Initial split of component (WIP)
* GasPriceEditor externalised
* Fix lint
2016-12-09 13:44:35 +01:00
Jaco Greeff
befcc9cc1a
Cleanups ( #3742 )
...
* Remove unused file
* Combine tx checks into single file
* Move UI components into UI
* DRY links
* Unused rollup config
* Cleanup util paths
* Revert "Move UI components into UI"
This reverts commit 3379e61246cde635c296d31322b71e63395a5cd4.
* Re-apply ~/util/tx move
* Cleanup unused styles
2016-12-09 13:44:10 +01:00
Jaco Greeff
00c53a8d18
Merge branch 'master' into jg-test-ui
2016-12-09 13:36:50 +01:00
Jaco Greeff
bb209424ac
IdentityName flags testing
2016-12-09 13:36:46 +01:00
Jannis R
fd88421e88
store id with certifiers
2016-12-09 13:35:10 +01:00
arkpar
364dd9dda4
Make stop const
2016-12-09 13:25:02 +01:00
Jannis R
3dc943e854
merge master into jr-use-badge-reg
2016-12-09 13:14:35 +01:00
Jaco Greeff
1f4c84cbf1
Theme tests
2016-12-09 13:03:46 +01:00
keorn
475d4bcf3f
Merge branch 'io-stop' into auth-bft
2016-12-09 12:37:55 +01:00
Jannis R
a94bbea7a5
more user-friendly method selection
2016-12-09 12:37:36 +01:00
keorn
762e5f1e3e
proposed block sync tests
2016-12-09 12:05:56 +01:00
Tomasz Drwięga
3ccdb7c143
Fixing unused imports
2016-12-09 10:52:42 +00:00
Tomasz Drwięga
c76b7cf8f8
Fixing tests submodule
2016-12-09 10:48:46 +00:00
arkpar
22a63f6fd3
Added IO Service explicit stop
2016-12-09 11:45:16 +01:00
keorn
fb71caffbd
remove double registration
2016-12-09 11:05:44 +01:00
Jaco Greeff
296301e284
Extend tests for TxList
2016-12-09 10:55:46 +01:00
keorn
42c34b5c1b
ignore flaky test
2016-12-09 10:53:38 +01:00
Tomasz Drwięga
930183831b
Adding tests for ethstore
2016-12-09 09:45:34 +00:00
Jaco Greeff
a133e41e16
Merge branch 'master' into jg-test-ui
2016-12-09 09:53:55 +01:00
Tomasz Drwięga
8596134c0f
Clearer updates handling
2016-12-09 08:31:58 +00:00
Tomasz Drwięga
93230dd4c2
Merge branch 'master' into rotating-key
...
Conflicts:
ethcore/src/account_provider/mod.rs
rpc/src/v1/types/mod.rs.in
2016-12-09 07:37:34 +00:00
GitLab Build Bot
83f791fa5d
[ci skip] js-precompiled 20161209-044115
2016-12-09 04:43:19 +00:00
GitLab Build Bot
12592689dd
[ci skip] js-precompiled 20161209-014235
2016-12-09 01:44:45 +00:00
Jaco Greeff
7eeac232b4
Merge branch 'master' into lightserv
2016-12-09 02:36:55 +01:00
Jaco Greeff
8f9fdb350c
Merge branch 'master' into jg-subscription-check
2016-12-09 02:34:07 +01:00
Jaco Greeff
f9a24f3c8e
Update babel, fix CI build due to breaking changes ( #3754 )
...
* Update babel to latest version
* Re-add circular deps plugin
* Bump for build
* Fixes for babel build
2016-12-09 02:33:12 +01:00
Jaco Greeff
6b65a1f872
Merge branch 'master' into jg-subscription-check
2016-12-09 01:41:44 +01:00
GitLab Build Bot
e1ad347cdb
[ci skip] js-precompiled 20161209-003004
2016-12-09 00:32:45 +00:00
Robert Habermeier
eec1929658
Merge branch 'master' into lightserv
2016-12-09 01:29:46 +01:00
Nicolas Gotchac
09334ca3bd
Small fixes to contract ( #3751 )
...
* Fix contracts execution will fallback function
* Fix contract execute modal
* Working execute from Contract
* Don't dupliacet events
* Gas * 1.2 in wallet confirmations
2016-12-09 01:21:51 +01:00
Robert Habermeier
07d7a37319
les: make peer buffer flow params optional
2016-12-09 01:06:51 +01:00
Jaco Greeff
b76a717720
Fix & with &&
2016-12-09 00:58:53 +01:00
Jaco Greeff
13f962ae01
Attempt to fix ci webpack
2016-12-09 00:56:12 +01:00
Jaco Greeff
10c356de65
Simplify, consolidate uses between subscription managers
2016-12-09 00:52:21 +01:00
Jannis R
5418c56b01
remove Prepare step
...
The modal got really crowded and the preparation step had
only been shown for fractions of a second anyways. The
"loading" message is now part of the next step.
2016-12-09 00:39:16 +01:00
Jannis R
dfc445b6d6
fix bugs & linting issues
2016-12-09 00:39:16 +01:00
Jannis R
162420f4c2
send emailHash with request, update ABI
2016-12-09 00:39:16 +01:00
Jannis R
0e0f602d5e
pass fields to query into QueryCode
2016-12-09 00:39:16 +01:00
Jannis R
052f9258a5
pass fields to query into GatherData
2016-12-09 00:39:15 +01:00
Jannis R
d3fd71d953
add email-specific contract, helpers, store
2016-12-09 00:39:15 +01:00
Jannis R
1ac3421f33
step to select verification method
2016-12-09 00:39:15 +01:00
Jannis R
1672cbad7b
factor out SMS-specific logic
2016-12-09 00:39:15 +01:00
Jannis R
b5b529f8c2
modals/SMSVerification -> modals/Verification
2016-12-09 00:39:15 +01:00
Jannis R
600a7e5ccc
make SMS verification contract general purpose
2016-12-09 00:39:15 +01:00
Jannis R
e536290892
fix linting issues
2016-12-09 00:38:44 +01:00
Jannis R
a84cd9143f
show certifications in accounts list
2016-12-09 00:36:27 +01:00
Robert Habermeier
d53c47aa69
more tracing
2016-12-09 00:35:34 +01:00
Jannis R
5862f2a9eb
Certifications: read dappsUrl from state
2016-12-09 00:34:59 +01:00
Jannis R
e1c5796a5c
fetch certifications in account view
2016-12-09 00:34:59 +01:00
Jannis R
409c4adfbf
fetch certifiers from BadgeReg
2016-12-09 00:34:58 +01:00
Jannis R
b32b636697
fetch certifiers by id
2016-12-09 00:34:58 +01:00
Jannis R
2b34d76b8c
pull out fetchMeta
2016-12-09 00:34:58 +01:00
Jaco Greeff
3989e2642b
Typo
2016-12-09 00:25:50 +01:00
Jaco Greeff
1ecda93de9
Align api.subscribe with contract
2016-12-09 00:15:39 +01:00
Jaco Greeff
4ce3142c63
Add autoRemove functionality to api.contract.subscribe
2016-12-09 00:15:27 +01:00
Jaco Greeff
ad971a444c
Add autoRemove functionality for api.subscribe
2016-12-09 00:00:56 +01:00
Robert Habermeier
e7ce8c9558
light: broadcast status updates to peers
2016-12-08 23:57:09 +01:00
Robert Habermeier
6f5f1f5e26
light: integrate with sync + serve_light CLI
2016-12-08 23:21:47 +01:00
keorn
7c42241466
remove merge code
2016-12-08 22:00:26 +01:00
keorn
74770e4773
better docstrings
2016-12-08 21:49:55 +01:00
keorn
cc284dd86f
Merge branch 'master' into auth-bft
2016-12-08 21:35:08 +01:00
keorn
79ef64349c
remove assert
2016-12-08 21:27:49 +01:00
keorn
9ecb07434f
fix informant
2016-12-08 21:13:32 +01:00
Gav Wood
2d6656fc43
Merge pull request #3725 from ethcore/engine-password
...
Make engine hold AccountProvider
2016-12-08 20:52:12 +01:00
keorn
dca752e9bb
docs, tweaks
2016-12-08 20:09:30 +01:00
Robert Habermeier
efd66f566d
ethsync: optional ipc codegen
2016-12-08 19:52:48 +01:00
Jaco Greeff
9d5de519b6
Merge remote-tracking branch 'origin/jg-test-ui' into jg-test-ui
2016-12-08 17:33:15 +01:00
Jaco Greeff
0544e0e786
Merge branch 'jg-test-ui-2' into jg-test-ui
2016-12-08 17:33:02 +01:00
Jaco Greeff
96d4569cf3
Update test describe paths
2016-12-08 17:31:41 +01:00
Jaco Greeff
ae49251c81
Remove .only
2016-12-08 17:04:21 +01:00
Jaco Greeff
507b4b68a1
Merge branch 'master' into jg-test-ui
2016-12-08 16:50:23 +01:00
Jaco Greeff
9e8fb616d3
Add store tests, fix issue with pending sort to top
2016-12-08 16:50:19 +01:00
Robert Habermeier
2e87e31157
light: no default features
2016-12-08 16:46:58 +01:00
Robert Habermeier
64ebcd0f24
fix contract code response encoding; add test
2016-12-08 16:12:00 +01:00
GitLab Build Bot
4e1b72b45c
[ci skip] js-precompiled 20161208-150237
2016-12-08 15:04:38 +00:00
Jaco Greeff
a1fb1240a7
Properly delete addresses/contracts in addressbook ( #3739 )
...
* Remove previously market addresses at startup
* Remove meta.deleted checks
* Remove artifact from code move
2016-12-08 15:54:23 +01:00
Nicolas Gotchac
d38da1f3b4
Display Wallet Owners in Accounts list ( #3741 )
2016-12-08 15:53:46 +01:00
Nicolas Gotchac
715761a714
Edit Multisig Wallet settings ( #3740 )
...
* WIP Sending tokens in multi-sig wallet
* Working Token transfer for multi-sig wallet #3282
* Add operation hash to transfer modal
* Add existing wallet from address #3282
* Wallet delete redirect to Wallets/Accounts #3282
* Rightly check balance in Transfer // Get all accounts balances #3282
* Fix linting
* Better Header UI for Wallet
* Use the `~` webpack alias
* Use Webpack `~` alias
* Add `ETH` format to number typed input
* Fix wallet creation hint && eth input type
* Update dailylimit #3282
* Fix too long copied message
* WIP Wallet settings modification #3282
* WIP edit contract parameters #3282
* Edit Wallet parameters #3282
* Don't show wallets if none
* Fix Transfer for Wallet #3282
* Optimized version of contract code
* Fix wrong max in Wallet creation // Round gas in API
2016-12-08 15:53:29 +01:00
GitLab Build Bot
69e010bbf9
[ci skip] js-precompiled 20161208-144436
2016-12-08 14:46:49 +00:00
Jaco Greeff
328db0c124
Replace build directory completely ( #3748 )
2016-12-08 15:39:27 +01:00
Jaco Greeff
fb80cf6190
Add existing release files before merge ( #3747 )
2016-12-08 15:20:53 +01:00
Jaco Greeff
5d224df2d5
Release script back to using fetch/merge ( #3746 )
...
* Update with -X only for merge
* Release back to using fetch/merge
2016-12-08 15:02:45 +01:00
Jaco Greeff
1ab4ee3781
Update Button with correct proptypes
2016-12-08 14:53:57 +01:00
Jaco Greeff
cbd5fe7c07
Update with -X only for merge ( #3745 )
2016-12-08 14:48:09 +01:00
Robert Habermeier
3e8ee9d423
light IPC feature and mock state proofs
2016-12-08 13:44:17 +01:00
Jaco Greeff
a5b5277a88
Expanded basic tests for #2289
2016-12-08 13:00:29 +01:00
Jaco Greeff
543428fe5d
NODE_ENV=test for all tests
2016-12-08 12:59:59 +01:00
Jaco Greeff
699a821775
Merge branch 'master' into jg-test-ui
2016-12-08 12:45:40 +01:00
Robert Habermeier
de4715bc67
Merge pull request #3732 from ethcore/jg-duplicate-accounts
...
Give accounts precedence over address_book entries
2016-12-08 12:27:26 +01:00
Jaco Greeff
b3f7c00780
ui/Container tests as per #2289
2016-12-08 12:22:40 +01:00
Robert Habermeier
8d16f73795
first few LES tests, fix get_header logic bug
2016-12-08 12:20:18 +01:00
Jaco Greeff
ad8a191e95
Adjust specs to show location
2016-12-08 12:19:03 +01:00
Jaco Greeff
88e5ed9ea5
Allow mocha to use webpack aliasses via babel
2016-12-08 12:18:43 +01:00
keorn
3ebfa1481d
better proposal block handling
2016-12-08 12:03:34 +01:00
Arkadiy Paronyan
15ec63750e
Enable Panic=abort ( #3423 )
...
* Enable panic=abort
* Update remaining crate versions to 1.5
* Run tests in release mode
* Enable panic=abort for release profile only
* Added travis_wait
* Travis timeout set to 40
2016-12-08 11:31:57 +01:00
Jaco Greeff
5f1021822d
Cleanups on js-precompiled ( #3738 )
...
* Cleanups on js-precompiled
* Combined
* Adjust based on Pr comments
2016-12-07 21:38:28 +01:00
Gav Wood
8903384840
Merge branch 'master' into check-updates
2016-12-07 19:19:44 +01:00
GitLab Build Bot
9e8d90b5ba
[ci skip] js-precompiled 20161207-173717
2016-12-07 17:39:18 +00:00
Gav Wood
342357302b
Merge pull request #3735 from ethcore/jg-addressbook-delete
...
Add parity_removeAddress RPC
2016-12-07 18:31:22 +01:00
Jaco Greeff
dba8cf3a3b
Add test for RPC side
2016-12-07 17:58:22 +01:00
Robert Habermeier
2d1a3ff091
les: generalize network and event contexts with traits
2016-12-07 17:52:10 +01:00
Jaco Greeff
7c054d2da0
Remove unneeded block scope
2016-12-07 17:07:28 +01:00
Jaco Greeff
46840d36c9
Add parity_removeAddress RPC
2016-12-07 16:53:46 +01:00
keorn
347634ac6c
dont rebroadcast propose
2016-12-07 16:42:58 +01:00
keorn
aa9caac750
revert cli default
2016-12-07 15:36:20 +01:00
Robert Habermeier
10d75b6de0
light: implement all response handlers
2016-12-07 15:27:04 +01:00
keorn
b73689f041
Merge branch 'engine-password' into auth-bft
2016-12-07 15:17:49 +01:00
keorn
727ace0561
add test
2016-12-07 15:14:21 +01:00
keorn
e9743a3a75
Merge branch 'master' into auth-bft
2016-12-07 14:50:17 +01:00
keorn
4361cb53e7
Merge branch 'engine-password' into auth-bft
2016-12-07 14:49:42 +01:00
keorn
5faa4a85cb
remove dummy type
2016-12-07 14:49:07 +01:00
keorn
6440ca2f68
move stuff around
2016-12-07 14:39:37 +01:00
Gav Wood
1f0a02b638
Merge pull request #3633 from ethcore/fix-tx-rpc
...
Fix up the transaction JSON serialisation for RPC.
2016-12-07 14:34:51 +01:00
Robert Habermeier
cdc758368a
les: flesh out event handler
2016-12-07 13:52:45 +01:00
Robert Habermeier
89726356a3
Merge pull request #3709 from ethcore/opt-in-verifier-scaling
...
queue: CLI for auto-scaling and num verifiers
2016-12-07 13:40:42 +01:00
GitLab Build Bot
3388eab76a
[ci skip] js-precompiled 20161207-123833
2016-12-07 12:40:35 +00:00
GitLab Build Bot
2e40a00768
[ci skip] js-precompiled 20161207-122336
2016-12-07 12:26:14 +00:00
Nicolas Gotchac
8dbd56888d
Add functionalities to multi-sig wallet ( #3729 )
...
* WIP Sending tokens in multi-sig wallet
* Working Token transfer for multi-sig wallet #3282
* Add operation hash to transfer modal
* Add existing wallet from address #3282
* Wallet delete redirect to Wallets/Accounts #3282
* Rightly check balance in Transfer // Get all accounts balances #3282
* Fix linting
* Better Header UI for Wallet
* Use the `~` webpack alias
* Use Webpack `~` alias
2016-12-07 12:47:44 +01:00
Jaco Greeff
5bdb6e4f22
Ignore meta.deleted for account name display
2016-12-07 11:51:48 +01:00
Jaco Greeff
f7586109df
Ignore meta.deleted for accounts
2016-12-07 11:48:08 +01:00
Jaco Greeff
21a3cf7b65
Swap order of addressbook & acocunts merge
2016-12-07 11:44:45 +01:00
keorn
c582540746
Merge branch 'engine-password' into auth-bft
2016-12-07 11:41:38 +01:00
keorn
3ae09de019
restore is_new_best
2016-12-07 11:40:46 +01:00
keorn
a296c5e226
test client message handling
2016-12-07 11:38:09 +01:00
Robert Habermeier
b38d95328d
light: conditional compilation
2016-12-07 10:50:24 +01:00
Jaco Greeff
be90245ecb
PropTypes as function call ( #3731 )
2016-12-07 10:46:46 +01:00
keorn
da030fed51
Merge branch 'master' into auth-bft
2016-12-07 10:41:07 +01:00
keorn
5c333fce31
Merge branch 'engine-password' into auth-bft
2016-12-07 10:35:52 +01:00
keorn
71a96588b0
add the methods to engines
2016-12-07 10:34:06 +01:00
Jaco Greeff
e2bb8ef6d1
Unify proptypes in util/proptypes.js ( #3728 )
...
* Unify proptypes in util/proptypes.js
* Add missing use of nodeOrStringProptype
2016-12-07 10:25:57 +01:00
keorn
d9eb5e7f1d
remove uncles
2016-12-07 09:32:36 +01:00
Robert Habermeier
60680e1913
Merge pull request #3730 from ethcore/jsonrpc-ipc-bump
...
bump jsonrpc-ipc-server to fix windows build
2016-12-07 09:32:10 +01:00
Robert Habermeier
085b8ad553
Merge pull request #3527 from ethcore/client-provider
...
LES Part 2
2016-12-07 09:31:50 +01:00
GitLab Build Bot
97e60a6e9c
[ci skip] js-precompiled 20161207-042556
2016-12-07 04:28:25 +00:00
Robert Habermeier
d28f615482
bump jsonrpc-ipc-server to fix windows build
2016-12-06 19:32:19 +01:00
Robert Habermeier
398b94e6e2
Merge branch 'master' into opt-in-verifier-scaling
2016-12-06 15:37:10 +01:00
keorn
8f641e67f3
Merge branch 'engine-password' into auth-bft
2016-12-06 13:13:02 +00:00
GitLab Build Bot
0f76533713
[ci skip] js-precompiled 20161206-084538
2016-12-06 08:47:58 +00:00
keorn
b089aa7a6b
fix password loading
2016-12-06 08:38:41 +00:00
Nicolas Gotchac
bec3539651
First draft of the MultiSig Wallet ( #3700 )
...
* Wallet Creation Modal #3282
* Name and description to Wallet #3282
* Add Wallet to the Account Page and Wallet Page #3282
* Fix Linting
* Crete MobX store for Transfer modal
* WIP Wallet Redux Store
* Basic Details for Wallet #3282
* Fixing linting
* Refactoring Transfer store for Wallet
* Working wallet init transfer #3282
* Optional gas in MethodDecoding + better input
* Show confirmations for Wallet #3282
* Order confirmations
* Method Decoding selections
* MultiSig txs and confirm pending #3282
* MultiSig Wallet Revoke #3282
* Confirmations and Txs Update #3282
* Feedback for Confirmations #3282
* Merging master fixes...
* Remove unused CSS
2016-12-06 09:37:59 +01:00
keorn
0a2ec319ac
rename to engine_signer
2016-12-05 21:31:38 +00:00
keorn
92d566c900
Merge branch 'master' into engine-password
2016-12-05 19:30:08 +00:00
keorn
46dd2543e5
rename rpc to match cli
2016-12-05 19:27:24 +00:00
keorn
5e7c21ad4a
add a cli flag
2016-12-05 19:23:03 +00:00
Gav Wood
ff7b918d82
Fix build.
2016-12-05 10:55:53 -08:00
Gav Wood
5e1fdc4b11
Merge remote-tracking branch 'origin/master' into fix-tx-rpc
2016-12-05 10:44:19 -08:00
Gav Wood
ad36743122
Merge pull request #3719 from ethcore/engine-block-ordering
...
Engine block ordering
2016-12-05 10:37:36 -08:00
Gav Wood
d708922d29
Merge pull request #3716 from ethcore/fdlimit
...
Use fdlimit utility crate from crates.io
2016-12-05 10:36:42 -08:00
GitLab Build Bot
98bfbdc5cb
[ci skip] js-precompiled 20161205-174841
2016-12-05 17:50:43 +00:00
Jaco Greeff
873f451df1
Move decoding for contract deployment logic earlier ( #3714 )
...
* Move decoding deployment logic earlier
* Removed rendunant isContract
2016-12-05 18:42:44 +01:00
keorn
01bf483b63
remove unnecessary impls
2016-12-05 17:29:47 +00:00
Robert Habermeier
1b6ebe1a6d
possible fix for queue drop deadlock ( #3702 )
...
* possible fix for #3686
* queue: simplify conclusion, don't block on joining
* queue: park verifiers with timeout to prevent race
* more robust verification loop
* queue: re-introduce wait for verifier joining
2016-12-05 18:18:56 +01:00
NikVolf
ebd4173d21
bump version
2016-12-05 20:15:05 +03:00
keorn
81a756394a
Merge branch 'master' into engine-password
2016-12-05 17:08:57 +00:00
keorn
529a7fc33c
add password and AccountProvider
2016-12-05 17:08:16 +00:00
keorn
6fc943ca6d
Merge branch 'master' into auth-bft
2016-12-05 16:37:35 +00:00
keorn
4f857642b5
rename set_sealer
2016-12-05 16:28:56 +00:00
Robert Habermeier
a726472023
Merge pull request #3713 from ethcore/fix-v-u64
...
Encode networkid as a u64.
2016-12-05 17:14:07 +01:00
Robert Habermeier
5db93cd433
light: fix compile errors
2016-12-05 17:09:05 +01:00
Robert Habermeier
a6c2408562
IPC codegen in ethcore-light; remove network dependency
2016-12-05 16:56:21 +01:00
Robert Habermeier
61c3358447
move light to its own crate again
2016-12-05 16:55:33 +01:00
keorn
53b479fb7a
pass engine to snapshot service
2016-12-05 15:43:46 +00:00
keorn
94302f3f61
throw out difficulty checks
2016-12-05 15:27:44 +00:00
keorn
c61a0e97b3
make engine determine block order
2016-12-05 15:20:32 +00:00
Gav Wood
afe4cc6a05
Merge remote-tracking branch 'origin/master' into check-updates
2016-12-05 07:09:42 -08:00
GitLab Build Bot
e6ed49b2c9
[ci skip] js-precompiled 20161205-150312
2016-12-05 15:05:10 +00:00
Gav Wood
84c923ff6d
Merge pull request #3717 from ethcore/spec-rlp-loading
...
Use valid RLP in generic genesis seal spec
2016-12-05 06:57:24 -08:00
Gav Wood
43ec3d8f79
network_id -> u64
2016-12-05 06:54:31 -08:00
Gav Wood
459babb1a8
Logging.
2016-12-05 06:39:56 -08:00
keorn
db59bd8731
update genesis seal
2016-12-05 14:28:50 +00:00
keorn
c39d504167
Merge branch 'spec-rlp-loading' into auth-bft
2016-12-05 14:11:06 +00:00
keorn
0860a3a767
ignore variable
2016-12-05 14:09:41 +00:00
keorn
22632e6324
make generic seal take valid rlp
2016-12-05 14:07:31 +00:00
NikVolf
42fc770d30
use crates.io crate
2016-12-05 16:25:03 +03:00
keorn
b30c1d5602
fix tests
2016-12-05 13:24:22 +00:00
Robert Habermeier
767d486014
fix config test
2016-12-05 14:12:40 +01:00
keorn
c946ffebf3
Merge branch 'master' into auth-bft
2016-12-05 11:30:11 +00:00
GitLab Build Bot
cf796d3ea4
[ci skip] js-precompiled 20161205-105433
2016-12-05 10:56:28 +00:00
Nicolas Gotchac
9a43e6d6c8
Update JS dependencies ( #3710 )
...
* Minor Versions NPM updates
* Remove unused packages
* No longer relevant JS test
* Update some major versions // Revert Rechartjs
* Update Redux/React-{Ace, RouterRedux}
* Updated React Tooltips
* Update mock-socket // Update tests to pass
* Updated React Router
* Removed `history` module that isn't necessary (instead of updating it)
* Updated redux-actions
* Removed commented hot store reload
2016-12-05 11:48:43 +01:00
Nicolas Gotchac
52b4ce0dd7
Use Webpack Aliases ( #3711 )
...
* Adds aliases to Webpack Build
* Use `ui` Webpack alias
* Use `views` alias
* Use `modals` aliase
* Use `providers` aliase
* Use `contracts` aliase
* Use '~' aliase
* from `ui` to from `~/ui`
* from to from
* from `modals` to from `~/modals`
* from `providers` to from `~/redux/providers`
* from `contracts` to from `~/contracts`
* Updated Webpack App config
2016-12-05 11:47:13 +01:00
Gav Wood
9d79cac36b
Cleanups.
2016-12-04 11:56:12 -08:00
keorn
f7a01b87b5
better gossip, better proposal collection
2016-12-04 19:43:24 +00:00
keorn
edef7a185f
remove tracing
2016-12-04 19:42:53 +00:00
Gav Wood
2911c549e3
Encode networkid as a u64.
2016-12-04 10:48:26 -08:00
Gav Wood
b8c492644b
Fix more build.
2016-12-04 10:47:05 -08:00
Gav Wood
356aca2db5
Fix build.
2016-12-04 09:13:23 -08:00
Gav Wood
90a20a217f
Merge branch 'master' into check-updates
2016-12-04 09:01:50 -08:00
Gav Wood
0c7b7fc8bc
Merge pull request #3627 from ethcore/rpc-middleware
...
Dapps-specific accounts
2016-12-04 08:46:05 -08:00
GitLab Build Bot
a9424bdf26
[ci skip] js-precompiled 20161204-042533
2016-12-04 04:27:27 +00:00
keorn
f1542b5612
better genesis seal rlp
2016-12-03 16:19:51 +00:00
GitLab Build Bot
ca4aa42615
[ci skip] js-precompiled 20161203-062111
2016-12-03 06:23:18 +00:00
Gav Wood
be7401c8bf
Merge pull request #3671 from ethcore/jg-signer-decoding
...
Signer method parameter decoding & destination info
2016-12-02 22:13:35 -08:00
GitLab Build Bot
f093b077a4
[ci skip] js-precompiled 20161203-043512
2016-12-03 04:37:04 +00:00
GitLab Build Bot
f15906fe8d
[ci skip] js-precompiled 20161202-201514
2016-12-02 20:18:10 +00:00
Jaco Greeff
b2a5d66c99
Fix slice test ( #3712 )
2016-12-02 21:10:22 +01:00
keorn
9084e6242d
lock ordering
2016-12-02 20:04:12 +00:00
keorn
ff6240eff3
insert block into queue when sealing
2016-12-02 20:03:15 +00:00
Robert Habermeier
80f98bc8b7
fix tests
2016-12-02 18:52:02 +01:00
Robert Habermeier
cd5b6fdf59
queue: CLI for auto-scaling and num verifiers
2016-12-02 18:21:54 +01:00
GitLab Build Bot
4c32d3ced4
[ci skip] js-precompiled 20161202-142708
2016-12-02 14:29:56 +00:00
Jaco Greeff
fbd3738096
Merge branch 'master' into jg-signer-decoding
2016-12-02 15:27:56 +01:00
Jaco Greeff
b8b9086dae
React library update ( #3704 )
...
* Update React & MaterialUI
* Adjust TabBar layouts for new MUI
2016-12-02 15:21:25 +01:00
Nicolas Gotchac
456b50639c
Adds Loading Component ( #3707 )
2016-12-02 15:21:11 +01:00
Nicolas Gotchac
c892a4f7ae
Refactoring Transfer Modal ( #3705 )
...
* Better Token Select in Transfer > Details
* Better Autocomplete
* Crete MobX store for Transfer modal
* Remove unused var
* Update Webpack Conf
* Small changes...
* Optional gas in MethodDecoding + better input
* New Contract `getAll` method // TxList Row component
* Method Decoding selections
* Rename `getAll` to `getAllLogs`
2016-12-02 15:21:01 +01:00
Jaco Greeff
bd2e2b630c
Fix extra scrollbars in dapps ( #3706 )
...
* Fix extra scrollbars in dapps
* Dapps list padding
* spelling
* lint
* Height overflow fix
2016-12-02 15:10:38 +01:00
keorn
c8a3db4c52
new error proposal test
2016-12-02 13:59:54 +00:00
keorn
91099f62c9
add more gossip if step is stuck
2016-12-02 13:37:49 +00:00
keorn
e0f2fac441
new error type
2016-12-02 13:32:00 +00:00
keorn
0eb55cbd4d
update message test
2016-12-02 13:31:28 +00:00
keorn
2c8c090598
stricter size verification
2016-12-02 13:30:43 +00:00
Jaco Greeff
2dd2004ed5
Merge branch 'master' into jg-signer-decoding
...
# Conflicts:
# js/src/views/Signer/components/RequestFinished/requestFinished.js
2016-12-02 11:21:17 +01:00
Robert Habermeier
6e1a1f9dec
Merge branch 'master' into client-provider
2016-12-02 10:06:09 +01:00
Robert Habermeier
3837114eb2
Merge pull request #3431 from ethcore/state-tests-indentation
...
indent state tests
2016-12-02 09:09:35 +01:00
GitLab Build Bot
986e8ef9a2
[ci skip] js-precompiled 20161202-052414
2016-12-02 05:26:08 +00:00
GitLab Build Bot
f30a8f79f2
[ci skip] js-precompiled 20161202-034812
2016-12-02 03:50:41 +00:00
Gav Wood
1dd13372b6
Merge remote-tracking branch 'origin/master' into rpc-middleware
2016-12-01 19:43:31 -08:00
Gav Wood
21a76c22fc
Merge pull request #3698 from ethcore/jg-null-transaction
...
Filter null transactions for display (not available on node)
2016-12-01 19:40:16 -08:00
Gav Wood
5b829aece7
Merge pull request #3697 from ethcore/jr-move-recovery-print
...
move recovery phrase print button
2016-12-01 19:38:31 -08:00
keorn
f0e9eae244
remove difficulty check
2016-12-01 22:07:18 +00:00
keorn
df1cce8e7f
simplify seal verification
2016-12-01 21:56:38 +00:00
keorn
e76ead40d1
update tracing message
2016-12-01 21:55:43 +00:00
keorn
39ea703c69
vote on message generation
2016-12-01 20:50:24 +00:00
arkpar
f1ef4a4935
Import sealed block immedtiatelly
2016-12-01 19:11:36 +01:00
Jannis Redmann
d4ec9049f6
merge #3701 from ethcore/ng-status-fix
...
Fix padding bottom needed after fixed status
2016-12-01 19:09:13 +01:00
Jannis R
9512794c7f
prevent status bar overlapping
2016-12-01 19:08:19 +01:00
Nicolas Gotchac
d5c630c1d2
Fix padding bottom needed after fixed status
2016-12-01 18:45:59 +01:00
keorn
9290fdde85
fix tests
2016-12-01 17:21:51 +00:00
keorn
498b2fb0b1
show verification error
2016-12-01 17:20:16 +00:00
keorn
e40e398eaa
clean up some tracing
2016-12-01 17:19:40 +00:00
arkpar
4eca687bbb
Fixed network context
2016-12-01 15:49:26 +01:00
Jannis R
7049336800
show recovery print button on first run
2016-12-01 15:40:20 +01:00
Gav Wood
f77a9aa007
Merge remote-tracking branch 'origin/master' into fix-tx-rpc
2016-12-01 06:31:09 -08:00
Jannis R
a1c1746667
show recovery print button if recovered account
2016-12-01 15:19:42 +01:00
keorn
344999aaf7
return signing failure error
2016-12-01 14:10:42 +00:00
keorn
66b4f1ac47
remove unnecessary option
2016-12-01 14:10:22 +00:00
Jaco Greeff
9087560344
gumbles
2016-12-01 14:08:32 +01:00
Jaco Greeff
077f32dce6
Cater for completely empty lists
2016-12-01 13:39:38 +01:00
Jaco Greeff
d5373e26b8
Filter null transactions (not available on node)
2016-12-01 13:36:23 +01:00
Jannis R
6822433a83
recovery phrase: move print helpers
2016-12-01 12:19:12 +01:00
Jannis R
08a6be5d62
recovery phrase: move print button to modal actions
2016-12-01 12:19:09 +01:00
GitLab Build Bot
0f987a2206
[ci skip] js-precompiled 20161201-044643
2016-12-01 04:48:29 +00:00
GitLab Build Bot
3ef569329a
[ci skip] js-precompiled 20161201-011624
2016-12-01 01:21:59 +00:00
Gav Wood
d3e684698a
Merge remote-tracking branch 'origin/master' into fix-tx-rpc
2016-11-30 17:15:05 -08:00
Gav Wood
ec38c68e30
Merge pull request #3695 from ethcore/snapshot-share
...
Don't share the snapshot while downloading old blocks
2016-12-01 01:11:22 +00:00
Gav Wood
6420ea4429
Merge pull request #3694 from ethcore/jr-print-recovery-phrase
...
button to print recovery phrase
2016-12-01 01:11:01 +00:00
Gav Wood
9053e2f27b
Merge pull request #3692 from ethcore/jr-fixed-status
...
fix status bar to bottom of the screen
2016-12-01 01:09:29 +00:00
Gav Wood
c630fc5c1c
Merge pull request #3642 from ethcore/confirmation
...
Splitting serialization of signTransaction and sendTransaction confirmation requests
2016-12-01 01:09:07 +00:00
Denis S. Soldatov aka General-Beck
61eb2a9104
Update test.sh
...
add -j 8 for test
2016-12-01 07:48:06 +07:00
Denis S. Soldatov aka General-Beck
70c6aebca5
Update gitlab-ci
...
-j $(nproc) in build
2016-12-01 07:15:35 +07:00
Denis S. Soldatov aka General-Beck
c4125a84b1
Update gitlab-ci
...
CARGOFLAGS -> -j $(nproc)
2016-12-01 07:07:52 +07:00
arkpar
b7dc60ace5
Don't share the snapshot while downloading old blocks
2016-11-30 23:33:17 +01:00
GitLab Build Bot
4f4bfb2239
[ci skip] js-precompiled 20161130-204501
2016-11-30 20:46:47 +00:00
Jannis Redmann
784dcaff7c
implement basic badges/certifications/flair ( #3665 )
...
* sms verification: Certifications component
* sms verification: actions & reducers for certifications
* sms verification: put Certifications component into place
* sms verification: show certification icons
* sms verification: show certification titles
* sms verification: default icon for certifications
* sms verificaiton: lint issue 👕 , fix testnet detection
The sms verification store got created when `isTestnet` (from the
Redux state) was still `undefined`.
* move certification helpers into middleware file
* connect Certifications to Redux
* don't pass certifications as prop
* move default certification icon into assets
* separate file for BadgeReg.sol
* don't pass certifications as prop
* Fix import name
* make BadgeReg a class
* make certifications middleware a class
* Certifications: pass in certifications of account
2016-11-30 21:39:06 +01:00
Jannis R
e43457a6ce
recovery page: add Parity logo
2016-11-30 20:42:55 +01:00
Jannis R
cf85d1978f
recovery page: add ItendityIcon
2016-11-30 20:10:29 +01:00
Jannis R
35fe4de622
add recovery page print button
2016-11-30 20:01:35 +01:00
Jannis R
eee03b542d
add account recovery phrase page
2016-11-30 19:51:03 +01:00
Jannis R
60a8aabe19
differentiate Snackbar from background
2016-11-30 17:58:18 +01:00
Jannis R
890f880a89
status bar: beautify enode icon
2016-11-30 17:46:50 +01:00
Jannis R
f9f91837c2
rework status bar layout
...
- floats -> Flexbox
- align to content width
2016-11-30 17:46:48 +01:00
Jannis R
cce195a98b
fix status bar to bottom of the screen
2016-11-30 17:45:54 +01:00
keorn
dbf82c2e98
fix tests
2016-11-30 16:40:16 +00:00
Tomasz Drwięga
dcb7e1e638
Implementing RPC
2016-11-30 17:08:45 +01:00
keorn
d128c20dc2
remove proposer_nonce
2016-11-30 16:02:05 +00:00
keorn
bb8347477a
gossip when not enough votes
2016-11-30 16:01:20 +00:00
arkpar
84cf27c3ef
Advertise protocol version 2
2016-11-30 16:48:30 +01:00
Tomasz Drwięga
1d76bb7048
Fixing ethstore tests
2016-11-30 16:41:37 +01:00
Tomasz Drwięga
022ccb5bce
Fixing tests
2016-11-30 16:33:42 +01:00
Tomasz Drwięga
c028f106b1
RPC for confirming with token
2016-11-30 16:11:41 +01:00
keorn
ca87d2cde9
add set_sealer rpc test
2016-11-30 15:01:43 +00:00
keorn
73e7908325
test password registration
2016-11-30 14:30:21 +00:00
Tomasz Drwięga
6397556cbb
Sign with token support
2016-11-30 15:08:38 +01:00
keorn
61f1699c0e
fix merge
2016-11-30 13:39:28 +00:00
keorn
155da50fcd
Merge branch 'master' into auth-bft
2016-11-30 13:06:21 +00:00
keorn
34d5017950
hold password in engine, add rpc
2016-11-30 12:59:33 +00:00
keorn
4ef5badcea
fix parity tests merge
2016-11-30 12:58:45 +00:00
Tomasz Drwięga
ad440a12bd
EthMultiStore
2016-11-30 13:47:14 +01:00
GitLab Build Bot
837ff1bc7d
[ci skip] js-precompiled 20161130-104916
2016-11-30 10:54:38 +00:00
Jannis Redmann
f1b3463015
Merge #3680 from ethcore/jg-container-title
...
Simplify Container title rendering
2016-11-30 11:42:23 +01:00
Tomasz Drwięga
8e2aca719f
Shared hash-fetch
2016-11-30 10:16:18 +01:00
Denis S. Soldatov aka General-Beck
79e79473bf
Update gitlab-ci
...
armv6 only triggers
2016-11-30 16:15:45 +07:00
Denis S. Soldatov aka General-Beck
21ed95d0a1
Update gitlab-ci
2016-11-30 12:57:55 +07:00
Denis S. Soldatov aka General-Beck
7a446fae05
Update gitlab-ci
...
tst
2016-11-30 08:45:03 +07:00
Denis S. Soldatov aka General-Beck
74f5f67055
Update gitlab-ci
...
test
2016-11-30 08:29:34 +07:00
Denis S. Soldatov aka General-Beck
95c2a41264
Update gitlab-ci
2016-11-30 07:48:57 +07:00
Jaco Greeff
8fd8bdf0f5
Update loading splash to fit in with l&f ( #3685 )
2016-11-30 00:06:58 +01:00
Denis S. Soldatov aka General-Beck
7cfec1e1c8
Update gitlab-ci
...
remove NIGHTLY ENV
2016-11-30 06:02:52 +07:00
Jaco Greeff
7f1391c7a2
Safari UI fixes ( #3678 )
...
* Minimum content height for overlay
* Fix Safari TabBar clicks
* Fix extra vertical scrollbar on Chrome
* Swap to em heights
2016-11-30 00:01:42 +01:00
Jaco Greeff
1a53ab78e8
Remove strict mode (work-around for upgrade) ( #3681 )
2016-11-29 19:26:36 +01:00
Gav Wood
d525a6d7f0
Merge pull request #3654 from ethcore/clippy-bump
...
Bumping clippy
2016-11-29 18:00:13 +01:00
Gav Wood
d58905ae13
fix comment
2016-11-29 17:59:17 +01:00
Jaco Greeff
6f24010424
Merge branch 'master' into jg-container-title
2016-11-29 17:50:36 +01:00
Tomasz Drwięga
df3c07b0a9
adding proof to a panicker
2016-11-29 17:14:34 +01:00
Jaco Greeff
7e2a072a2b
Remove finished rendering completely
2016-11-29 16:59:44 +01:00
Jaco Greeff
0ddd33c643
Trim unused components
2016-11-29 16:55:59 +01:00
arkpar
95f81b2a2f
Moved consensus networking into Parity handler
2016-11-29 16:54:30 +01:00
Gav Wood
9115214cea
Merge pull request #3636 from ethcore/fatdb
...
Return of the Fat DB
2016-11-29 16:47:09 +01:00
Jaco Greeff
efd4e6f96a
Pass MethodDecoding as to/destination view
2016-11-29 16:37:25 +01:00
Jaco Greeff
6a69e22b28
Methods use either input or data elements
2016-11-29 16:36:54 +01:00
Gav Wood
33d3287ed3
Merge pull request #3652 from ethereumproject/splix/block-ts-validation
...
Invalidate blocks from future
2016-11-29 16:34:29 +01:00
keorn
7929a145e7
fix deadlock
2016-11-29 14:55:54 +00:00
Gav Wood
63c28253d8
Merge remote-tracking branch 'origin/master' into fix-tx-rpc
2016-11-29 15:37:49 +01:00
Tomasz Drwięga
762d8b89d6
Removing unused imports
2016-11-29 14:03:21 +01:00
Jaco Greeff
907606ab69
Merge branch 'master' into jg-container-title
2016-11-29 13:54:30 +01:00
keorn
294e89e5c0
use EngineError instead of BlockError
2016-11-29 12:51:27 +00:00
Jannis Redmann
e667d33778
make Modal always scrollable ( #3667 )
2016-11-29 13:50:22 +01:00
Jaco Greeff
5e8f6f271d
Display local/completed transactions ( #3630 )
...
* Initial fetch of local transactions
* Container allows for title specification
* Introduce TxList component
* Display local transactions in signer list
* Simplify
* Pass only hashes from calling components
* Simplify no pending display
* Render pending blocks at the top
* Get rid of time for 0 blocks
* Indeed sort Pending to the top
* Allow retrieval of pending transactions
* setTimeout with clearTimeout
2016-11-29 13:50:09 +01:00
Gav Wood
0e0bdc8ae9
Deduplicate code.
2016-11-29 13:48:28 +01:00
Gav Wood
436016ef02
Introduce to_hex() utility in bigint. Fix tests.
2016-11-29 13:46:06 +01:00
Konstantin
a578e10c49
added build-essential dep to dockerfiles ( #3666 )
2016-11-29 13:23:53 +01:00
Tomasz Drwięga
c97c59f62f
returning errors with extra fields in config file ( #3663 )
2016-11-29 13:23:28 +01:00
keorn
e784fa906e
warn on double vote
2016-11-29 12:20:38 +00:00
keorn
49b953a9f4
order invariant seal equality
2016-11-29 11:18:40 +00:00
Igor Artamonov
8ec8bcd626
fix after code review, rel [ 748260b]
2016-11-29 17:18:33 +06:00
Gav Wood
1166013c2b
Merge pull request #3662 from ethcore/strict-rpc
...
Strict deserialization
2016-11-29 12:10:31 +01:00
Gav Wood
7c2cccc60c
Merge pull request #3655 from ethcore/sync
...
Disable peer if no common block found
2016-11-29 12:10:19 +01:00
Jaco Greeff
b6efd6b1fd
DRY-er Container with title
2016-11-29 11:58:00 +01:00
Tomasz Drwięga
44314c5d02
Merge branch 'master' into clippy-bump
...
Conflicts:
rpc/src/v1/types/filter.rs
2016-11-29 11:56:55 +01:00
keorn
d0eab4a0d8
old message removal, avoid too many recoveries
2016-11-29 10:55:24 +00:00
Tomasz Drwięga
1a6ee533ed
Addressing tiny grumbles
2016-11-29 11:52:55 +01:00
GitLab Build Bot
cfc1dabd57
[ci skip] js-precompiled 20161129-050158
2016-11-29 05:07:32 +00:00
GitLab Build Bot
261aa29db3
[ci skip] js-precompiled 20161128-232953
2016-11-28 23:31:43 +00:00
Jannis Redmann
65f4ba8372
show snackbar on password change ( #3661 )
...
* show snackbar on password change
* Swap last two words
2016-11-29 00:21:54 +01:00
keorn
61cf8b8b7e
vote propose
2016-11-28 18:58:15 +00:00
keorn
0f1eefc00d
disallow None seal sigs
2016-11-28 18:37:00 +00:00
Gav Wood
54b656ba05
Merge pull request #3660 from ethcore/pv62-sync
...
Bring back PV62 support
2016-11-28 18:19:34 +01:00
Gav Wood
77ebbedbba
Merge pull request #3659 from ethcore/unlock-rpc
...
Unlock expecting quantity
2016-11-28 18:18:15 +01:00
Gav Wood
5cab951429
Merge pull request #3643 from ethcore/ng-webpack-update
...
Update Webpack => v2
2016-11-28 18:14:59 +01:00
Tomasz Drwięga
a418dcd8ea
Fix manifest deserialisation
2016-11-28 17:59:50 +01:00
Nicolas Gotchac
d78de18385
Merge branch 'master' into ng-webpack-update
2016-11-28 17:56:47 +01:00
Tomasz Drwięga
24f72716b9
Strict deserialization
2016-11-28 17:55:46 +01:00
GitLab Build Bot
3c9983cf25
[ci skip] js-precompiled 20161128-164710
2016-11-28 16:48:55 +00:00
Tomasz Drwięga
64b1b898f1
Fixing compilation on stable
2016-11-28 17:43:38 +01:00
Jannis Redmann
5f570edf3b
update SMS verification ( #3579 )
...
* add isTestnet helper
* sms verification: use different port on testnet
* subscribeToEvent helper
* sms verification: await Puzzled event
* sms verification: bugfixes 🐛 , move awaitPuzzle
* sms verification: check upfront if code is valid
* sms verification: more helpful phone input label
* isTestnet helper -> redux state
2016-11-28 17:39:55 +01:00
Jannis Redmann
2b178d8233
simplify tx confirmations display ( #3559 )
...
* Hash component
* DRY code by using Hash component
* TxHash component: show hash inline
* TxHash component: less verbose confirmations display
* TxHash component: rename ui/Hash to ui/ShortenedHash
* signer: center message in TransactionFinished
* style fixes
2016-11-28 17:39:32 +01:00
arkpar
bae8acee74
Allow pv62 peers
2016-11-28 17:24:02 +01:00
Tomasz Drwięga
f5a899606e
Merge branch 'master' into rpc-middleware
2016-11-28 17:20:02 +01:00
Nicolas Gotchac
eec99ebad8
Fixes overflow in Signer tx data #3138 ( #3657 )
2016-11-28 17:18:27 +01:00
Tomasz Drwięga
424638f89d
Unlock expecting quantity
2016-11-28 17:15:40 +01:00
Nicolas Gotchac
1d194f9ae8
Fix linting
2016-11-28 17:00:51 +01:00
Nicolas Gotchac
9248303416
Fix Circular Deps
2016-11-28 17:00:33 +01:00
keorn
e4ff614966
remove unused tracing
2016-11-28 15:50:55 +00:00
keorn
b454f7e307
use Io queue for messages
2016-11-28 15:42:36 +00:00
arkpar
cf5b409fed
Disaable peer if no common block found
2016-11-28 16:30:36 +01:00
keorn
1326c6cf5a
rebroadcast unseen messages
2016-11-28 15:24:22 +00:00
keorn
7d97ba5ee0
seal sigs test
2016-11-28 15:23:39 +00:00
GitLab Build Bot
ecf283e2fc
[ci skip] js-precompiled 20161128-151919
2016-11-28 15:21:01 +00:00
Nicolas Gotchac
6be08d8ce4
Fixed tab bar not updating #3631 ( #3653 )
2016-11-28 16:13:02 +01:00
Nicolas Gotchac
d41c60da54
Renaming webpack/config to webpack/app
2016-11-28 16:06:27 +01:00
Tomasz Drwięga
2b3d100de2
Fixing some clippy warnings
2016-11-28 15:54:22 +01:00
Igor Artamonov
748260bebe
invalidate blocks from future
2016-11-28 20:14:43 +06:00
keorn
ef4ecce7bf
nicer vote counting + test
2016-11-28 14:08:38 +00:00
Nicolas Gotchac
50530aec37
Default npm install to tilde #3520
2016-11-28 13:14:37 +01:00
Nicolas Gotchac
3675095201
Merge branch 'master' into ng-webpack-update
2016-11-28 13:02:03 +01:00
Nicolas Gotchac
3dd5f350f9
Webpack config update
2016-11-28 13:01:17 +01:00
keorn
09c28806d6
proper test IoHandler
2016-11-28 11:47:33 +00:00
Nicolas Gotchac
b823b675a4
Working HOT RELOAD !!
2016-11-28 12:37:13 +01:00
Tomasz Drwięga
e1e7886918
Bumping clippy
2016-11-28 12:23:06 +01:00
Tomasz Drwięga
8686339b0c
Fixing UI to support both send and signTransaction
2016-11-28 12:14:14 +01:00
arkpar
dfd17949ef
Added a test
2016-11-28 12:08:12 +01:00
Tomasz Drwięga
3e69ff0b88
Separating serialization of send and signTransaction
2016-11-28 11:41:46 +01:00
keorn
5c0e89ae9a
Merge branch 'master' into auth-bft
2016-11-28 09:50:22 +00:00
keorn
89f0bd714d
test whole transitioning
2016-11-28 09:42:50 +00:00
arkpar
fa45413a90
Extened API
2016-11-28 01:37:25 +01:00
arkpar
c7b359fcee
Style
2016-11-28 01:37:25 +01:00
arkpar
d0c80a6903
Updated tests
2016-11-28 01:37:25 +01:00
arkpar
3aceac60de
Use sha3 for fat key
2016-11-28 01:37:24 +01:00
arkpar
e91f7977fb
Storage export
2016-11-28 01:37:24 +01:00
arkpar
b0555fbe7c
State export
2016-11-28 01:37:24 +01:00
arkpar
8b3cdc513b
Seekable iterator
2016-11-28 01:37:24 +01:00
Gav Wood
ce3f4911a2
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-27 15:01:17 +01:00
Gav Wood
0cf8db58b8
Fix tests.
2016-11-27 14:49:30 +01:00
Gav Wood
3b6d886860
Fix up the transaction JSON serialisation for RPC.
2016-11-27 14:11:37 +01:00
Nicolas Gotchac
f9b3a98ff7
Fixing mocha tests
2016-11-26 17:27:44 +01:00
Nicolas Gotchac
44e099000d
Working webpack build // Without Hot Reload
2016-11-26 17:12:52 +01:00
Nicolas Gotchac
353b6c06db
Removed Circular Dependencies
2016-11-26 17:06:37 +01:00
Nicolas Gotchac
002c793f53
Added Webpack check circular deps
2016-11-26 16:53:24 +01:00
Denis S. Soldatov aka General-Beck
a7037f8e5b
Update gitlab-ci
...
js-release &->&&
2016-11-26 03:52:29 +07:00
Tomasz Drwięga
3b595a01ad
Merge branch 'master' into rpc-middleware
2016-11-25 21:46:35 +01:00
Tomasz Drwięga
a9028ca986
Merge branch 'master' into rpc-middleware
...
Conflicts:
Cargo.lock
rpc/src/v1/tests/mocked/parity_accounts.rs
2016-11-25 21:18:02 +01:00
Denis S. Soldatov aka General-Beck
8ca1781ab9
Update gitlab-ci
...
add js-test as diff
2016-11-26 01:57:58 +07:00
Nicolas Gotchac
f77afd072b
Updated ESLINT and fixing linting issues
2016-11-25 19:48:06 +01:00
Nicolas Gotchac
8392090861
WIP - Webpack 2 building
2016-11-25 19:32:58 +01:00
Gav Wood
de8dd47ff9
Fetch binaries.
2016-11-25 19:29:13 +01:00
Gav Wood
699f462d56
Merge pull request #3617 from ethcore/default-gas-price
...
Set default min tx price to $0.0025
2016-11-25 18:46:29 +01:00
Gav Wood
a51066bdca
Merge pull request #3618 from ethcore/jg-list-accounts
...
Use accountsInfo instead of eth_accounts for first check
2016-11-25 18:46:07 +01:00
Gav Wood
b274d082c3
Merge pull request #3619 from ethcore/ng-copy-clip-fix
...
Fix Copy to Clipboard Snackbar
2016-11-25 18:45:49 +01:00
Jaco Greeff
50585763aa
Manually add \r to Windows phrases pre 1.4.5 ( #3615 )
...
* Manually add \r to Windows phrases pre 1.4.4
* < 1.4.5
* Only support 1.4.x dictionary
2016-11-25 18:43:28 +01:00
keorn
a7afbf4d25
tracing and vote test
2016-11-25 16:45:32 +00:00
keorn
8f72017bcc
add transition tracing
2016-11-25 16:44:57 +00:00
keorn
f59746b2da
order messages by signature
2016-11-25 16:44:18 +00:00
keorn
d2099d9f13
derive Eq for tests
2016-11-25 16:43:26 +00:00
Nicolas Gotchac
a534949b2d
Updated packages version...
2016-11-25 17:33:18 +01:00
Jaco Greeff
e95ef0160f
Signer layouts to flexbox ( #3600 )
...
* Use variables for signer form widths
* Simplify signer layouts with flex
* Fix styling issues with Signer
2016-11-25 17:20:16 +01:00
Nicolas Gotchac
807790ce95
Merge branch 'master' into ng-webpack-update
2016-11-25 17:17:06 +01:00
Nicolas Gotchac
7610336596
Fixing tokens sent as Array ( #3621 )
2016-11-25 17:10:02 +01:00
Jaco Greeff
6d6e942d9d
Add dappreg link to apps list ( #3568 )
...
* Fix rendering when contract is empty
* Add registration dapp to app list
2016-11-25 16:46:57 +01:00
Nicolas Gotchac
08c507daaa
Smarter balance fetching ( #3605 )
...
* Smarter dApps Manifest fetching...
* Fetching only visible accounts (and don't delete other balances) #3590
* Moved balances action into BalancesActions #3590
* Fetch balances for accounts and contracts #3590
* Add balances to contract/address/account views #3590
* Fix transaction not fetching on first load
* Remove console.warn
* Fix pending tokens not showing #3154
* Fix tokens image update
* Remove unused name in Header
* Separate Tokens and ETH fetching #3590
* Remove unused isTest
* Fetch Tokens Balance via Filter #3590
* Fix linting
* Fix updating tokens image (#3590 )
* Fix contract balances
* Improved Status
* Fixing secureApi issues...
* Fetch all tokens every 2 minutes (for safety) #3590
* PR changes fix
* Fix Account error
2016-11-25 16:46:35 +01:00
Nicolas Gotchac
9fdab84305
Merge pull request #3597 from ethcore/jg-iframe-sandbox
...
Dapp iframe allow forms, allow target=_blank
2016-11-25 16:31:32 +01:00
Tomasz Drwięga
789d6608cf
Bumping jsonrpc
2016-11-25 16:16:24 +01:00
Nicolas Gotchac
9b21c96e3a
Fix Copy to Clipboard Snackbar
2016-11-25 15:52:23 +01:00
Gav Wood
8cddf9976a
Better information.
2016-11-25 15:43:49 +01:00
Tomasz Drwięga
f080f33c41
JSON-RPC bump / update hyper
...
Conflicts:
Cargo.lock
2016-11-25 15:21:18 +01:00
Jaco Greeff
2958546653
Use accountsInfo instead of eth_accounts for first check
2016-11-25 15:19:14 +01:00
arkpar
ffa123c949
Set default tx price to 0.0025 USD
2016-11-25 15:13:51 +01:00
Nicolas Gotchac
0d6c2dd51d
Merge pull request #3604 from ethcore/jr-input-copy-button
...
align copy button to input field
2016-11-25 15:12:53 +01:00
Nicolas Gotchac
24bdf1cb98
Use webpack hot/dev middlewares
2016-11-25 13:14:30 +01:00
Tomasz Drwięga
9b9bdaa1b1
Appending logs by default ( #3609 )
2016-11-25 13:04:02 +01:00
Gav Wood
d0312b89ad
Update test, fix number. ( #3612 )
2016-11-25 13:03:15 +01:00
Tomasz Drwięga
0e2cd1d080
Fixing phrases generated on windows ( #3614 )
2016-11-25 12:59:15 +01:00
GitLab Build Bot
686978fa97
[ci skip] js-precompiled 20161125-113155
2016-11-25 11:36:32 +00:00
keorn
a143da2cb8
fix complete build
2016-11-25 11:36:25 +00:00
Gav Wood
d0d01ca39b
Merge pull request #3602 from ethcore/jg-network-id-match
...
Check for network ID for live/test matching
2016-11-25 12:28:58 +01:00
Gav Wood
befb0bf2bd
Merge branch 'fix-number' into check-updates
2016-11-25 12:17:58 +01:00
keorn
1692c07ba6
Merge branch 'master' into auth-bft
2016-11-25 10:51:06 +00:00
Denis S. Soldatov aka General-Beck
86522c8f71
Update gitlab-ci
...
if fix
2016-11-25 07:02:54 +07:00
Denis S. Soldatov aka General-Beck
202739689d
Update gitlab-ci
...
small fix for test's and js-build
2016-11-25 06:27:07 +07:00
GitLab Build Bot
4d9492a01d
[ci skip] js-precompiled 20161124-231507
2016-11-24 23:16:52 +00:00
Denis S. Soldatov aka General-Beck
30c3b13518
Update gitlab-ci
...
https://github.com/ethcore/parity/issues/3185
2016-11-25 06:10:36 +07:00
Denis S. Soldatov aka General-Beck
2d79eee454
Update gitlab-ci
...
[ci skip]
add darwin installer in master
2016-11-25 04:10:37 +07:00
keorn
da499b0a4a
self contained test proposal
2016-11-24 19:59:08 +00:00
keorn
f867372dfe
increase default proposal time
2016-11-24 19:58:29 +00:00
keorn
04acdd6ca0
reuse rlp generation
2016-11-24 19:57:58 +00:00
Gav Wood
45017c599a
Update test, fix number.
2016-11-24 19:11:29 +01:00
GitLab Build Bot
815cdc6ba1
[ci skip] js-precompiled 20161124-164849
2016-11-24 16:50:27 +00:00
GitLab Build Bot
51afc3afbe
[ci skip] js-precompiled 20161124-163141
2016-11-24 16:40:11 +00:00
Gav Wood
735df6c30f
More work.
2016-11-24 17:19:48 +01:00
Jannis R
fa1343e8af
align copy button to input field
2016-11-24 17:17:14 +01:00
Gav Wood
e9197f5862
Merge pull request #3603 from ethcore/trace-fix
...
Always insert traces for genesis.
2016-11-24 17:16:37 +01:00
Gav Wood
46e5a84bc5
Merge pull request #3540 from ethcore/delete-accounts
...
Real deleting accounts
2016-11-24 17:16:26 +01:00
GitLab Build Bot
905d0c0b43
[ci skip] js-precompiled 20161124-154751
2016-11-24 15:50:50 +00:00
Nicolas Gotchac
d449b3c3f1
Merge pull request #3599 from ethcore/jg-phrase-whitespace
...
Trim whitespace from input recovery phrase
2016-11-24 16:22:56 +01:00
Jaco Greeff
6b9b31ad37
check for network ID for live/test matching
2016-11-24 15:46:25 +01:00
Tomasz Drwięga
aa52c72bda
Traces for genesis are always present.
2016-11-24 15:05:52 +01:00
keorn
8f37807d4b
seal checks
2016-11-24 13:57:54 +00:00
keorn
38f25fc195
message tests and fixes
2016-11-24 13:57:04 +00:00
Jaco Greeff
67771f39de
Trim whitespace from recovery phrase
2016-11-24 14:56:39 +01:00
keorn
a3730b3042
change proposer address
2016-11-24 13:56:27 +00:00
keorn
207364929c
improve error types
2016-11-24 13:55:16 +00:00
Denis S. Soldatov aka General-Beck
54ad70313c
Update gitlab-ci
...
close https://github.com/ethcore/parity/issues/3515
2016-11-24 18:36:02 +07:00
Jaco Greeff
30526da094
Allow forms, allow target=_blank
2016-11-24 11:46:27 +01:00
Denis S. Soldatov aka General-Beck
4dc24c9e87
Update gitlab-ci
...
[ci skip]
fix S3_BUCKET in Windows build
2016-11-24 17:37:42 +07:00
Denis S. Soldatov aka General-Beck
6d6a2a8f1b
Update gitlab-ci
...
[ci skip]
small fix in S# windows
2016-11-24 14:59:45 +07:00
Nicolas Gotchac
d188435fd8
Add Loading splashscreen
2016-11-24 03:40:22 +01:00
Nicolas Gotchac
e676f00dfa
Wepback dapps
2016-11-24 03:26:38 +01:00
Nicolas Gotchac
259b91da50
Webpack Reuse proxies
2016-11-24 03:20:12 +01:00
Nicolas Gotchac
0750d82115
Reuse Webpack Configs
2016-11-24 03:11:54 +01:00
Nicolas Gotchac
52bd9eabb6
Don't add commons chunk in prod
2016-11-24 02:36:08 +01:00
Nicolas Gotchac
1291130f9e
Simpler Webpack config : create HTML files for dapps
2016-11-24 02:28:33 +01:00
Denis S. Soldatov aka General-Beck
0bb9a4aba7
Update gitlab-ci
...
[ci skip]
small fix
2016-11-24 06:33:22 +07:00
Denis S. Soldatov aka General-Beck
4d1c3b2a3d
Update gitlab-ci
...
[ci skip]
small fix for S3 windows
temp off alpine
2016-11-24 06:24:17 +07:00
Denis S. Soldatov aka General-Beck
f3512967a7
Update gitlab-ci
...
[ci scip]
restore test & js-build
2016-11-24 06:05:07 +07:00
Denis S. Soldatov aka General-Beck
51e771428c
Update gitlab-ci
...
[ci skip]
small fix
2016-11-24 05:45:07 +07:00
Denis S. Soldatov aka General-Beck
f01cde89b6
Update gitlab-ci
...
fix windows s3 and alpine
2016-11-24 05:39:53 +07:00
Denis S. Soldatov aka General-Beck
d76081a269
Update gitlab-ci
...
initial support alpine linux
fix https://github.com/ethcore/parity/pull/3548
2016-11-24 05:23:26 +07:00
Jaco Greeff
97ec5053f0
PR grumbles, wording, isRequired, no close on error
2016-11-23 22:17:36 +01:00
GitLab Build Bot
8f9f5cd5a3
[ci skip] js-precompiled 20161123-205310
2016-11-23 20:55:02 +00:00
Nicolas Gotchac
d429f5526f
Fix local tx requests ( #3589 )
...
* [localtx] Poll every second, dettach on unmount
* Fixed webpack config for dapps
* Fixed webpack PROXY config
2016-11-23 21:35:10 +01:00
Denis S. Soldatov aka General-Beck
2996499a06
Update gitlab-ci
...
[ci skip]
2016-11-24 02:48:58 +07:00
Gav Wood
6c686023e0
Use tester.accounts
2016-11-23 20:37:35 +01:00
Gav Wood
03ef95ba50
Compiles.
2016-11-23 20:35:21 +01:00
Gav Wood
9f3a042f55
Update message
2016-11-23 20:16:33 +01:00
Gav Wood
90b5d1c62d
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-23 20:13:47 +01:00
Gav Wood
34ab265b68
Merge pull request #3592 from ethcore/mio-cpu-fix
...
Fix CPU usage when idle
2016-11-23 19:58:39 +01:00
Gav Wood
0501658d1b
Merge pull request #3591 from ethcore/ng-sync-ws
...
Don't fetch balances on every new block if syncing
2016-11-23 19:58:14 +01:00
GitLab Build Bot
273165e982
[ci skip] js-precompiled 20161123-185249
2016-11-23 18:54:40 +00:00
Gav Wood
7e800b7a63
Merge pull request #3587 from ethcore/ng-ws-improved
...
Work around WS in UI
2016-11-23 19:29:02 +01:00
Nicolas Gotchac
cd88f2ad1b
Don't fetch balances on every new block if syncing #3582
2016-11-23 19:12:32 +01:00
arkpar
4e9c690640
Use patched MIO
2016-11-23 19:08:40 +01:00
Nicolas Gotchac
0c3d87f0d3
Removed check node up from WS #3587
2016-11-23 18:20:18 +01:00
Gav Wood
5d62cfdf6f
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-23 18:15:21 +01:00
Nicolas Gotchac
bb6fe16478
Fixed ping and comment #3587
2016-11-23 18:08:53 +01:00
Nicolas Gotchac
ab212fcdb5
Localstorage SignerToken first #3587
2016-11-23 17:51:08 +01:00
Nicolas Gotchac
abcccbe7cc
Merge branch 'master' into ng-ws-improved
2016-11-23 17:48:06 +01:00
Nicolas Gotchac
f800dd1eee
WebSocket Improvments #3544
2016-11-23 17:37:04 +01:00
Gav Wood
9d3b2352cc
More work.
2016-11-23 16:29:15 +01:00
Tomasz Drwięga
cd6f565f69
RPC Middleware & Get/Set dapp-specific accounts
2016-11-23 16:27:05 +01:00
Gav Wood
820e291ac8
Merge pull request #3573 from ethcore/no-bg-download
...
CLI option to disable ancient block downloading
2016-11-23 16:06:45 +01:00
Gav Wood
7ed4a21a02
Merge pull request #3531 from ethcore/jg-signer-api-queries-2
...
Move Signer balance queries to store for component-wide re-use
2016-11-23 16:03:45 +01:00
Gav Wood
4c9bb5aa25
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-23 14:45:55 +01:00
GitLab Build Bot
e7dd222142
[ci skip] js-precompiled 20161123-131908
2016-11-23 13:20:46 +00:00
Nicolas Gotchac
93f8a1494e
Fix contract method name ( #3580 )
2016-11-23 13:59:21 +01:00
Nicolas Gotchac
a22469ade5
Fix contract method name
2016-11-23 13:56:48 +01:00
Jaco Greeff
e9eebb3088
Optimise multi-balance fetching (one set)
2016-11-23 12:32:50 +01:00
Jaco Greeff
dddb8752f2
Merge branch 'master' into jg-signer-api-queries-2
2016-11-23 12:32:21 +01:00
GitLab Build Bot
24ffb30bc2
[ci skip] js-precompiled 20161123-105837
2016-11-23 11:00:19 +00:00
GitLab Build Bot
5bd6d5e3ac
[ci skip] js-precompiled 20161123-102835
2016-11-23 10:32:27 +00:00
Jaco Greeff
78ffd10236
Typo in description
2016-11-23 10:33:04 +01:00
Nicolas Gotchac
33dd49160f
Smarter Tokens fetching ( #3546 )
...
* Don't auto-subscribe for contracts #3240
* Smarter Balance : don't re-instantiate contracts, fetch tokens #3240
* Smarter Balance Tokens fetching (update image when needed) #3240
* Attaching to TokenReg Events instead of fetching for each block #3240
* Unsubscribe from shapeshit... #3240
* Unsubscribe from EthFilter if used once (resolved) #3240
* Remove warning
* PR review fix
* Typo
* Better contract JS API : one subscribe for all #3546
* Fixed test
2016-11-23 10:30:47 +01:00
Arkadiy Paronyan
a969c008d1
Fix panic on importing own invalid transaction ( #3550 )
2016-11-23 08:46:55 +01:00
GitLab Build Bot
cbeb2dc3f9
[ci skip] js-precompiled 20161122-175502
2016-11-22 17:57:03 +00:00
arkpar
7da8f019d5
--no-ancient-blocks
2016-11-22 18:15:55 +01:00
keorn
d5b15d4560
change authorities for testing
2016-11-22 17:15:42 +00:00
keorn
8f6a464c51
new error types
2016-11-22 17:15:22 +00:00
Gav Wood
03d3e585af
Merge pull request #2445 from ethcore/adaptive_queue_threads
...
Use an adaptive number of threads in the verification queue
2016-11-22 17:39:11 +01:00
Jaco Greeff
59f4252011
Merge branch 'master' into jg-signer-api-queries-2
2016-11-22 17:31:27 +01:00
Jaco Greeff
d8cb32d49b
Typo
2016-11-22 17:31:25 +01:00
GitLab Build Bot
9f74c76f07
[ci skip] js-precompiled 20161122-162239
2016-11-22 16:25:02 +00:00
keorn
340d377930
Revert "dont keep account provider in miner"
...
This reverts commit 11ccacd6d0 .
2016-11-22 16:05:27 +00:00
Gav Wood
490b39cc85
Merge pull request #3555 from ethcore/ng-fast-ui
...
Faster UI - React Tweaks
2016-11-22 17:05:23 +01:00
Gav Wood
a722bac304
Merge pull request #3512 from ethcore/jg-transact-gas-warnings
...
Send value & contract execute gas limit warnings
2016-11-22 17:04:13 +01:00
Jaco Greeff
7f7ffd7284
Monitor killAccount for refresh
2016-11-22 16:46:40 +01:00
Jaco Greeff
609e8912d8
Merge branch 'master' into delete-accounts
2016-11-22 16:19:40 +01:00
Jaco Greeff
cce5b217ed
Delete account dialog
2016-11-22 16:19:36 +01:00
GitLab Build Bot
12ff42a513
[ci skip] js-precompiled 20161122-151225
2016-11-22 15:14:06 +00:00
Jaco Greeff
3db5e3e627
jsapi interface for parity_killAccount
2016-11-22 15:52:23 +01:00
Jaco Greeff
57ff0e5747
Add visibility specifier (not added between merges) ( #3566 )
2016-11-22 13:36:23 +01:00
Jaco Greeff
bd6f343cbe
DappRegistry ( #3405 )
...
* Initial version, just loading
* Warning dialog
* Retrive & show applications
* Display completed
* Edit/New mode start
* Display distry state, resolve hashes to urls
* Move buttons to top-level
* Rework display
* Update error handling & dirty checks
* Formatting
* Split sections into components
* Styling updates
* Slight styling adjustments
* Start delete modal
* Add modals for register & update
* Flesh-out register modal
* Register error handling
* Register registers
* List refresh on add & remove
* Update operational
* Simplify, remove bg image
* Really remove bg
* fix case
* Collapse text-only components
2016-11-22 11:54:20 +01:00
Gav Wood
bf9ed2d444
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-22 10:25:34 +01:00
Gav Wood
45dead9d49
Naming consistency and make Updater improvements.
...
- ID -> Id (consistency with rust libs)
2016-11-22 10:24:22 +01:00
Jaco Greeff
a475c2166c
Merge branch 'master' into jg-signer-api-queries-2
2016-11-22 09:49:17 +01:00
Jaco Greeff
4c08f7ebba
Merge branch 'master' into jg-signer-api-queries-2
2016-11-22 09:48:32 +01:00
GitLab Build Bot
b97763e13d
[ci skip] js-precompiled 20161121-233309
2016-11-21 23:35:10 +00:00
Gav Wood
4c83eff912
Merge pull request #3552 from ethcore/import-msg
...
Import account message
2016-11-22 00:03:36 +01:00
Gav Wood
7e5553a872
Merge pull request #3551 from ethcore/ropsten
...
--testnet set to ropsten
2016-11-22 00:03:11 +01:00
Gav Wood
818e54d44e
Merge pull request #3547 from ethcore/fix-flaky-auth
...
Fix flaky test
2016-11-22 00:01:51 +01:00
Jannis Redmann
f9ecea8f4d
sms verification code style ( #3564 )
...
* sms verification: fix code style
* sms verification: move server-related code to 3rdparty
* sms verification: adapt to ropsten
2016-11-21 20:45:47 +01:00
Nicolas Gotchac
5735d948f5
[Registry] Clear input and working buttons ( #3563 )
...
* onClick to onTouchTap #3556
* onClick to onTouchTap 2 #3556
* Registry dApp clear input + check Signer #3557
2016-11-21 20:44:37 +01:00
Nicolas Gotchac
8a1b585da2
Fix peers not displaying ( #3561 )
...
* Add peers count to status polling
* Array destruct for better readability
2016-11-21 20:44:07 +01:00
keorn
32bcd08b94
test utilities
2016-11-21 18:54:16 +00:00
keorn
66526af5a8
pass engine in tests
2016-11-21 18:53:53 +00:00
GitLab Build Bot
eb94eda30b
[ci skip] js-precompiled 20161121-181249
2016-11-21 18:16:10 +00:00
GitLab Build Bot
65785475f3
[ci skip] js-precompiled 20161121-173542
2016-11-21 17:37:37 +00:00
Gav Wood
10e64847a4
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-21 18:17:31 +01:00
Jaco Greeff
af0db9f80e
New registry contract address for ropsten ( #3549 )
...
* New registry for ropsten
* Registry address
* Registry with payable modifier
2016-11-21 18:14:23 +01:00
keorn
84fdaf966a
correct seal verification
2016-11-21 16:02:26 +00:00
keorn
841d0941e0
remove WithSome block hash
2016-11-21 16:01:52 +00:00
keorn
12dbdc1d6e
dont pass ap
2016-11-21 16:01:34 +00:00
Nicolas Gotchac
a6430c6086
Merge pull request #3554 from ethcore/jg-registry-fee
...
Use contract Registry fee, not a hard-coded value
2016-11-21 15:59:19 +01:00
Nicolas Gotchac
ba8460c65b
Fix summary update
2016-11-21 15:54:51 +01:00
Jaco Greeff
42964e9a8e
lint fixes
2016-11-21 15:48:46 +01:00
Jaco Greeff
e90743ecbf
Use actual registry fee
2016-11-21 15:47:36 +01:00
Nicolas Gotchac
35fdbf3352
Progressive Accounts List Rendering #3240
2016-11-21 15:45:58 +01:00
arkpar
efdf017c43
Import account message
2016-11-21 15:03:20 +01:00
Robert Habermeier
53afb8d22d
queue: park directly instead of through condvar
2016-11-21 14:48:25 +01:00
arkpar
8bb8ecac2d
--testnet set to ropset
2016-11-21 14:39:26 +01:00
Nicolas Gotchac
a317e4fdbf
Better TabBar #3240
2016-11-21 14:31:06 +01:00
Robert Habermeier
133796b7ff
queue: verifier scaling tests
2016-11-21 14:23:34 +01:00
Nicolas Gotchac
47f5a6d005
Merge pull request #3524 from ethcore/jg-signer-api-queries
...
Don't query chain in Signer, use Redux isTest
2016-11-21 14:16:33 +01:00
Nicolas Gotchac
ca5fd0b23d
React Perf in dev mode // Smarter background component #3240
2016-11-21 14:14:25 +01:00
keorn
42ef7767da
delete unused message type
2016-11-21 12:23:27 +00:00
keorn
6e0bd4072b
Merge branch 'master' into auth-bft
2016-11-21 12:17:00 +00:00
keorn
959ccc705a
fix indent
2016-11-21 12:07:43 +00:00
keorn
c6db157554
fix flaky test, clean up specs
2016-11-21 12:06:14 +00:00
Jaco Greeff
278b1e3bd5
ropsten updates as per comment
2016-11-21 13:04:32 +01:00
keorn
e69be670de
message serialization
2016-11-21 11:36:07 +00:00
Jaco Greeff
d48391d6be
ropsten
2016-11-21 12:26:38 +01:00
Robert Habermeier
06f5bf809f
Merge branch 'master' into client-provider
2016-11-21 12:19:11 +01:00
Gav Wood
601e0fb0fd
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-21 11:43:29 +01:00
Gav Wood
2d9369e5ba
Introduce test.
2016-11-21 11:03:18 +01:00
GitLab Build Bot
21b2b4ac27
[ci skip] js-precompiled 20161121-093611
2016-11-21 09:37:54 +00:00
Gav Wood
9c0b630d20
Merge pull request #3543 from ethcore/hash-fetch
...
Moving fetching of hash-addressed dapps/content to separate crate.
2016-11-21 10:16:40 +01:00
Tomasz Drwięga
94328e9784
Fixing main
2016-11-20 22:40:23 +01:00
Tomasz Drwięga
cc8a9d410b
Adding fetch API to the crate
2016-11-20 18:44:23 +01:00
Tomasz Drwięga
845bc52e36
Moving contract resolver to separate crate
2016-11-20 17:40:28 +01:00
GitLab Build Bot
92a34d9dd8
[ci skip] js-precompiled 20161120-160026
2016-11-20 16:06:52 +00:00
Arkadiy Paronyan
efd1d9bd0e
Ropsten network ( #3539 )
...
* Ropsten network
* Sorted premine
* Comas
* Removed trailing coma
2016-11-20 16:38:45 +01:00
Gav Wood
2b8bed434c
RPC for deleting accounts.
2016-11-20 16:17:57 +01:00
GitLab Build Bot
9832be395f
[ci skip] js-precompiled 20161120-133314
2016-11-20 13:35:00 +00:00
GitLab Build Bot
ab4941b5ee
[ci skip] js-precompiled 20161120-132620
2016-11-20 13:28:04 +00:00
Gav Wood
017aaa346c
Merge pull request #3534 from sandakersmann/patch-2
...
Add simple one-line installer to README.md
2016-11-20 14:11:07 +01:00
Gav Wood
efca40a733
Merge pull request #3491 from ethcore/transactions-propagate
...
Propagations & local transactions tracking
2016-11-20 14:10:27 +01:00
Gav Wood
0848a9ec3c
Merge branch 'master' into transactions-propagate
2016-11-20 13:24:08 +01:00
Gav Wood
27a8608624
More information in the updater.
2016-11-20 13:18:56 +01:00
sandakersmann
306ee068f5
Add simple one-line installer to README.md
...
Add simple one-line installer for Mac and Ubuntu to README.md
2016-11-19 19:22:26 +01:00
Gav Wood
44eda379ad
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-19 03:43:43 +01:00
Jaco Greeff
1c4779683f
Rename Request{Pending,Finished}Web3 -> Request{Pending,Finished}
2016-11-18 22:30:36 +01:00
Jaco Greeff
d1e6b9ec5e
Introduce mobx store for component balances
2016-11-18 22:26:52 +01:00
Jaco Greeff
4498fd54a4
Typo slipped through
2016-11-18 21:55:55 +01:00
GitLab Build Bot
60922b61c9
[ci skip] js-precompiled 20161118-192308
2016-11-18 19:27:32 +00:00
Gav Wood
c4f2b71f1b
Merge pull request #3503 from ethcore/signTransaction-format
...
Correct format of eth_signTransaction
2016-11-19 02:58:53 +08:00
Gav Wood
c9d1eb085c
Merge pull request #3518 from ethcore/ng-solc-combined-fix
...
ABI can be empty and auto-fill contract name
2016-11-19 02:50:23 +08:00
Gav Wood
be2aabc7a1
Merge pull request #3516 from ethcore/ng-fix-npm-versions
...
Fix versions for NPM
2016-11-19 02:50:09 +08:00
Gav Wood
a97e08fbc8
Merge pull request #3498 from ethcore/jg-ghh-info-display
...
Better GHH event display & tracking
2016-11-19 02:49:56 +08:00
Gav Wood
80288f8680
Merge pull request #3438 from ethcore/jg-external-dapps
...
Dapp section & visibility changes
2016-11-19 02:49:41 +08:00
Nicolas Gotchac
53fcfa658f
Fix parity.js badly built ( #3526 )
2016-11-18 19:49:30 +01:00
Konstantin
d870b71636
updated the european warp bootnode addresses ( #3528 )
2016-11-18 19:41:39 +01:00
Robert Habermeier
58ca93c123
document lock order
2016-11-18 19:27:32 +01:00
Robert Habermeier
48df2e12fa
exclusive access to each peer at a time
2016-11-18 19:26:05 +01:00
Arkadiy Paronyan
9c62dd3916
Limit sync reorg to 20 blocks ( #3519 )
...
* Limit sync reorg
* Fixed tests
2016-11-18 19:17:35 +01:00
Robert Habermeier
4fd9670b33
support request sending
2016-11-18 19:12:20 +01:00
Jaco Greeff
1686d23522
Don't query chain in Signer, use Redux isTest
2016-11-18 19:07:13 +01:00
Jaco Greeff
be1e5ae52f
Updated overlay size as per comments
2016-11-18 18:20:14 +01:00
Nicolas Gotchac
128cd2a8e4
Fixing JS tests
2016-11-18 18:14:34 +01:00
Jaco Greeff
1382c3bbf4
PR grumble
2016-11-18 18:12:38 +01:00
Nicolas Gotchac
8fc1506c57
ABI can be empty and auto-fill contract name #3511
2016-11-18 17:54:25 +01:00
Arkadiy Paronyan
51012d1fae
Revert "Limit sync reorganization to 20 blocks" ( #3517 )
2016-11-18 17:50:27 +01:00
Arkadiy Paronyan
4a3bdf13df
Check transaction signature when adding to the queue ( #3508 )
2016-11-18 17:45:19 +01:00
Arkadiy Paronyan
15702a875c
Limit sync reorg ( #3509 )
2016-11-18 17:45:00 +01:00
Nicolas Gotchac
ffc94343fe
Fix version for NPM
2016-11-18 17:44:40 +01:00
Jaco Greeff
f827ade616
debug log removal
2016-11-18 16:32:57 +01:00
keorn
9456c160c2
Merge branch 'master' into auth-bft
2016-11-18 15:22:20 +00:00
Robert Habermeier
f1c665081a
Merge branch 'master' into client-provider
2016-11-18 16:07:50 +01:00
Robert Habermeier
63aa54cfc7
trigger event handlers, update capabilities
2016-11-18 15:30:06 +01:00
Jaco Greeff
8d339ad379
Adjust styling
2016-11-18 15:13:37 +01:00
Jaco Greeff
b433e7e9a0
Updated, contract execution in-place
2016-11-18 15:05:02 +01:00
GitLab Build Bot
55a3da8f0a
[ci skip] js-precompiled 20161118-134410
2016-11-18 13:46:22 +00:00
keorn
49cbd6ef98
unused imports, proposer_nonce
2016-11-18 13:38:04 +00:00
keorn
2f3b801296
rename transition
2016-11-18 13:37:47 +00:00
Jaco Greeff
bf58aab6a3
Merge branch 'master' into jg-transact-gas-warnings
2016-11-18 14:24:04 +01:00
Nicolas Gotchac
aa43990456
Merge pull request #3506 from ethcore/jg-block-gasLimit
...
Keep track of block gasLimit
2016-11-18 14:21:13 +01:00
Jaco Greeff
e69b7f66a3
Gas calculation & limit errors
2016-11-18 14:18:50 +01:00
keorn
e90d814193
lock rounds
2016-11-18 12:27:00 +00:00
Gav Wood
4fd575b5ec
Add traces.
2016-11-18 19:52:11 +08:00
Robert Habermeier
3fabad5c0f
event struct types
2016-11-18 12:36:31 +01:00
Jaco Greeff
2de38c9238
Merge branch 'master' into jg-block-gasLimit
2016-11-18 12:25:04 +01:00
Jaco Greeff
5dcb3cbffb
Retrieve gasLimit on new blocks
2016-11-18 12:24:32 +01:00
Gav Wood
9f030db6fb
Merge remote-tracking branch 'origin/master' into check-updates
2016-11-18 19:23:22 +08:00
Gav Wood
cd770490ff
Remove unneeded file.
2016-11-18 19:22:47 +08:00
Gav Wood
3f2ba96e97
Merge pull request #3504 from ethcore/ng-faster-ui
...
Smarter Status Polling
2016-11-18 19:18:28 +08:00
Gav Wood
dd50c63912
Merge pull request #3496 from ethcore/ng-solc-output
...
Handle solc combined output
2016-11-18 19:17:49 +08:00
Gav Wood
b9add2fa6b
Merge pull request #3481 from ethcore/no-auto-uuid-name
...
Wallet names shouldn't use UUID
2016-11-18 19:17:42 +08:00
Gav Wood
d0cbbe2ec3
Merge pull request #3475 from ethcore/ng-fix-parity-jsapi
...
Make parity.js usable by Node and Browser
2016-11-18 19:17:33 +08:00
Gav Wood
401a4a37c1
Initial structure for auto-updater.
...
- Add auto-gen'ed Operations and Registry ABIs.
- Add Updater for managing updates.
- Add fields in Client to enable update checking and registry.
2016-11-18 19:14:52 +08:00
Tomasz Drwięga
5897e01dbd
Correct format of eth_signTransaction
2016-11-18 11:03:29 +01:00
Gav Wood
28aabcdb6c
Merge branch 'master' into check-updates
2016-11-18 11:45:04 +08:00
keorn
c62795d09b
ap registration
2016-11-17 23:36:24 +00:00
keorn
9d61071dd7
Merge branch 'miner-no-ap' into auth-bft
2016-11-17 22:04:07 +00:00
Nicolas Gotchac
1c3923c9e8
Smarter Polling #3240
...
Only refresh statuses when on Status Page for
some statuses (eg. hashrate)
2016-11-17 20:19:11 +01:00
keorn
9d8ac7a09b
extra line [ci skip]
2016-11-17 19:08:00 +00:00
keorn
a521fda24e
update rpc module test
2016-11-17 19:04:02 +00:00
keorn
11b6578bc3
update tests
2016-11-17 18:46:50 +00:00
Jaco Greeff
0c26eddd7f
Better GHH event display & tracking
2016-11-17 19:37:08 +01:00
keorn
11ccacd6d0
dont keep account provider in miner
2016-11-17 18:32:12 +00:00
Nicolas Gotchac
5fd66d2c97
Smarter pinging. Don't waster resources #3240
2016-11-17 19:20:58 +01:00
Nicolas Gotchac
868fdd68ab
Smarter Status Redux fixed
2016-11-17 18:45:23 +01:00
Nicolas Gotchac
50473a69f4
Smarter Status Redux dispatch #3240
2016-11-17 18:44:01 +01:00
keorn
3bac68419a
last_lock
2016-11-17 17:12:37 +00:00
Robert Habermeier
8c0e511ebe
rewrite scaling logic
2016-11-17 18:10:09 +01:00
Nicolas Gotchac
18e40f3ece
Merge branch 'master' into ng-solc-output
2016-11-17 17:51:32 +01:00
Nicolas Gotchac
3ec256cd7b
Merge branch 'master' into ng-fix-parity-jsapi
2016-11-17 17:51:05 +01:00
Nicolas Gotchac
a1cbe449fa
Use a single step and input for ABI/solc output #3196
2016-11-17 17:45:04 +01:00
GitLab Build Bot
b79d65c0f3
[ci skip] js-precompiled 20161117-160039
2016-11-17 16:02:23 +00:00
Nicolas Gotchac
4f50a63dbc
Remove node_modules dir after tests
2016-11-17 16:44:19 +01:00
Nicolas Gotchac
b633631f42
Npm install in npm test
2016-11-17 16:43:41 +01:00
Gav Wood
25a7ff1433
Merge pull request #3336 from ethcore/sms-verification-modal
...
sms verification modal
2016-11-17 23:42:12 +08:00
Gav Wood
e02d4d9205
Fix test.
2016-11-17 23:39:48 +08:00
Nicolas Gotchac
73b4b4d241
Added library test (node only) #3471
2016-11-17 16:39:36 +01:00
Robert Habermeier
546cd00659
allocate verifiers up front, hibernate when not needed
2016-11-17 16:00:23 +01:00
Nicolas Gotchac
6fd17540f3
Use the right webpack file // Export to window.Parity #3471
2016-11-17 15:54:13 +01:00
Nicolas Gotchac
830c762b75
Working desc and name fields #3196
2016-11-17 15:24:55 +01:00
GitLab Build Bot
7b866b4a1b
[ci skip] js-precompiled 20161117-141135
2016-11-17 14:13:10 +00:00
Gav Wood
5c4a9f71d7
Merge pull request #3488 from ethcore/mac-uninstall
...
sudo -c is not supported on Mac
2016-11-17 21:56:34 +08:00
Gav Wood
9c8b7b25c9
Merge pull request #3492 from ethcore/jg-trace-apis
...
Add trace_{call, rawTransaction, replayTransaction}
2016-11-17 21:56:19 +08:00
Gav Wood
8befeb29a0
Merge pull request #3490 from ethcore/scrypt-sweep-panics
...
Check for possible panics in scrypt key derivation
2016-11-17 21:54:35 +08:00
Gav Wood
2532b1527e
Merge pull request #3477 from ethcore/sync-opt
...
Sync traffic optimization
2016-11-17 21:53:05 +08:00
Tomasz Drwięga
3bfd6c5998
Merge branch 'master' into transactions-propagate
2016-11-17 14:37:29 +01:00
Jannis R
4ae58f7d33
move nullable PropType helper
2016-11-17 14:31:25 +01:00
Tomasz Drwięga
afef5b5316
Mocking API for tests
2016-11-17 14:30:53 +01:00
keorn
ce711e321a
remove unused vote accumulators
2016-11-17 13:28:29 +00:00
keorn
51ac38318a
save proposal hash
2016-11-17 13:26:57 +00:00
Jannis R
179078d31a
sms verification: loading step
2016-11-17 14:23:59 +01:00
Jannis R
fff8743ee6
sms verification: fetch contract address from Registry
2016-11-17 14:23:47 +01:00
Tomasz Drwięga
45c7a28585
Fixing JS tests
2016-11-17 14:13:59 +01:00
Nicolas Gotchac
52f3d3cccd
Add solc text helper #3196
2016-11-17 14:09:02 +01:00
Jaco Greeff
1b5f7f2241
Remove dangling only
2016-11-17 14:07:34 +01:00
Jaco Greeff
139e66932d
Add trace_{call, rawTransaction, replayTransaction}
2016-11-17 14:05:11 +01:00
Tomasz Drwięga
be6eb79296
Fixing JS lints
2016-11-17 14:00:53 +01:00
Nicolas Gotchac
d41efcc84e
Add input from Solc compiler #3196
2016-11-17 13:59:13 +01:00
Tomasz Drwięga
5c62e38a7c
Cleanup
2016-11-17 13:52:09 +01:00
Tomasz Drwięga
fc4b51fe68
Prioritizing local transactions regardless of nonce
2016-11-17 13:42:45 +01:00
Tomasz Drwięga
74bf2c75f0
Transaction queue improvements
2016-11-17 13:32:13 +01:00
NikVolf
9bbaa03932
check for sanity
2016-11-17 15:30:08 +03:00
keorn
6cb892f605
Merge remote-tracking branch 'parity/master' into bft
2016-11-17 12:19:30 +00:00
keorn
9563ccfbd2
message broadcasting methods
2016-11-17 12:18:20 +00:00
keorn
45027ea306
add new client messaging
2016-11-17 12:17:48 +00:00
Robert Habermeier
44dcd6bc3b
increase readjustment period
2016-11-17 13:10:33 +01:00
Jannis R
3f0053f884
sms verification: move helper functions
...
- checkIfTxFailed & waitForBlockConfirmations are both general-purpose
- checkIfVerified, checkIfRequested & postToServer are sms verification-specific
2016-11-17 13:07:36 +01:00
arkpar
d890dd6f42
Updated sync algo desription
2016-11-17 13:02:44 +01:00
Robert Habermeier
ada9d2b760
Merge branch 'master' into adaptive_queue_threads
2016-11-17 13:00:24 +01:00
Jannis R
a59526099d
merge master into sms-verification-modal
2016-11-17 12:40:22 +01:00
Jannis R
13448930e9
sms verification: fix styling ✨
2016-11-17 12:31:06 +01:00
Arkadiy Paronyan
2928da07e4
sudo -c Is not supported on Mac
2016-11-17 12:30:56 +01:00
Nicolas Gotchac
c8fadbec69
Add a new RadioButtons Component #3196
2016-11-17 12:06:35 +01:00
Gav Wood
64a4b60857
Merge pull request #3378 from ethcore/fix-wallet-naming
...
Wallet files shouldn't give away the address
2016-11-17 18:30:04 +08:00
GitLab Build Bot
76ac87af8b
[ci skip] js-precompiled 20161117-101458
2016-11-17 10:16:40 +00:00
Tomasz Drwięga
e45fa62ed5
Fixing tests, fixing refreshing precompiled ( #3483 )
...
* Fixing tests, fixing refreshing precompiled
* Commit only js and Cargo.lock
* Moving commands to the right place
* Adding js content as well
2016-11-17 10:58:07 +01:00
Tomasz Drwięga
ff27bbcb4f
Simple GUI for local transactions
2016-11-17 10:15:11 +01:00
Gav Wood
4c41195d5c
Merge pull request #3478 from ethcore/ng-errors-overlay
...
Better Errors Snackbar in UI
2016-11-17 08:34:49 +08:00
Gav Wood
a9f017648a
Merge pull request #3476 from ethcore/ng-signer-reject
...
Handle Signer Rejection
2016-11-17 08:33:26 +08:00
Gav Wood
4fa361c988
Wallet names shouldn't include uuid.
...
Fixes #3368
2016-11-17 08:29:28 +08:00
Nicolas Gotchac
05dc1ab05e
Better Erros Snackbar in UI #3473
2016-11-16 19:57:41 +01:00
arkpar
5bddcd8003
Sync bandwidth optimization
2016-11-16 19:34:58 +01:00
Nicolas Gotchac
3ad7e873e1
Better use of Webpack #3471
2016-11-16 19:16:55 +01:00
keorn
802d5c669d
transition rules
2016-11-16 18:01:09 +00:00
Nicolas Gotchac
6c60aaec08
Merge branch 'master' into ng-fix-parity-jsapi
2016-11-16 18:58:15 +01:00
Nicolas Gotchac
7144da5d7e
Handle Signer Rejection // Real Custom Errors #3153
2016-11-16 18:55:53 +01:00
Tomasz Drwięga
cd686b5d68
Merge branch 'master' into transactions-propagate
2016-11-16 18:07:44 +01:00
Nicolas Gotchac
18f570327e
Enhanced MethodDecoding in Transactions list ( #3454 )
...
* Better MethodDecoding UI // No empty params #3452
* Display input if ASCII in transactions #3434
* Fixes UI for #3454
* Better MethodDecoding contract detection #3454
2016-11-16 18:03:59 +01:00
Tomasz Drwięga
2cd2b10327
Local transactions RPC
2016-11-16 17:54:54 +01:00
GitLab Build Bot
a7574a1108
[ci skip] js-precompiled 20161116-161024
2016-11-16 16:12:55 +00:00
keorn
51bbad66d0
add a path to submit seal from engine
2016-11-16 15:56:16 +00:00
Nicolas Gotchac
6fa863f2cc
Make parity.js usable by Node and Browser #3471
2016-11-16 16:52:05 +01:00
Gav Wood
25950345db
Merge pull request #3379 from ethcore/new-token
...
Signer new-token generates a link and opens browser
2016-11-16 23:48:21 +08:00
Nicolas Gotchac
6f2c818f9f
Make tokenreg dapp fast again ( #3474 )
...
* Using proper TokenReg Instance in TokenReg dApp #3371
* remove unnecessary logs in tokereg dapp
* Improved Redux managment in TokeReg dApp #3371
* Fixfing linting
2016-11-16 16:43:21 +01:00
Tomasz Drwięga
66e327dfcb
Keep track of local transactions
2016-11-16 15:58:14 +01:00
keorn
3b0d5503b1
fix compilation
2016-11-16 13:13:21 +00:00
Tomasz Drwięga
78b5c743f6
Stats RPC
2016-11-16 13:54:58 +01:00
keorn
2fa34fd6a8
step transition messaging
2016-11-16 12:43:21 +00:00
Jannis R
ed2b8e14fc
merge master into sms-verification-modal
2016-11-16 13:29:46 +01:00
Jannis R
da8c70fbe7
sms verification: check if tx failed, minor UI fixes
...
- checks if the tx failed by the amount of gas used
- don't show the pending indicator if an error occured
2016-11-16 13:28:52 +01:00
Jaco Greeff
bbf6d1768d
Overal + acceptance in-place
2016-11-16 13:08:08 +01:00
Jaco Greeff
d14801f4ea
Merge branch 'master' into jg-external-dapps
2016-11-16 12:36:43 +01:00
Jaco Greeff
68efa70977
Update styling
2016-11-16 12:36:27 +01:00
Jaco Greeff
501c7369b0
External app overlay
2016-11-16 12:36:27 +01:00
keorn
8ac989cbeb
Merge remote-tracking branch 'parity/master' into bft
2016-11-16 10:29:54 +00:00
Tomasz Drwięga
4febd0eb93
Maintaining the statistics for propagation of pending transactions
2016-11-16 10:45:55 +01:00
Tomasz Drwięga
29271383dd
signer new-token doesn't open the browser
2016-11-16 09:38:09 +01:00
Arkadiy Paronyan
df1fbf50d8
Build fix ( #3470 )
2016-11-16 08:47:50 +01:00
Gav Wood
b7a76be23a
Merge pull request #3447 from ethcore/jg-basiccoin
...
Display deployed Basic token addresses
2016-11-16 11:46:20 +08:00
Gav Wood
9bd6378e42
Typo
2016-11-16 11:37:25 +08:00
Gav Wood
b9e9544841
Merge pull request #2866 from ethcore/ng-accounts-backup
...
Export accounts as JSON or CSV
2016-11-16 11:31:18 +08:00
Gav Wood
a5c6cc34cf
Merge pull request #3466 from ethcore/hf2-block-num
...
Set HF2 block number
2016-11-16 11:21:59 +08:00
Gav Wood
9c8a85fa4e
Merge pull request #3461 from ethcore/jr-better-wordlist
...
better word list for secret phrase generation
2016-11-16 11:21:17 +08:00
Gav Wood
8ad2526826
Merge pull request #3460 from ethcore/drop-spec
...
drop spec when no longer useful
2016-11-16 11:20:13 +08:00
Gav Wood
4d5ce8fde4
Merge pull request #3459 from ethcore/ng-abi-fallback
...
Add fallback check in ABI validation
2016-11-16 11:19:50 +08:00
Gav Wood
130fd3f9c1
Merge pull request #3457 from ethcore/ng-save-sorting
...
Save sort order in LocalStorage
2016-11-16 11:19:19 +08:00
Gav Wood
06112255ae
Merge pull request #3456 from ethcore/ng-paste-input-submit
...
Adds onPaste event to Inputs
2016-11-16 11:18:29 +08:00
Gav Wood
53cb033b17
Merge pull request #3450 from ethcore/jg-signer-overflow
...
Update signer to take care of text overflows
2016-11-16 11:18:20 +08:00
Gav Wood
1daba384cc
Merge pull request #3426 from ethcore/auth-round
...
Authority round consensus engine
2016-11-16 11:18:01 +08:00
GitLab Build Bot
a9596abf5c
[ci skip] js-precompiled 20161115-212437
2016-11-15 21:26:09 +00:00
arkpar
be4311540d
Set HF block number
2016-11-15 22:04:25 +01:00
Jaco Greeff
df901379b3
Fix transfer token decimal calculation ( #3445 )
...
* Fix decimal calculation
* Recalc when shorcutting estimate
2016-11-15 22:00:14 +01:00
GitLab Build Bot
3addae9313
[ci skip] js-precompiled 20161115-194902
2016-11-15 19:50:43 +00:00
Arkadiy Paronyan
4464231c3d
Merge pull request #3363 from ethcore/eip-170
...
Restrict max code size for EIP-150 and after.
2016-11-15 20:33:02 +01:00
Arkadiy Paronyan
4016c58ee9
Update test client with max code size
2016-11-15 19:48:15 +01:00
arkpar
e795f84664
fixed test
2016-11-15 19:46:25 +01:00
Jannis R
373441373d
better word list for secret phrase generation
2016-11-15 19:37:45 +01:00
Jannis R
8d4b1a332b
sms verification: bugfixes 🐛
...
- fixed imports
- renamed `uiSteps` to `phases` to make the distinction between
actual (tiny) steps and visible UI steps clear
- lookup `requestTx` if request has already been sent
- change code regex to match ethcore/sms-verification@59acb73
2016-11-15 19:22:44 +01:00
Jaco Greeff
6efdc08044
Queries display IdentityIcons ( #3453 )
2016-11-15 19:08:16 +01:00
Robert Habermeier
8c8bf30de5
drop spec when no longer useful
2016-11-15 19:07:23 +01:00
Nicolas Gotchac
3b8286f474
Add fallback check in ABI validation #3392
2016-11-15 18:53:53 +01:00
Nicolas Gotchac
22e47a68a3
Save sort order in LocalStorage #3402
2016-11-15 18:39:11 +01:00
Robert Habermeier
7bfb9e4003
handle all LES requests
2016-11-15 18:19:16 +01:00
Gav Wood
b5704f8056
Update max code size.
2016-11-15 17:58:29 +01:00
Gav Wood
062d55a046
Fix test.
2016-11-15 17:58:28 +01:00
Gav Wood
30ea921329
Introduce the actual max code size.
2016-11-15 17:58:28 +01:00
Gav Wood
528bf17af5
Restrict max code size to 23999 bytes for EIP-150 and after.
2016-11-15 17:58:28 +01:00
Nicolas Gotchac
aae7af6895
Adds onPaste event to Inputs #3127
2016-11-15 17:58:11 +01:00
Jannis R
7a83fb8595
merge master into sms-verification-modal
2016-11-15 17:04:36 +01:00
Jannis R
aa8fc554fe
sms verification: simplify code
...
- moved the steps into named exports
- moved the store creation into the Accounts component
- fix a linting issue
2016-11-15 17:04:34 +01:00
Nicolas Gotchac
039bd3c9f9
Use Babel in vendor when needed #3419 ( #3451 )
2016-11-15 16:46:48 +01:00
Jannis R
3e879aac35
sms verification: use Mobx store
2016-11-15 16:30:55 +01:00
keorn
1c958695c3
timeout loading
2016-11-15 15:25:30 +00:00
Jannis R
bfcc8d33d6
sms verification: make Done component dumb
2016-11-15 16:22:19 +01:00
Jannis R
90df237ca5
sms verification: make SendConfirmation component dumb
2016-11-15 16:22:19 +01:00
Jannis R
377c16cf78
sms verification: make QueryCode component dumb
2016-11-15 16:22:19 +01:00
Jannis R
f48a341c32
sms verification: make SendRequest component dumb
2016-11-15 16:22:18 +01:00
Jannis R
71986249e5
sms verification: make GatherData component dumb
2016-11-15 16:22:16 +01:00
Jannis R
8ef9fff8ba
sms verification: put process into MobX store
2016-11-15 16:05:00 +01:00
Nicolas Gotchac
20185e5aac
Use signature of functions instead of names ( #3448 )
...
* Use signature of functions instead of names #3411
* Fixes contract tests #3448
2016-11-15 15:58:33 +01:00
Robert Habermeier
cb54152c23
cut off headers after first missing
2016-11-15 15:47:08 +01:00
Jaco Greeff
37ebca6d34
Merge branch 'master' into jg-external-dapps
2016-11-15 15:27:27 +01:00
GitLab Build Bot
b5dedd8aeb
[ci skip] js-precompiled 20161115-135402
2016-11-15 13:55:35 +00:00
Robert Habermeier
abf39fde0a
implement provider for client
2016-11-15 14:53:30 +01:00
Jaco Greeff
28f11be200
Merge pull request #3430 from ethcore/ng-array-parameters
...
Handle contract constructor inputs
2016-11-15 14:35:10 +01:00
keorn
7d0eafd5cd
fix extra_info
2016-11-15 13:33:11 +00:00
Jaco Greeff
a1ec3146eb
Update signer to take care of text overflows
2016-11-15 14:32:29 +01:00
keorn
8efaf08da3
typos and warning
2016-11-15 13:02:46 +00:00
GitLab Build Bot
19b8b48579
[ci skip] js-precompiled 20161115-130035
2016-11-15 13:02:08 +00:00
Jaco Greeff
10c503b5c7
Merge pull request #3446 from ethcore/ng-tokenreg-correct-owner
...
Use Contract owner for unregistering Token
2016-11-15 13:45:57 +01:00
Nicolas Gotchac
125ac1a69a
Better close icons in Modals
2016-11-15 12:52:37 +01:00
Nicolas Gotchac
723005635a
Close and not Cancel on deploy contract #3393
2016-11-15 12:50:20 +01:00
GitLab Build Bot
771ce13ddc
[ci skip] js-precompiled 20161115-114313
2016-11-15 11:44:42 +00:00
Nicolas Gotchac
2b30d4b75f
Empty default Address Field #3395
2016-11-15 12:35:50 +01:00
Jaco Greeff
0181b8a245
Display token addresses
2016-11-15 12:35:43 +01:00
Nicolas Gotchac
3a01352744
Use Contract owner for unregistering Token #3440
2016-11-15 12:30:08 +01:00
Robert Habermeier
db518ecdd4
Merge pull request #3442 from ethcore/lenient-dirs
...
Create directories only if feature is enabled
2016-11-15 12:28:33 +01:00
keorn
06e5416537
header fns, extra_info
2016-11-15 11:27:09 +00:00
keorn
fde6ff2186
nicer extra info
2016-11-15 11:10:32 +00:00
keorn
d19e8c5505
Merge remote-tracking branch 'parity/master' into bft
2016-11-15 10:26:37 +00:00
keorn
ff2dc5dd57
vote counting
2016-11-15 10:21:49 +00:00
keorn
54e4956345
return errors from constructor
2016-11-15 10:21:18 +00:00
Tomasz Drwięga
8dc7fcbe07
Don't clear propagated transactions
2016-11-15 11:20:54 +01:00
keorn
dd8ed42270
update timeouts
2016-11-15 10:20:42 +00:00
keorn
55a5402bf5
simplify messages
2016-11-15 10:20:14 +00:00
Tomasz Drwięga
6ea4b25859
Create directories only if feature is enabled
2016-11-15 10:28:52 +01:00
GitLab Build Bot
9857f632d8
[ci skip] js-precompiled 20161115-085029
2016-11-15 08:52:53 +00:00
Jaco Greeff
601cef226b
Merge branch 'master' into jg-external-dapps
2016-11-15 09:25:42 +01:00
Jaco Greeff
604be3e463
Import AddresBook from exported JSON ( #3433 )
...
* Adds error handler in Importer // Import AddressBook #2885
* More robust import #2885
2016-11-15 09:24:59 +01:00
Jaco Greeff
1e155ae548
Render selection inside areas
2016-11-14 21:57:28 +01:00
GitLab Build Bot
c4885a1423
[ci skip] js-precompiled 20161114-201022
2016-11-14 20:11:54 +00:00
Denis S. Soldatov aka General-Beck
85fdcc7bf3
Update gitlab-ci
...
remove -Zorbit=off
switch to rust 1.13
2016-11-14 23:45:58 +04:00
Nicolas Gotchac
b9f3c4b266
Merge branch 'master' into ng-accounts-backup
2016-11-14 20:31:10 +01:00
Nicolas Gotchac
5322727617
Fixing linting issues #3430
2016-11-14 20:29:37 +01:00
Nicolas Gotchac
09ec0c1f2f
More robust import #2885
2016-11-14 20:26:21 +01:00
keorn
071e66c9a8
fix flaky test
2016-11-14 19:03:02 +00:00
keorn
9d46401626
revert to try!
2016-11-14 18:25:42 +00:00
keorn
ae5ae765a6
Merge branch 'master' into auth-round
2016-11-14 18:04:44 +00:00
GitLab Build Bot
3bfa56c72a
[ci skip] js-precompiled 20161114-174654
2016-11-14 17:48:20 +00:00
keorn
06ebd5fa1a
remove most panics
2016-11-14 17:42:56 +00:00
Nicolas Gotchac
134622ea3a
Adds error handler in Importer // Import AddressBook #2885
2016-11-14 18:34:05 +01:00
Gav Wood
cfbd5bd713
Merge pull request #3427 from ethcore/ng-address-input-improv
...
Scrollable accounts in autocomplete
2016-11-14 18:30:50 +01:00
Jannis R
b5560d27a0
sms verification: pull out postToVerificationServer
2016-11-14 18:03:07 +01:00
Robert Habermeier
25b0b8641e
indent state tests
2016-11-14 17:47:56 +01:00
Nicolas Gotchac
29442673f8
Clean-Up #3314
2016-11-14 17:39:45 +01:00
Nicolas Gotchac
97378daee5
Merge branch 'master' into ng-array-parameters
2016-11-14 17:06:02 +01:00
Jaco Greeff
5a6e2f89dd
Hide external apps by default
2016-11-14 17:02:45 +01:00
Nicolas Gotchac
9e2214c513
Working add/remove fields for var. length #3314
2016-11-14 17:00:36 +01:00
keorn
1e3ae9fff9
typos, header functions
2016-11-14 15:56:19 +00:00
GitLab Build Bot
5127b997eb
[ci skip] js-precompiled 20161114-155241
2016-11-14 15:54:09 +00:00
GitLab Build Bot
c061eae64b
[ci skip] js-precompiled 20161114-154454
2016-11-14 15:46:21 +00:00
Gav Wood
ef471af4ee
Merge pull request #3428 from ethcore/ws-rs
...
Bump ws-rs
2016-11-14 16:32:33 +01:00
Gav Wood
d98c6fb717
Merge pull request #3425 from ethcore/jg-tokenreg-decimals
...
Swap TokenReg dapp from base to decimals
2016-11-14 16:32:12 +01:00
Gav Wood
3eb019064b
Merge pull request #3421 from ethcore/travis-beta
...
Change beta builds to stable on Travis
2016-11-14 16:29:34 +01:00
Gav Wood
1418c3175a
Merge pull request #3420 from ethcore/refactor-copy-to-clipboard
...
refactor copy to clipboard functionality
2016-11-14 16:29:09 +01:00
Gav Wood
ae67bd5371
Merge pull request #3385 from ethcore/dev-chain
...
Dev chain
2016-11-14 16:28:58 +01:00
Gav Wood
2989ab9dfc
fetch known code from the database during restoration ( #3377 )
...
* fetch known code from the database during restoration
previously it kept all seen code in memory, leading to
high memory usage by the end of state restoration
* whitespace
[ci:skip]
* test previous code fetch
2016-11-14 16:28:15 +01:00
Nicolas Gotchac
89f83b8cd7
Fixes #3397 : fake blur handled
2016-11-14 16:11:00 +01:00
Tomasz Drwięga
d66cc0907d
Bump ws-rs
2016-11-14 16:10:04 +01:00
Jannis R
9df0d33709
merge master into sms-verification-modal
2016-11-14 16:00:16 +01:00
Nicolas Gotchac
ecb89d3670
Scrollable Accounts list // Tab;Enter;Keydown for first input #3396
2016-11-14 15:35:25 +01:00
keorn
0b5a9a6e60
nicer bundled spec message
2016-11-14 14:29:33 +00:00
GitLab Build Bot
6fc7c15644
[ci skip] js-precompiled 20161114-142451
2016-11-14 14:26:16 +00:00
Jaco Greeff
48b2252029
Swap from base to decimals
2016-11-14 15:16:57 +01:00
Robert Habermeier
3c7533831e
Merge branch 'master' into client-provider
2016-11-14 15:16:26 +01:00
keorn
5de7d50bf8
add test for multi proposals
2016-11-14 14:15:31 +00:00
keorn
8be8b3e1cd
ensure no double proposals
2016-11-14 13:35:45 +00:00
keorn
8a86c11375
enable force sealing
2016-11-14 13:35:16 +00:00
Arkadiy Paronyan
b4ef3f3255
Fixing benches ( #3422 )
2016-11-14 14:21:35 +01:00
Robert Habermeier
18153b8d9e
Merge branch 'master' into missing-code-by-prefix
2016-11-14 14:02:19 +01:00
Tomasz Drwięga
9f002a8a94
Fixing benches
2016-11-14 13:29:49 +01:00
Tomasz Drwięga
d02afc0e40
Beta -> Stable
2016-11-14 13:21:08 +01:00
keorn
165e2bef75
modify proposer test
2016-11-14 11:34:54 +00:00
Jannis R
b1fcee73a5
sms verification: less block confirmations
2016-11-14 12:33:29 +01:00
Jannis R
8ce362b224
sms verification: add terms of service
2016-11-14 12:31:26 +01:00
Tomasz Drwięga
2795f40464
Merge branch 'new-token' of github.com:ethcore/parity into new-token
2016-11-14 12:17:29 +01:00
Tomasz Drwięga
7f011afacb
Tokens retention policy
2016-11-14 12:17:05 +01:00
Jaco Greeff
665504c414
Only use #/auth token as fallback
2016-11-14 12:10:03 +01:00
keorn
b5c891814a
fix merge
2016-11-14 11:09:57 +00:00
GitLab Build Bot
594bd35a5e
[ci skip] js-precompiled 20161113-131856
2016-11-14 11:57:54 +01:00
GitLab Build Bot
1e696c41f7
[ci skip] js-precompiled 20161113-131228
2016-11-14 11:57:54 +01:00
Gav Wood
8db3414de9
Merge branch 'master' into sms-verification-modal
2016-11-14 11:56:37 +01:00
Gav Wood
2fa2f8342a
isLatest works.
2016-11-14 11:49:56 +01:00
Jannis R
4d01fbc4c4
merge master into refactor-copy-to-clipboard
2016-11-14 11:46:58 +01:00
Jannis R
e9e9475830
CopyToClipboard: remove tooltip
2016-11-14 11:39:36 +01:00
keorn
501f6d3f49
Merge branch 'master' into auth-round
2016-11-14 10:08:14 +00:00
keorn
d8e6dbd981
Merge branch 'master' into dev-chain
2016-11-14 10:05:34 +00:00
keorn
2d4b4cf5c9
revert moves to Spec
2016-11-14 10:04:34 +00:00
Tomasz Drwięga
6957634ee7
Merge branch 'master' into new-token
2016-11-14 09:22:06 +01:00
Gav Wood
4bb4ed9551
Initial checking.
2016-11-13 15:52:33 +01:00
GitLab Build Bot
d1848117ef
[ci skip] js-precompiled 20161113-131856
2016-11-13 13:20:20 +00:00
GitLab Build Bot
5a259be290
[ci skip] js-precompiled 20161113-131228
2016-11-13 13:13:54 +00:00
Gav Wood
4a92668c56
Fix chainspec storage field. ( #3406 )
...
Add a test.
2016-11-13 13:58:42 +01:00
Robert Habermeier
37f49aac1b
abort snapshot restoration faster ( #3356 )
...
* abort snapshot restoration faster
* flag-checking tests
2016-11-13 13:52:53 +01:00
GitLab Build Bot
0c302376b6
[ci skip] js-precompiled 20161113-011451
2016-11-13 01:16:28 +00:00
Jaco Greeff
3ff9c3e6d6
Remove addresses, display non-refundable warning ( #3403 )
2016-11-12 22:28:50 +01:00
Jaco Greeff
c57738b9b6
Don't unsubscribe when subscriber callback throws ( #3401 )
2016-11-12 22:26:50 +01:00
Jaco Greeff
6b33899239
Fix dapp account selection ( #3399 )
...
* Fix GHH accounts (filter non accounts)
* SignatureReg handle undefined ABI names gracefully
* SignatureReg fix accounts (filter non accounts)
* TokenReg fix accounts (filter non accounts)
* Registry fix accounts (filter non accounts)
2016-11-12 22:24:55 +01:00
GitLab Build Bot
e5486f5d58
[ci skip] js-precompiled 20161112-202502
2016-11-12 20:26:39 +00:00
Robert Habermeier
ee11d104bf
Merge pull request #3381 from ethcore/fix-travis
...
Fix travis build: remove unused import
2016-11-12 21:03:40 +01:00
Jaco Greeff
7ca317912f
Set signer token via #/auth=token={}
2016-11-12 17:09:55 +01:00
Jaco Greeff
373eb6c01b
Merge branch 'master' into new-token
2016-11-12 16:25:21 +01:00
Gav Wood
86eb84fd81
Switch --signer- to --ui-
2016-11-12 15:21:51 +01:00
Arkadiy Paronyan
67fa58db14
Optimize memory footprint ( #3376 )
2016-11-12 12:07:02 +01:00
Tomasz Drwięga
c17ef2c1a4
Fixing parsing passwords from file ( #3367 )
...
* fixing parsing passwords as inputs
* Fixing typo in test
2016-11-12 10:06:40 +01:00
keorn
15d748c2f7
Merge branch 'master' into dev-chain
2016-11-11 20:40:05 +00:00
keorn
aa296c3c0d
update rpc tests
2016-11-11 19:12:32 +00:00
keorn
ea9c479fff
update json_tests
2016-11-11 18:57:57 +00:00
keorn
cc39b24599
update chain name
2016-11-11 18:41:04 +00:00
keorn
4a65394269
change instant spec, update doc
2016-11-11 18:38:44 +00:00
Robert Habermeier
7e41f1c901
Fix travis build: remove unused import
2016-11-11 18:41:25 +01:00
keorn
53258cca6c
add new dev spec
2016-11-11 17:27:20 +00:00
keorn
e63b7e51fb
update instant_seal schedule
2016-11-11 17:26:41 +00:00
Robert Habermeier
87c668ba9c
test previous code fetch
2016-11-11 18:24:12 +01:00
keorn
225d0b02e7
update parity module
2016-11-11 17:10:47 +00:00
Tomasz Drwięga
ba699fdb25
new line [ci:skip]
2016-11-11 18:02:36 +01:00
keorn
beaa014543
tix doc test
2016-11-11 16:59:22 +00:00
Tomasz Drwięga
be6023b602
Opening a browser
2016-11-11 17:56:52 +01:00
Tomasz Drwięga
aa147461b0
Generating browser link on signer new-token
2016-11-11 17:38:45 +01:00
keorn
a719b91b63
move spec constructors to spec
2016-11-11 16:37:44 +00:00
Gav Wood
a7ad75d851
whitespace
...
[ci:skip]
2016-11-11 17:32:54 +01:00
Gav Wood
24cb0ae905
Wallet names shouldn't include address.
...
(Actually wallet files shouldn't contain it either, but we'll
leave that for a later PR).
2016-11-11 17:28:03 +01:00
GitLab Build Bot
c656b53ce6
[ci skip] js-precompiled 20161111-161748
2016-11-11 16:19:10 +00:00
Robert Habermeier
ed135bb9dc
fetch known code from the database during restoration
...
previously it kept all seen code in memory, leading to
high memory usage by the end of state restoration
2016-11-11 17:18:31 +01:00
Tomasz Drwięga
4bf75d6f2f
Remove some unwraps from parity/helpers ( #3364 )
...
* Fixing no stdin
* Removing unwrap when reading passwords
2016-11-11 16:53:51 +01:00
Jaco Greeff
80606cdd7d
Load external, builtin & local apps in parallel ( #3340 )
2016-11-11 16:53:10 +01:00
GitLab Build Bot
d5d1c1b674
[ci skip] js-precompiled 20161111-141616
2016-11-11 14:17:40 +00:00
Nicolas Gotchac
0e4ef539fc
Solidity Compiler in UI ( #3279 )
...
* Added new Deploy Contract page // Use Brace in React #2276
* Adding Web Wrokers WIP
* Compiling Solidity code // Getting mandatory params #2276
* Working editor and deployment #2276
* WIP : displaying source code
* Added Solidity hightling, editor component in UI
* Re-adding the standard Deploy Modal #2276
* Using MobX in Contract Edition // Save to Localstorage #2276
* User select Solidity version #2276
* Loading Solidity versions and closing worker properly #2276
* Adds export to solidity editor #2276
* Adding Import to Contract Editor #2276
* Persistent Worker => Don't load twice Solidity Code #2276
* UI Fixes
* Editor tweaks
* Added Details with ABI in Contract view
* Adds Save capabilities to contract editor // WIP on Load #3279
* Working Load and Save contracts... #3231
* Adding loader of Snippets // Export with name #3279
* Added snippets / Importing from files and from URL
* Fix wrong ID in saved Contract
* Fix lint
* Fixed Formal errors as warning #3279
* Fixing lint issues
* Use NPM Module for valid URL (fixes linting issue too)
* Don't clobber tests.
2016-11-11 15:00:04 +01:00
Nicolas Gotchac
046d2f2333
Scrollable
2016-11-11 13:09:16 +01:00
Nicolas Gotchac
deaf863c9e
Fixing linting
2016-11-11 12:41:44 +01:00
Nicolas Gotchac
b59df1d7b8
WIP // Real ABI params in Deploy Constructor #3314
2016-11-11 12:37:01 +01:00
Nicolas Gotchac
94b80cc08a
Merge branch 'master' into ng-array-parameters
2016-11-11 11:18:17 +01:00
GitLab Build Bot
5d8f74ed57
[ci skip] js-precompiled 20161111-082057
2016-11-11 08:22:24 +00:00
Jaco Greeff
c7b99cd7e6
Determine real-time HTTP connected status ( #3335 )
...
* Determine real-time HTTP connected status
* Update failing tests, no polluting polling
2016-11-11 09:01:28 +01:00
Chuck LeDuc Díaz
7cc88b175f
Clarify error message to indicate ( #3359 )
...
Indicate that Signer *needs* to be re-enabled, not that it *was* re-enabled.
2016-11-11 08:52:52 +01:00
Jaco Greeff
0b176e7013
Cater for home.parity hostname in dappsUrl ( #3341 )
...
* Cater for home.parity hostname
* Cater for 0.0.0.0 & default dappsInterface
* Extra check
2016-11-10 20:45:03 +01:00
Nicolas Gotchac
cd143e475a
WIP refacto typed input
2016-11-10 20:35:47 +01:00
GitLab Build Bot
0456d4e5d0
[ci skip] js-precompiled 20161110-180734
2016-11-10 18:08:55 +00:00
Jannis R
522b7108f9
CopyToClipboard: show SnackBar
2016-11-10 18:47:17 +01:00
Nicolas Gotchac
eb56b82f43
Check totalBalance > 0 // Better account selection ( #3347 )
2016-11-10 18:46:03 +01:00
Nicolas Gotchac
cb84e61d06
Fixed Unregister for Contract Owner only #3321 ( #3346 )
2016-11-10 18:44:11 +01:00
Robert Habermeier
3854b8a689
LES Part 1 ( #3322 )
...
* stub implementations of light client trait
* Light provider trait
* light client sync stubs
* LES boilerplate
* stub implementation of provider for client
* skeleton and request traits
* request definitions
* new_list -> begin_list
* handle unknown packet
* revise light implementation strategy
* make verification module public
* Move all light client work to own crate
* experiment with answering requests
* buffer flow scaffolding
* remove LESv2 requests
* buffer flow basics, implement cost table
* begin status module
* implement handshake parsing and creation
* implement announcement serialization
* errors, punishment, and handshake
* handle announcements
* making announcements, clean up warnings
* allow dead code temporarily
2016-11-10 18:30:17 +01:00
Jannis R
e9b69bceab
Account Header: use CopyToClipboard
2016-11-10 18:09:54 +01:00
GitLab Build Bot
529633e9b2
[ci skip] js-precompiled 20161110-163203
2016-11-10 16:33:24 +00:00
Jannis R
87c39f066c
Form/Input: use CopyToClipboard
2016-11-10 17:27:53 +01:00
Jannis R
acbaed59c0
CopyToClipboard: clear timeout on unmount
2016-11-10 17:27:53 +01:00
Jaco Greeff
a97e68a030
Make transactions load ( #3348 )
2016-11-10 16:38:47 +01:00
Jannis R
01f14901ce
merge master into sms-verification-modal
2016-11-10 16:23:43 +01:00
Jannis R
bd839d019c
sms verification: polish UI, linting issues 👕
2016-11-10 16:23:09 +01:00
Jannis R
afdda48ab5
sms verification: polish UI
...
This introduces another "Done" step, making clear the process has finished.
Also, steps 2 ("Request") and 4 ("Confirm") now have a pending indicator.
2016-11-10 16:09:41 +01:00
GitLab Build Bot
0ed8114726
[ci skip] js-precompiled 20161110-141839
2016-11-10 14:20:08 +00:00
GitLab Build Bot
aa0f05a186
[ci skip] js-precompiled 20161110-140631
2016-11-10 14:07:52 +00:00
Jaco Greeff
561f008c91
Manual bump of package.json ( #3345 )
2016-11-10 15:01:07 +01:00
Arkadiy Paronyan
bb5da2379b
Windows app and installer fixes ( #3338 )
...
* Windows app and installer fixes
* Sorted out comments
2016-11-10 14:49:16 +01:00
Nicolas Gotchac
6ad909e7b3
Removed unnecessary test ( #3342 )
2016-11-10 14:26:06 +01:00
Robert Habermeier
8c2c048444
clean up errors
2016-11-10 14:05:47 +01:00
Jannis R
2309e53fe6
sms verification: polish UI, linting issues 👕
2016-11-10 13:54:17 +01:00
Jannis R
ac80276ad8
sms verification: refactor checks & confirmation
2016-11-10 13:37:32 +01:00
Nicolas Gotchac
1deeb0d901
Git pre-push checks for UI ( #3072 )
...
* Added eslint cached option (#2291 )
* Added pre-push script running linting (#2291 )
* Modifies pre-push hook to run if eslint installed // auto install hook
* Update pre-push script comment
* Added husky for git hooks (#3072 )
2016-11-10 11:42:00 +01:00
Arkadiy Paronyan
6ffaab15a3
Disarm the HF and add more bootnodes ( #3323 )
...
* Disarm the HF
* More bootnodes
* Updated tests
2016-11-10 11:28:27 +01:00
Nicolas Gotchac
67ac05ef39
Default contract type on UI ( #3310 )
...
* Added Token and Wallet ABI in Watch Contract #3126
* Improved ABI Validator #3281
* Select contract type on first screen #3126
* Added types decsription
* Add ABI type to Contract metadata // Custom as default type #3310
2016-11-10 11:27:35 +01:00
Tomasz Drwięga
2f98169539
In-browser signing support ( #3231 )
...
* Signer RAW confirmations
* Returning address book as eth_accounts
* UI support for in-browser signing
* Post review fixes
* Adding new methods to jsonrpc
* Fixing eth_accounts
* Deterministic accounts ordering
2016-11-10 11:27:05 +01:00
Robert Habermeier
11e6b08f02
Move ethcore-light crate into ethcore/light module
2016-11-09 23:39:56 +01:00
Robert Habermeier
ebff010d16
partial implementation of provider for client types
2016-11-09 23:25:54 +01:00
Jaco Greeff
90ff810e36
Handle redirects from /api/content on manifest.json gracefully ( #3315 )
...
* Add redirect follow mode to manifest.json
* Remove (now) unused count parameter
* autoRewrite: true for dev mode proxy redirects
2016-11-09 20:05:08 +01:00
Tomasz Drwięga
88c9cea04d
Dapps interface RPC ( #3311 )
...
* Dapps Interface RPC
* Adding JS apis
* Support for signer interface in proxypac and embeds
* Fixing tests
* fixing tests again
2016-11-09 19:41:47 +01:00
Arkadiy Paronyan
eba0dd5023
Additional snapshot sync checks ( #3318 )
...
* Additional snapshot sync checks
* Proper checks
* Proper highset block check
2016-11-09 19:40:36 +01:00
Jannis R
89c1d9c25c
merge master into sms-verification-modal
2016-11-09 19:04:31 +01:00
Jannis R
cde9f454eb
sms verification: polish UI
2016-11-09 19:04:13 +01:00
Jannis R
8028c0fd65
sms verification: check if already requested
2016-11-09 19:02:33 +01:00
Tomasz Drwięga
915766c7bf
Fix spurious signer tests failures ( #3312 )
...
* Increasing sleep time for signer tests
* Attempt re-connections instead of delaying tests execution
2016-11-09 18:26:35 +01:00
Jaco Greeff
877cfe9b53
Fix signer token updates ( #3302 )
...
* Manual bump of package.json (recovery)
* Debug
* Simplify status connections
2016-11-09 18:26:10 +01:00
GitLab Build Bot
29aecc2cff
[ci skip] js-precompiled 20161109-171832
2016-11-09 17:19:59 +00:00
Nicolas Gotchac
92333ab875
Merge pull request #3316 from ethcore/jg-update-phrase
...
Update account recovery phrase hint
2016-11-09 18:07:13 +01:00
Robert Habermeier
60a8728121
Merge branch 'master' into les-impl
2016-11-09 18:06:12 +01:00
Robert Habermeier
6c23d53f04
allow dead code temporarily
2016-11-09 18:05:56 +01:00
Robert Habermeier
25d5efac15
making announcements, clean up warnings
2016-11-09 18:05:00 +01:00
Jannis R
01cf88d71a
sms verification: merge step 1 & 2
2016-11-09 18:02:33 +01:00
Gav Wood
4712b882e5
New transaction tests ( #3313 )
...
* Add new transaction tests.
* Add new test.
2016-11-09 18:02:24 +01:00
Jannis R
a42140edde
sms verification: send confirmation tx
2016-11-09 17:34:21 +01:00
Jannis R
f08e2a4b17
sms verification: query code
2016-11-09 16:56:01 +01:00
Jannis R
7996ac47ec
sms verification: polish UI, fix linting issues 👕
2016-11-09 16:55:59 +01:00
Jannis R
e7113e7eb4
sms verification: show fee in consent form
2016-11-09 16:54:57 +01:00
Jannis R
e84531f31c
sms verification: refactor contract call
2016-11-09 16:54:57 +01:00
Jannis R
ebf742f2af
sms verification: update contract address & ABI
2016-11-09 16:54:57 +01:00
Jannis R
a56a1d3aef
sms verification: request SMS
2016-11-09 16:54:56 +01:00
Jannis R
4931381e0e
txHash component: add maxConfirmations prop
2016-11-09 16:54:56 +01:00
Jannis R
3ef54f9172
sms verification: wait for tx confirmations
2016-11-09 16:54:56 +01:00
Jannis R
d0d737d1e3
sms verification: post request transaction
2016-11-09 16:54:56 +01:00
Jannis R
89a2917935
boilerplate for third step
2016-11-09 16:54:56 +01:00
Jannis R
4c199ef716
sms verification: collect data
2016-11-09 16:54:55 +01:00
Jannis R
14da2d2805
sms verification: check if certified
2016-11-09 16:54:55 +01:00
Jannis R
435d3c24db
SendRequest -> GatherData
2016-11-09 16:54:55 +01:00
Jannis R
1a245405e5
query phone number & consent
2016-11-09 16:54:55 +01:00
Jannis R
fc76fa9252
sms verification: basic stepper
2016-11-09 16:54:54 +01:00
Jannis R
f96e69309f
SMS verification modal
2016-11-09 16:54:54 +01:00
Jannis R
7cb724bfbe
put SMS verification into action bar
2016-11-09 16:54:54 +01:00
Robert Habermeier
c132775bb1
handle announcements
2016-11-09 16:21:09 +01:00
Jaco Greeff
22faee2099
Update account recovery phrase hint
2016-11-09 15:48:45 +01:00
Robert Habermeier
ec1b982b52
errors, punishment, and handshake
2016-11-09 15:36:26 +01:00
GitLab Build Bot
599f214ad9
[ci skip] js-precompiled 20161109-132407
2016-11-09 13:25:39 +00:00
Jaco Greeff
95e03f87fa
Remove 127.0.0.1 references ( #3303 )
2016-11-09 14:01:59 +01:00
arkpar
f568730aa8
Fixed MD5 generation
2016-11-09 13:44:48 +01:00
Arkadiy Paronyan
8ecbec8d6c
Fixes for open UI after installation ( #3300 )
2016-11-09 13:17:57 +01:00
Arkadiy Paronyan
85ade4a2ec
Fixed uncle details ( #3299 )
2016-11-09 13:17:40 +01:00
Jaco Greeff
b17ce6c9a5
Updated blance display with max decimals ( #3266 )
2016-11-09 13:16:17 +01:00
Tomasz Drwięga
b33b237f76
Refactoring Signer to auto_args + eth_signTransaction ( #3261 )
...
* Sign transaction initial
* Refactoring signer to auto_args
2016-11-09 13:13:35 +01:00
Björn Wagner
3c6f148a16
Fix typo ( #3298 )
2016-11-09 13:12:28 +01:00
GitLab Build Bot
29add4e40a
[ci skip] js-precompiled 20161109-111303
2016-11-09 11:14:24 +00:00
Jaco Greeff
6a1b17d5a9
Change to more common focused spelling ( #3264 )
2016-11-09 11:53:40 +01:00
keorn
49f2a72d5d
Merge branch 'master' into auth-round
2016-11-09 10:35:00 +00:00
arkpar
ad18a30535
Corrected startup executable
2016-11-09 01:14:32 +01:00
GitLab Build Bot
9325fe44f3
[ci skip] js-precompiled 20161108-234705
2016-11-08 23:48:24 +00:00
Jaco Greeff
044a3f409b
Manual bump of package.json (recovery) ( #3295 )
2016-11-09 00:07:06 +01:00
Jaco Greeff
f9dc766ae2
Fix initial token generation ( #3289 )
...
* Fix initial token generation
* Remove extra debug info
2016-11-08 23:17:33 +01:00
Gav Wood
7b5824d4a2
Fixes for 1.4 ( #3260 )
...
* Fix --geth
* Fix mac installer.
* Fix up installer.
* Additional tweaks.
* Fix for empty APIs
* Another case of empty apis
2016-11-08 21:45:22 +01:00
Arkadiy Paronyan
f1e61c87b4
Fixed IO service shutdown ( #3286 )
2016-11-08 21:07:18 +01:00
keorn
4e36550890
message revamp
2016-11-08 18:01:31 +00:00
Robert Habermeier
ca25deb4e6
implement announcement serialization
2016-11-08 19:00:37 +01:00
Arkadiy Paronyan
b453ae1db2
Autostart checkbox ( #3269 )
2016-11-08 18:52:09 +01:00
Denis S. Soldatov aka General-Beck
d8eafa91b8
Update gitlab-ci
...
remove ubuntu 14.04
remove tags from js-release
2016-11-09 00:32:20 +07:00
Denis S. Soldatov aka General-Beck
82990ee464
Update gitlab-ci
...
skip js-release in nightly builds
[ci skip]
2016-11-08 23:46:22 +07:00
Robert Habermeier
b369cdd573
Merge branch 'master' into les-impl
2016-11-08 17:14:19 +01:00
Robert Habermeier
440f5e537f
implement handshake parsing and creation
2016-11-08 17:13:43 +01:00
arkpar
b2fe406666
Updated signing path
2016-11-08 11:07:18 +01:00
Arkadiy Paronyan
318a3d29e1
Build tray app for x64 ( #3255 )
...
* Build tray app for x64
* Fixed command
2016-11-08 10:23:23 +01:00
Denis S. Soldatov aka General-Beck
7a657a2e85
Update gitlab-ci
...
remove trigger from js-release
[ci skip]
2016-11-08 14:50:30 +07:00
Jaco Greeff
51aa0e28eb
Add secure flag back ( #3244 )
2016-11-07 20:07:08 +01:00
Robert Habermeier
d18bb9d152
verify chunk hashes in cli restore ( #3241 )
2016-11-07 19:33:55 +01:00
Robert Habermeier
4ba4861734
begin status module
2016-11-07 19:16:23 +01:00
Jaco Greeff
6ab6c0709d
Load network apps manifests as contentHash (no coding) ( #3235 )
...
* Add mobx
* Use mobx store for dapps
* Cleanup hidden reads
* Remove (now) unused hidden.js
* _ denotes internal functions
* s/visibleApps/visible/
* AddDapps now use the mobx store as well
* Move modalOpen state to store
* Simplify
* Complete master merge
* Remove extra indirection
* Remove unneeded check
* Readability improvements
* Remove final debug info
* Load network manifests from the network
* Swallow manifest errors
* introduce fetchManifest
2016-11-07 18:08:16 +01:00
GitLab Build Bot
418474ad27
[ci skip] js-precompiled 20161107-170338
2016-11-07 17:04:56 +00:00
Arkadiy Paronyan
108452d082
Fixed some typos ( #3236 )
2016-11-07 17:42:17 +01:00
keorn
52ea597d6f
Rename cli and config options signer->ui ( #3232 )
...
* rename options signer->ui
* rename config signer->ui
2016-11-07 17:40:53 +01:00
Denis S. Soldatov aka General-Beck
01602ec0b5
Update gitlab-ci
...
prepare to nightly builds
2016-11-07 23:16:34 +07:00
Robert Habermeier
051effe9f8
buffer flow basics, implement cost table
2016-11-07 15:40:34 +01:00
GitLab Build Bot
43ec40d572
[ci skip] js-precompiled 20161107-142633
2016-11-07 14:27:49 +00:00
Jaco Greeff
f0054aa201
Add store for dapps state ( #3211 )
...
* Add mobx
* Use mobx store for dapps
* Cleanup hidden reads
* Remove (now) unused hidden.js
* _ denotes internal functions
* s/visibleApps/visible/
* AddDapps now use the mobx store as well
* Move modalOpen state to store
* Simplify
* Complete master merge
* Remove extra indirection
* Remove unneeded check
* Readability improvements
* Remove final debug info
2016-11-07 15:22:46 +01:00
Denis S. Soldatov aka General-Beck
834c0703fe
Update gitlab-ci
...
Add i686
cache optimization
add triggers
2016-11-07 21:07:37 +07:00
keorn
ea960f1c27
Merge remote-tracking branch 'parity/master' into bft
2016-11-07 11:34:45 +00:00
GitLab Build Bot
6388c814ea
[ci skip] js-precompiled 20161107-113204
2016-11-07 11:33:25 +00:00
arkpar
8cad185a57
Set version to unstable
2016-11-07 12:10:29 +01:00
Robert Habermeier
d573ef3cc2
remove LESv2 requests
2016-11-06 20:02:15 +01:00
Robert Habermeier
44e36596c9
buffer flow scaffolding
2016-11-06 19:04:30 +01:00
GitLab Build Bot
eb0c92e8c8
[ci skip] js-precompiled 20161106-165954
2016-11-06 17:01:11 +00:00
GitLab Build Bot
a453f99885
[ci skip] js-precompiled 20161106-165021
2016-11-06 16:51:51 +00:00
Jaco Greeff
a4cc6058dd
Don't push empty tags to input ( #3222 )
2016-11-06 17:42:50 +01:00
Jaco Greeff
44266115b6
Fix /parity-utils/{web3,parity}.js webpack errors ( #3221 )
...
* Don't override library builds
* Don't override libraries on build
* Enhance working blockNumber display
2016-11-06 17:42:25 +01:00
Björn Wagner
d8a95084cb
Improve 'invalid raw key' error msg ( #3219 )
2016-11-06 17:31:26 +01:00
GitLab Build Bot
d172c83c26
[ci skip] js-precompiled 20161106-120902
2016-11-06 12:10:21 +00:00
Tomasz Drwięga
9c4979681c
Cleaning up polluted namespaces ( #3143 )
...
* Renaming ethcore_ to parity_
* Renaming files
* Renaming poluted EthSigning
* Tidy up the namespaces
* Renaming files to match new structure
* Splitting EthSigning into separate traits
* jsapi move ethcore.* -> parity.*
* Move jsonrpc parity definitions
* Update UI API calls for parity interfaces
* Move jsapi signer interfaces from personal to signer
* Update UI to use signer.* where applicable
* Updsate jsapi subscriptions for signer
* Fix dodgy merge.
* Update README.
* Fix some tests.
* Move parity-only personal.* to parity.*
* Update UI for personal -> parity API moves
* Update subscription APIs after personal -> parity move
* personal. generateAuthorizationToken -> parity. generateAuthorizationToken (UI)
* enode, dappsPort & signerPort (UI)
* Update subscription tests (accountsInfo)
* subscription update
* personal -> parity
* Additional error logging on method failures
* move postTransaction to parity
* Additional debug info with method failures
* Fix personal tests.
* Console wrning shows parameters, error object does not
* Include parity_ signing methods.
* Console log http transport info
* Fix failing tests
* Add RPC stubs for parity_accounts.
* Allow some secure built-in dapps
* Use parity_accounts in place of accountsInfo
* Improve error reporting
* Cleanup GHH error handling
2016-11-06 12:51:53 +01:00
GitLab Build Bot
78f2d88182
[ci skip] js-precompiled 20161105-173004
2016-11-05 17:31:24 +00:00
Denis S. Soldatov aka General-Beck
19406fb0fa
Update gitlab-ci
...
add $NIGTHLY to var
2016-11-06 00:07:08 +07:00
Denis S. Soldatov aka General-Beck
022a718b6f
Update gitlab-ci
2016-11-06 00:02:44 +07:00
Denis S. Soldatov aka General-Beck
cb6003f40d
Update gitlab-ci
...
$(git --no-pager diff --name-only HEAD HEAD@{1} | grep \.js | wc -l)
2016-11-05 22:39:51 +07:00
GitLab Build Bot
f2faf3609b
[ci skip] js-precompiled 20161105-144817
2016-11-05 14:49:31 +00:00
Arkadiy Paronyan
77136b8f84
Set passive mode for first run only ( #3214 )
2016-11-05 14:38:04 +01:00
GitLab Build Bot
2cb41f96f5
[ci skip] js-precompiled 20161105-112525
2016-11-05 11:26:40 +00:00
Jaco Greeff
458ee4cbad
Parity configuration settings, i.e. mode ( #3212 )
...
* Add initial page
* Add parity icon
* opacity for parity icon
* Mode selector
* Actually set mode when value changes
2016-11-05 12:08:14 +01:00
GitLab Build Bot
7b043047f0
[ci skip] js-precompiled 20161105-095429
2016-11-05 09:55:44 +00:00
Robert Habermeier
56fd88d1e8
ethash unsafety cleanup ( #3210 )
2016-11-05 10:39:15 +01:00
Gav Wood
744501c454
Mode improvements for UI ( #3109 )
...
* `--mode=off` now works.
* Add Mode::Off as a persistent CLI option.
* "last" not "auto" as default.
* Commit accidentally unsaved file.
* Whitespace
[ci:skip]
* Mode CLI parse fix
* or offline
* Save mode when it gets changed.
* Fix Offline mode
* Fix up mode operations.
* Make passive default, but not overriding.
* Fix test
* Maybe not everyone wants to run an archive node...
2016-11-05 10:38:00 +01:00
GitLab Build Bot
8351c5d500
[ci skip] js-precompiled 20161105-053734
2016-11-05 05:38:51 +00:00
GitLab Build Bot
0e9d70a85d
[ci skip] js-precompiled 20161105-053249
2016-11-05 05:34:04 +00:00
Robert Habermeier
52abbc0643
experiment with answering requests
2016-11-04 23:50:56 +01:00
GitLab Build Bot
08d92fe3aa
[ci skip] js-precompiled 20161104-222946
2016-11-04 22:31:01 +00:00
GitLab Build Bot
67715da827
[ci skip] js-precompiled 20161104-222646
2016-11-04 22:28:04 +00:00
GitLab Build Bot
20bb0e5f59
[ci skip] js-precompiled 20161104-222329
2016-11-04 22:24:43 +00:00
Igor Artamonov
2a19c33b8d
delay bomb for Classic (ECIP-1010) ( #3179 )
...
* delay bomb for classic (ECIP-1010)
* formatting fix after core review, rel [e6b5093]
2016-11-04 23:09:23 +01:00
Jaco Greeff
c2e85dc4d5
Use ethcore_dappsPort when constructing URLs ( #3139 )
...
* Upon connect, retrieve the available api ports
* Update dapps to load from dappsPort
* Update dapps summary with dappsPort
* Allow proxy to use dappsPort
* Replace /api/ping with HEAD /
* Dynamic port for available apps
* Retrieve content images with dappsPort
* Fix /
* Transfer token dropdown image fix
* IdentityIcon loads images via contentHash
* Update apps fetch to cater for dev & prod
* DRY up 127.0.0.1:${dappsPort} with ${dappsUrl}
2016-11-04 23:08:12 +01:00
Jaco Greeff
f9f37f1c84
Add copy address button to Contract deploy ( #3199 )
...
* Allow copy of deployed address
* Pre-parse/clean JSON inputs
* Revert cleanup
2016-11-04 23:06:03 +01:00
GitLab Build Bot
9db28e12ac
[ci skip] js-precompiled 20161104-191028
2016-11-04 19:11:43 +00:00
Jaco Greeff
83beedc27e
expose api as window.secureApi ( #3207 )
2016-11-04 19:52:39 +01:00
Robert Habermeier
c1a6dbe75f
Move all light client work to own crate
2016-11-04 19:40:11 +01:00
Robert Habermeier
5cabb3008f
make verification module public
2016-11-04 19:21:48 +01:00
GitLab Build Bot
7f0310921d
[ci skip] js-precompiled 20161104-175104
2016-11-04 17:52:19 +00:00
Robert Habermeier
edf17d00c4
revise light implementation strategy
2016-11-04 18:40:31 +01:00
Tomasz Drwięga
501b2cdd18
Add error for sendRawTransaction and estimateGas ( #3194 )
...
* sendRawTransaction invalid RLP error
* Returning proper error for estimate_gas
2016-11-04 18:33:10 +01:00
GitLab Build Bot
2563189316
[ci skip] js-precompiled 20161104-170459
2016-11-04 17:06:13 +00:00
Robert Habermeier
90a2c37977
handle unknown packet
2016-11-04 17:35:31 +01:00
Tomasz Drwięga
f31d42d0c5
Exposing engine extra info in block RPC ( #3169 )
...
* Exposing extra info in RPC
* Proper serialization and client trait API
2016-11-04 17:35:02 +01:00
Arkadiy Paronyan
d37f4cc82f
v1.5 ( #3195 )
2016-11-04 17:27:11 +01:00
GitLab Build Bot
75d100476e
[ci skip] js-precompiled 20161104-162426
2016-11-04 16:25:41 +00:00
Robert Habermeier
5d011fe577
new_list -> begin_list
2016-11-04 17:25:26 +01:00
Robert Habermeier
eef9a355af
request definitions
2016-11-04 17:19:01 +01:00
Jaco Greeff
858962ca0d
Remove dapp logos (GHH points to dapp-assets) ( #3192 )
2016-11-04 17:03:28 +01:00
Tomasz Drwięga
145e766db2
Fixing possible race condition in ethcore_hashContent ( #3191 )
2016-11-04 16:59:42 +01:00
keorn
a8b688b469
allow permanent unlock for internal sealing
2016-11-04 15:50:56 +00:00
keorn
0e5060db18
update schedule
2016-11-04 15:04:19 +00:00
Jaco Greeff
caab72394d
Bump package.json version (1.5 is master) ( #3193 )
...
* Bump package.json version (1.5 is master)
* Updated maintainers
2016-11-04 15:58:44 +01:00
Gav Wood
0f16942186
EIP-155 update with Vitalik's new test vectors ( #3166 )
...
* Vitalik's new test vectors.
* Update to latest EIP155 spec.
* Fix txs.
* Another fix.
2016-11-04 15:13:51 +01:00
Robert Habermeier
1bc124f980
Merge branch 'master' into les-impl
2016-11-04 15:00:05 +01:00
keorn
9de910cf9c
Merge branch 'master' into auth-round
2016-11-04 13:47:29 +00:00
GitLab Build Bot
df33aa920b
[ci skip] js-precompiled 20161104-130943
2016-11-04 13:11:00 +00:00
GitLab Build Bot
67b1bde355
[ci skip] js-precompiled 20161104-121251
2016-11-04 12:14:06 +00:00
Jaco Greeff
e80771b3ca
Back to real root ( #3178 )
2016-11-04 12:54:23 +01:00
Jaco Greeff
6667373a80
Remove extra cd js ( #3177 )
2016-11-04 12:45:50 +01:00
Nicolas Gotchac
bf94a5b82b
Fixes #3171 ( #3175 )
2016-11-04 12:38:05 +01:00
keorn
255ec0c139
Merge branch 'master' into auth-round
2016-11-04 11:35:17 +00:00
Tomasz Drwięga
2e47842d66
Exposing state root and logsBloom in RPC receipts ( #3174 )
2016-11-04 12:33:13 +01:00
Tomasz Drwięga
7ff73a9533
Exposing v,r,s from transaction signature in RPC ( #3172 )
2016-11-04 12:05:10 +01:00
Jaco Greeff
fa875aed05
Push precompiled for beta/stable, npm only master ( #3163 )
...
* Push precompiled for beta/stable, npm only master
* Release to npm before comitting updates
2016-11-04 12:02:09 +01:00
GitLab Build Bot
f9274d178b
[ci skip] js-precompiled 20161104-104936
2016-11-04 10:50:43 +00:00
Denis S. Soldatov aka General-Beck
3ae5ad1bea
Update gitlab-ci
...
add $NIGHTLY ENV for future nightly builds
2016-11-04 17:29:21 +07:00
GitLab Build Bot
4b92881592
[ci skip] js-precompiled 20161104-094125
2016-11-04 09:42:28 +00:00
Denis S. Soldatov aka General-Beck
6f046f8d84
Update gitlab-ci
...
stages:
- test
- js-build
- build
2016-11-04 16:16:40 +07:00
GitLab Build Bot
0ee332f8e2
[ci skip] js-precompiled 20161104-090141
2016-11-04 09:02:49 +00:00
Denis S. Soldatov aka General-Beck
514d2cb7db
Update gilab-ci
...
js-release
only:
- master
- beta
- stable
- tags
2016-11-04 15:59:17 +07:00
Tomasz Drwięga
68f60596dc
Enabling personal RPC over IPC by default ( #3165 )
2016-11-04 09:58:39 +01:00
Denis S. Soldatov aka General-Beck
c532032372
Update README.MD ( #3164 )
...
Add badge build status from Gitlab CI -master
2016-11-04 09:58:08 +01:00
Arkadiy Paronyan
26b09b1513
Dependencies in README ( #3162 )
2016-11-04 09:57:47 +01:00
Gav Wood
af9de37756
Make the footer a bit less ugly. ( #3160 )
...
* Make the footer a bit less ugly.
* Whitespace.
2016-11-04 09:57:21 +01:00
GitLab Build Bot
155eb02c69
[ci skip] js-precompiled 20161104-085547
2016-11-04 08:56:51 +00:00
Denis S. Soldatov aka General-Beck
1ac002ec4d
Update gitlab-ci
...
rename stages
2016-11-04 15:51:35 +07:00
Denis S. Soldatov aka General-Beck
27472dfe44
Update gitlab-ci
...
fix lint
remove rust-beta and rust-nightly test's
add new job 'js-test' 'js-build'
2016-11-04 15:46:27 +07:00
Denis S. Soldatov aka General-Beck
38bd84257f
Update gitlab-ci
...
change tags `rust-test` - `rust-stable` etc
add rust stable, beta, nightly test's
2016-11-04 14:29:16 +07:00
Denis S. Soldatov aka General-Beck
8575dfdea6
Update gitlab-ci
...
fix lint error in gitlab-ci.yml
2016-11-04 14:01:13 +07:00
Denis S. Soldatov aka General-Beck
72a1db8d01
Update gilab-ci
...
1. Builds only beta, stable, tags
2. test script for check js changes in `test-linux`
3. `js-test` and `js-release` only for jg* ng* ui* brances
2016-11-04 13:59:48 +07:00
GitLab Build Bot
a892fcd723
[ci skip] js-precompiled 20161104-063713
2016-11-04 06:38:42 +00:00
Administrator
065f3644b9
Update build-server.js
2016-11-04 07:35:42 +01:00
GitLab Build Bot
e267405893
[ci skip] js-precompiled 20161104-054932
2016-11-04 05:50:39 +00:00
Administrator
8dd3d628c6
Update .gitlab-ci.yml
2016-11-04 06:49:21 +01:00
Administrator
331b1be715
Update .gitlab-ci.yml
2016-11-04 06:45:26 +01:00
GitLab Build Bot
4f548952db
[ci skip] js-precompiled 20161104-033042
2016-11-04 03:31:46 +00:00
Administrator
a1f6b86945
Update .gitlab-ci.yml
2016-11-04 04:25:48 +01:00
GitLab Build Bot
471bdf7c22
[ci skip] js-precompiled 20161103-235828
2016-11-03 23:59:34 +00:00
Jaco Greeff
71512cf90d
Linux build case sensitivity fix ( #3161 )
2016-11-04 00:35:07 +01:00
Arkadiy Paronyan
e8b2635545
Version=beta ( #3157 )
2016-11-04 00:24:36 +01:00
GitLab Build Bot
084492e71e
[ci skip] js-precompiled 20161103-215018
2016-11-03 21:51:28 +00:00
GitLab Build Bot
3aba31114c
[ci skip] js-precompiled 20161103-213602
2016-11-03 21:37:24 +00:00
Jannis Redmann
c79e3286ca
abbreviated enode, CopyToClipboard component ( #3131 )
...
* show abbreviated enode
* CopyToClipboard component
* CopyToClipboard: improved styling
* put CopyToClipboard into enode status
* Rename CopyToClipboard.js to copyToClipboard.js
2016-11-03 22:22:53 +01:00
Gav Wood
d3de475205
EIPs 155, 160, 161 ( #2976 )
...
* The front-end for each hard-fork, also EIP-160.
* Address EIP161 a/c
* Include EIP-161b
* EIP-161 part d.
* Fix test build.
* Fix one test, add another.
* Fix use of bloom & renaming.
* Initial groundwork for EIP-155
* Fix minor bug.
* Fix all tests finally.
* Rest of EIP-155.
* Add tests for EIP-155 algorithm.
Update transaction tests validation.
* Minor reformat.
* Address grumbles.
* Remove unused code.
* Fix SUICIDE gas mechanism and add consensus tests.
* Remove commented code.
* Set Frontier hardfork block number
* Fix warning.
* Transaction tests,
2016-11-03 22:22:25 +01:00
GitLab Build Bot
7e592e5389
[ci skip] js-precompiled 20161103-202525
2016-11-03 20:26:28 +00:00
keorn
0c2cfc9b6e
Fix histogram ( #3150 )
...
* fix histogram
* remove outdated comment
2016-11-03 21:15:27 +01:00
GitLab Build Bot
f32c6af6c4
[ci skip] js-precompiled 20161103-194213
2016-11-03 19:43:20 +00:00
GitLab Build Bot
b447d69b88
[ci skip] js-precompiled 20161103-192710
2016-11-03 19:28:14 +00:00
Jaco Greeff
2f665ba115
Remove network label from TabBar ( #3142 )
2016-11-03 20:17:59 +01:00
Jaco Greeff
34e3c1e0c2
Speed up unresponsive Contract events & Account transactions ( #3145 )
...
* Don't load method via redux
* Don't redux fetchTransaction (contracts)
* Move isTest to top-level passing
* transaction list with local blocks/transactions
* Combine calls (allows future chunking)
* Progressive loading of transactions
* Cleanups
* Never try tracing
2016-11-03 20:08:35 +01:00
GitLab Build Bot
29c8350bf2
[ci skip] js-precompiled 20161103-190201
2016-11-03 19:03:12 +00:00
Arkadiy Paronyan
d1b9aa7d73
Better shortcut ( #3147 )
2016-11-03 20:01:03 +01:00
keorn
12125dcfee
Merge branch 'master' into auth-round
2016-11-03 16:51:38 +00:00
GitLab Build Bot
3cb355d06a
[ci skip] js-precompiled 20161103-160437
2016-11-03 16:05:42 +00:00
GitLab Build Bot
03bb226947
[ci skip] js-precompiled 20161103-155801
2016-11-03 15:59:10 +00:00
GitLab Build Bot
98af662056
[ci skip] js-precompiled 20161103-154219
2016-11-03 15:43:26 +00:00
Tomasz Drwięga
2bd4f7182e
Redirecting to the same address the request came. ( #3133 )
2016-11-03 16:12:46 +01:00
Arkadiy Paronyan
3413989c8a
Fixed peer ping timeout ( #3137 )
2016-11-03 16:12:25 +01:00
Arkadiy Paronyan
8f4bd3590a
Fix windows build ( #3125 )
2016-11-03 16:11:08 +01:00
Jaco Greeff
7a804d8b01
Fix AddessInput icon position ( #3132 )
2016-11-03 16:10:40 +01:00
GitLab Build Bot
5bd9814470
[ci skip] js-precompiled 20161103-142158
2016-11-03 14:23:04 +00:00
Nicolas Gotchac
1481ed2dcb
Fixed not scrollable accounts ( #3128 )
2016-11-03 15:20:40 +01:00
GitLab Build Bot
0affd61ebc
[ci skip] js-precompiled 20161103-130130
2016-11-03 13:02:39 +00:00
Denis S. Soldatov aka General-Beck
2ed237a6d2
Update gitlab-ci
...
Optimize build's
1. remove arm* from master
2. `js-pack` + `js-test` + `js-lint`
2016-11-03 19:19:13 +07:00
GitLab Build Bot
b2b8d78bcc
[ci skip] js-precompiled 20161103-121148
2016-11-03 12:13:11 +00:00
GitLab Build Bot
c2adce4a5c
[ci skip] js-precompiled 20161103-120015
2016-11-03 12:01:36 +00:00
Tomasz Drwięga
e9cd2f4d56
Returning cache headers for network content ( #3123 )
2016-11-03 12:40:53 +01:00
Jaco Greeff
3a1f3c0a80
Optimise contract events display ( #3120 )
...
* Adjust to last 25 events
* Adjust event address widths
* Slight column size adjustment
2016-11-03 12:23:53 +01:00
Jaco Greeff
e4fcf4da2b
Add basic validation for contract execute values ( #3118 )
2016-11-03 12:23:25 +01:00
Tomasz Drwięga
e251fd49a1
Dapps errors embeddable on signer ( #3115 )
2016-11-03 12:22:28 +01:00
Nicolas Gotchac
d99f1b517c
Use enode RPC in UI ( #3108 )
...
* add enode rpc
* spaces -> tabs
* Added Enode to JSAPI // Use it to display in Status (#3106 )
* Added enode to JSON RPC Interfaces #3108
2016-11-03 12:04:25 +01:00
Arkadiy Paronyan
d101cb5247
Windows tray app ( #3103 )
...
* Check if already running in ui command
* Windows tray app
* Upadted CI scripts
2016-11-03 12:00:39 +01:00
Tomasz Drwięga
7fb39d1511
Displaying errors on stderr ( #3116 )
2016-11-03 12:00:26 +01:00
Jannis Redmann
5ae737f307
new InputAddressSelect component ( #3071 )
...
* basic address autocomplete
* validate input, propagate changes
* show IdentityIcon in menu
* show IdentityIcon next to input
* refactoring, better variable names, linting
* show default IdentityIcon if search by name
* port #3065 over
* show accounts in the beginning
* show accounts before contacts
* filter deleted accounts
* UX improvements
- limit number of search results shown
- hint text
* only render identity icon if valid address
* UX improvements
- align IdentityIcon
- better hint text
* align label & error with other inputs
This probably needs to be changed soon again. Therefore this ugly hack has been put in place.
* Align component with coding style for app
* Use standard/tested AddressAutocmplete (WIP)
* Address selection & inputs operational
* Update TODOs, remove unused CSS
* only handle input changes when editing
* Simplify
* Cleanup unused modules
* Add contracts to address search
* Updates Address Selector to handle valid input address #3071
* Added Address Selector to contracts read queries
2016-11-03 11:57:43 +01:00
Arkadiy Paronyan
0f9451efe8
Bump mio ( #3117 )
2016-11-03 11:52:44 +01:00
GitLab Build Bot
d7eeda3341
[ci skip] js-precompiled 20161103-073434
2016-11-03 07:35:41 +00:00
Gav Wood
f9a389c4b6
Minor typo fixed. ( #3110 )
2016-11-03 08:22:35 +01:00
GitLab Build Bot
0dd9b2a2f1
[ci skip] js-precompiled 20161102-223654
2016-11-02 22:37:59 +00:00
Nicolas Gotchac
391f408653
Sort by ETH balance and contract by date ( #3107 )
...
* Added timestamps to contract creation // Sort by date (#3070 )
* Added sort by ETH balance (#3070 )
* Added timestamp meta to accounts / addresses entry creations (#3107 )
2016-11-02 23:09:00 +01:00
GitLab Build Bot
6098f008ce
[ci skip] js-precompiled 20161102-220144
2016-11-02 22:03:03 +00:00
keorn
36d17d5c28
Add RPC enode lookup ( #3096 )
...
* add enode rpc
* spaces -> tabs
2016-11-02 19:43:21 +01:00
Tomasz Drwięga
cf8f27ce0f
Initializing logger for each command ( #3090 )
...
* Initializing logger for each command
* Single logger setup
* Whitespace [ci:skip]
2016-11-02 19:42:21 +01:00
keorn
045a65c99c
Merge remote-tracking branch 'auth/auth-round-no-mocknet' into auth-round
2016-11-02 17:43:54 +00:00
keorn
00a3619392
header methods
2016-11-02 17:42:56 +00:00
keorn
b2a3851972
Merge remote-tracking branch 'auth/auth-round-no-mocknet' into auth-round
2016-11-02 17:22:41 +00:00
Jaco Greeff
b3d502ba78
Allow registration of content bundles in GitHubHint ( #3094 )
...
* Clear woner & error on success
* WIP buttons
* Selection bar
* Sanitize GitHub urls
* Complete hint registration
* button-row icons
* PR comments, url check & validation TODO
* PR comments, TODO for validation to show intent
2016-11-02 18:16:50 +01:00
Nicolas Gotchac
e4c75bde4c
Add read-only inputs to UI plus Copy to Clipboard buttons ( #3095 )
...
* Adds readOnly prop to Input, convert disabled props to it (#3066 )
* WIP
* Adds copy icon to readOnly Input (#3009 )
* Added Copy to Clipboard buttons on the UI (#3009 )
* copiable to allowCopy props #3095
* Padded copy icons (#3095 )
* Fixed password width in account creation
* Copyable value in MethodDecoding
2016-11-02 17:25:34 +01:00
Jaco Greeff
f3d4aa43f3
Allow boolean dropdowns for contract deploy ( #3077 )
...
* Allow boolean dropdowns for contract deploy
* Be explicit in deployment types
* Extra line as per PR comments
2016-11-02 17:25:21 +01:00
Gav Wood
9b1f67b2dd
Add mac installer files ( #2995 )
...
* Add mac installer files.
* Add shortcut for Applications.
* Rework installer to run under user.
* Fix up script further.
* Add App stub
* Introduce better information.
2016-11-02 17:03:21 +01:00
keorn
03c9760de2
Merge remote-tracking branch 'parity/master' into auth-round-no-mocknet
2016-11-02 13:01:31 +00:00
GitLab Build Bot
0e8e2d7245
[ci skip] js-precompiled 20161102-125818
2016-11-02 12:59:29 +00:00
GitLab Build Bot
79ab756e96
[ci skip] js-precompiled 20161102-122506
2016-11-02 12:26:17 +00:00
keorn
26155f51d5
proper calculation of remaining step time
2016-11-02 12:13:47 +00:00
keorn
da3253133c
ignore block timeout when sealing internally
2016-11-02 12:13:12 +00:00
Nicolas Gotchac
ed89e1efab
Fixing dapps sorting ( #3086 )
...
* Fixing dapps sorting (#3076 )
* PR Grumble
* PR Grumble #2
2016-11-02 12:58:03 +01:00
GitLab Build Bot
feffe59fd4
[ci skip] js-precompiled 20161102-115346
2016-11-02 11:54:58 +00:00
The Gitter Badger
5fff63a085
Add Gitter badge ( #3092 )
2016-11-02 12:18:56 +01:00
Nicolas Gotchac
27ce6659d3
Fixes webpack HTML loader ( #3089 )
2016-11-02 12:08:22 +01:00
GitLab Build Bot
f4863c12b7
[ci skip] js-precompiled 20161102-110620
2016-11-02 11:07:27 +00:00
Tomasz Drwięga
f7b7a3a1c5
Redirecting /home to new UI ( #3084 )
2016-11-02 11:29:18 +01:00
Jaco Greeff
d47c6db713
Allow owner to update content url ( #3083 )
2016-11-02 11:28:23 +01:00
Jaco Greeff
5336f65cf5
Remove assets moved to ethcore/dapps-assets ( #3082 )
2016-11-02 11:28:04 +01:00
Jaco Greeff
0912160220
Goodbye Gavcoin, Hello Gavcoin ( #3080 )
2016-11-02 11:27:47 +01:00
Jaco Greeff
274b109f3f
Load network dapps ( #3078 )
...
* Initial load of network apps
* Load network dapps
* Cleanups
* Update
* Updated
* Fix builtin apps loading
2016-11-02 11:27:28 +01:00
GitLab Build Bot
bd1bfd01bc
[ci skip] js-precompiled 20161101-231432
2016-11-01 23:15:40 +00:00
GitLab Build Bot
dffa06d18f
[ci skip] js-precompiled 20161101-224217
2016-11-01 22:43:26 +00:00
GitLab Build Bot
dc66778097
[ci skip] js-precompiled 20161101-220850
2016-11-01 22:10:05 +00:00
Jaco Greeff
eeee017f4f
Swap account phrase to normal input (non-multiline) ( #3060 )
2016-11-01 22:45:20 +01:00
Gav Wood
94e3a98524
Fix minor type in informant ( #3056 )
2016-11-01 22:44:24 +01:00
Jaco Greeff
efbbe507ee
Warp sync status display ( #3045 )
...
* Warp sync status display
* Add BlockStatus component (re-usable)
2016-11-01 22:43:22 +01:00
GitLab Build Bot
e6a486b647
[ci skip] js-precompiled 20161101-203737
2016-11-01 20:38:43 +00:00
GitLab Build Bot
5dfd834c12
[ci skip] js-precompiled 20161101-200259
2016-11-01 20:04:05 +00:00
Nicolas Gotchac
bb120ece59
Enhance address input ( #3065 )
...
* Don't show identity icon when invalid address / add 0x on valid (#3057 )
* Removed unused `isEmpty`
2016-11-01 20:41:16 +01:00
Nicolas Gotchac
183b54af84
Go to Accounts Page if Tooltips are displayed ( #3054 ) ( #3063 )
2016-11-01 20:37:00 +01:00
keorn
3a6b56e99c
check double signing, tracing
2016-11-01 18:12:06 +00:00
GitLab Build Bot
d0d8cde0a5
[ci skip] js-precompiled 20161101-181028
2016-11-01 18:11:48 +00:00
keorn
a33e2f2e0d
fix deadlock after merge
2016-11-01 17:52:52 +00:00
Jaco Greeff
314eb59081
Change contract Execute bool values & query bool value display ( #3024 )
...
* Allow for boolean value selection
* Updated
* Explicitly display bool as true/false (string)
* Really fix boolean display
2016-11-01 18:42:36 +01:00
Jaco Greeff
556827400c
Update Parity logo ( #3036 )
...
* Add new parity logos
* FirstRun logo
* Tabbar logo
* Remove duplicated block image
* Parity favicons
* Remove images to be replaced
* Paritybar logo
* Add favicon
* Adding HTML Loader for Webpack for image linking
2016-11-01 18:12:40 +01:00
GitLab Build Bot
57c00066c1
[ci skip] js-precompiled 20161101-171004
2016-11-01 17:11:17 +00:00
Jannis Redmann
145a88d401
settings: replace background patterns (inline) ( #3047 )
...
* replace generated background patterns
* move button to overview section
* keep selected background
* show current background pattern
2016-11-01 18:05:10 +01:00
Nicolas Gotchac
6fc89f69c1
Multiple line description for dapps and Masonry like layout ( #2905 ) ( #3058 )
2016-11-01 17:47:02 +01:00
Nicolas Gotchac
9e7313afc8
Proper order for status logs ( #3055 ) ( #3062 )
2016-11-01 17:44:59 +01:00
GitLab Build Bot
a02a8d3a17
[ci skip] js-precompiled 20161101-160426
2016-11-01 16:05:25 +00:00
Denis S. Soldatov aka General-Beck
14094a09b3
Update gitlab-ci
...
skip darwin and windows tests
2016-11-01 22:39:48 +07:00
GitLab Build Bot
7f92b50f95
[ci skip] js-precompiled 20161101-142007
2016-11-01 14:21:15 +00:00
Nicolas Gotchac
84ca3d7a7d
Graphical gas price selection ( #2898 )
...
* Added gasPriceStatistics
* WIP graph fas price stats (#2142 )
* Chart to select gas price in Extra Tx (#2142 )
* Gas Selection UI
* Gas Price Selection: better UI (right octiles, point on graph) (#2142 )
* Gas Price Selection chart update using D3 (#2142 )
* Working UI, more fluid... (#2142 )
* Using the new gasPriceHistogram Call: display histogram (#2142 )
* Code Clean
* Updated gas Selection explaination
* PR grumble // Gas Price Selector (#2898 )
* Fixing linting issues
2016-11-01 15:04:51 +01:00
GitLab Build Bot
3b6c969398
[ci skip] js-precompiled 20161101-140045
2016-11-01 14:01:50 +00:00
Nicolas Gotchac
297a09399d
[Registry dApp] Actions not available before selecting accounts ( #3032 )
...
* Removed hasAccount from actions, now in Application [RegDapp] (#2931 )
* Linting issues
2016-11-01 14:40:50 +01:00
Robert Habermeier
19d5f93745
Merge pull request #3020 from ethcore/fix-old-migrations
...
apply post-consolidation migrations after consolidating
2016-11-01 14:32:23 +01:00
GitLab Build Bot
03a2d46e8a
[ci skip] js-precompiled 20161101-132539
2016-11-01 13:26:56 +00:00
Jannis Redmann
09c42973f1
fix chain badge padding ( #3046 )
2016-11-01 14:10:17 +01:00
GitLab Build Bot
65db6c80b7
[ci skip] js-precompiled 20161101-130412
2016-11-01 13:05:11 +00:00
Nicolas Gotchac
ff04c622f3
Fixes tab on Chip Input ( #3022 ) ( #3044 )
2016-11-01 13:51:02 +01:00
GitLab Build Bot
4d4b124efd
[ci skip] js-precompiled 20161101-105638
2016-11-01 10:57:40 +00:00
GitLab Build Bot
c938114580
[ci skip] js-precompiled 20161101-104257
2016-11-01 10:43:57 +00:00
Tomasz Drwięga
8c1f8700ec
Fixing last hashes for ethcall ( #3043 )
2016-11-01 11:24:46 +01:00
Jaco Greeff
71662bb219
Remove signer icons ( #3039 )
...
* Remove signer icons
* Linting fixes
2016-11-01 11:11:20 +01:00
Robert Habermeier
42010acd68
execute periodic snapshot in new thread ( #3029 )
...
to ensure that the I/O worker isn't stalled.
2016-11-01 11:09:46 +01:00
GitLab Build Bot
cb3bb2469d
[ci skip] js-precompiled 20161101-062958
2016-11-01 06:31:01 +00:00
Denis S. Soldatov aka General-Beck
1dc97c7bac
Update gitlab-ci
...
allow_failure: true -> windows test
2016-11-01 13:18:29 +07:00
GitLab Build Bot
28e4f93d32
[ci skip] js-precompiled 20161101-052312
2016-11-01 05:24:13 +00:00
Denis S. Soldatov aka General-Beck
975c01b43a
Update gitlab-ci
...
replace stage: test to build
2016-11-01 12:09:21 +07:00
GitLab Build Bot
c553c3c94b
[ci skip] js-precompiled 20161101-042855
2016-11-01 04:29:59 +00:00
Denis S. Soldatov aka General-Beck
92752f13c6
Update gitlab-ci
...
fix windows test
2016-11-01 11:13:27 +07:00
GitLab Build Bot
38160c05bb
[ci skip] js-precompiled 20161031-224932
2016-10-31 22:50:31 +00:00
Jannis Redmann
93400810db
fix background of embedded signer ( #3026 )
2016-10-31 23:37:12 +01:00
Jannis Redmann
e024afacf3
registry dapp: fix reducer ( #3028 )
2016-10-31 23:28:49 +01:00
Nicolas Gotchac
b8bcb8e622
Replace Execute by Query in contract button ( #3015 ) ( #3031 )
2016-10-31 23:28:26 +01:00
Nicolas Gotchac
d29de96a59
Fixing GavCoin dApp overflow issues ( #2953 ) ( #3030 )
2016-10-31 23:25:25 +01:00
Jannis Redmann
55cdc7c265
execute contract function: validate address ( #3013 )
...
* execute contract fn: validate address
* forgot import
* execute contract fn: set value
2016-10-31 23:24:12 +01:00
Jaco Greeff
381af547fa
Align tag inputs with other input boxes ( #2965 )
...
* Wrap tag input component
* Postcss nested selectors
* Chips has same size as in ui
* Input matches with sizes/paddings of others
* Adjust colours, move hint text
* Added ChipInput from search in wrapper
* Using InputChip Wrapper in search (#2965 )
2016-10-31 23:22:22 +01:00
GitLab Build Bot
04432b2766
[ci skip] js-precompiled 20161031-194842
2016-10-31 19:49:41 +00:00
GitLab Build Bot
714cb22f89
[ci skip] js-precompiled 20161031-192549
2016-10-31 19:27:04 +00:00
Arkadiy Paronyan
2e70abdc40
Sweep panickers from IO and network ( #3018 )
...
* Sweep panickers from IO and network
* Typo and logging
2016-10-31 19:58:47 +01:00
Denis S. Soldatov aka General-Beck
60df9857ce
Update gitlab-ci
...
Reorganize build queue
windows test
2016-11-01 01:51:29 +07:00
Jaco Greeff
f8a38a8a1e
Terms & Conditions ( #3019 )
2016-10-31 19:05:39 +01:00
Robert Habermeier
5d41d38dff
open column families after reparing db corruption ( #3017 )
2016-10-31 18:21:44 +01:00
Robert Habermeier
8599a11a0b
Snapshot sync and block gap info in eth_syncing ( #2948 )
...
* provide snapshot sync info in eth_syncing
* specify block gap in eth_syncing
* Extend eth_syncing with warp, format the output properly
* adjust serialization tests for sync info
* whitespace
2016-10-31 17:32:53 +01:00
Tomasz Drwięga
ff90fac125
Moving personal_ to autoargs ( #3000 )
2016-10-31 17:11:56 +01:00
Gav Wood
547871f933
RPCs for mode change ( #3002 )
...
* Allow warnings.
* Add RPCs to allow ad-hoc mode changes.
* Add the JSAPI interfaces
* Add missing file.
2016-10-31 16:58:35 +01:00
Gav Wood
54a408fd88
Fix a test sensitive to slow execution. ( #3014 )
2016-10-31 16:55:30 +01:00
Robert Habermeier
0139dfcc39
apply post-consolidation migrations after consolidating
2016-10-31 16:18:20 +01:00
Nicolas Gotchac
8c24e64a5e
Fixes search filtering issues ( #2966 ) ( #3011 )
2016-10-31 15:00:23 +01:00
Arkadiy Paronyan
b7bebdbc75
Restart sync if no more peers with snapshots ( #3007 )
2016-10-31 14:59:41 +01:00
Jaco Greeff
10fcf7f051
Allow empty input arrays for ABIs ( #3001 )
2016-10-31 14:59:02 +01:00
Jaco Greeff
ea784d7419
Allow operation when no registry is available ( #2980 )
...
* Allow retrieval of native network balances without registry
* Remove debugging address
* Disable dapps when no registry is available
2016-10-31 14:24:33 +01:00
GitLab Build Bot
1255105490
[ci skip] js-precompiled 20161031-124811
2016-10-31 12:49:10 +00:00
GitLab Build Bot
b9f055677f
[ci skip] js-precompiled 20161031-123449
2016-10-31 12:36:00 +00:00
GitLab Build Bot
180f16af7c
[ci skip] js-precompiled 20161031-122556
2016-10-31 12:27:03 +00:00
Jaco Greeff
346fe0b509
Make JS lint & test run on Travis ( #2894 )
...
* Make JS lint & test run on Travis
* Update node version required
* 6, any latest node 6
* Travis node_version
* query node & npm versions
* last attempt, use nvm directly
2016-10-31 13:00:02 +01:00
Jaco Greeff
d086251e89
Update account dropdowns ( #2959 )
...
* Simplify & consolidate address items
* Adjust dropdown background
2016-10-31 12:58:25 +01:00
keorn
7af20a5db0
Modify gas price statistics ( #2947 )
...
* gas price distribution + median + tests
* put histogram in util
* use the util histogram
* remove the default gas price implementation
* histogram rpc
* fix empty corpus
* Add JS ethcore_gasPriceHistogram
* Fix typo (s/types/type/) & subsequent failing test
* Fix return type & formatting
* bucketBounds
* Add jsapi e2e test verification
2016-10-31 12:57:48 +01:00
Nicolas Gotchac
8bf577e0fe
Fixes pending/mined transactions in registry dApp ( #3004 )
...
* Fixing React Errors
* Fixes pending and mined events in Registry dApp (#2930 )
* PR grumbles (#2930 )
2016-10-31 12:56:53 +01:00
Arkadiy Paronyan
568a18d8bd
Prevent connecting to self ( #2997 )
2016-10-31 12:54:50 +01:00
GitLab Build Bot
455059f6b1
[ci skip] js-precompiled 20161031-093746
2016-10-31 09:38:45 +00:00
Gav Wood
477dbf36f5
Disable verbose in gitlab CI ( #2999 )
...
* Allow warnings.
* Disable verbose.
2016-10-31 10:36:30 +01:00
GitLab Build Bot
c2c7585619
[ci skip] js-precompiled 20161031-090648
2016-10-31 09:07:51 +00:00
Gav Wood
f5f3edf239
Allow warnings. ( #2998 )
...
Allow warnings in gitlab
2016-10-31 09:55:24 +01:00
GitLab Build Bot
921fde43a7
[ci skip] js-precompiled 20161031-084918
2016-10-31 08:50:17 +00:00
Denis S. Soldatov aka General-Beck
ce20b226a5
Update gitlab-ci
2016-10-31 15:47:47 +07:00
GitLab Build Bot
0ff5b18bcb
[ci skip] js-precompiled 20161031-071713
2016-10-31 07:18:12 +00:00
Denis S. Soldatov aka General-Beck
f4332933e9
Update gilab-ci
...
add --no-release test option
RUSTFLAGS="-D warnings"
2016-10-31 14:16:06 +07:00
GitLab Build Bot
aa4b124005
[ci skip] js-precompiled 20161031-053203
2016-10-31 05:33:10 +00:00
Gav Wood
29cdfa9061
Fix the brainwallet functionality. ( #2994 )
2016-10-31 00:01:23 +01:00
keorn
fc4664ab12
Merge branch 'master' into auth-round-no-mocknet
2016-10-30 21:18:52 +00:00
keorn
37ca1fa497
Merge remote-tracking branch 'parity/master'
2016-10-30 20:45:28 +00:00
Jaco Greeff
6da02e0a7a
s/Used/Provided/ gas ( #2993 )
2016-10-30 20:38:07 +01:00
GitLab Build Bot
3e8900db3e
[ci skip] js-precompiled 20161030-164930
2016-10-30 16:50:29 +00:00
Arkadiy Paronyan
cf027d74f9
Print messages to stderr ( #2991 )
2016-10-30 17:48:36 +01:00
GitLab Build Bot
6b85d58ae7
[ci skip] js-precompiled 20161030-144119
2016-10-30 14:42:20 +00:00
Arkadiy Paronyan
6931878ff1
Networking and syncing tweaks ( #2990 )
...
* Reduce periodic snapshot delay
* Prevent connecting to peers over the min_peers limit
* Smaller block requests for slower connections
2016-10-30 15:39:36 +01:00
GitLab Build Bot
d3a2f7dce9
[ci skip] js-precompiled 20161030-120641
2016-10-30 12:07:40 +00:00
Arkadiy Paronyan
43f40d37f6
Allow build warnings ( #2985 )
2016-10-30 13:05:33 +01:00
GitLab Build Bot
0b835323b9
[ci skip] js-precompiled 20161030-113341
2016-10-30 11:34:48 +00:00
Jaco Greeff
10a6e95d8a
Display network status for finished Signer requests ( #2983 )
...
* Display confirmation for finished requests
* Update box padding
2016-10-30 12:20:52 +01:00
Arkadiy Paronyan
4ded10fcbe
Fixed transaction propagation ( #2984 )
2016-10-30 12:19:20 +01:00
GitLab Build Bot
0189481ee6
[ci skip] js-precompiled 20161030-090922
2016-10-30 09:10:18 +00:00
Arkadiy Paronyan
bccc56b6b0
mio version bump ( #2982 )
2016-10-30 09:56:34 +01:00
Jaco Greeff
70f87ea002
Publish parity.js to npmjs registry ( #2978 )
...
* Skeleton packages
* Publish parity.js package to npm
* [ci skip] js-precompiled 20161029-190427
* Extra step information
* [ci skip] js-precompiled 20161029-192209
* Use autToken for npmjs (cannot run headless in docker)
* [ci skip] js-precompiled 20161029-193414
* Correct package.json structure
* [ci skip] js-precompiled 20161029-194003
* Scope package to public
* [ci skip] js-precompiled 20161029-194529
* Start package version at 0.1.0
* Build proper umd library
* [ci skip] js-precompiled 20161029-231233
* Update build/release stage
* [ci skip] js-precompiled 20161030-071454
* Basic README.md to satisfy npmjs
* [ci skip] js-precompiled 20161030-073150
* CommonJs format
* [ci skip] js-precompiled 20161030-075034
* Update README.md
* update dependencies
* [ci skip] js-precompiled 20161030-075727
* Starting package version
* Build only on master
2016-10-30 09:55:46 +01:00
Jaco Greeff
acaa40e221
Import raw private key ( #2945 )
...
* Initial selection screen
* UI in-place
* Make actual import API calls
* Simplify value checking logic
2016-10-30 09:54:21 +01:00
GitLab Build Bot
3002219250
[ci skip] js-precompiled 20161030-083815
2016-10-30 08:39:09 +00:00
Jannis Redmann
86c0dbeedc
refactor etherscan.io links ( #2896 )
...
* use proper querystring builder
* etherscan.txLink helper
* refactor to etherscan.txLink
* etherscan.addressLink helper
* refactor to etherscan.addressLink
* move txLink & addressLink into common file
2016-10-30 09:37:15 +01:00
GitLab Build Bot
222b2b70ea
[ci skip] js-precompiled 20161029-192902
2016-10-29 19:29:59 +00:00
Arkadiy Paronyan
8796574e5a
Use separate lock for code cache ( #2977 )
2016-10-29 21:27:53 +02:00
GitLab Build Bot
5a8cee9557
[ci skip] js-precompiled 20161029-185701
2016-10-29 18:57:56 +00:00
arkpar
ffb9cc7b18
Fixed build
2016-10-29 20:41:07 +02:00
Jaco Greeff
e304a2f3fe
Add favicon ( #2974 )
...
* Add favicon.ico
* Add favicon to all html pages
* Cleanup favicon background
2016-10-29 19:06:33 +02:00
GitLab Build Bot
c24ac577fb
[ci skip] js-precompiled 20161029-160033
2016-10-29 16:01:29 +00:00
arkpar
fca545ce98
Removed junk file
2016-10-29 17:59:27 +02:00
GitLab Build Bot
e2b82e1e37
[ci skip] js-precompiled 20161029-154241
2016-10-29 15:44:04 +00:00
Jaco Greeff
4d1cfd6706
Align password change dialog with create ( #2970 )
2016-10-29 17:39:08 +02:00
Arkadiy Paronyan
c342fa3035
WS bump ( #2973 )
2016-10-29 17:38:50 +02:00
Arkadiy Paronyan
99d6d87e78
Discovery performance optimization ( #2972 )
2016-10-29 17:38:34 +02:00
GitLab Build Bot
3a6c1c377c
[ci skip] js-precompiled 20161029-133354
2016-10-29 13:34:58 +00:00
Jaco Greeff
49a7b84f14
Pass gas & gasPrice to token transfers ( #2964 )
2016-10-29 15:32:10 +02:00
Tomasz Drwięga
144930f12c
Updating ws-rs ( #2962 )
2016-10-29 15:31:13 +02:00
GitLab Build Bot
fe02f93e4c
[ci skip] js-precompiled 20161029-114119
2016-10-29 11:42:16 +00:00
GitLab Build Bot
598679000c
[ci skip] js-precompiled 20161029-112814
2016-10-29 11:29:09 +00:00
GitLab Build Bot
1a258fc0a7
[ci skip] js-precompiled 20161029-112006
2016-10-29 11:21:07 +00:00
Robert Habermeier
227bf4b8c5
Run cargo with verbose flag when testing ( #2943 )
...
* Run cargo with verbose flag when testing
* use full verbose flag
2016-10-29 13:09:16 +02:00
Tomasz Drwięga
f17cad9dff
Fixing clippy warnings 2 ( #2961 )
2016-10-29 13:08:49 +02:00
Arkadiy Paronyan
9e82eeccfe
Snapshot sync improvements ( #2960 )
...
* Status packet timeout
* Snapshot collection state
* Pause snapshot download
* Updated tests
2016-10-29 13:07:06 +02:00
GitLab Build Bot
290ed3343f
[ci skip] js-precompiled 20161029-110604
2016-10-29 11:06:59 +00:00
Jaco Greeff
65c985bef3
Gavcoin event display updates ( #2956 )
...
* Mapp all known addresses
* Display timestamp in event log
* Shorten addresses
* Display "Pending" timestamps as well
* Pending/Loading with empty timestamp
2016-10-29 13:04:47 +02:00
GitLab Build Bot
e1cf6f7dd0
[ci skip] js-precompiled 20161029-075744
2016-10-29 07:58:45 +00:00
Jaco Greeff
c61526f8d5
Eslint fixes (package upgrade) ( #2957 )
2016-10-29 09:55:55 +02:00
GitLab Build Bot
3e3230aa34
[ci skip] js-precompiled 20161028-184917
2016-10-28 18:50:17 +00:00
Denis S. Soldatov aka General-Beck
40d794ddfd
Update gitlab-ci
2016-10-29 01:47:05 +07:00
keorn
7976f46231
Merge branch 'master' into auth-round-no-mocknet
2016-10-28 17:53:23 +01:00
keorn
63cc5c0e60
Merge remote-tracking branch 'parity/master'
2016-10-28 17:52:48 +01:00
GitLab Build Bot
8cd66f14d5
[ci skip] js-precompiled 20161028-160553
2016-10-28 16:06:51 +00:00
Denis S. Soldatov aka General-Beck
1094dfbe6b
Update gitlab-ci
...
add darwin and windows tests
2016-10-28 23:04:00 +07:00
GitLab Build Bot
ef0ed5833a
[ci skip] js-precompiled 20161028-155009
2016-10-28 15:51:18 +00:00
Jaco Greeff
8d66fc50e2
Add import of raw private key RPCs ( #2942 )
...
* Importing an account from raw secret
* Add jsapi & jsonrpc for personal_newAccountFromSecret
2016-10-28 16:46:25 +02:00
Jaco Greeff
6abd08f5b2
Bring in styling queues from original Gavcoin ( #2936 )
...
* Bring in styling queues from original
* NewTranch background colour update
2016-10-28 16:46:11 +02:00
Tomasz Drwięga
0f0334275e
Validating minimal required gas for a transaction ( #2937 )
...
* Validating minimal required gas for a transaction
* Adding RPC case and note
* Fixing whitespace [ci skip]
2016-10-28 16:42:24 +02:00
Robert Habermeier
2806f1d4c9
Even more snapshot validity checks ( #2935 )
...
* clarify "cancelled periodic snapshot" message
* more rigorous checks for snapshot validity
* verify ancient blocks on import
* limit number of fed blocks
* make it possible to feed snapshot service canonical hashes
* fix failing test build
* swap ethash DAG only when more recent
2016-10-28 16:10:30 +02:00
Robert Habermeier
29ab4ecac1
Shared code cache ( #2921 )
...
* add a global code cache
* extract memory-limited lru cache to util
* use memory-limited code cache
* account for code cache size in mem_used
2016-10-28 16:04:44 +02:00
Tomasz Drwięga
956a059a06
Updating bootnodes for ETC ( #2938 )
2016-10-28 16:02:23 +02:00
Arkadiy Paronyan
55efa16e42
More bootnodes ( #2926 )
2016-10-28 12:00:01 +02:00
GitLab Build Bot
151ec869a6
[ci skip] js-precompiled 20161027-204107
2016-10-27 22:41:22 +02:00
Jaco Greeff
908e563f18
Revert hash updates until testable ( #2925 )
...
* Revert hash updates until testable
* Re-add hash to echo (debug info)
2016-10-27 22:26:47 +02:00
Jaco Greeff
a9e7f59203
Merge branch 'master' into jg-js-release-fix ( #2924 )
...
# Conflicts:
# js/scripts/release.sh
2016-10-27 21:15:41 +02:00
Jaco Greeff
9fd8ac6a15
additional release.sh debugging info ( #2922 )
2016-10-27 21:05:47 +02:00
GitLab Build Bot
22af04e81d
[ci skip] js-precompiled 20161027-175225
2016-10-27 17:53:23 +00:00
Jaco Greeff
a4e84c375e
Pass the js-precompiled commit hash to cargo update ( #2920 )
2016-10-27 19:30:13 +02:00
Tomasz Drwięga
07fca24b44
Next nonce RPC ( #2917 )
2016-10-27 19:29:55 +02:00
Tomasz Drwięga
dedc4d5cfc
Get rid of duplicated code ( #2915 )
2016-10-27 19:29:23 +02:00
Tomasz Drwięga
152a551e8b
Transaction Queue banning ( #2524 )
...
* Blacklisting transaction queue
* Using blacklisting queue in miner
* Restoring todo [ci:skip]
* Blacklisting recipients and code
* Renaming blacklisting->banning
* CLI option for banning.
* Fixing submodule commit [ci:skip]
* Fixing RPC tests
* Additional logging when dropping transactions
* whitespace
[ci:skip]
* Configurable ban duration
* Reverting fix for pruning history from config file
2016-10-27 19:28:34 +02:00
Tomasz Drwięga
ce37b6dcb9
Revert to gas price ordering ( #2919 )
2016-10-27 19:27:08 +02:00
Jaco Greeff
8dff4012a6
Personal split ( #2879 )
...
* Split personal namespace into Safe and Unsafe part
* Re-add api.personal.accountsInfo() calls to dapps
* Removing listGethAccounts from safe personal
2016-10-27 19:26:34 +02:00
GitLab Build Bot
abb1da5f4b
[ci skip] js-precompiled 20161027-164817
2016-10-27 16:49:18 +00:00
Denis S. Soldatov aka General-Beck
90aa2fefc2
Update gitlab-ci
...
fix darwin md5
2016-10-27 23:13:51 +07:00
GitLab Build Bot
bb14eea66c
[ci skip] js-precompiled 20161027-150816
2016-10-27 15:09:11 +00:00
Tomasz Drwięga
8cef517788
Fixing config values for pruning_history ( #2918 )
2016-10-27 16:56:18 +02:00
GitLab Build Bot
7c6112e9f0
[ci skip] js-precompiled 20161027-143256
2016-10-27 14:33:50 +00:00
arkpar
6978042c16
Packet id tracing
2016-10-27 16:20:11 +02:00
Robert Habermeier
3a5843c40f
skeleton and request traits
2016-10-27 15:45:59 +02:00
GitLab Build Bot
123b75179c
[ci skip] js-precompiled 20161027-133941
2016-10-27 13:40:42 +00:00
Nikolay Volf
d315ec29e1
Apply pending block details on commit ( #2254 )
...
* failing test
* Cache pending details
* [ci skip] updated comment
2016-10-27 15:26:29 +02:00
Arkadiy Paronyan
3edd9e4bee
Fixed GetNodeData output ( #2892 )
2016-10-27 15:25:54 +02:00
Robert Habermeier
a7e420d9ec
stub implementation of provider for client
2016-10-27 15:09:17 +02:00
GitLab Build Bot
176dc0e945
[ci skip] js-precompiled 20161027-115054
2016-10-27 11:51:52 +00:00
Arkadiy Paronyan
bdc372462a
Change sync protocol ID ( #2912 )
2016-10-27 13:49:44 +02:00
GitLab Build Bot
02b6d3943d
[ci skip] js-precompiled 20161027-070811
2016-10-27 07:09:06 +00:00
Denis S. Soldatov aka General-Beck
3347d59042
Update gitlab-ci
...
add to arm*
export HOST_CC=gcc
export HOST_CXX=g++
2016-10-27 14:00:05 +07:00
GitLab Build Bot
005bdd5d07
[ci skip] js-precompiled 20161027-065456
2016-10-27 06:55:53 +00:00
Denis S. Soldatov aka General-Beck
8e6ca7fc61
Update gitlab-ci
...
remove armv6 from master
[ci skip]
2016-10-27 13:45:16 +07:00
Denis S. Soldatov aka General-Beck
ae46361b33
Update gitlab-ci
...
fix windows HOST_CC HOST_CXX -> x86_64-pc-windows-msvc
2016-10-27 13:42:09 +07:00
GitLab Build Bot
6c79decdda
[ci skip] js-precompiled 20161027-062905
2016-10-27 06:30:05 +00:00
Tomasz Drwięga
88997801d0
Clippy bump ( #2877 )
...
* Bumping clippy
* Fixing warnings
* Fix the "fix"
2016-10-27 08:28:12 +02:00
GitLab Build Bot
9bfb8094cc
[ci skip] js-precompiled 20161027-025520
2016-10-27 02:56:17 +00:00
Denis S. Soldatov aka General-Beck
e668fc4c55
Update gitlab-ci
...
fix arm* build ENV
2016-10-27 09:53:51 +07:00
GitLab Build Bot
a08b331856
[ci skip] js-precompiled 20161026-203802
2016-10-26 20:39:01 +00:00
Jaco Greeff
d72ea19e54
iconomi token images ( #2906 )
2016-10-26 22:25:51 +02:00
GitLab Build Bot
58b963b93d
[ci skip] js-precompiled 20161026-194241
2016-10-26 19:44:08 +00:00
Nicolas Gotchac
f7259c26d1
Fixes too long desc and Token Balance Value ( #2891 ) ( #2902 )
2016-10-26 21:25:03 +02:00
Denis S. Soldatov aka General-Beck
0e14738147
Update gitlab-ci
...
enable arm* in master branch
2016-10-27 02:12:05 +07:00
GitLab Build Bot
f58ccfb435
[ci skip] js-precompiled 20161026-165632
2016-10-26 16:57:31 +00:00
keorn
3ff26dd544
Merge branch 'master' into auth-round-no-mocknet
2016-10-26 17:50:04 +01:00
Nicolas Gotchac
6b2cffd312
Merge branch 'master' into ng-accounts-backup
2016-10-26 18:43:05 +02:00
Nicolas Gotchac
e018739ba9
Removed unused Format => Use JSON for Export
2016-10-26 18:42:52 +02:00
keorn
4ee669b77e
Merge remote-tracking branch 'parity/master'
2016-10-26 16:53:30 +01:00
Jaco Greeff
e449477f23
Add mising imgages for local dapps ( #2890 )
2016-10-26 17:04:48 +02:00
GitLab Build Bot
215c82d744
[ci skip] js-precompiled 20161026-144207
2016-10-26 14:43:01 +00:00
Nicolas Gotchac
99fab5cdb9
Fix Webpack, again ( #2895 )
...
* Add inject to "bundle everything" list
* Fixes the `build-server` script // Updates Webpack config (#2872 )
* New Webpack config file for libraries
* Added `parity-utils` path
* Removed parity in CommonChunks prod
* Fixes CI build
* Re-Add Libs in Webpack Config
2016-10-26 16:27:53 +02:00
keorn
a1745624ce
enable suicide test ( #2893 )
2016-10-26 16:27:38 +02:00
GitLab Build Bot
6901d087dd
[ci skip] js-precompiled 20161026-141507
2016-10-26 14:16:03 +00:00
Arkadiy Paronyan
f024acd329
More snapshot fixes and optimizations ( #2883 )
...
* More snapshot fixes and optimizations
* db drop
2016-10-26 16:14:13 +02:00
GitLab Build Bot
c36202fcf5
[ci skip] js-precompiled 20161026-131806
2016-10-26 13:19:04 +00:00
Nicolas Gotchac
af27bfe868
Fixes CI JS precompiled build ( #2886 )
...
* Add inject to "bundle everything" list
* Fixes the `build-server` script // Updates Webpack config (#2872 )
* New Webpack config file for libraries
* Added `parity-utils` path
* Removed parity in CommonChunks prod
* Fixes CI build
2016-10-26 14:59:45 +02:00
Jannis Redmann
49d44cfccc
merge #2884 from ng-empty-tag-fix
...
Fix empty tags modification
2016-10-26 14:57:47 +02:00
Robert Habermeier
4b82392371
merge with master
2016-10-26 14:17:13 +02:00
GitLab Build Bot
909fb1d54e
[ci skip] js-precompiled 20161026-121420
2016-10-26 12:15:18 +00:00
GitLab Build Bot
cdc348d955
[ci skip] js-precompiled 20161026-120247
2016-10-26 12:03:52 +00:00
Gav Wood
c9298981f8
Fix up informant. ( #2865 )
...
Just ensure as many transactions/blocks are reported as possible.
2016-10-26 13:57:54 +02:00
Nicolas Gotchac
0441babb5f
Fix empty tags modif. ( #2882 )
2016-10-26 13:55:41 +02:00
Arkadiy Paronyan
5b978be034
Get rid of MemoryDB denote ( #2881 )
2016-10-26 13:53:47 +02:00
GitLab Build Bot
436b7c213d
[ci skip] js-precompiled 20161026-114541
2016-10-26 11:46:34 +00:00
Jaco Greeff
c8809b3396
Add inject to "bundle everything" list ( #2871 )
...
* Add inject to "bundle everything" list
* Fixes the `build-server` script // Updates Webpack config (#2872 )
* New Webpack config file for libraries
* Added `parity-utils` path
* Removed parity in CommonChunks prod
2016-10-26 13:44:38 +02:00
GitLab Build Bot
71e973cb0b
[ci skip] js-precompiled 20161026-100446
2016-10-26 10:05:40 +00:00
Nicolas Gotchac
1b0a87cdde
Removed CSV Export option ( #2147 )
2016-10-26 11:59:25 +02:00
Nicolas Gotchac
c05430e25e
Fixes signer errors throwing // MaterialUI Update errors too ( #2867 ) ( #2876 )
2016-10-26 11:56:38 +02:00
GitLab Build Bot
3cd724d056
[ci skip] js-precompiled 20161026-095510
2016-10-26 09:56:14 +00:00
Nicolas Gotchac
14014dd208
Merge pull request #2878 from ethcore/jg-fix-tests
...
Fix failing tests after log parsing updates
2016-10-26 11:53:24 +02:00
GitLab Build Bot
e1c2cff957
fix failing tests after log parsing updates
2016-10-26 10:41:46 +02:00
GitLab Build Bot
162d1a032b
[ci skip] js-precompiled 20161026-044349
2016-10-26 04:44:46 +00:00
Denis S. Soldatov aka General-Beck
d28af0a3ab
Update deb-build.sh
...
change email
2016-10-26 11:41:54 +07:00
Denis S. Soldatov aka General-Beck
70d6ad6682
Create deb-build.sh
...
[ci skip]
add sh for deb build
2016-10-26 11:36:07 +07:00
GitLab Build Bot
7b7ce4a0b1
[ci skip] js-precompiled 20161026-040753
2016-10-26 04:08:54 +00:00
Denis S. Soldatov aka General-Beck
51a78d290e
Update gitlab-ci
...
add arm* bulds
add deb packages (amd64,arm64,armhf)
2016-10-26 10:57:35 +07:00
GitLab Build Bot
20d43b9c26
[ci skip] js-precompiled 20161025-203648
2016-10-25 20:37:47 +00:00
Robert Habermeier
33748c2046
Sweep some more panics ( #2848 )
...
* purge unwraps from ethcrypto, ethstore
* sweep panics from util
2016-10-25 22:34:52 +02:00
Jaco Greeff
d1d82e787b
Make GitLab js-precompiled really update Cargo.toml in main repo ( #2869 )
...
* Src outputs into build.sh
* reset detatched head
* add .dist
* testing for this branch
* update comments, be explicit is what we are doing
* [ci skip] js-precompiled 20161025-173946
* Revert "[ci skip] js-precompiled 20161025-173946"
This reverts commit 0d23f7683c6e18e4642566313963c130684afa90.
* remove testing branch
* typo
2016-10-25 22:27:13 +02:00
Nikolay Volf
014e47a50a
Merge pull request #2870 from ethcore/ipc-bump-5
...
IPC version bump
2016-10-25 23:23:42 +03:00
NikVolf
f81787d603
ipc version bump
2016-10-25 21:28:54 +03:00
Arkadiy Paronyan
135d5d0e4c
Snapshot fixes and optimizations ( #2863 )
2016-10-25 18:40:01 +02:00
Nicolas Gotchac
61f41cdbe2
Add exporting to CSV ( #2147 )
2016-10-25 18:26:47 +02:00
Nicolas Gotchac
92bdfb1234
Add Export button to Accounts ( #2147 )
2016-10-25 18:06:05 +02:00
Nicolas Gotchac
2d2e9c4d6e
Add Check and Change Password for an Account ( #2861 )
...
* Added new RPC endpoints to JSAPI (#2389 )
* Added modal in Account Page to test & modify password (#2389 )
* Modify hint with password change // Better tabs (#2556 )
2016-10-25 17:54:01 +02:00
Jaco Greeff
e71c752210
Output git fetch/push to log files ( #2862 )
...
* add -q options for fetch & push
* Store log in .gitignored location
* update GITLOG command location
* Remove test branch
2016-10-25 17:39:19 +02:00
GitLab Build Bot
03e2aa61e2
[ci skip] js-precompiled 20161025-153329
2016-10-25 17:33:46 +02:00
Jaco Greeff
7eacf07629
Align contract event log l&f with transactions ( #2812 )
...
* Event into own component, align with transactions
* Pass value & type through from event log params
* Reformat display columns
2016-10-25 16:02:12 +02:00
keorn
8d0cff3599
Nicer port in use errors ( #2859 )
...
* dapps port
* rpc port
* signer port
* different instance as possible cause
* network port
2016-10-25 15:55:53 +02:00
Jaco Greeff
4fc1c5f42e
Remove personal_* calls from dapps ( #2860 )
...
* remove accountsInfo & listAccounts
* registry accounts selector works
2016-10-25 15:15:22 +02:00
Jaco Greeff
b6f2628018
Token sorting, zero-ETH transfer & token decimals ( #2805 )
...
* Error trapping for decimals (Fixes #2799 )
* Sort tokens by tag (Closes #2789 )
* PR comments
* Always display ETH
* Recalculate in all cases (traps >available)
2016-10-25 13:22:27 +02:00
Gav Wood
a6fd922ffb
Don't fail badly when no transactions in last 100 blocks. ( #2856 )
2016-10-25 12:21:21 +02:00
Tomasz Drwięga
5ae87a64b1
Bumping ws-rs ( #2851 )
2016-10-25 12:12:09 +02:00
Tomasz Drwięga
1af40a3db3
Fixing UI compilation ( #2853 )
2016-10-25 12:11:56 +02:00
Nicolas Gotchac
037a8c7625
Removes event name in unsubscribe API + Tests ( #2364 ) ( #2844 )
2016-10-25 11:43:24 +02:00
Jaco Greeff
9f6da3f829
Don't return empty names as clickable titles ( #2809 )
...
* Don't return empty names (Fixes #2786 )
* add trim in validation
2016-10-25 11:43:05 +02:00
Jaco Greeff
285727e2fd
Auto-bump js-precompiled on release ( #2828 )
...
* Auto-bump js-precompiled on release
* [ci skip] js-precompiled 20161022-232245
* Remove old GitLab tests
* Only move file.ext (get rid of error)
* allow add, commit & push failures (auto-bump)
2016-10-25 09:36:42 +02:00
Denis S. Soldatov aka General-Beck
cf67ed964e
Update gitlab-ci
...
fix windows RUSTFLAGS
2016-10-25 04:54:43 +07:00
Denis S. Soldatov aka General-Beck
97cdc2b4ac
Update gitlab-ci
...
fix RUSTFLAGS in win build
2016-10-25 04:48:38 +07:00
Denis S. Soldatov aka General-Beck
df23c9931c
Update gitlab-ci
...
Add Global ENV RUSTFLAGS="-D warnings"
2016-10-25 03:31:22 +07:00
Robert Habermeier
0fedc27332
Remove ethcore::common re-export module ( #2792 )
...
* no longer export action_params
* remove transaction, header, receipt re-rexports from common
* remove env_info and builtins re-exports from common
* remove everything but util export from common
* replace common usages with util, remove module
* add a prelude module for ethcore-bigint
2016-10-24 18:35:25 +02:00
Arkadiy Paronyan
edbd667696
Prevent database corruption on OOM ( #2832 )
...
* Prevent database corruption on OOM
* Renamed write_flushing
2016-10-24 18:32:06 +02:00
Nicolas Gotchac
1b42e9a9af
Added Export Component in Actionbar => export Addressbook ( #2153 ) ( #2847 )
2016-10-24 18:27:35 +02:00
Robert Habermeier
bc81ae0407
Snapshot and blockchain stability improvements ( #2843 )
...
* allow taking snapshot from just-restored database without error
* make creation informant less spammy
* Ancestry iterator failure-resilient
* make uncle hash searching resilient to incomplete chain
* deduce pre-chunk info from last written block's details
2016-10-24 18:27:23 +02:00
Arkadiy Paronyan
1a5bae8ef1
Extended network options ( #2845 )
...
* More network configuration options
* Filter UDP requests
* Fixed tests
* Fixed test warning
2016-10-24 18:25:27 +02:00
Robert Habermeier
7f210b05bb
fix failing master test build ( #2846 )
2016-10-24 16:38:32 +02:00
Tomasz Drwięga
16ec413508
Local dapps embeddable on signer port ( #2815 )
2016-10-24 16:36:15 +02:00
Nicolas Gotchac
487da9c9c6
Trigger accounts/contracts search on search input change ( #2838 )
...
* Styling Chips in search bar (#2766 )
* Styling search chips // Add chip on space/comma/... (#2766 )
* Update search on input (#2766 )
* Fixing search triggers bugs (#2766 )
* removed console logs
* Use props instead of weird CSS selectors for Search Bar
* Add tags on space and commas in EditMeta modal (#2766 )
* Fixed empty input in EditMeta modal ; tokens input
2016-10-24 16:35:43 +02:00
keorn
aa05823afe
Merge remote-tracking branch 'parity/master' into auth-round-no-mocknet
2016-10-24 15:32:30 +01:00
arkpar
24fa2888ab
Merge branch 'master' of github.com:ethcore/parity
2016-10-24 16:31:55 +02:00
arkpar
f543108cf5
Fixed tests
2016-10-24 16:31:37 +02:00
Arkadiy Paronyan
9ec091e0cf
Move snapshot sync to a subprotocol ( #2820 )
2016-10-24 16:24:35 +02:00
Jannis Redmann
ff347da8d3
fix node log being reversed ( #2839 )
2016-10-24 15:11:32 +02:00
Nicolas Gotchac
f4203a2571
Fixes currency symbol font size in Shapeshift modal ( #2840 )
...
* Fix case error in Dapps import
* Fixed big input in modal and currency symbols size (#2718 )
* `em` instead of `rem`
2016-10-24 15:10:27 +02:00
Tomasz Drwięga
4ea67ff91d
Disable personal APIs by default ( #2834 )
2016-10-24 15:10:13 +02:00
Tomasz Drwięga
a293493f93
Clear cached content ( #2833 )
2016-10-24 15:09:47 +02:00
Jaco Greeff
e0207b594b
Add ethcore_[dapps|signer]Port APIs ( #2821 )
...
* Add ethcore_[dapps|signer]Port APIs
* typo
2016-10-24 15:09:33 +02:00
Arkadiy Paronyan
44a560e964
CLI option to skip seal check when importing ( #2842 )
2016-10-24 15:09:13 +02:00
Jannis Redmann
9500f2b83d
merge #2837 from ng-import-case-fix
...
Fix case error in Dapps import
2016-10-24 13:13:39 +02:00
Jannis Redmann
a3d92857dc
merge #2841 from ng-fix-address-select
...
Double click on address in account detail view should select it
2016-10-24 13:12:21 +02:00
Nicolas Gotchac
35925db825
Double click on address in account detail view should select it
2016-10-24 13:03:44 +02:00
Jaco Greeff
66a8d534ef
Bump js-precompiled to 20161022-223915 UTC ( #2826 )
2016-10-24 12:28:32 +02:00
Jaco Greeff
7e84b078dd
Adjust paths to handle CORS changes ( #2816 )
...
* Adjust :8080 paths for CORS & development
* No need to redirect, Node takes care of it
2016-10-24 12:21:52 +02:00
Tomasz Drwięga
e5f86c62ad
Dapps port RPC ( #2819 )
2016-10-24 12:21:15 +02:00
Nicolas Gotchac
bd040d4cfd
Fix case error in Dapps import
2016-10-24 10:28:18 +02:00
Jaco Greeff
8cf9934cab
Update build to working version on repo ( #2825 )
2016-10-23 00:28:19 +02:00
Jaco Greeff
3637c6ad9a
Adjust network name badge colours (darker) ( #2823 )
2016-10-22 22:29:47 +02:00
Tomasz Drwięga
aca82fb84b
Removing submodule in favour of rust crate ( #2756 )
...
* Removing submodule
* Fixing UI dependency structure.
* Merging RS and JS package
* Updating release script to push also rs files
* fix merge gone wrong
* Fixing compilation
2016-10-22 20:07:12 +02:00
Tomasz Drwięga
20591e882e
Return old-ish content even when syncing ( #2757 )
2016-10-22 20:06:30 +02:00
Jannis Redmann
bf827a758f
fix Signer UI ( #2750 )
...
* fix Signer UI
* resolve conflicts
2016-10-22 19:25:30 +02:00
Jaco Greeff
cf9ad991db
USG, GBP, Euro & Yuan updates ( #2818 )
2016-10-22 18:02:48 +02:00
Jaco Greeff
a1266fccb7
Make local apps available ( Fixes #2771 ) ( #2808 )
2016-10-22 15:49:39 +02:00
Gav Wood
37a2ee98de
Additional RPCs for password management ( #2779 )
...
* Add personal_testPassword and stub for personal_changePassword
* Add change-password functionality.
* Address grumble.
* Update tests.
* Update build.
2016-10-22 14:24:02 +01:00
Robert Habermeier
7bd37e3972
flush DB changes on drop ( #2795 )
2016-10-22 14:22:34 +01:00
Robert Habermeier
8e5c9ff162
rename State::snapshot to checkpoint to avoid confusion ( #2796 )
2016-10-22 14:22:16 +01:00
Tomasz Drwięga
3ff1ca81f4
Missing changes required to make new UI work ( #2793 )
...
* Getting rid of old dapps
* Updating proxypac and allowing home.parity on signer
* CORS support for API
* Fixing CORS - origin is sent with protocol
* Fixing signer with proxy
* Fixing grumbles
* Fix expect msg [ci:skip]
2016-10-22 14:21:41 +01:00
Nicolas Gotchac
9150fce2f1
Merge pull request #2810 from ethcore/jg-tx-formatting
...
Cleanup method decoding (Fixes #2811 )
2016-10-22 10:56:45 +02:00
jacogr
82496ae525
validate meta properly
2016-10-22 10:38:48 +02:00
jacogr
8a60ed1315
empty data is allowed
2016-10-22 10:38:34 +02:00
jacogr
c312f4fb92
don't attempt to map empty types
2016-10-22 10:21:33 +02:00
jacogr
db4f1c382e
format blockNumber consistently
2016-10-22 09:58:50 +02:00
Nicolas Gotchac
76cded7fa4
Use trace API for decentralized transaction list ( #2784 )
...
* Using traces when available to get accounts transactions (#2148 )
* Fixed traceMode detection and transactions rendering (#2148 )
* [WIP] Use Redux Thunk in main UI => Async Actions (#2148 )
* Using Redux for Transaction / Block / Methods... (#2148 )
* Use BigNumber comparedTo function to sort txs (#2148 )
2016-10-22 09:45:54 +02:00
keorn
479657b23b
Automatic compaction selection on Linux ( #2785 )
...
* add auto compaction types
* pass db paths
* detect drive type on Linux
* use base db path
* add docstring
* limit the test to be side effect free
* use base db path
* more docs
* fix parsing test
* update error
* detect only on Linux
* make test Linux only
* add second device letter, update cli doc
* use spaces in cli doc
* import only on linux
* default->auto
2016-10-21 23:21:57 +02:00
Jaco Greeff
df799362bf
Update token images ( #2804 )
...
* Additional token images
* Add HKG image token
* Updated token images
2016-10-21 21:24:12 +02:00
Jaco Greeff
2689b13681
Hackergold token images ( #2801 )
...
* Additional token images
* Add HKG image token
2016-10-21 21:02:10 +02:00
Jaco Greeff
87f52f092e
Additional token images ( #2800 )
2016-10-21 20:59:29 +02:00
Robert Habermeier
49ef9a1aa4
Add empty account existence test from beta. ( #2769 )
...
* add bloom filter existence test from beta
* fix U256 instantiation for master
2016-10-21 20:36:40 +02:00
Jaco Greeff
f58bdf2ccf
Additional token images ( #2798 )
2016-10-21 19:50:17 +02:00
Arkadiy Paronyan
6f7b7638f4
Resolve morden fork ( #2773 )
2016-10-21 19:23:05 +02:00
Robert Habermeier
115f782935
Merge pull request #2778 from ethcore/siphasher
...
Using SipHashes from crates.io
2016-10-21 17:36:06 +02:00
Nicolas Gotchac
dc5dd6b941
Bumped Material UI version (fixing issues with AutoComplete) ( #2790 )
...
Fixed issues with Searchable addresses
2016-10-21 17:01:06 +02:00
Nicolas Gotchac
c24f4e87ad
Merge pull request #2788 from ethcore/jg-images-currency
...
Currency icons
2016-10-21 15:23:32 +02:00
jacogr
cb68599a6d
Currency icons
2016-10-21 15:22:14 +02:00
Jaco Greeff
dc8fcfde20
Update token images ( #2783 )
2016-10-21 13:44:34 +02:00
Robert Habermeier
31bb0c59f0
Merge pull request #2775 from ethcore/fix-master
...
Fix warning in master
2016-10-21 12:11:24 +02:00
Tomasz Drwięga
d3ae463a75
Using SipHasher from crates.io
2016-10-21 11:57:30 +02:00
Tomasz Drwięga
5aadda95c3
Using DefaultHasher instead of SipHasher
2016-10-21 11:26:29 +02:00
keorn
9ecea24a89
fix warning
2016-10-21 10:10:12 +01:00
Nicolas Gotchac
b2da168ff2
Merge pull request #2768 from ethcore/jg-basiccoin
...
Update name of basiccoin manager
2016-10-21 09:54:54 +01:00
jacogr
e55d6def73
Update name of basiccoin manager
2016-10-21 00:21:08 +02:00
Robert Habermeier
96f4c10453
sweep most unwraps from ethcore crate, dapps crate ( #2762 )
...
* sweep most unwraps from ethcore crate
* purge unwrap from dapps server
* whitespace
[ci:none]
2016-10-20 23:41:15 +02:00
keorn
866ab9c7a3
Check queue to determine major importing ( #2763 )
...
* simplify major sync detection
* fix typos
* fix merge
* more realistic EthTester
* add new synced state
* remove Blocks synced state
* move is_major_importing to rpc crate and check queue
* add tests
2016-10-20 23:36:18 +02:00
Nicolas Gotchac
236fb82886
Trace filtering fix ( #2760 )
...
* (#2751 ) Trace filtering fix:
Don't test contract address against empty array in trace filtering
* Fixes spaces/typo
* Simplify the Trace Filtering (#2751 )
* Removed unused `strictly_matches` fn
2016-10-20 23:35:56 +02:00
Jaco Greeff
7efffea34b
Update js precompiled to 20161020-141636 ( #2761 )
2016-10-20 17:40:51 +02:00
Robert Habermeier
7359af8588
Incrementally calculate verification queue heap size ( #2749 )
...
* incrementally calculate queue heap size
* query the correct queue sizes
2016-10-20 17:19:31 +02:00
Arkadiy Paronyan
ae853a7557
Don't add empty accounts to bloom ( #2753 )
2016-10-20 16:49:27 +02:00
Jannis Redmann
68efbe32bf
fix contract deployments not showing up ( #2759 )
...
* fix contract deployments not showing up
I'm really not happy with this.
Since the Signer consists of many, deeply nested, components, which in many cases
just pass props through, it's hard to trace this. `<TransactionPending>` is
supposed to fetch data from Parity (smart component) and pass it on to its (dumb)
children. For that, it needs to know implementation details of them.
* eslint 💄
2016-10-20 16:37:25 +02:00
Nicolas Gotchac
5c49168a66
Fix positionning issue of Icon in Address Selection ( #2754 )
2016-10-20 16:35:08 +02:00
Jannis Redmann
67f734cb20
fix linting issues ( #2758 )
2016-10-20 16:09:58 +02:00
Denis S. Soldatov aka General-Beck
d70503b874
Dockerfile for ubuntu stable
...
Add Dockerfile for parity stable branch
2016-10-20 21:00:09 +07:00
Tomasz Drwięga
0017a43364
Making Trie.iter non-recursive ( #2733 )
2016-10-20 14:49:44 +02:00
Arkadiy Paronyan
906dcd7bfe
Block import optimization ( #2748 )
...
* Block import optimization
* whitespace
[ci:none]
2016-10-20 14:49:12 +02:00
Jaco Greeff
8ef598990a
Update js-precompiled to 20161020-110858 ( #2752 )
2016-10-20 14:35:48 +02:00
Tomasz Drwięga
cd4e21e1b4
Fixing small files fetching ( #2742 )
...
* Fixing small files fetching
* Fixing a case where tranfer encoding is not chunked
2016-10-20 12:57:48 +02:00
Arkadiy Paronyan
7db42df1db
Fixed stalled sync ( #2747 )
2016-10-20 12:56:37 +02:00
Jannis Redmann
d2e4bafaa5
refactor signer components ( #2691 )
...
* remove TransactionPendingWeb3
* remove TransactionFinishedWeb3
* remove SignRequestWeb3
2016-10-20 11:31:23 +02:00
Jaco Greeff
81f8e86e47
Png images with backgrounds from original svg ( #2740 )
2016-10-20 11:25:36 +02:00
Nicolas Gotchac
1e21b07e07
Make address selection searchable ( #2739 )
...
* Remove padding on address input if empty (#2141 )
* Use Autocomplete to make address selection searchable (#2141 )
* Adds AutoComplete Wrapper (#2141 )
2016-10-20 11:25:20 +02:00
Jannis Redmann
9b246245bf
very basic dapp add/remove interface ( #2721 )
...
* refactor dapp loading
* basic modal window
* UI for removing dapps
* button to open modal
* eslint 💄 , make dialog scrollable
* Dialog -> ui/Modal
* show dapp hash
2016-10-20 11:22:25 +02:00
Arkadiy Paronyan
20e1d575da
Frontport commits from beta to master ( #2743 )
...
* Remove count limit for local transactions (#2634 )
* Fixed stalled sync
2016-10-20 00:33:00 +02:00
Denis S. Soldatov aka General-Beck
3b8247b631
Update gitlab-ci
...
git submodule update --init - windows
2016-10-20 02:53:16 +07:00
Nicolas Gotchac
248437fa1d
Implements Trace API Formatter ( #2732 )
...
* Add formatter for Traces API output (#2700 )
* Adding formatter tests (#2700 )
2016-10-19 20:15:27 +02:00
Robert Habermeier
146cefdb32
bump parking_lot to 0.3.x series ( #2702 )
2016-10-19 18:35:56 +02:00
keorn
aa52b04e31
Unify major syncing detection ( #2699 )
...
* simplify major sync detection
* fix typos
* fix merge
* more realistic EthTester
* add new synced state
2016-10-19 18:35:39 +02:00
Nicolas Gotchac
319cfb278c
Custom Input props value change must be reflected ( #2734 ) ( #2735 )
2016-10-19 18:34:56 +02:00
Tomasz Drwięga
048d6968b0
Fixing build UI stuff along with Rust ( #2726 )
2016-10-19 18:33:24 +02:00
Jaco Greeff
a71006ebc4
Merge pull request #2731 from ethcore/ng-copy-clipboard-fix
...
Fixed Snackbar not showing and/or behind transactions (#2730 )
2016-10-19 18:04:18 +02:00
Denis S. Soldatov aka General-Beck
5eca5f7bd0
Update gitlab-ci
...
allow_failure: true to Wondows build
2016-10-19 22:47:14 +07:00
keorn
b039323793
Merge pull request #2728 from ethcore/tests-bump
...
Updating json tests to latest develop commit
2016-10-19 16:30:56 +01:00
Denis S. Soldatov aka General-Beck
d8dd3a8019
Update gitlab-ci
...
git submodule update --init
2016-10-19 22:27:35 +07:00
Nicolas Gotchac
c50ef499b3
Fixed Snackbar not showing and/or behind transactions ( #2730 )
2016-10-19 16:58:14 +02:00
Jannis Redmann
9a615da8b2
merge #2727 from dapps-show-errors
...
dapps: show errors
2016-10-19 16:51:05 +02:00
Jannis R
dd51c7ef42
dapps: show errors
2016-10-19 16:40:39 +02:00
Tomasz Drwięga
9869a85ed5
Bumping json tests
2016-10-19 16:31:51 +02:00
Jannis Redmann
60c01e8cc3
merge #2722 from logs-break-lines
...
node logs: break lines
2016-10-19 15:17:55 +02:00
Denis S. Soldatov aka General-Beck
d5a898e761
Update gitlab-ci
...
Add `git submodule init && git submodule update` in Windows build
2016-10-19 19:35:53 +07:00
Jannis R
c4b60b8552
fix styling ✨
2016-10-19 14:03:33 +02:00
Jannis R
6c6ad6d660
node logs: break lines
2016-10-19 13:36:08 +02:00
Tomasz Drwięga
fcac518644
Bumping JSON-RPC http server ( #2714 )
2016-10-19 13:24:48 +02:00
Nicolas Gotchac
dd89ecea43
Add 'Copy to Clipboard' icon in Accounts Header ( #2167 ) ( #2716 )
2016-10-19 13:24:22 +02:00
Jannis Redmann
cf170418d5
merge #2720 from ng-ui-tags-fixes
...
Sort tags when displaying ; use AND for search results
2016-10-19 13:21:54 +02:00
Jaco Greeff
b9a4e42bbe
allow-same-origin for iframe ( #2711 )
2016-10-19 13:18:58 +02:00
Nicolas Gotchac
749e1e44b9
Use Array.prototype.some instead of filter then length
2016-10-19 13:15:01 +02:00
Nicolas Gotchac
88eb72468e
Use AND instead of OR for tags search // Sort tags when displayed ( #2719 )
2016-10-19 13:01:06 +02:00
Jaco Greeff
57f33c45cc
Update Registry.sol address (mainnet) ( #2713 )
2016-10-19 12:35:56 +02:00
Nicolas Gotchac
cc10f412dc
Allow tags for Accounts, Addresses and Contracts ( #2712 )
...
* Added tag to the editMeta Modal (#2643 )
* Added Tags to ui and to contract/address/account Header (#2643 )
* Added tags to summary (#2643 )
* Added Search capabilities to contracts/address book/accounts from tokens
(#2643 )
* fixes eslint
* Using Chips/Tokens for search (#2643 )
* Add search tokens, clickable from List (#2643 )
* Add sort capabilities to Accounts / Addresses / Contracts (#2643 )
* Fixes formatting issues + state updates after component unmount bug
(#2643 )
* Remove unused import
* Small fixes for PR #2697
* Added default sort order for Contracts/Addresses/Accounts
* Using official `material-ui-chip-input` NPM package
* Removed LESS from webpack
2016-10-19 11:51:02 +02:00
Jaco Greeff
dadd6b1e7c
Correct parameters for eth_sign ( #2703 )
...
* Cherry-pick eth_sign update/fix
* Correct sign documentation (signs txhash)
2016-10-19 11:04:26 +02:00
Jaco Greeff
6aed6a45d3
Bump js-precompiled to 20161018-161705 ( #2698 )
...
* Global fetch before specific sha fetch
* Update to js-precompiled 20161018-161705
2016-10-19 11:03:08 +02:00
Jaco Greeff
b359e09bb6
Add inject.js (for web3 exposed) ( #2692 )
2016-10-19 11:02:42 +02:00
Tomasz Drwięga
5e67c89b4b
Remove obsolete dapps and update security headers ( #2694 )
...
* Embed allowed only on signer port
* Adding security headers to dapps
* Adding security headers to signer
* Removing old dapps
2016-10-19 11:02:21 +02:00
Arkadiy Paronyan
487dfb0208
Snapshot sync part 2 ( #2098 )
...
* Split block downloader into a module
* Snapshot sync progress
* Warp sync CLI option
* Increased snapshot chunk and ping timeouts
* Fixed an issue with delayed writes
* Updated bootnodes
* Don't run pending IO tasks on shutdown
* Optional first_block; removed insert_snapshot_block
* Fixing expect calls
* Fixed stalled sync
* style and docs
* Update block_sync.rs
[ci:skip]
2016-10-18 18:16:00 +02:00
Nikolay Volf
dba2d79b56
fix issues with no test dir present ( #2659 )
2016-10-18 16:44:40 +02:00
Jaco Greeff
3c0b02ffe6
Apply UI PRs after master merge ( #2690 )
2016-10-18 16:44:09 +02:00
Tomasz Drwięga
4d48054cee
Fixing importing traces for non-canon blockS ( #2683 )
2016-10-18 16:43:42 +02:00
Arkadiy Paronyan
ed804341bd
Fixing random test failures ( #2577 )
2016-10-18 16:36:43 +02:00
Nikolay Volf
723eb164d1
disable ipc by default ( #2657 )
2016-10-18 14:03:36 +02:00
Robert Habermeier
0eb8cb453b
Merge pull request #2658 from ethcore/snapshot-earliest-era
...
use pruning history in CLI snapshots
2016-10-18 13:57:43 +02:00
Tomasz Drwięga
70c3001d2d
Fixing --no-default-features again and evmbin ( #2670 )
...
* Fixing --no-default-features again and evmbin
* Fixing evmbin Result
2016-10-18 12:13:49 +02:00
Jaco Greeff
1e6a2cb378
Initial new UI source code import ( #2607 )
...
* address -> name mappings
* expanding, loading all coin details
* send use only actual BasicCoin tokens registered (any reg)
* sending token & accounts
* form styling updates
* send form layout in place
* coin send working as expected
* api subscriptions on multiple addresses
* bring in events
* simplify
* basic events display in-place, functionally complete
* basic functionality in-place
* fix horrible event address issue
* rwork display of events slightly
* test TLA availability
* table for owner -> tokens
* fix signature lookup address
* fix signature lookup address
* basic overview styling
* txhash links
* page layout adjustments
* background import
* adjust colors
* no global registration, simplify color selection
* updated styling
* connection dialog for "busy connecting"
* initial token connection - WIP
* init token updates take place
* basic test for manual token
* rework connection display
* allow updates of the secure token
* first stab at making the build build
* update runner tags
* fix linting issues
* skip tests requiring network (should be e2e, TODO)
* re-enable javascript tag/runner
* release push does the trick
* push to any branch, CI name
* javscript-test runner as well
* swap dependencies build requires test
* revert stages swap
* retrieve images associated with tokens
* remove js build deps order
* null image when hash = 0x0
* 6x64 images (hashes for registries)
* don't pass tokens as prop to IdentityIcon
* check images against content hash pictures
* cleanup signer after connection changes
* fix naming typo
* display unknownImages for balances (not available as content hash)
* unknownImage for transfer dialog
* basic githubhint layout
* single input for commit/filename
* ethcore_hashContent call
* lookup hash
* registration in place
* fixes
* events is using a proper table
* pass value through as-is
* stop wrongly using main app IdentityIcon
* NEVER export class instance functions
* alignment back to normal
* typo in definition
* set & get images working (mostly)
* show content retrieval info
* set exitcode via ||
* use javascript:latest images
* disable npm progress bar
* rename phase I
* rename phase II
* only send build output to GitHub on major branches
* also run the build step as part of the test (until comprehensive)
* ci-specific build (no webpack progress)
* allow for account creation via recovery phrase
* display account uuid (where available), closes #2546
* connection dialog now shows up in dapps as well, closes #2538
* token images show up as expected
* IdentityName component added and deployed
* fix padding tests
* adjust tests to map to stricter 0x-prefixed hex
* render names via common component for the address -> name
* split lint into seperate script (early exit)
* test phases changed to lint, test & pack
* pack part of test phase
* remove files marked for deletion (cleanup)
* Signer cleanups, start moving in the direction of the rest
* add personal signer methods
* basic signer request subscription
* don't poll blockNumber when not connected
* missing return, creating massive ws queue backlogs
* ΞTH -> ETH
* fix failing tests
* registry uses setAddress to actually set addresses now
* bytes mapping operates on lowerCase hex strings
* sha3 ids for each application
* add dappreg to list of contracts
* adjust alignment of queries
* show gas estimation log
* abi with payable for register function
* add key as required
* image retrieval from dappreg
* use proper Image urls
* embed and link apps from Parity, retrieved via /api/apps
* filter apps that has been replaced
* proxy entry for parity-utils
* add basiccoin abi
* add support for fallback abi type
* capture constructor paramaters
* merge master into js
* move images to assets/images/
* add font assets
* import fonts as part of build
* don't inline woff files
* Revert "merge master into js"
This reverts commit cfcfa81bd26f1b3cbc748d3afa1eb5c670b363fe.
* remove unused npm packages
* information on gas estimates (like almost everywhere else)
* don't pass gas & gasPrice to estimation
* display account passwordhint when available
* signer subscriptions based on polling & function trapping
* pending requests retrieved via jsapi
* update signer middleware
* remove all web3 instances
* remove web3 package
* last web3 dependencies removed
* no need to toChecksumAddress - api takes care of it
* expand description for personal_confirmRequest
* Signer conversion from web3 -> parity.js completed
* explicit in no return
* green circle background
* remove generated background
* convert /api/* paths to localhost:8080/api/* paths (hard-coded, temporary)
* change dapps to load from localhost:8080/ui/*
* remove dangling web3 files
* update manager test for signer
* /api/ping -> /
* additional token images
* additional token images
* add missing styles.css for 8180 error pages
* cater for txhash returning null/empty object
* adjust output directories
* Release merge with origin with ours strategy
* additional token images
* cater for development server
* s/localhost/127.0.0.1/ (cater for origin)
* Fix address selection for contract deployment
* Adjust z-index for error overlay
* better text on unique background pattern
* fix signer rejections
* Don't allow gavcoin transfer with no balance
* fix txhash rendering in signer
* remove unnecessary ParityBackground
* script to update js-precompiled
* Redirect from :8080 to :8180
* Remove extra return
* Dapp logo images
2016-10-18 11:52:56 +02:00
Robert Habermeier
c2dd37bb69
use pruning history in CLI snapshots
2016-10-17 13:05:57 +02:00
Tomasz Drwięga
6c7af57529
Initial import of new UI (compiled JS code) ( #2220 )
...
* Normalizing dapps format for signer.
* Adding new ui
* Adding New UI to dapps
* Adding parity styles for signer errors
* Adding pre-compiled JS as submodule
* Fixing struct declaration [ci:skip]
* Bumping js
* Adding styles
* build dest
* Correct whitespace
@tomusdrw please note the alterations - no mixing tabs and spaces in the indentation portion and always just one tab per indent.
2016-10-17 11:56:42 +02:00
Tomasz Drwięga
238840d74e
Fixing evmbin compilation ( #2652 )
2016-10-17 11:55:47 +02:00
Gav Wood
b5c65e3df5
Fix up ETC EIP-150 transition to 2,500,000. ( #2636 )
2016-10-16 13:44:56 +02:00
Tomasz Drwięga
709f00ceb7
Fixing compilation without default features ( #2638 )
...
* Fixing compilation without default features
* Removing unused import
2016-10-16 00:20:11 +02:00
keorn
303f922ebd
steps based on unix epoch
2016-10-15 13:55:10 +01:00
Tomasz Drwięga
cceca916a1
[frontport] CLI to specify queue ordering strategy ( #2494 ) ( #2623 )
...
* CLI to specify queue ordering strategy (#2494 )
* Alter gas priorities to include gas_price also
* CLI options and tests
* Adding ordering by gas
* whitespace
Conflicts:
ethcore/src/miner/miner.rs
ethcore/src/miner/mod.rs
ethcore/src/miner/transaction_queue.rs
parity/cli/usage.txt
parity/configuration.rs
* fix build
2016-10-15 14:46:33 +02:00
Tomasz Drwięga
03c1559ead
Support for decryption in Signer ( #2421 )
...
* Adding some tests
* Implementing decrypt in queue
* Removing code duplication.
* Printing public key in ethstore
* Bump UI
* Normalizing dapps format for signer.
* Fixing tests compilation
* fix whitespace
[ci:skip]
2016-10-15 14:44:08 +02:00
Gav Wood
85eeb3ea6e
EIP150.1c ( #2591 )
...
* EIP150.1b first part.
* Add documentation.
[ci:skip]
* Tweak comment
* Fix some tests.
* Fix create
* Add the new EIP150 test. (#2563 )
* Fix create some more.
* Another fix for create.
* Final fixes.
* Enable EIP150 test.
* Revert the costly suicides to respect EIP150.1b.
* Fixups for EIP150.1c
* Update tests.
* Updating tests
* Adding state tests
* Updating tests
* Updating HF block
* Removing flushln [ci:skip]
* Commenting out suicide test
* New tests.
* Switch to EIP tests.
* Rename some stuff, combine transition tests.
* Fix U256 overflows.
* Name cleanups and an effort to fix tests.
* Rename back for clarity.
* Fix non-EIP-150 OOG CALLs
* New transition block number & additional EIP150 tests
* Morden transition block set; Tests updated
* Added missing test
2016-10-15 14:39:15 +02:00
Robert Habermeier
8263bd4be2
snapshot: single byte for empty accounts ( #2625 )
2016-10-14 15:45:45 +03:00
Robert Habermeier
f28b8352c1
Configurable history size in master ( #2606 )
...
* split journaldb commit into two functions: journal_under and mark_canonical
* use new commit mechanism in client
* Configurable history size in master
* Reduce DB history
* Configurable history size
* Set min history size
* Test
* Fixed a test and reduced the limit
2016-10-14 15:44:56 +03:00
Arkadiy Paronyan
835cd13c0e
Database performance tweaks ( #2619 )
2016-10-14 15:44:11 +03:00
keorn
8ad1582208
enable suicide json test ( #2626 )
2016-10-14 14:28:02 +02:00
Robert Habermeier
19e6cbe0b2
Merge pull request #2329 from ethcore/journaldb_commit
...
Split journaldb commit into two functions: journal_under and mark_canonical
2016-10-14 13:57:17 +02:00
Arkadiy Paronyan
f9440f20b8
Fixed tx queue limit for local transactions ( #2616 )
...
* Fixed tx queue limit for local tx
* Fixing test
* Increas gas limit to 20x
2016-10-14 13:56:00 +02:00
Tomasz Drwięga
dbc25cf4e7
Additional logs when transactions is removed from queue ( #2617 )
2016-10-14 13:55:48 +02:00
Robert Habermeier
4581469e78
mitigate refcell conflict in state diffing ( #2601 )
...
* mitigate refcell conflict in state diffing
Also uses RefCell::get_mut in a few places.
* Add test case
2016-10-13 23:28:56 +02:00
Robert Habermeier
92f7f46fd3
Merge branch 'master' into journaldb_commit
2016-10-13 13:02:53 +02:00
Robert Habermeier
4bcc9e3b49
Merge pull request #2516 from ethcore/canon-cache-size
...
Mostly configurable canonical cache size
2016-10-12 21:48:29 +02:00
Svyatoslav Nikolsky
c9ce25c8f3
Added peers details to ethcore_netPeers RPC ( #2580 )
...
* added peers details to ethcore_netPeers RPC
* fixed build (traits autoimplemented)
* - documentation fixes
- spaces -> tabs
- Rust-way Option's handling
* prepare for new protocols in ethcore_netPeers
* commas & documentation
2016-10-12 20:18:59 +02:00
keorn
44f42ac7d3
Merge remote-tracking branch 'parity/master' into auth-round-no-mocknet
...
Conflicts:
ethcore/src/state/mod.rs
ethcore/src/tests/mod.rs
2016-10-12 18:39:31 +01:00
Denis S. Soldatov aka General-Beck
693b0ec402
Update gitlab-ci
...
copy CI yml beta -> master
2016-10-13 00:21:33 +07:00
Denis S. Soldatov aka General-Beck
559a441701
Update gitlab-ci
...
correct lint errors
2016-10-12 23:39:58 +07:00
Denis S. Soldatov aka General-Beck
d27924cc6c
Update gitlab-ci
...
beta - > master
2016-10-12 22:37:26 +07:00
Denis S. Soldatov aka General-Beck
eb40750cbe
Update gitlab-ci
...
fix windows installer
2016-10-12 16:20:30 +07:00
keorn
0189096caf
Update json test suite ( #2574 )
...
* update json test suite
* comment out the incomplete test
2016-10-12 10:06:23 +02:00
Denis S. Soldatov aka General-Beck
c24123e09c
Update gitlab-ci
...
fix errors in windows build
2016-10-12 13:26:37 +07:00
Denis S. Soldatov aka General-Beck
c658171d30
Update gitlab-ci
...
[ci:skip]
Deny warnings in windows build
2016-10-12 01:50:55 +07:00
Denis S. Soldatov aka General-Beck
0e7508e0c2
Update gitlab-ci
...
switch to curl in win build
2016-10-12 01:38:23 +07:00
keorn
214916a414
new vote counter
2016-10-11 18:38:05 +01:00
keorn
e343153f06
mixed merge and changes...
2016-10-11 18:37:31 +01:00
Denis S. Soldatov aka General-Beck
327f5e0dd0
Update gitlab-ci
...
add windows installer
remove arm build from master
2016-10-12 00:09:59 +07:00
Robert Habermeier
ea68546616
Network-specific nodes file ( #2569 )
...
* network-specific nodes.json
* save nodes.json periodically
* squash warnings
2016-10-11 18:42:20 +02:00
keorn
5e24a35272
dont close block if is_invalid ( #2572 )
2016-10-11 16:19:00 +02:00
Robert Habermeier
303654da38
deny compiler warnings in CI ( #2570 )
2016-10-11 15:53:22 +02:00
Robert Habermeier
86d4e5b94a
Merge pull request #2562 from ethcore/bump-bigint-version
...
update ethcore-bigint crate to 0.1.1
2016-10-11 14:13:12 +02:00
Robert Habermeier
5e22d23994
update bigint crate to 0.1.1
2016-10-11 12:53:50 +02:00
Arkadiy Paronyan
55dbd5bb1f
Fixed race condition in trace import ( #2555 )
2016-10-10 23:07:29 +02:00
Arkadiy Paronyan
193cdb1326
Don't activate peers on connect; Test ( #2537 )
2016-10-10 23:05:41 +02:00
Arkadiy Paronyan
26d7712d30
TX queue gas limit config and allow local transactions over the gas limit ( #2553 )
...
* Gas limit config; Allow local transactions over the limit
* Fix typo
[ci:skip]
2016-10-10 23:04:43 +02:00
Robert Habermeier
91f0c6896c
LES boilerplate
2016-10-10 18:48:47 +02:00
keorn
64f6f836ab
Remove unwrap from client module ( #2554 )
...
* remove unwraps in client
* imporve block hash expect message
2016-10-10 17:43:44 +02:00
Arkadiy Paronyan
ae6c965176
Removing unwarps from sync module ( #2551 )
2016-10-10 17:43:05 +02:00
Jaco Greeff
06df5357e9
adjust app_id where /api/content/<hash> is called, fixes #2541 ( #2543 )
2016-10-10 16:34:16 +02:00
keorn
271bcf4d5d
Return errors from eth_call RPC ( #2498 )
...
* propagate call errors
* add error code for execution error
2016-10-09 11:45:12 +02:00
Arkadiy Paronyan
d6cad29f49
Print backtrace on panic ( #2535 )
2016-10-08 17:33:38 +02:00
Arkadiy Paronyan
f200eb2cfe
Backports to master ( #2530 )
...
* Transaction queue limited by gas (#2528 )
* Use global state cache when mining (#2529 )
2016-10-08 10:35:54 +02:00
Robert Habermeier
4276ab8a5f
fix JSON tests
2016-10-07 13:59:50 +02:00
Robert Habermeier
19e5bede7f
Merge branch 'master' into canon-cache-size
2016-10-07 13:55:20 +02:00
Arkadiy Paronyan
72ec9366ad
Handle reorganizations in the state cache ( #2490 )
...
* Handle reorganizations in the state cache
* Renamed and documented a few methods
* Basic test
* Renamed pending to buffered
* Updated cache on sealed block
* More renames and updated documentation
* Minor doc tweaks
2016-10-07 12:34:32 +01:00
Nikolay Volf
5354a0905e
terminate after 30 seconds ( #2513 )
2016-10-07 12:10:53 +01:00
Robert Habermeier
299ceb8092
Merge branch 'master' into canon-cache-size
2016-10-07 12:42:51 +02:00
Robert Habermeier
8a0e98d4cc
configurable jump table cache size
2016-10-07 12:18:42 +02:00
Tomasz Drwięga
4655fd04a5
Using pending block only if not old ( #2514 )
2016-10-07 11:13:15 +01:00
Arkadiy Paronyan
7756031d06
Caching optimizations ( #2505 )
2016-10-07 11:10:12 +01:00
Arkadiy Paronyan
533af43313
Fixed overflow panic in handshake_panic ( #2495 )
2016-10-07 10:34:06 +02:00
keorn
5f0ed9ddce
Trim password from file ( #2503 )
...
* trim password
* indicate trimming in doc
2016-10-07 09:39:16 +02:00
Tomasz Drwięga
d9ca01cb6b
Fixing RPC Filter conversion to EthFilter ( #2500 )
2016-10-07 09:18:32 +02:00
Robert Habermeier
745a50dfdf
configurable state cache size
2016-10-07 00:28:42 +02:00
Tomasz Drwięga
0c7a28779d
Fixing error message for transactions ( #2496 )
2016-10-06 20:35:31 +02:00
Nikolay Volf
ac0ae2442f
Adjustable stack size for EVM ( #2483 )
...
* stack size for io workers & evm threshold
* rust way to remember stack size
* right value
* 24kb size
* some stack reduction
2016-10-06 18:42:54 +02:00
Tomasz Drwięga
75d9174294
Fixing penalization in future ( #2499 )
2016-10-06 18:40:40 +02:00
Arkadiy Paronyan
6c1b2fbed5
Preserve cache on reverting the snapshot ( #2488 )
...
* Preserve cache on reverting the snapshot
* Renamed merge_with into replace_with
* Renamed and documented snapshotting methods
2016-10-06 14:54:05 +01:00
Arkadiy Paronyan
e380955c34
RocksDB version bump ( #2492 )
2016-10-06 15:24:47 +02:00
Robert Habermeier
5a959c67e4
Merge pull request #2489 from ethcore/txqueuesize
...
Increase default size of transaction queue
2016-10-06 12:44:16 +02:00
Arkadiy Paronyan
b1ab0d0cbf
EVM optimization ( #2487 )
2016-10-06 11:14:05 +02:00
Tomasz Drwięga
a9391f91f7
Increase size of transaction queue by default
2016-10-06 10:20:05 +02:00
Arkadiy Paronyan
ecf098e9a4
Track dirty accounts in the state ( #2461 )
...
* State to track dirty accounts
* Removed clone_for_snapshot
* Renaming stuff
* Documentation and other minor fixes
* Replaced MaybeAccount with Option
2016-10-06 01:53:23 +02:00
Jaco Greeff
33abb47222
update registrar test with generic non-empty test ( #2476 )
...
* update registrar test with generic non-empty test
* updated test, length check + parsing
2016-10-05 19:44:09 +02:00
Nikolay Volf
7526b1d44b
Derive IPC interface only when ipc feature is on ( #2463 )
...
* derive -> ipc
* accident repair
* conditional ipc deriving
* fix test
2016-10-05 19:42:57 +02:00
keorn
1f56588b87
Merge remote-tracking branch 'parity/master' into bft
...
Conflicts:
ethcore/src/client/client.rs
2016-10-05 14:57:14 +01:00
Arkadiy Paronyan
eae2466107
Merge pull request #2471 from ethcore/fix-keys
...
Fix ethstore opening all key files in the directory at once
2016-10-05 15:41:12 +02:00
Robert Habermeier
8d7244c09f
light client sync stubs
2016-10-05 15:35:31 +02:00
keorn
096b71feb2
add Vote generation
2016-10-05 14:33:07 +01:00
keorn
cb2c9938a1
keep author as validator
2016-10-05 14:32:15 +01:00
keorn
64d7bcbd0c
validators -> authorities
2016-10-05 14:31:31 +01:00
keorn
a03db2ff29
add is_new_best method to engines
2016-10-05 14:30:44 +01:00
keorn
67c24dcb95
use Engine to order blockchain
2016-10-05 14:29:35 +01:00
Nikolay Volf
eddfb475c6
get rid of collects
2016-10-05 14:37:27 +03:00
Robert Habermeier
ed06572bd4
Light provider trait
2016-10-05 13:22:49 +02:00
Robert Habermeier
e3c4695274
stub implementations of light client trait
2016-10-05 13:21:07 +02:00
Nikolay Volf
1782b659d1
Merge pull request #2460 from ethcore/ipc-codegen
...
Merge IPC codegen attributes into one
2016-10-05 14:30:21 +04:00
Robert Habermeier
8a5576d133
balance rates of draining and importing
2016-10-05 12:10:28 +02:00
Nikolay Volf
02c04a3193
Merge pull request #2464 from svyatonik/master
...
Close after importing keys from geth
2016-10-05 11:54:15 +04:00
Nikolay Volf
a7e09d8842
Update codegen.rs
2016-10-05 10:36:09 +03:00
Denis S. Soldatov aka General-Beck
ced597e282
Update gitlab-ci
...
fix windows checksum
2016-10-05 10:53:19 +07:00
svyatonik
0e8dda740f
* PR 2464: human-readable error message + struct documentation
2016-10-05 00:13:07 +03:00
Robert Habermeier
abbf3b3c58
verification-rate based thread scaling
2016-10-04 20:09:54 +02:00
Robert Habermeier
b7814fa65c
Port a couple more RPC APIs to the new auto args ( #2325 )
...
* add auto-args deserialization for RPC
* make block param member public
* change BlockParam to a more generic Trailing<T> mechanism
* define work type
* build_rpc_trait macro, implement eth protocol
* fix up tests
* move eth_filter API to new macro
* port ethcore module to new rpc macro
* port ethcore_set to auto_args
* port net RPC to auto_args
* port rpc meta api to new
* skeleton for async RPC auto_args
* macro implementations for strongly-typed async RPC wrapper
* clarify docs
* reflect new required Rust version in README
[ci skip]
2016-10-04 19:05:46 +02:00
Nikolay Volf
0002bfadab
accident repair
2016-10-04 19:22:26 +03:00
Nikolay Volf
2b147616fd
derive -> ipc
2016-10-04 19:20:16 +03:00
Robert Habermeier
6e477951ba
update rustc for appveyor to 1.12.0 ( #2423 )
...
* update rustc for appveyor to 1.12.0
* turn off MIR for windows builds
2016-10-04 17:32:26 +02:00
svyatonik
abc5db0f80
Remove redundant Box-ing.
2016-10-04 16:01:39 +03:00
svyatonik
cb0e0abc4a
closes ethcore/parity#1918
2016-10-04 11:44:47 +03:00
Tomasz Drwięga
48bb890045
Better EVM informant & Slow transactions warning ( #2436 )
...
* EVM informant. Slow transactions tracking
* Additional feature for tests
2016-10-03 23:29:46 +02:00
Robert Habermeier
2d28c703d6
reuse add_verifier instrumentation, rolling sample of 5 ticks
2016-10-03 20:39:52 +02:00
Robert Habermeier
d205c0800c
Merge pull request #2437 from ethcore/signer
...
Fixing Signer token RPC API
2016-10-03 20:34:55 +02:00
Robert Habermeier
5e382602dd
fix logging accuracy
2016-10-03 20:09:57 +02:00
Robert Habermeier
a7b5dff252
ethash unsafety cleanup
2016-10-03 19:47:07 +02:00
Robert Habermeier
2d907f3322
auto-adjust number of verification threads
2016-10-03 19:41:00 +02:00
Arkadiy Paronyan
10d572e24f
Fixed FatDB check ( #2443 )
2016-10-03 19:31:50 +02:00
Tomasz Drwięga
a0a13600ef
Fixing Signer token RPC API
2016-10-03 15:01:10 +02:00
Nikolay Volf
e1d3b3fff8
Accounts bloom in master ( #2426 )
...
* bloom crate link
* database layout and outdated tests
* state db alterations
* v10 migration run
* using arc
* bloom migration
* migration fixes and mess
* fix tests
2016-10-03 12:02:43 +02:00
Marek Kotewicz
06fe768ac2
Polishing Actually enable fat db pr ( #1974 ) ( #2048 )
...
* Actually enable fat db, and do RPCs for it.
* Implement HashDB traits for AccountDB.
* user defaults
* finished user defaults
* user defaults are network-dependent
* added tests for newly added functions, logger is initialized first
* dir cleanup in progress
* user_file is placed next to snapshots
* fixing requested change
2016-10-03 11:13:10 +02:00
Arkadiy Paronyan
0dcdaa7a2a
Jumptable cache ( #2427 )
...
* Jumptable cache
* Updated registrar address
2016-10-02 18:45:36 +02:00
Arkadiy Paronyan
80afb78c7f
Disabling debug symbols due to rustc 1.12 memory usage
2016-10-02 09:40:54 +02:00
Jaco Greeff
b1d8b84eb9
update Morden registry address ( #2417 )
2016-10-01 15:16:23 +02:00
Nikolay Volf
1029f8438c
using arc ( #2420 )
2016-10-01 14:33:19 +02:00
Nikolay Volf
1d3e242d37
Merge pull request #2395 from ethcore/bloom-crate
...
Journaling bloom filter crate in util
2016-10-01 01:08:26 +04:00
NikVolf
18630496d5
asterisk space
2016-09-30 21:02:16 +03:00
NikVolf
fa050246af
removed redundant memcopy
2016-09-30 20:43:57 +03:00
Denis S. Soldatov aka General-Beck
43e0970a54
Update gitlab-ci
...
add checksum
2016-09-30 21:02:33 +07:00
keorn
76d7ec84bb
new block ordering engine method
2016-09-30 14:43:52 +01:00
keorn
9ca938f740
Merge remote-tracking branch 'parity/master' into bft
...
Conflicts:
ethcore/src/client/client.rs
sync/src/api.rs
2016-09-30 12:44:52 +01:00
keorn
8a51ae02aa
simplify seal
2016-09-30 12:22:46 +01:00
Tomasz Drwięga
443eb19739
Fixing logs-receipt matching ( #2403 )
2016-09-30 11:14:30 +02:00
Robert Habermeier
a37def823e
Merge pull request #2405 from ethcore/fix-beta-eq
...
fix broken beta compilation
2016-09-29 18:58:46 +02:00
keorn
d59e9e816e
fix tests compilation
2016-09-29 16:57:52 +01:00
Robert Habermeier
eb4e00114c
fix broken beta compilation
2016-09-29 17:55:39 +02:00
keorn
d085146254
separate params out
2016-09-29 15:32:49 +01:00
keorn
6cbb859bd2
add tendermint message types and deserialization
2016-09-29 14:44:42 +01:00
Tomasz Drwięga
01018b417a
Fixing transaction queue ( #2392 )
2016-09-29 12:46:04 +02:00
NikVolf
59c0551ff4
separate mod for tests
2016-09-29 13:39:13 +03:00
NikVolf
b477ca17fe
bloom filter crate
2016-09-29 13:19:39 +03:00
Tomasz Drwięga
1c61d7c813
Fixing Delegate Call in JIT ( #2378 )
...
* Detecting DELEGATE_CALL in JIT
* Fixing evmjit tests
2016-09-28 23:33:12 +02:00
Tomasz Drwięga
424b46b428
Prioritizing re-imported transactions ( #2372 )
...
* Prioritizing re-imported transactions
* Fixing compilation on beta
2016-09-28 23:32:32 +02:00
Gav Wood
bb96849620
Revert #2172 , pretty much. ( #2387 )
...
* Revert #2172 , pretty much.
* Tidy up whitespace.
[ci:skip]
* Force CI.
2016-09-28 23:31:59 +02:00
Robert Habermeier
f4dfbada0a
correct sync memory usage calculation ( #2385 )
2016-09-28 23:00:12 +02:00
Denis S. Soldatov aka General-Beck
6b541bc774
Update gitlab-ci
...
add RUST_BACKTRACE=1 in test stage
2016-09-29 02:50:37 +07:00
Nikolay Volf
6df1c3d157
Merge pull request #2334 from ethcore/fix-migrations
...
fix migration system for post-consolidation migrations, better errors
2016-09-28 19:54:34 +04:00
Gav Wood
948b614f40
Fix the traceAddress field in transaction traces. ( #2373 )
...
* Fix the traceAddress field in transaction traces.
* Add test
* Fix warning.
* Fix test
* Additional fix.
* Fix tests content.
2016-09-28 17:24:26 +02:00
Tomasz Drwięga
baa2feaca6
Removing extras data from retracted blocks. ( #2375 )
...
* Removing extras data from retracted blocks.
* Adding a test case
2016-09-28 15:49:42 +02:00
Marek Kotewicz
c0e72209e8
fixed #2263 , geth keys with ciphertext shorter than 32 bytes ( #2318 )
...
* fixed #2263 , geth keys with ciphertext shorter than 32 bytes
* replace unwrap with more helpful expect
* tests for decrypting short secrets
2016-09-28 15:47:52 +02:00
Gav Wood
15a14a5f49
Expanse compatibility ( #2369 )
...
* Add support for Expanse.
* Fix build.
* Refactor to be able to alter the eth subprotocol name
* Fix JSON.
* Support exp hardfork.
* Fix exp json again.
* Fixed test
* Fix tests.
2016-09-28 14:21:59 +02:00
Robert Habermeier
fb92a98451
Specify column cache sizes explicitly; default fallback of 2MB ( #2358 )
...
* allow specifying cache sizes for specific columns
* initialize client with correct cache size
* set cache size in client service
* default cache size for unspecified columns
* fix comment
* fix column selection logic
* fix migrations module
2016-09-27 18:16:32 +02:00
Arkadiy Paronyan
ad63780b4d
Canonical state cache (master) ( #2311 )
...
* State cache
* Reduced copying data between caches
Whitespace and optional symbols
* Reduced copying data between caches
Whitespace and optional symbols
* Set a limit on storage cache
* Style and docs
2016-09-27 18:02:11 +02:00
keorn
7e1d7148c7
block time in decimal
2016-09-27 16:06:13 +01:00
keorn
1c801c99af
revert random path drop panic
2016-09-27 15:54:10 +01:00
Robert Habermeier
9d4bee4922
make block queue into a more generic verification queue and fix block heap size calculation ( #2095 )
...
* move block queue to own module, a couple readability changes
* make block queue generic over verifiable data
also fixes heap size calculation
* make block queue into a more generic verification queue
* some module reoganization
* implement header queue
* clean up verification error messages
2016-09-27 16:50:24 +02:00
keorn
28cf91c7a5
remove mocknet stuff, clean up debug
2016-09-27 15:50:16 +01:00
Tomasz Drwięga
d7bbc5cc3f
Hash Content RPC method ( #2355 )
...
* Moving file fetching to separate crate.
* ethcore_hashContent
* Tests running on mocked fetch.
* Limiting size of downloadable assets
2016-09-27 16:27:06 +02:00
keorn
0c69d4a1ce
Merge remote-tracking branch 'parity/master' into auth-round
...
Conflicts:
devtools/src/random_path.rs
2016-09-27 12:39:25 +02:00
keorn
fd6900bbb3
Merge remote-tracking branch 'parity/master' into bft
...
Conflicts:
Cargo.lock
2016-09-27 12:37:43 +02:00
Gav Wood
3fb3f1f54e
Reorder transaction_by_hash to favour canon search ( #2332 )
...
* Reorder transaction_by_hash to favour canon search
* Fix build.
* Slightly cleaner function.
* Fix test.
2016-09-27 12:17:02 +02:00
keorn
5fac941738
Merge remote-tracking branch 'parity/master'
2016-09-27 12:14:40 +02:00
keorn
cf88641f99
more mocknet tests
2016-09-27 12:13:21 +02:00
keorn
ec058cdb50
reseal on timeout
2016-09-27 12:12:18 +02:00
Arkadiy Paronyan
bc4cbaac2b
DIV optimization ( #2327 )
2016-09-27 11:27:11 +02:00
Tomasz Drwięga
2135ba467c
Error when deserializing invalid hex ( #2339 )
...
Conflicts:
rpc/src/v1/types/bytes.rs
2016-09-27 11:26:23 +02:00
sandakersmann
09210269c9
Changed http:// to https:// on some links ( #2349 )
...
Changed http:// to https:// on some links in README.md
2016-09-27 08:02:26 +02:00
Marek Kotewicz
56eb97abbf
user defaults ( #2014 )
...
* user defaults
* finished user defaults
* user defaults are network-dependent
* added tests for newly added functions, logger is initialized first
* dir cleanup in progress
* user_file is placed next to snapshots
2016-09-26 19:21:25 +02:00
Tomasz Drwięga
598e9cea85
Fixing jit feature compilation ( #2310 )
2016-09-26 18:38:54 +02:00
Robert Habermeier
fe4f10382b
Merge pull request #2292 from ethcore/txqueue
...
Tx Queue improvements
2016-09-26 18:29:29 +02:00
Robert Habermeier
b8b3f066c4
add a test
2016-09-26 18:25:11 +02:00
Robert Habermeier
3ebfbf3342
fix migration system, better errors
2016-09-26 18:08:04 +02:00
Robert Habermeier
e26a16c70c
use new commit mechanism in client
2016-09-26 17:27:48 +02:00
Robert Habermeier
238b4962f0
split journaldb commit into two functions: journal_under and mark_canonical
2016-09-26 17:14:44 +02:00
Tomasz Drwięga
92451ef268
Lenient bytes deserialization ( #2036 )
...
* Lenient bytes deserialization
* Printing warning
2016-09-26 15:55:44 +02:00
Tomusdrw
4acd6cbe3b
Fixing tests
2016-09-26 12:24:52 +02:00
Tomusdrw
ef1c8b1fc7
Merge branch 'master' into txqueue
2016-09-26 12:18:22 +02:00
Denis S. Soldatov aka General-Beck
abcdc8176f
Update gitlab-ci
...
fix
2016-09-24 05:02:26 +07:00
Denis S. Soldatov aka General-Beck
f9d60d19d6
Update gitlab-ci
...
copy from beta
2016-09-24 04:34:42 +07:00
Tomasz Drwięga
97fcd60e56
saturating add
...
Conflicts:
ethcore/src/miner/transaction_queue.rs
2016-09-23 20:59:41 +02:00
Gav Wood
06fc494d03
Remove crufty code
2016-09-23 20:53:37 +02:00
Gav Wood
5e7955b1f1
saturating not overflowing
2016-09-23 20:53:30 +02:00
Tomasz Drwięga
3e474216ac
Peek transaction queue via RPC ( #2270 )
...
* Handle RLP to string UTF-8 decoding errors (#2217 )
* pending transactions
Conflicts:
rpc/src/v1/impls/ethcore.rs
rpc/src/v1/traits/ethcore.rs
2016-09-23 20:53:21 +02:00
Tomasz Drwięga
efaef85565
Avoid penalizing legit transactions
2016-09-23 20:51:41 +02:00
Tomasz Drwięga
2874f464aa
Penalize transactions with gas above gas limit
...
Conflicts:
ethcore/src/miner/transaction_queue.rs
2016-09-23 20:49:02 +02:00
Tomasz Drwięga
62cbf9ce97
Improving txqueue logs
2016-09-23 20:30:12 +02:00
Robert Habermeier
ff0be9f361
Separate RPC serialization from implementation ( #2072 )
...
* add auto-args deserialization for RPC
* make block param member public
* change BlockParam to a more generic Trailing<T> mechanism
* define work type
* build_rpc_trait macro, implement eth protocol
* fix up tests
* move eth_filter API to new macro
2016-09-23 19:42:33 +02:00
Gav Wood
84ba75f7cb
Add hash as CLI function ( #1995 )
...
* Add hash as CLI function
* Use streaming SHA3.
2016-09-23 15:28:09 +02:00
Tomasz Drwięga
aae6d19df9
Separate path for ext code size ( #2251 )
...
* Separate path for code size
* Actually use it for EVM
* add extcodesize to TestExt
2016-09-22 19:58:42 +02:00
Robert Habermeier
723d837d05
Snapshot format changes ( #2234 )
...
Closes #2213
Omit transaction and receipt roots from abridged block.
No longer use RLP compression.
Make ordered_trie_root generic over an iterator to save an allocation.
Breaks snapshot format backwards compatibility (with other 1.4 snapshots -- it's already been broken with 1.3).
Documentation will need updating
2016-09-22 19:47:03 +02:00
Tomasz Drwięga
862feb7172
Serving content at /api/content/<hash> ( #2248 )
2016-09-22 18:05:36 +02:00
Tomasz Drwięga
368aca521b
Fails when deserializing non-hex uints ( #2247 )
2016-09-22 18:02:47 +02:00
Tomasz Drwięga
15488b3e40
Fixing output of eth_call and Bytes deserialization ( #2230 )
...
* Fixing eth_call to builtins
* Fixing bytes deserialization
* Removing comment
2016-09-22 14:50:00 +02:00
Gav Wood
07b5e9a5c7
Encryption, decryption and public key RPCs. ( #1946 )
...
* Fix up pending receipts details.
* Add support for additional params and registry over RPC.
* Fix tests.
* Add test, additional fix.
Fixes #1932 .
* Fix up tests.
* Fix test.
* Fix test.
* Remove unused use.
* Add encryption, decryption and public-key RPCs.
* Remove &
2016-09-22 14:48:22 +02:00
Denis S. Soldatov aka General-Beck
5e0dcd0892
Update gitlab-ci
...
fix x86_64-pc-windows-msvc
2016-09-21 22:37:34 +07:00
Denis S. Soldatov aka General-Beck
79ce410299
Update .gitlab-ci.yml
2016-09-21 21:19:34 +07:00
Denis S. Soldatov aka General-Beck
e0afb8cd53
Update gitlab-ci
...
update deploy
2016-09-21 20:48:01 +07:00
Denis S. Soldatov aka General-Beck
5d0491f9af
Update gitlab-ci
...
add deploy to S3
2016-09-21 18:45:21 +07:00
Arkadiy Paronyan
0688716af6
Handle RLP to string UTF-8 decoding errors ( #2217 )
2016-09-21 12:59:46 +02:00
Robert Habermeier
a100b9d09e
Remove panickers from trie iterators ( #2209 )
...
* port trie iterators to use error handling
* use new trie iterators in snapshot
allows proper recovery from a premature periodic snapshot
2016-09-21 12:56:13 +02:00
Tomasz Drwięga
8c111da70b
Limit for logs filter. ( #2180 )
...
* Limit for logs filter.
* Moving limit inside the filter object
* Fixing tests
2016-09-21 11:51:10 +01:00
Tomasz Drwięga
2e6684dae8
Various state copy optimizations ( #2172 )
...
* Avoid cloning clean stuff
* Don't clone state when closing/locking blocks
* handle errors in commit
* revert `close_and_lock` changes
* defer state root update until post state commit
2016-09-21 11:49:11 +01:00
Tomasz Drwięga
b7e2afd5c0
New signer token RPC & Initial signer connection without token. ( #2096 )
...
* Allowing signer to use initial token
* Generating new tokens via RPC
* Fixing RPC tests
* Fixing signer doctest
* whitespace
[ci:skip]
* whitespace
[ci:skip]
2016-09-21 11:44:49 +01:00
keorn
c57e3cefe4
sync check method
2016-09-21 10:29:44 +02:00
Robert Habermeier
93f82a1164
Merge pull request #2161 from ethcore/fixes
...
Fixing evm-debug
2016-09-20 19:21:25 +02:00
Denis S. Soldatov aka General-Beck
9b6d30f729
Update gitlab-ci
...
remove -export
2016-09-20 22:01:50 +07:00
Tomasz Drwięga
0921dffd86
Fixing trait definition
2016-09-20 16:25:22 +02:00
Robert Habermeier
28adfc32a1
Merge pull request #2204 from ethcore/sync-fix
...
Fix syncing with pv63 peers
2016-09-20 15:50:57 +02:00
keorn
9d23915caf
more simulation methods
2016-09-20 15:48:17 +02:00
arkpar
302f8a190f
Fix syncing with pv63 peers
2016-09-20 17:36:56 +08:00
keorn
44c4845d84
fix up step switching test
2016-09-19 18:40:25 +02:00
keorn
d84f94975f
add proposer step to seal
2016-09-19 18:00:39 +02:00
keorn
7f177f27d8
revert dummy_client changes
2016-09-19 14:52:43 +02:00
keorn
49fba0b548
Merge branch 'master' into auth-round
...
Conflicts:
ethcore/src/miner/miner.rs
sync/Cargo.toml
2016-09-19 14:35:44 +02:00
keorn
551b5d7b6c
Merge remote-tracking branch 'parity/master'
2016-09-19 14:33:59 +02:00
keorn
ce3e8750c9
additional consensus test
2016-09-19 14:33:11 +02:00
Robert Habermeier
48be60905d
Merge pull request #2162 from ethcore/jsonrpc-bump
...
Bumping jsonrpc-core & jsonrpc-http-server
2016-09-19 13:02:23 +02:00
Tomusdrw
b6df3759c8
Breaking the line
2016-09-19 12:16:22 +02:00
Tomusdrw
98ee2e44f7
Fixing tests
2016-09-19 12:12:50 +02:00
keorn
49b8e144fd
initial mocknet with chain notify
2016-09-19 10:43:01 +02:00
keorn
fdcda41280
add tracing
2016-09-19 10:42:36 +02:00
keorn
6af888f9e4
disable TemporaryPath panic
2016-09-19 10:41:35 +02:00
keorn
c6c45db1d0
add devtools dependency
2016-09-19 10:41:01 +02:00
keorn
b31e732ebe
temporary is_sealer check disable
2016-09-19 10:39:57 +02:00
keorn
b144bd2b84
add tracing
2016-09-19 10:38:47 +02:00
Tomusdrw
110e58607f
Bumping jsonrpc-core & jsonrpc-http-server
2016-09-19 01:54:44 +02:00
Tomusdrw
9bf29a555a
Fixing evm-debug
2016-09-19 01:51:59 +02:00
Tomasz Drwięga
7f7e74869c
Bump clippy & Fix warnings ( #2109 )
...
* Bump clippy
* Fixing warnings
2016-09-16 23:03:26 +02:00
Robert Habermeier
851b639ecb
Merge pull request #2102 from ethcore/import-stats
...
Import command summary
2016-09-16 13:05:03 +02:00
arkpar
0124f985c3
Added docs
2016-09-16 12:18:27 +02:00
Robert Habermeier
f8f39c4369
check for existence of deprecated ethash file before attempting delete ( #2103 )
2016-09-16 08:57:38 +02:00
arkpar
cc845c61d3
Import summary
2016-09-15 16:56:10 +02:00
Robert Habermeier
c16bf7face
Merge pull request #2078 from ethcore/bigint_crates
...
Get bigint on crates.io
2016-09-15 16:54:30 +02:00
keorn
167cfd4caa
Enable sealing if Engine provides internal sealing given author ( #2084 )
...
* enable internal sealing based on author
* add tests, keep track of engine sealing status
* method to check if default address is_sealer
* simplify constructors
* fix typo
2016-09-15 12:12:15 +02:00
keorn
3419549c16
revamp dummy_client to take accounts
2016-09-14 17:30:57 +02:00
keorn
44fe864826
new highway to miner, set_author
2016-09-14 17:30:09 +02:00
keorn
d3ec8588c4
new constructor that takes AccountProvider
2016-09-14 17:29:35 +02:00
keorn
bb59c2288e
docs on authority spec
2016-09-14 17:28:57 +02:00
keorn
c482b8ffb6
enable sealing only is authority
2016-09-14 17:28:15 +02:00
Robert Habermeier
c8533a31fa
Merge pull request #2070 from ethcore/config-files
...
Config files
2016-09-14 15:16:04 +02:00
keorn
a44e2b0497
Merge remote-tracking branch 'parity/should-seal' into auth-round
2016-09-14 14:38:47 +02:00
keorn
7c82a10ecc
fix typo
2016-09-14 14:34:47 +02:00
keorn
c6c951dd15
Merge remote-tracking branch 'parity/should-seal' into auth-round
2016-09-14 14:05:17 +02:00
Denis S. Soldatov aka General-Beck
77a3bf1a62
Update gitlab-ci
...
add allow_failure: true to rust beta
2016-09-14 19:00:43 +07:00
keorn
68fd862671
simplify constructors
2016-09-14 13:56:28 +02:00
Robert Habermeier
9dbc49b76e
adjust targets.sh to new bigint name
2016-09-14 12:26:54 +02:00
kristoffer
2ba4968cd5
Remove old cache data ( #2081 )
2016-09-14 12:02:52 +02:00
Tomasz Drwięga
9ed9857fba
Logs limit & log_index bug ( #2073 )
...
* Limiting number of logs
* Test for logs
* Fixing logs ordering and indexing
* Fixing sort
* unwrap -> expect
* Revert "unwrap -> expect"
This reverts commit e99e6e77f37692fe568448e768aa72775de8d0cd.
2016-09-14 12:02:30 +02:00
keorn
b2c0a9d531
introduce ethkey dependency to generate txs
2016-09-14 11:26:39 +02:00
keorn
faa9c7fb1b
add new TestNet transaction issuing
2016-09-14 11:25:23 +02:00
keorn
7eac946fdb
remove unused original TestNet method
2016-09-14 11:24:38 +02:00
keorn
28a088eea7
add client own_tx import through client
2016-09-14 11:22:43 +02:00
keorn
bedbe6e65e
update test spec loading
2016-09-14 11:20:22 +02:00
keorn
ddb6fec171
add new test specs
2016-09-14 11:17:39 +02:00
keorn
7f05021075
Merge remote-tracking branch 'parity/should-seal' into auth-round
2016-09-14 10:59:33 +02:00
keorn
0880d4ad8f
method to check if default address is_sealer
2016-09-14 10:49:44 +02:00
Denis S. Soldatov aka General-Beck
21cc368066
Update gitlab-ci
...
update name
2016-09-14 14:35:09 +07:00
keorn
2bd82269e8
add tests, keep track of engine sealing status
2016-09-14 00:00:26 +02:00
Denis S. Soldatov aka General-Beck
2d96af4229
Delete deploy.sh
2016-09-14 03:06:12 +07:00
Denis S. Soldatov aka General-Beck
06353f2beb
Create deploy.sh
...
move deploy.sh to scripts
2016-09-14 03:05:19 +07:00
keorn
fef94205e3
enable internal sealing based on author
2016-09-13 19:59:34 +02:00
Denis S. Soldatov aka General-Beck
aa949c3f04
Update gitlab-ci
2016-09-14 00:42:02 +07:00
Denis S. Soldatov aka General-Beck
a872484891
Add new file deploy.sh
...
Deploy binaries
2016-09-13 22:03:50 +07:00
keorn
bdba4230aa
Merge remote-tracking branch 'parity/master'
2016-09-13 16:01:51 +02:00
keorn
099468107e
Merge remote-tracking branch 'parity/master' into auth-round
2016-09-13 16:01:19 +02:00
keorn
da2f117aef
new test_net holding Client
2016-09-13 15:58:32 +02:00
Tomasz Drwięga
325967cadb
Fixing removal from gas price when moving future->current ( #2076 )
...
* Fixing removal from gas price when moving future->current
* unwrap -> expect
2016-09-13 15:41:38 +02:00
Robert Habermeier
42a8ea0002
prepare bigint for crates.io
2016-09-13 15:27:18 +02:00
keorn
341e06481e
Split internal sealing from work preparation ( #2071 )
...
* separate block preparation methods
* Split internal sealing from work sealing, add cli option
* replace cli with engine method, simplify
* More docs about sealing types. Bypass work in external txs.
* split requires_reseal, add test and new test miner
2016-09-13 15:09:07 +02:00
keorn
eee6be1ce3
implement new predicate trait
2016-09-13 14:23:52 +02:00
keorn
6a33f8b369
state constructor used only in tests
2016-09-13 14:22:44 +02:00
keorn
67601327af
make test helpers not test, add some docs
2016-09-13 14:21:12 +02:00
keorn
8b9e7c0ba5
Merge remote-tracking branch 'parity/split-internal-seal' into auth-round
2016-09-13 12:57:52 +02:00
keorn
e41b6c410f
split requires_reseal, add test and new test miner
2016-09-13 12:52:14 +02:00
Robert Habermeier
83ddce011d
ensure the target folder doesn't exist before renaming ( #2074 )
2016-09-13 10:33:03 +02:00
Tomasz Drwięga
27d30fca22
Fixing tests
2016-09-12 14:18:33 +02:00
keorn
1e20716bf9
Merge remote-tracking branch 'parity/split-internal-seal' into auth-round
2016-09-12 12:50:50 +02:00
keorn
4bfdeea9e5
More docs about sealing types. Bypass work in external txs.
2016-09-12 12:46:03 +02:00
Robert Habermeier
bc9b7cbcc1
Merge pull request #2055 from ethcore/dapp-norefresh
...
Get rid of 'Dapp is being downloaded' page
2016-09-12 11:36:37 +02:00
keorn
d98f69cf58
Merge remote-tracking branch 'parity/split-internal-seal' into auth-round
2016-09-12 11:36:16 +02:00
keorn
d6e5637459
Merge branch 'master' into split-internal-seal
2016-09-12 11:11:42 +02:00
keorn
c0201bd891
replace cli with engine method, simplify
2016-09-12 11:07:40 +02:00
Tomasz Drwięga
d046a7d5d4
no-config flag
2016-09-12 09:01:47 +02:00
Tomasz Drwięga
db59d9a4ae
Merge branch 'master' into config-files
2016-09-12 00:57:25 +02:00
Tomasz Drwięga
b7bf10d62d
Adding nice error messages for invalid configs.
2016-09-12 00:36:38 +02:00
Robert Habermeier
edcc4080d5
fix failing master build: update tests to new init_restore signature. ( #2069 )
2016-09-11 20:17:05 +02:00
Robert Habermeier
dcfd7eab6d
Local snapshot restore ( #2058 )
...
* restore from local snapshot
* update status with chunks done
* rework local restore trigger
2016-09-11 14:05:59 +02:00
Robert Habermeier
fd4361e284
import: keep informant going until finished ( #2065 )
2016-09-11 14:04:56 +02:00
Robert Habermeier
835460a098
Merge pull request #2059 from ethcore/snap_service_tests
...
Add a few tests for the snapshot service
2016-09-11 13:27:57 +02:00
keorn
cadca6403a
Split internal sealing from work sealing, add cli option
2016-09-11 13:23:32 +02:00
Tomasz Drwięga
62de1c3891
Config files WiP
2016-09-10 22:14:15 +02:00
keorn
4e75686ef8
separate block preparation methods
2016-09-10 14:41:41 +02:00
Tomusdrw
151606e7f4
Merge branch 'master' into dapp-norefresh
...
Conflicts:
dapps/src/apps/fetcher.rs
dapps/src/handlers/fetch.rs
2016-09-10 11:28:23 +02:00
Robert Habermeier
53b22da1c1
Merge pull request #2046 from ethcore/ipc-tweaks-3
...
IPC tweaks
2016-09-09 17:31:59 +02:00
Robert Habermeier
ff65ac7106
Merge pull request #2064 from General-Beck/master
...
Update arm* Docker
2016-09-09 17:13:05 +02:00
Denis S. Soldatov aka General-Beck
e59694f60d
Update Ubuntu arm Dockerfile
...
remove CC and CXX
2016-09-09 19:31:54 +07:00
Denis S. Soldatov aka General-Beck
eebdc862dc
Update Dockerfile ubuntu-aarch64
...
remove CC and CXX
2016-09-09 19:31:01 +07:00
keorn
965dde8223
enable TestNet with custom spec
2016-09-09 11:49:03 +02:00
Denis S. Soldatov aka General-Beck
9caafa01d9
Update gitlab-ci
...
deploy only:
- master
- beta
- tags
- stable
2016-09-09 16:32:11 +07:00
Robert Habermeier
8b971966b3
Merge pull request #2050 from ethcore/dapps-content
...
Fetching any content-addressed content
2016-09-08 17:38:37 +02:00
Denis S. Soldatov aka General-Beck
860bc5ff17
Update gitlab-ci
...
Add test runner
2016-09-08 21:58:18 +07:00
keorn
fc3d01ec71
add tests, fixes, simplifications
2016-09-08 16:27:54 +02:00
Robert Habermeier
bcd96398c6
Merge github.com:ethcore/parity into snapshot_tests
2016-09-08 12:46:15 +02:00
Robert Habermeier
ff17174cf1
also test abort_restore
2016-09-08 12:44:10 +02:00
keorn
747898d8e7
add new engine to spec
2016-09-08 12:28:59 +02:00
Robert Habermeier
756b7a3e67
test folder-deleting guards
2016-09-08 12:27:13 +02:00
Robert Habermeier
c65a5c8e9c
add restored_is_equivalent test
2016-09-08 12:14:53 +02:00
keorn
3a68fab066
new simple authority engine
2016-09-08 12:12:24 +02:00
keorn
c31eab53ea
add non renewing timer
2016-09-08 10:36:19 +02:00
keorn
9fe62d9750
adjust default timeouts
2016-09-08 10:31:46 +02:00
Denis S. Soldatov aka General-Beck
012a1f328b
Update gitlab-ci
2016-09-08 01:50:05 +07:00
Denis S. Soldatov aka General-Beck
ebad54a3a6
Update gitlab-ci
...
replace test with build and add CXX to armv7
2016-09-08 01:47:34 +07:00
Robert Habermeier
b0f6bf2e78
remove client_db field from snapshot service
2016-09-07 19:38:59 +02:00
Denis S. Soldatov aka General-Beck
a2f475986f
Update gitlab-ci
...
add allow_failure: true to armv7
2016-09-08 00:26:18 +07:00
Denis S. Soldatov aka General-Beck
1c4f5b98a5
Update gitlab-ci
2016-09-07 23:49:44 +07:00
keorn
4ccbec1148
Merge remote-tracking branch 'parity/master' into bft
...
Conflicts:
sync/src/api.rs
sync/src/lib.rs
2016-09-07 16:54:39 +02:00
keorn
ba21bafd7b
tests and fixes
2016-09-07 16:25:42 +02:00
Robert Habermeier
57d5c35bb6
Use proper database configuration in snapshots. ( #2052 )
...
* use proper database config in snapshot service
* add snapshot path to parity directories struct
* fix RPC tests
2016-09-07 15:27:28 +02:00
Robert Habermeier
541b14a4ab
periodic snapshot tweaks ( #2054 )
...
* periodic snapshot tweaks
* set SNAPSHOT_HISTORY to 500
2016-09-07 15:27:14 +02:00
Marek Kotewicz
7bde9dc372
Merge pull request #2057 from ethcore/ethkey-cli
...
ethkey-cli
2016-09-07 14:20:41 +02:00
debris
e9593e0abb
ethkey-cli
2016-09-07 13:59:14 +02:00
Marek Kotewicz
e12788f3a4
Merge pull request #2056 from ethcore/ethstore-cli
...
Forward ethstore-cli feature
2016-09-07 13:52:40 +02:00
arkpar
fca2b1a242
Forward ethstore-cli feature
2016-09-07 13:49:11 +02:00
Robert Habermeier
916ce03c10
Merge pull request #2049 from ethcore/spec_load_errors
...
handling invalid spec jsons properly, additional tests, closes #1840
2016-09-07 11:52:11 +02:00
debris
61d3d74934
fixed compiling rpc tests
2016-09-07 10:36:18 +02:00
debris
ba806a6359
Merge branch 'master' of github.com:ethcore/parity into spec_load_errors
2016-09-07 10:24:58 +02:00
Tomasz Drwięga
6f88b7f084
Get rid of 'Dapp is being downloaded' page
2016-09-07 00:10:09 +02:00
Robert Habermeier
31cd965d66
Merge pull request #2044 from ethcore/periodic_snapshot
...
Periodic snapshots
2016-09-06 18:34:31 +02:00
Robert Habermeier
f054a7b8d5
more info on current periodic snapshot
2016-09-06 17:44:11 +02:00
Robert Habermeier
46581e173d
check block queue size before taking periodic snapshot
2016-09-06 15:49:44 +02:00
Robert Habermeier
1e2cdedc9b
merge with master
2016-09-06 15:41:56 +02:00
Arkadiy Paronyan
5c5d9c8ccd
Snapshot sync ( #2047 )
...
* PV64 sync
* Tests
* Client DB restore
* Snapshot restoration over IPC
* Upating test
* Minor tweaks
* Upating test
2016-09-06 15:31:13 +02:00
keorn
45e6b4ac9d
seal generation and verificatio
2016-09-06 12:26:06 +02:00
Robert Habermeier
09bc675e6a
address grumbles
2016-09-05 22:59:34 +02:00
Tomasz Drwięga
8460733e31
Add test for urlhint
2016-09-05 22:31:24 +02:00
Tomasz Drwięga
96778d8e93
Fixing content path creation
2016-09-05 21:58:48 +02:00
Tomasz Drwięga
840b64b813
Merge branch 'master' into dapps-content
...
Conflicts:
dapps/src/apps/fetcher.rs
dapps/src/apps/urlhint.rs
dapps/src/handlers/client/mod.rs
dapps/src/handlers/fetch.rs
dapps/src/lib.rs
dapps/src/page/local.rs
2016-09-05 20:05:59 +02:00
Tomasz Drwięga
8c86405798
Content resolving
2016-09-05 19:07:13 +02:00
keorn
91fbaf935c
Merge remote-tracking branch 'parity/master' into bft
...
Conflicts:
ethcore/src/client/client.rs
2016-09-05 18:16:09 +02:00
keorn
0af4bf23a9
add internal timeout service, test proposer switching
2016-09-05 17:51:29 +02:00
debris
aa8b871e49
handling invalid spec jsons properly, additional tests, closes #1840
2016-09-05 17:41:34 +02:00
keorn
8851acec7c
fix propose collect locking
2016-09-05 17:06:43 +02:00
Marek Kotewicz
9655920896
Merge pull request #2033 from ethcore/dapps-sync
...
Nice error pages for Dapps & Signer
2016-09-05 15:33:50 +02:00
Robert Habermeier
46b1224f7c
Merge branch 'master' into periodic_snapshot
2016-09-05 14:50:43 +02:00
Robert Habermeier
f0ef5e6943
keep snapshot watcher alive
2016-09-05 14:25:56 +02:00
Robert Habermeier
4e466f09db
Add a few small snapshot tests ( #2038 )
...
* add manifest data test
* begin tests for io
* add unit tests for snapshot io
* service smoke test
* remove empty service module
2016-09-05 12:24:03 +02:00
Robert Habermeier
2bf235e226
use more mocking in tests
2016-09-05 12:17:21 +02:00
Marek Kotewicz
da2c2e5fc6
facelift for traces, added errors ( #2042 )
...
* evm errors facelift
* facelift for traces, added errors with description
* additional tests for traces json serialization
2016-09-05 11:56:44 +02:00
Tomasz Drwięga
e2377dd510
Merge branch 'master' into dapps-sync
...
Conflicts:
dapps/src/handlers/fetch.rs
2016-09-05 08:43:07 +02:00
Nikolay Volf
2fc70902e7
further tweaking of ipc entities lifecycle
2016-09-03 11:31:29 +03:00
Tomasz Drwięga
59f18ab958
Fetching content from HTTPS using rustls ( #2024 )
...
* Fetching https
* Fetching dispatcher (HTTP, HTTPS)
* Fetching from github
* Chunked encoding parser
* Abort support
* Fixing tests and review comments
* Cargo.lock order [ci skip]
* Relaxed -> SeqCst
2016-09-03 01:34:32 +02:00
Tomasz Drwięga
c0b097832b
Skipping log when there are no transactions were sent ( #2045 )
2016-09-03 01:33:34 +02:00
Robert Habermeier
a0541738ab
disabling of periodic snapshots with the --no-periodic-snapshot flag
2016-09-02 20:30:06 +02:00
Robert Habermeier
d9eb87cae7
add guard for temporary directories
2016-09-02 19:00:20 +02:00
Robert Habermeier
1c450f616d
register the watcher as a ChainNotify
2016-09-02 18:48:07 +02:00
Robert Habermeier
e3749b3bc4
implement snapshot watcher
2016-09-02 18:28:47 +02:00
Robert Habermeier
04dee54cb3
add take_snapshot to snapshot service
2016-09-02 16:15:25 +02:00
Tomasz Drwięga
b5863cc6ad
Merge branch 'master' into dapps-https
...
Conflicts:
Cargo.lock
2016-09-02 14:22:37 +02:00
Robert Habermeier
e0feaa9d4d
Merge pull request #2034 from ethcore/rlp-crate
...
rlp as separate crate
2016-09-02 13:48:09 +02:00
Tomasz Drwięga
e2e6b11dc7
Fixing uint serialization ( #2037 )
2016-09-02 11:38:15 +02:00
Tomasz Drwięga
5b27ea3b4d
Fixing new transactions without alternating ( #2039 )
2016-09-02 11:37:45 +02:00
Tomasz Drwięga
d0bc80e58a
Fixign tests
2016-09-02 10:10:51 +02:00
Tomasz Drwięga
cabb028c1c
Propagating transactions to peers on timer. ( #2035 )
2016-09-01 19:07:58 +02:00
Tomasz Drwięga
9f8482e968
Consistent capitalization of titles
2016-09-01 15:33:26 +02:00
Robert Habermeier
bb6243c550
merge with master
2016-09-01 15:07:06 +02:00
Tomasz Drwięga
f93bbe7917
Cargo.lock order [ci skip]
2016-09-01 15:02:14 +02:00
Robert Habermeier
74ffcff99c
port parity itself
2016-09-01 14:55:07 +02:00
Robert Habermeier
d763664d16
port network, sync, rpc
2016-09-01 14:49:12 +02:00
Robert Habermeier
5dd56aa070
port ethcore
2016-09-01 14:29:59 +02:00
keorn
83c371e6d4
add non renewing timer
2016-09-01 14:12:26 +02:00
Tomasz Drwięga
36c83a456b
Merge branch 'master' into dapps-https
...
Conflicts:
Cargo.lock
2016-09-01 13:37:23 +02:00
Robert Habermeier
eb7b62a61c
move rlp to separate crate, port ethcore-util to it
2016-09-01 13:36:32 +02:00
Tomasz Drwięga
31dbbf5431
Merge branch 'master' into dapps-sync
...
Conflicts:
Cargo.lock
dapps/src/router/mod.rs
signer/src/ws_server/session.rs
2016-09-01 13:36:28 +02:00
Robert Habermeier
9a5668f802
get rid of populatable and bytesconvertable traits ( #2019 )
2016-09-01 12:23:31 +02:00
Nikolay Volf
3439c06a1c
Synchronization tweaks for IPC services ( #2028 )
...
* using sequentally consistent checks
* making shutdown method synchronous
* redndant line
2016-09-01 12:04:19 +02:00
Tomasz Drwięga
b4f3c4bd7a
Asynchronous RPC support ( #2017 )
...
* Async RPC
* Limiting number of transactions in queue
* Fixing tests
* Bumping serde and jsonrpc-core
* serde updated to 0.8
* fixed failing tests
* Bumping ipc server
* Fixing API for endpoints
* Experimenting with tests without --release mode
2016-09-01 12:00:00 +02:00
Tomasz Drwięga
a9bc021022
404 pages for dapps resources
2016-09-01 11:54:09 +02:00
Robert Habermeier
ca03cfa58a
Merge pull request #2016 from ethcore/archivedb-assert
...
Disable ArchiveDB counter check
2016-09-01 11:50:48 +02:00
Tomasz Drwięga
055ff91464
Bumping ui
2016-09-01 11:29:40 +02:00
Robert Habermeier
c8f3be2d93
Merge pull request #2025 from ethcore/triedbmut_double_insert
...
always process trie death row on commit, add more tracing
2016-09-01 11:19:22 +02:00
Tomasz Drwięga
89f1444c51
Displaying special page when syncing. 404 instead of redirection
2016-09-01 11:16:19 +02:00
Tomasz Drwięga
9c4d31f548
Signer errors
2016-09-01 10:26:25 +02:00
Marek Kotewicz
e159b5f413
Merge pull request #2026 from ethcore/fixed_transaction_addresses
...
fixed transaction addresses mapping, fixes #1971
2016-09-01 10:21:10 +02:00
keorn
0fcbf8d99f
fix after merge
2016-08-31 18:43:24 +02:00
keorn
2f3d162f57
Merge remote-tracking branch 'parity/master' into bft
2016-08-31 18:19:24 +02:00
keorn
e475d0bf4c
initial timeouts
2016-08-31 18:18:02 +02:00
debris
f5f4736e7c
simplified iterator
2016-08-31 17:36:49 +02:00
debris
996b4b9dc0
fixed transaction addresses mapping, fixes #1971
2016-08-31 16:55:43 +02:00
Tomasz Drwięga
2789824a51
Much nicer error pages
2016-08-31 16:53:22 +02:00
Robert Habermeier
c61da07516
always process trie death row on commit, add more tracing
2016-08-31 14:28:56 +02:00
Tomasz Drwięga
99acd4914e
Fixing tests and review comments
2016-08-31 13:28:54 +02:00
Arkadiy Paronyan
25e6a4e45f
Adding tests for dapps server. ( #2021 )
...
* Fixing redirection. Adding tests
* Adding proof
2016-08-31 12:56:53 +02:00
Marek Kotewicz
a88440ebae
Merge pull request #2018 from ethcore/builtin_trait
...
builtin trait refactoring
2016-08-31 12:01:54 +02:00
Tomasz Drwięga
8f13b550d8
Abort support
2016-08-31 11:45:09 +02:00
Tomasz Drwięga
0f0af9c1a5
Merge branch 'master' into dapps-https
...
Conflicts:
Cargo.lock
dapps/src/handlers/fetch.rs
2016-08-31 11:29:23 +02:00
Tomasz Drwięga
bff847b90c
Chunked encoding parser
2016-08-31 11:22:25 +02:00
Robert Habermeier
6945dc37de
Merge pull request #1967 from gabx/master
...
Start parity with systemd
2016-08-30 18:25:55 +02:00
Arno Gaboury
0e0e770a5a
Merge pull request #1 from arkpar/patch-1
...
Updated wording
2016-08-30 18:23:32 +02:00
Tomasz Drwięga
dcea5c2526
Adding proof
2016-08-30 16:56:46 +02:00
Tomasz Drwięga
76966ab2fc
Fixing redirection. Adding tests
2016-08-30 16:06:20 +02:00
Tomasz Drwięga
2a549386a6
Fetching from github
2016-08-30 15:14:22 +02:00
Nikolay Volf
efc846bb3e
Control service for IPC ( #2013 )
...
* hypervisor extension
* sorted with shutdown-wait
* hypervisor lifecycle alter
2016-08-30 14:05:02 +02:00
Tomasz Drwięga
6f321d9849
LRU cache for dapps ( #2006 )
...
Conflicts:
dapps/Cargo.toml
dapps/src/lib.rs
2016-08-30 14:04:52 +02:00
Robert Habermeier
a34bd389ce
builtin trait refactoring
2016-08-30 13:55:37 +02:00
Tomasz Drwięga
61879ef144
Fetching dispatcher (HTTP, HTTPS)
2016-08-30 13:27:43 +02:00
Marek Kotewicz
6da60afaba
Merge pull request #2005 from ethcore/dapps-hosts
...
CLI for valid hosts for dapps server
2016-08-29 16:58:09 +02:00
Tomasz Drwięga
25fc919913
Fetching https
2016-08-29 16:34:37 +02:00
keorn
d7499044e3
move seal into commit
2016-08-29 14:32:37 +02:00
keorn
4025645188
accumulate seal in precommit
2016-08-29 12:09:51 +02:00
arkpar
4394c31a21
Disabled counter check
2016-08-29 12:07:49 +02:00
Nipunn Koorapati
4389742ca3
Make the block header struct's internals private ( #2000 )
...
* Make the block header struct's internals private
Currently, this involves a lot of explicit cloning, but we
could migrate the return types of the get_* functions to
be copies rather than references since they are mostly copy
types anyway.
I opted to eliminate the constructor in favor of using
Default::default() plus calling a bunch of setters. This
is similar to the model that a Google Protobuf client uses
and I think it looks fine.
* Drop some unnecessary cloning by comparing references
* Fix compiler errors from callsites in tests.
2016-08-29 11:35:23 +02:00
Arkadiy Paronyan
3fa0cfe803
Updated wording
...
Updating wording a bit and fixed remaining capitalization issues.
2016-08-29 11:33:42 +02:00
Denis S. Soldatov aka General-Beck
2d883c43c9
Update gitlab-ci.yml
...
add export to see ENV
2016-08-27 02:58:32 +07:00
keorn
a12a764d6c
add rounds check, simplify tests
2016-08-26 19:27:50 +02:00
keorn
f60d4645ed
move vote with addresses, remove recover check
2016-08-26 19:27:02 +02:00
Denis S. Soldatov aka General-Beck
73958ae8f8
Update gitlab-ci
...
replace build positions
2016-08-26 23:12:44 +07:00
Denis S. Soldatov aka General-Beck
7b945fcda4
Update gitlab-ci
...
add test stage
2016-08-26 22:07:05 +07:00
keorn
a4ba7262ad
update Signature and ipc usage
2016-08-26 13:16:56 +02:00
keorn
e7a9bf4df8
impl Clone for Signature
2016-08-26 11:27:54 +02:00
keorn
2cc2bd6518
impl Hash for Signature
2016-08-26 10:40:00 +02:00
Robert Habermeier
1c19a807d9
Take control of recovered snapshots, start restoration asynchronously ( #2010 )
...
* take control of given snapshot
* start snapshot restoration asynchronously,
2016-08-25 22:20:44 +02:00
keorn
8bd0034ced
Merge remote-tracking branch 'parity/master' into bft
...
Conflicts:
ethcore/src/error.rs
2016-08-25 19:24:29 +02:00
keorn
fcae03e55f
propose message test
2016-08-25 19:22:10 +02:00
Robert Habermeier
2aef81cf90
remove internal locking from DBTransaction ( #2003 )
2016-08-25 16:43:56 +02:00
Robert Habermeier
b18407b9e3
Snapshot optimizations ( #1991 )
...
* apply RLP compression to abridged blocks
* add memorydb consolidate
* code hash optimization
* add warning to snapshot restoration CLI
2016-08-25 14:28:45 +02:00
Marek Kotewicz
09e0842f56
Revert removing ecies ( #2009 )
...
* revert removing ECIES without MAC
* removed reverted change in encrypt
2016-08-25 12:11:06 +02:00
Tomasz Drwięga
0baa8a53a5
dapps-hosts configuration
2016-08-25 09:00:05 +02:00
Denis S. Soldatov aka General-Beck
3e07135df3
Update gitlab-ci
...
remove linker from arm* target
2016-08-25 02:54:23 +07:00
Denis S. Soldatov aka General-Beck
d0a5e9f148
Update gitlab-ci
...
remove failure from armv7 (pi2)
2016-08-25 02:10:02 +07:00
Robert Habermeier
d47361270a
Merge pull request #1998 from ethcore/bloom_optimization
...
small blooms optimization
2016-08-24 20:39:39 +02:00
Marek Kotewicz
f6b8dd0e78
protection from adding empty traces && assertion in traces db ( #1994 )
...
* protection from readding empty traces && assertion in traces db
* simplified assert
2016-08-24 18:35:53 +02:00
Nikolay Volf
d631162440
Stratum IPC service ( #1959 )
...
* boot binaries reorg & helpers
* stratum ipc service
* spaces in cli
2016-08-24 18:35:38 +02:00
Marek Kotewicz
b0d462c6c9
Signature cleanup ( #1921 )
...
* Address renamed to H160 at bigint library level
* moved uint specific test from util to bigint library
* naming
* unifing hashes in progress
* unifing hashes
* cleanup redundant unwraps in tests
* Removing util/crypto in progress.
* fixed compiling
* signature cleanup in progress
* new module - ethcrypto used by ethstore and ethcore-network
* fixed compiling
* fixed compiling
* fixed merge
2016-08-24 18:35:21 +02:00
Arkadiy Paronyan
f07a1e6baf
Fixed neighbours collection ( #1996 )
2016-08-24 17:00:14 +02:00
Robert Habermeier
190e4db266
Trie query recording and AccountDB factory for no mangling ( #1944 )
...
* optionally use no mangling for accountdb
* add the recorder module
* get_recorded for tries, no virtual dispatch on readonly tries
* add recording test
2016-08-24 16:53:36 +02:00
Tomasz Drwięga
33e0a234f2
Validating sha3 of a dapp bundle ( #1993 )
...
* Validating sha3 of a file
* sha3 in utils
* Removing devtools
2016-08-24 16:53:07 +02:00
keorn
77f06be7fb
fix error propagation
2016-08-24 15:55:47 +02:00
debris
b96d4eaddb
bloom optimization
2016-08-24 13:59:50 +02:00
Nipunn Koorapati
3dd1bdda50
Improve eth_getWork timeout test rpc_get_work_should_timeout ( #1992 )
2016-08-24 13:20:15 +02:00
keorn
1cb3c164da
propose step
2016-08-24 11:58:49 +02:00
Gabx
a8d26470e2
capitalize some words
2016-08-23 23:17:06 +02:00
Gabx
ef0bb691bc
capitalize some words
2016-08-23 20:10:13 +02:00
Tomasz Drwięga
124a5da75e
Resolving URLs from contract ( #1964 )
...
* Fetching dapp from github.
* Unpacking dapp
* Removing hardcodes
* Proper Host validation
* Randomizing paths
* Splitting into files
* Serving donwloaded apps from different path
* Extracting URLHint to separate module
* Whitespace and docs
* Resolving from URLHint contract
* Fixing test
* Resolving githubhint url from registrar
* Proper redirections
* Fixing test
* fixing ethstore [ci skip]
* Correct version of registrar
* Removing superfluous Box
2016-08-23 19:28:21 +02:00
Denis S. Soldatov aka General-Beck
dda57d9294
Update gitlab-ci
...
add allow_failure: true to arm*
2016-08-23 23:18:13 +07:00
keorn
99a143eb37
change broadcast interface, add basic message handling
2016-08-23 17:19:23 +02:00
Nipunn Koorapati
2a550c2adf
Add timeout for eth_getWork call ( #1975 )
2016-08-23 17:07:00 +02:00
Tomasz Drwięga
59ede63eda
CLI for Signer interface ( #1980 )
...
* # This is a combination of 2 commits.
# The first commit's message is:
CLI to specify signer interface
# This is the 2nd commit message:
Fixing paths on windows
* CLI to specify signer interface
2016-08-23 16:53:24 +02:00
Nikolay Volf
9fc144cc2f
timeout multiplied ( #1990 )
2016-08-23 16:51:23 +02:00
arkpar
207f9d02f2
Started inf networking
2016-08-23 15:52:05 +02:00
keorn
535c502771
delete old test
2016-08-23 15:44:01 +02:00
Nikolay Volf
f2be2aec68
Merge pull request #1983 from ethcore/ipc-rel-dir
...
Use relative path for IPC sockets
2016-08-23 16:36:23 +04:00
Marek Kotewicz
d4777f9296
fixed #1933 ( #1979 )
2016-08-23 13:31:03 +02:00
Gav Wood
35ecb396b6
Market-orientated transaction pricing ( #1963 )
...
* Market-orientated transaction pricing
Avoid a strict gas-limit and let the market decide through using
a priority queue based around gas pricing for transactions. In
periods of low transaction volume, they'll be processed for a lower
fee.
* Fix tests, add/clarify documentation, fix some logic.
* Change default to reflect CLI.
* Specify type.
* Make test more precise.
* Fix doc test
2016-08-23 13:30:33 +02:00
keorn
3aa862c9c2
add test, start tendermint
2016-08-23 12:58:40 +02:00
Nikolay Volf
2d0a7c33bb
address grumbles
2016-08-23 13:41:12 +03:00
Tomasz Drwięga
f4826d1b2a
Bump clippy ( #1982 )
2016-08-23 10:10:19 +02:00
Tomasz Drwięga
6cb439fbc8
Fixing serde overflow error ( #1977 )
2016-08-23 10:10:12 +02:00
Tomasz Drwięga
81ac3a1936
Merge pull request #1984 from wdv4758h/fix-open
...
Fix open on FreeBSD
2016-08-23 08:54:33 +02:00
Chiu-Hsiang Hsu
869803f60e
Fix open on FreeBSD
2016-08-23 13:53:27 +08:00
keorn
3515a72fa0
proposal vote collector
2016-08-22 20:00:41 +02:00
Nikolay Volf
7c5435d3bb
fix to use relative socket path
2016-08-22 19:41:58 +03:00
keorn
89011dcc34
fix locking patterns, add simple test
2016-08-22 17:33:04 +02:00
Nipunn Koorapati
880b7b811e
Upgrade hyper dependency to 0.9 ( #1973 )
2016-08-22 15:16:23 +02:00
keorn
2f5aeda44f
reusable voting on hashes
2016-08-22 13:19:23 +02:00
Gabx
32530c61ed
fix typos
2016-08-21 19:41:54 +02:00
keorn
a20a0de48f
add spec
2016-08-21 15:28:40 +02:00
keorn
74939a43d6
fix types and lifetimes
2016-08-21 15:27:39 +02:00
Tomasz Drwięga
f69b3f8522
Create network-specific nodes files ( #1970 )
2016-08-21 11:23:47 +02:00
Nikolay Volf
fcfacc76d5
Merge pull request #1965 from ethcore/removing-syntex
...
Getting rid of syntex
2016-08-19 20:17:50 +04:00
keorn
8da38fa98b
intro simple seal bft engine
2016-08-19 17:18:30 +02:00
Gabx
87b882dec1
start parity with systemd
2016-08-19 16:53:38 +02:00
Nikolay Volf
34de330ed9
remove binaries from hypervisor ( #1960 )
2016-08-19 14:49:58 +02:00
Tomasz Drwięga
d996754927
Getting rid of syntex
2016-08-19 14:26:03 +02:00
Gabx
a41db5469a
add systemd service file
2016-08-19 13:38:32 +02:00
Nikolay Volf
070a2157e6
Stratum protocol general ( #1954 )
...
* stratum stub
* basic subscription
* workers, authorizations stubs
* push messages
* authorizing workers
* push tests (failing)
* traits.rs forgotten
* version bump
* parking lot rwlock
* trace for else
* various fixes
* fix last test
* bump version
* logger under test mod
* dependencies dependant
* extra line demolition
2016-08-19 10:20:39 +02:00
Robert Habermeier
0e0cc20d84
keep track of first block in blockchain ( #1937 )
2016-08-18 22:01:57 +02:00
Nikolay Volf
d7c184bd72
Merge pull request #1953 from ethcore/state_module
...
introduce ethcore/state module
2016-08-18 21:56:08 +04:00
Nikolay Volf
0c38197b43
Merge pull request #1956 from ethcore/db-cache
...
Apply settings to column families
2016-08-18 21:55:53 +04:00
Denis S. Soldatov aka General-Beck
32d07c7339
update gitlab-ci
...
Defines the names of branches and tags for which the job will be built
only:
- master
- beta
- tags
- stable
2016-08-18 23:41:33 +07:00
Robert Habermeier
9adf77581c
move column family constants into db module ( #1955 )
2016-08-18 18:24:49 +02:00
Robert Habermeier
8c9f7a3e64
fix up tests, remove dead code
2016-08-18 18:17:21 +02:00
Robert Habermeier
eed7d006f1
Fix up tests, remove dead state-diff code
2016-08-18 18:13:32 +02:00
Arkadiy Paronyan
8159d743ef
ECIES without MAC ( #1948 )
...
* Use random IV for ECIES AES
* ECIES encrypt/decrypt for a single message
* Derive IV from shared secret
2016-08-18 18:08:02 +02:00
arkpar
f0cb835f44
Apply settings to column families
2016-08-18 18:04:54 +02:00
Robert Habermeier
b5c64da612
file moving
2016-08-18 17:56:05 +02:00
Nikolay Volf
d279794c32
remove unused imports ( #1951 )
2016-08-18 15:01:24 +02:00
Tomasz Drwięga
0620a03e56
Fetchable dapps ( #1949 )
...
* Fetching dapp from github.
* Unpacking dapp
* Removing hardcodes
* Proper Host validation
* Randomizing paths
* Splitting into files
* Serving donwloaded apps from different path
* Extracting URLHint to separate module
* Whitespace and docs
2016-08-18 12:19:09 +02:00
Robert Habermeier
57dbdaada9
remove impossible panickers related to infallible db transaction ( #1947 )
2016-08-18 09:43:56 +02:00
Arkadiy Paronyan
108024e98d
Cache address hash ( #1943 )
2016-08-18 09:42:46 +02:00
Robert Habermeier
eed3ef403a
remove randomness from bigint benches, fix warnings ( #1945 )
2016-08-17 22:36:55 +02:00
Gav Wood
ccdf80f4dc
Fix several RPCs ( #1926 )
...
* Fix up pending receipts details.
* Add support for additional params and registry over RPC.
* Fix tests.
* Add test, additional fix.
Fixes #1932 .
* Fix up tests.
* Fix test.
* Fix test.
2016-08-17 19:25:02 +02:00
Tomasz Drwięga
bcf6b0b7d8
Bump clippy, fix warnings ( #1939 )
...
* Bumping clippy
* Fixing warnings
2016-08-17 16:06:41 +02:00
Arkadiy Paronyan
e2cf8a894f
DB WAL size limit ( #1935 )
...
* Limit WAL size
* Check pruning by db modification date (#1924 )
2016-08-17 15:55:26 +02:00
Nikolay Volf
46f029e65c
Use explicit global namespaces in codegen ( #1928 )
...
* ipc as a deault feature
* first part of purge
* second part of ns purge
2016-08-17 15:54:24 +02:00
Nikolay Volf
e01ba60dd9
add drop with timeout ( #1934 )
2016-08-17 15:53:34 +02:00
Nikolay Volf
8710b4a3f4
ipc as a deault feature ( #1927 )
2016-08-17 15:52:57 +02:00
NikVolf
b45020fc7f
add doc for address
2016-08-16 11:47:12 +03:00
Nikolay Volf
9e88acb8c8
fix benches compilation ( #1931 )
2016-08-15 22:02:53 +02:00
Denis S. Soldatov aka General-Beck
751c76917d
Update gitlab-ci ( #1929 )
...
[ci skip] remove CC&CXX from arm* builds
2016-08-15 19:29:50 +02:00
Arkadiy Paronyan
72a546e22e
Update README.md
2016-08-15 17:37:52 +02:00
Marek Kotewicz
c39761c042
ethkey and ethstore use hash structures from bigint ( #1851 )
...
* Address renamed to H160 at bigint library level
* moved uint specific test from util to bigint library
* naming
* unifing hashes in progress
* unifing hashes
* cleanup redundant unwraps in tests
* fixed compiling
2016-08-15 15:09:00 +02:00
Tomasz Drwięga
e6d9fb2ad3
Bumping Parity UI [ci skip] ( #1920 )
2016-08-12 11:21:18 +02:00
Tomasz Drwięga
f5a8c73be5
Adding entrypoints to docker images ( #1909 )
2016-08-12 09:18:42 +02:00
Arkadiy Paronyan
0e7b06d3eb
Save nodes removed from backing_overlay until commit ( #1917 )
2016-08-11 18:58:11 +02:00
Gav Wood
ca54b8e493
RPC for importing geth keys ( #1916 )
...
* Address book for local addresses.
* Simple disk-backed address book.
* Add test and keep file with keys.
* View and import Geth keys.
* Fix test.
* Fix up author info.
[ci:skip]
2016-08-11 18:31:28 +02:00
Tomasz Drwięga
f114a933a3
Peers RPC + UI displaying active/connected/max peers ( #1915 )
...
* Peers API
* Bumping Parity-UI
* Fixing tests
2016-08-11 17:19:20 +02:00
Tomasz Drwięga
07844d611e
Merge pull request #1912 from ethcore/rpc-address-from-phrase
...
RPC for deriving address from phrase.
2016-08-11 10:49:36 +02:00
Gav Wood
6ab78a0091
RPC for deriving address from phrase.
...
Fixed #1911
2016-08-10 21:23:17 +02:00
Nikolay Volf
588529e578
polling & connection timeouts ( #1910 )
2016-08-10 21:07:01 +02:00
Arkadiy Paronyan
417b70f90f
Don't return deleted nodes that are not yet flushed ( #1908 )
2016-08-10 20:49:26 +02:00
Gav Wood
286b67d54b
Wallet rpcs ( #1898 )
...
* Add wallet RPCs.
* Add wordlist file.
* Add standard brain wallet tests.
* Allow import of JSON wallets.
* Address grumble.
2016-08-10 17:57:40 +02:00
Nikolay Volf
c32244ea4a
Fix binary serialization bug ( #1907 )
...
* fix compilation and add it to the ci run
* no separator?
* use quotes and spaces
* literal macro and some tests
* reproduced in a failing test
* fix
* literal macro and some tests
* reproduced in a failing test
* fix
2016-08-10 16:50:23 +02:00
Marek Kotewicz
464516d01d
fixed #1889 , .DS_Store is no longer treated as key file ( #1892 )
...
* fixed #1889 , .DS_Store is no longer treated as key file
* ethstore filters directories, hidden files and common system files
* fixed compiling
2016-08-10 16:42:15 +02:00
Tomasz Drwięga
a427208f79
Purging .derefs, fixing clippy warnings. ( #1890 )
...
* Fixing clippy warnings
* Purging derefs
* Simplifying engine derefs
* Simplifying more engine derefs
2016-08-10 16:29:40 +02:00
Robert Habermeier
8018b69440
Merge pull request #1904 from ethcore/db-repair
...
RocksDB version bump
2016-08-10 14:58:39 +02:00
arkpar
0a06c9d3aa
RocksDB version bump
2016-08-10 13:23:39 +02:00
Nikolay Volf
4ae83f3004
Fix ipc compilation and add ipc feature to test targets ( #1902 )
...
* fix compilation and add it to the ci run
* no separator?
* use quotes and spaces
2016-08-10 13:06:24 +02:00
Robert Habermeier
4efddb9c50
Merge pull request #1896 from ethcore/fix-geth-2
...
Autocreating geth dir if none and geth mode on
2016-08-09 22:15:18 +02:00
NikVolf
26ff6af948
Merge branch 'fix-geth-2' of github.com:ethcore/parity into fix-geth-2
2016-08-09 19:00:36 +03:00
NikVolf
dcdd42fec4
fix regression with geth dir
2016-08-09 18:59:01 +03:00
NikVolf
0fb318e982
fix regression with geth dir
2016-08-09 18:38:44 +03:00
Nikolay Volf
7f5c178b1c
Merge pull request #1886 from ethcore/ver-bump
...
v1.4.0 in master
2016-08-09 17:15:01 +03:00
Nikolay Volf
8bc92dacee
Merge pull request #1891 from ethcore/miner-log
...
Adding more details to miner log
2016-08-09 17:13:59 +03:00
Marek Kotewicz
3b6bc974f3
Merge pull request #1827 from ethcore/move_hash
...
moved hash.rs to bigint library
2016-08-09 14:57:57 +02:00
Marek Kotewicz
505a054d10
Merge pull request #1877 from ethcore/cache_manager_order
...
fixed cache_manager lock order
2016-08-09 14:12:58 +02:00
Tomasz Drwięga
73c19fd4b5
Fixing miner deadlock ( #1885 )
2016-08-09 11:45:07 +02:00
arkpar
69d1c1f237
v1.4.0
2016-08-09 11:40:57 +02:00
debris
974d537849
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-08-09 09:58:18 +02:00
Marek Kotewicz
ab8b763ea5
Merge pull request #1882 from ethcore/ws-rs
...
Updating WS + Increasing token validity
2016-08-09 09:39:03 +02:00
Tomasz Drwięga
3f076869c5
Fixing test
2016-08-08 22:53:54 +02:00
Tomasz Drwięga
fe8a57451a
Merge branch 'master' into ws-rs
2016-08-08 21:24:52 +02:00
Tomusdrw
74e66c3f0e
ws-rs update
2016-08-08 21:24:10 +02:00
Robert Habermeier
2f1ade8116
take snapshot at specified block and slightly better informants ( #1873 )
...
* prettier informant for snapshot creation
* allow taking snapshot at a given block
* minor tweaks
* elaborate on cli
2016-08-08 18:41:30 +02:00
Tomasz Drwięga
59b0f8c7a3
RPC errors & logs ( #1845 )
...
* Refactoring errors in RPC
* Updating jsonrpc-core
* Fixing code_at
* Avoid mentioning obvious segments in proof
[ci:skip]
2016-08-08 17:25:15 +02:00
Arkadiy Paronyan
7ed4bded52
Reduce max open files ( #1876 )
2016-08-08 17:18:29 +02:00
Arkadiy Paronyan
2e5a6ea1ff
Send new block hashes to all peers ( #1875 )
2016-08-08 17:18:10 +02:00
Arkadiy Paronyan
6762447229
Use UntrustedRlp for block verification ( #1872 )
2016-08-08 16:56:35 +02:00
Robert Habermeier
9732da5101
replace cache manager with mutex; reduce lock hold times
2016-08-08 16:25:48 +02:00
debris
c5a0024eeb
fixed cache_manager lock order
2016-08-08 16:14:37 +02:00
Arkadiy Paronyan
35451e31d4
Update cache usage on commiting block info ( #1871 )
2016-08-08 13:47:00 +02:00
Marek Kotewicz
3f261690a5
Merge pull request #1870 from ethcore/evm-mem
...
Validating conversion U256->usize when doing gas calculation (for 32bits)
2016-08-08 11:32:54 +02:00
debris
8269887949
parse().unwrap() -> into()
2016-08-08 11:18:48 +02:00
debris
e9b42d59e8
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-08-08 10:49:16 +02:00
Tomasz Drwięga
10b18db833
Validating u256->usize conversion
2016-08-08 10:26:28 +02:00
Tomasz Drwięga
bdf6a5660e
Fixing gas conversion
2016-08-08 09:59:00 +02:00
Arkadiy Paronyan
4f32a9ccc1
Sync to peers with confirmed fork block only ( #1863 )
2016-08-07 22:42:35 +02:00
debris
88c5f555a9
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-08-06 00:03:07 +02:00
debris
74c9ecbfd6
fixed compiling
2016-08-05 14:09:21 +02:00
debris
e79623704e
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-08-05 14:05:51 +02:00
debris
316c9093db
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-08-05 10:53:34 +02:00
debris
df29fcff1a
Merge branch 'split_hash' into move_hash
2016-08-05 09:56:36 +02:00
debris
1ed2de1d9b
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-08-05 09:30:01 +02:00
debris
a1867a7ba6
bloomable trait
2016-08-04 15:38:16 +02:00
debris
24c7392500
removed redundant helper methods
2016-08-04 14:48:09 +02:00
debris
efca92b766
Merge branch 'master' into move_hash
2016-08-04 14:22:16 +02:00
debris
4051524462
improved naming
2016-08-04 08:52:31 +02:00
debris
03c3d16744
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-08-04 08:41:30 +02:00
debris
e8c451ac82
cleaning up hash reexports
2016-08-03 18:05:17 +02:00
debris
573e775ef9
Merge branch 'fixed_hash_util' into move_hash
2016-08-03 16:35:55 +02:00
debris
cad7125acc
Merge branch 'master' of github.com:ethcore/parity into fixed_hash_util
2016-08-03 16:31:13 +02:00
debris
17bfc113c1
removed unused code from util and unnecessary dependency of FixedHash
2016-08-03 16:29:36 +02:00
debris
e9b3740ea8
Merge branch 'master' of github.com:ethcore/parity into move_hash
2016-07-30 14:14:25 +02:00
debris
4dc1d42a93
moving hash.rs to bigint in progress
2016-07-25 20:19:33 +02:00
Tomasz Drwięga
605d9d24a4
Adding more details to miner log
2016-07-18 13:50:45 +02:00