GitLab Build Bot
dee93c6ac2
[ci skip] js-precompiled 20170105-222007
...
Former-commit-id: 277e3adfff1d5344dacb00cbc0a3aee72c53b044
2017-01-05 22:24:20 +00:00
Tomasz Drwięga
da5b506603
Beta Backports ( #4012 )
...
* Fix up the transaction JSON serialisation for RPC.
* Introduce to_hex() utility in bigint. Fix tests.
Conflicts:
rpc/src/v1/tests/mocked/eth.rs
rpc/src/v1/tests/mocked/signing.rs
rpc/src/v1/types/block.rs
rpc/src/v1/types/transaction.rs
* fix comment
* Fix build.
* Bump hyper
* 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.
Conflicts:
ethcore/src/client/client.rs
ethcore/src/tests/client.rs
ethcore/src/types/transaction.rs
* Encode networkid as a u64.
Conflicts:
ethcore/src/types/transaction.rs
* Fixing compilation issues
* parse testnet chain as ropsten
* Removing unused import
Former-commit-id: 6782819dcfddf1858a32e88db007f2d0a8a00092
2017-01-05 16:42:37 +00:00
Arkadiy Paronyan
84021a6148
Backporting to beta ( #3980 )
...
* v1.4.7
* Allow sync reorg up to pruning history size
* Peer difficulty tracking
* Abort downloading block if received with NewBlock
* Fixed test
Former-commit-id: f2058bdd2feefe3651134aa07e6ce9e3e041fbec
2016-12-27 15:12:03 +01:00
Arkadiy Paronyan
f8683058b3
Backporting to beta ( #3718 )
...
* Disaable peer if no common block found
* v1.4.6
Former-commit-id: 5feccf11d2156e3444f1c7dbacc76212ff06d319
2016-12-05 17:09:55 +01:00
GitLab Build Bot
03f35d7f82
[ci skip] js-precompiled 20161128-172255
...
Former-commit-id: 38bd0aa57dbdb951129550858a9a7a7f707cc508
2016-11-28 17:24:50 +00:00
GitLab Build Bot
e6e0dc256f
js-precompiled 20161126-163347
...
Former-commit-id: a028d04b01281812bb39136d96fa922343b978ee
2016-11-26 18:20:10 +01:00
GitLab Build Bot
c55e26285b
js-precompiled 20161125-215447
...
Former-commit-id: 72af2fa763f3f79f4c355e4c3e9aec8e9edd64ba
2016-11-25 23:25:55 +01:00
Arkadiy Paronyan
e7d7280a89
Backporting to beta ( #3623 )
...
* Ropsten network (#3539 )
* Ropsten network
* Sorted premine
* Comas
* Removed trailing coma
* --testnet set to ropset
* New registry contract address for ropsten (#3549 )
* New registry for ropsten
* Registry address
* Registry with payable modifier
* Fix panic on importing own invalid transaction (#3550 )
* Use patched MIO
* Trim whitespace from recovery phrase
* v1.4.5
* Appending logs by default
* Fixing phrases generated on windows
* Manually add \r to Windows phrases pre 1.4.4
* < 1.4.5
* Update test, fix number. (#3612 )
* Set default tx price to 0.0025 USD
* Only support 1.4.x dictionary
Former-commit-id: 793003af5ff14bccb34e24b8b57897762647e03d
2016-11-25 20:57:34 +01:00
GitLab Build Bot
426db72a41
[ci skip] js-precompiled 20161125-183851
...
Former-commit-id: 21f19d5792485e2879fdb184bb200e94de7ccf56
2016-11-25 18:48:09 +00:00
GitLab Build Bot
9bf983417d
[ci skip] js-precompiled 20161124-213708
...
Former-commit-id: 3b2e34935d8ef1fc3f4ff3657f30946a4fd7bc13
2016-11-24 21:38:48 +00:00
GitLab Build Bot
3a593ec474
[ci skip] js-precompiled 20161121-233140
...
Former-commit-id: f15194c29247a7857992e9372ae0dc5ab520cc1d
2016-11-21 23:33:27 +00:00
GitLab Build Bot
5ce41da9b2
js-precompiled 20161118-200650
...
Former-commit-id: a68d52ca955421631ebebe96a8d9daa2ea09269d
2016-11-18 21:18:08 +01:00
Arkadiy Paronyan
de23d7a2d7
Backporting to beta ( #3525 )
...
* v1.4.4
* 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
* Wallet names shouldn't include address.
(Actually wallet files shouldn't contain it either, but we'll
leave that for a later PR).
* sudo -c Is not supported on Mac
* Add trace_{call, rawTransaction, replayTransaction}
* Remove dangling only
* check for sanity
* Better Erros Snackbar in UI #3473
* Sync bandwidth optimization
* Updated sync algo desription
* Check transaction signature when adding to the queue
* Limit sync reorg to 20 blocks (#3519 )
* Limit sync reorg
* Fixed tests
* updated the european warp bootnode addresses (#3528 )
* 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)
* Remove addresses, display non-refundable warning (#3403 )
* Use Contract owner for unregistering Token #3440
* 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
Former-commit-id: 3e0d033eaf789cfdf517f4a97effc500f1f9263b
2016-11-18 20:50:20 +01:00
GitLab Build Bot
2077793b4f
[ci skip] js-precompiled 20161116-110138
...
Former-commit-id: a1a03a6503d96595a3aa1e83880196ac1847b482
2016-11-16 11:05:16 +00:00
Tomasz Drwięga
f52aee83bc
Exposing v,r,s from transaction signature in RPC ( #3172 )
...
Former-commit-id: bb138aa03c05b3f19ef0633acc7ecc5212b21663
2016-11-15 20:58:33 +01:00
GitLab Build Bot
afa21ce001
[ci skip] js-precompiled 20161114-201045
...
Former-commit-id: 08a4220f4657af62d4077d824e9c4ca6fae200de
2016-11-14 20:12:02 +00:00
GitLab Build Bot
aedd7477ab
[ci skip] js-precompiled 20161114-154951
...
Former-commit-id: 86e77f22a0b5dec3e8d731d15152431da597d8ca
2016-11-14 15:51:04 +00:00
arkpar
2799a26d66
v1.4.3
...
Former-commit-id: acab16f14572e85df1f426d45213147b4ec2b01b
2016-11-14 13:37:34 +01:00
GitLab Build Bot
95d57c839d
[ci skip] js-precompiled 20161112-203324
...
Former-commit-id: 619b709619bf585a9c6281da382a229c0b0c7575
2016-11-12 20:34:44 +00:00
GitLab Build Bot
6a46168fb7
js-precompiled 20161110-160103
...
Former-commit-id: b14aed734e1f16676b2ec442b1b5a63d86f7bb5d
2016-11-10 17:02:57 +01:00
GitLab Build Bot
77f3b87627
js-precompiled 20161110-143746
...
Former-commit-id: fcf0b92f05731b817dd82bde6632bd58b237de7a
2016-11-10 15:44:27 +01:00
GitLab Build Bot
7e77f1b62c
[ci skip] js-precompiled 20161109-211612
...
Former-commit-id: f57c299d090347467c4917a1f6a9528936d5314b
2016-11-09 21:17:25 +00:00
arkpar
e8d6c3a699
v1.4.2
...
Former-commit-id: 612229ca2ffa1cbb9060c219eac81b4d569df969
2016-11-09 20:40:57 +01:00
GitLab Build Bot
314d0759d0
js-precompiled 20161108-224010
...
Former-commit-id: 888d69fa5119547736d918660c81f41543677256
2016-11-08 23:43:11 +01:00
arkpar
b42717050d
v1.4.1
...
Former-commit-id: a5b896cc57a7b8ba7049f1a82dbdc6317d6b3252
2016-11-08 23:21:00 +01:00
GitLab Build Bot
9059754a23
[ci skip] js-precompiled 20161108-132446
...
Former-commit-id: 84a9c67a51233313d8c2acbe9e96b9357c34dc89
2016-11-08 13:26:02 +00:00
GitLab Build Bot
6e51c88caa
[ci skip] js-precompiled 20161108-105355
...
Former-commit-id: fad795f8723b49ad92d641843b743a6041cf09e7
2016-11-08 10:55:06 +00:00
GitLab Build Bot
fbb05d0079
[ci skip] js-precompiled 20161108-102316
...
Former-commit-id: da39de40220c963f9647034a48f9d0725e941501
2016-11-08 10:24:34 +00:00
GitLab Build Bot
21bfeb7d3c
[ci skip] js-precompiled 20161108-094358
...
Former-commit-id: 5f5863abdc97bc7f20452c0da43ac8b97ec58199
2016-11-08 09:45:08 +00:00
GitLab Build Bot
cd57b362fa
[ci skip] js-precompiled 20161108-074441
...
Former-commit-id: 0f0a61ff0fe425f1a15ec2e0338526ce9b04a278
2016-11-08 07:45:51 +00:00
GitLab Build Bot
5e6a0b4660
js-precompiled 20161107-193144
...
Former-commit-id: 170bd035f1099aa5e32c8f9abbb33b944697643a
2016-11-07 21:37:03 +01:00
GitLab Build Bot
cfdc0d8cfb
[ci skip] js-precompiled 20161107-183039
...
Former-commit-id: 35545a02bbdb877d419652432eab72a50b544737
2016-11-07 18:31:50 +00:00
GitLab Build Bot
1cdb17cd24
[ci skip] js-precompiled 20161107-161215
...
Former-commit-id: 75ab8de321ee9553574f170352c408a45cd2cfb7
2016-11-07 16:13:21 +00:00
GitLab Build Bot
054f0c0014
[ci skip] js-precompiled 20161107-111138
...
Former-commit-id: 3b480f5e8c9fd7f24afb41e114f9346809790d98
2016-11-07 11:12:47 +00:00
GitLab Build Bot
fbe02fc6b6
[ci skip] js-precompiled 20161105-151003
...
Former-commit-id: 15ee147168b274fe9c23385fede541d20e42a24e
2016-11-05 15:11:10 +00:00
GitLab Build Bot
20d7f8a9d9
[ci skip] js-precompiled 20161105-135925
...
Former-commit-id: 4f44a021f7f1461dc699bc4a482c8dd1685be645
2016-11-05 14:01:16 +00:00
GitLab Build Bot
8b5a9b701a
[ci skip] js-precompiled 20161104-181908
...
Former-commit-id: 074d230fa4c3faed52aa8c75a5bbd8d4720cad4a
2016-11-04 18:20:13 +00:00
GitLab Build Bot
522401296d
[ci skip] js-precompiled 20161104-162352
2016-11-04 16:25:02 +00:00
GitLab Build Bot
ce50286138
[ci skip] js-precompiled 20161104-132825
2016-11-04 13:29:29 +00:00
GitLab Build Bot
11f2b5d0ae
[ci skip] js-precompiled 20161104-130524
2016-11-04 13:06:27 +00:00
GitLab Build Bot
8bd89d05be
[ci skip] js-precompiled 20161104-121340
2016-11-04 12:14:46 +00:00
Arkadiy Paronyan
2b5d82c901
parity-ui-precompiled pinned to beta ( #3168 )
...
* parity-ui-precompiled pinned to beta
* Fixed test
2016-11-04 12:38:18 +01:00
GitLab Build Bot
ec99be1b28
[ci skip] js-precompiled 20161104-104904
2016-11-04 10:50:35 +00:00
GitLab Build Bot
3aba31114c
[ci skip] js-precompiled 20161103-213602
2016-11-03 21:37:24 +00:00
GitLab Build Bot
7e592e5389
[ci skip] js-precompiled 20161103-202525
2016-11-03 20:26:28 +00: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
GitLab Build Bot
29c8350bf2
[ci skip] js-precompiled 20161103-190201
2016-11-03 19:03:12 +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