Nikolay Volf
|
253f56afe1
|
hack indent
|
2016-01-26 18:03:12 +04:00 |
|
Gav Wood
|
50d1038cc5
|
Remove flushln!s.
|
2016-01-26 15:02:14 +01:00 |
|
Gav Wood
|
387e3ec3fd
|
Ensure Spec::ensure_db_good() places DB entries for code & storage.
|
2016-01-26 15:00:22 +01:00 |
|
Nikolay Volf
|
8d30f9fecb
|
bad block import checks
|
2016-01-26 17:55:08 +04:00 |
|
Nikolay Volf
|
81bffd48e8
|
basic client tests working
|
2016-01-26 17:33:22 +04:00 |
|
debris
|
e05fe2e0eb
|
Merge branch 'master' of github.com:ethcore/parity into rpc
|
2016-01-26 13:17:57 +01:00 |
|
debris
|
3ac40b68f8
|
rpc and bin moved to its own crates
|
2016-01-26 13:14:22 +01:00 |
|
Gav Wood
|
7f458a25dd
|
Merge pull request #219 from ethcore/schedule_docs
Schedule documentation
|
2016-01-26 12:09:36 +01:00 |
|
Gav Wood
|
0adb3bf757
|
Merge pull request #217 from ethcore/stack
Spawning new thread when we are reaching stack limit
|
2016-01-26 12:06:37 +01:00 |
|
Arkadiy Paronyan
|
f5077719f0
|
Merge pull request #211 from ethcore/blockchaintests
Blockchain tests
|
2016-01-26 11:56:34 +01:00 |
|
Nikolay Volf
|
46e0a81c52
|
more of testing
|
2016-01-26 14:55:12 +04:00 |
|
debris
|
d27c7f3902
|
rpc block serialize test
|
2016-01-26 11:51:35 +01:00 |
|
Arkadiy Paronyan
|
9e8ad1a8bd
|
Merge pull request #218 from ethcore/failing_test
fixed failing sync test
|
2016-01-26 11:46:56 +01:00 |
|
Nikolay Volf
|
1490412a34
|
merge master
|
2016-01-26 14:43:11 +04:00 |
|
Nikolay Volf
|
800154a8ae
|
client test creating
|
2016-01-26 14:39:49 +04:00 |
|
debris
|
b1282fe1f4
|
api block struct
|
2016-01-26 11:37:24 +01:00 |
|
Tomusdrw
|
7253bcb1b8
|
Merge remote-tracking branch 'origin/failing_test' into stack
|
2016-01-26 10:52:41 +01:00 |
|
Tomusdrw
|
a8b5f4adcd
|
Merge remote-tracking branch 'origin/failing_test' into schedule_docs
|
2016-01-26 10:52:22 +01:00 |
|
Tomusdrw
|
adbde5f3da
|
Schedule documentation
|
2016-01-26 10:48:33 +01:00 |
|
debris
|
a514236c62
|
Merge branch 'master' of github.com:ethcore/parity into rpc
|
2016-01-26 10:40:53 +01:00 |
|
debris
|
e9bd52b34a
|
fixed failing tests
|
2016-01-26 10:26:18 +01:00 |
|
Tomusdrw
|
c66aa52166
|
Spawning new thread when we are reaching stack limit
|
2016-01-26 10:15:55 +01:00 |
|
Tomusdrw
|
280749b34c
|
Removing println
|
2016-01-26 09:13:44 +01:00 |
|
Gav Wood
|
7065c477a4
|
Closes #70
|
2016-01-26 00:48:01 +01:00 |
|
Gav Wood
|
2dcfb52b56
|
Closes #213
|
2016-01-26 00:46:24 +01:00 |
|
debris
|
6b35310c78
|
Merge branch 'master' of github.com:ethcore/parity into rpc
|
2016-01-26 00:42:20 +01:00 |
|
debris
|
5237c57566
|
block transaction count
|
2016-01-26 00:42:07 +01:00 |
|
Gav Wood
|
2fa1431e86
|
Merge branch 'master' into blockchaintests
|
2016-01-26 00:35:21 +01:00 |
|
Gav Wood
|
3fe0c3c789
|
Unignore passingn tests.
|
2016-01-26 00:26:36 +01:00 |
|
Gav Wood
|
f014a1f4c8
|
Merge pull request #196 from ethcore/delegatecall
Fixing delegatecall
|
2016-01-26 00:20:21 +01:00 |
|
Tomusdrw
|
16f2fa33ee
|
Merging CALL & DELEGATECALL branches
|
2016-01-25 23:59:50 +01:00 |
|
Gav Wood
|
b6622e6efe
|
Remove flushln!s.
|
2016-01-25 23:39:21 +01:00 |
|
Gav Wood
|
e479e8ca97
|
Tody ups.
|
2016-01-25 23:37:49 +01:00 |
|
Gav Wood
|
60af30558c
|
Cleanups.
|
2016-01-25 23:26:42 +01:00 |
|
Gav Wood
|
41508cbd50
|
Fix queue flush and add working tests.
|
2016-01-25 23:24:51 +01:00 |
|
arkpar
|
a43ca9ae34
|
blockqueue flush
|
2016-01-25 19:20:34 +01:00 |
|
Gav Wood
|
499da19d82
|
Initial draft of blockchain tests.
|
2016-01-25 18:56:36 +01:00 |
|
debris
|
f38b736c91
|
debugging rpc...
|
2016-01-25 17:45:26 +01:00 |
|
debris
|
fede7ca35c
|
Merge branch 'master' into rpc
|
2016-01-25 13:09:46 +01:00 |
|
Gav Wood
|
018abc9dcd
|
Autogenerate the Args from the docopt macro.
|
2016-01-25 11:54:15 +01:00 |
|
arkpar
|
02d33f6861
|
Merge branch 'master' of github.com:ethcore/parity into ark
|
2016-01-24 19:21:31 +01:00 |
|
arkpar
|
cd250d4959
|
Incoming connections; Tests
|
2016-01-24 18:54:05 +01:00 |
|
arkpar
|
cbc4828eea
|
Continue sync on new hashes
|
2016-01-24 18:54:05 +01:00 |
|
arkpar
|
cfb8671b00
|
Networking bugfixes
|
2016-01-24 18:54:05 +01:00 |
|
Gav Wood
|
7528c725bb
|
Additional comment.
|
2016-01-24 00:10:55 +01:00 |
|
Gav Wood
|
788213f48f
|
Merge branch 'master' into gav
|
2016-01-24 00:09:18 +01:00 |
|
Gav Wood
|
b059d32485
|
Argument parsing from CLI.
Closes #179
|
2016-01-23 23:53:20 +01:00 |
|
Tomusdrw
|
e27d628e75
|
Changing delegatecall logic
|
2016-01-23 10:41:13 +01:00 |
|
Tomusdrw
|
fbb57b1c1b
|
Merge branch 'master' into delegatecall
|
2016-01-23 10:37:42 +01:00 |
|
Marek Kotewicz
|
6f525815b5
|
Merge pull request #201 from ethcore/io
Fixed tests and tweaked sync progress report
|
2016-01-22 16:01:50 +01:00 |
|
arkpar
|
b5f0a41265
|
Fixed tests and tweaked sync progress report
|
2016-01-22 15:58:52 +01:00 |
|
debris
|
c172ea0bea
|
Merge branch 'heavy_tests' of github.com:ethcore/parity
|
2016-01-22 15:12:18 +01:00 |
|
arkpar
|
e5e0d3d136
|
Merge branch 'master' of github.com:ethcore/parity into io
|
2016-01-22 14:44:17 +01:00 |
|
arkpar
|
9159d3fea0
|
Indent
|
2016-01-22 14:03:42 +01:00 |
|
Marek Kotewicz
|
9e32298356
|
Merge pull request #197 from ethcore/fixing_vmBlockInfoTest
Populating last_hashes
|
2016-01-22 11:57:08 +01:00 |
|
Tomusdrw
|
b00e4b9d95
|
Marking more tests as 'heavy'
|
2016-01-22 08:07:53 +01:00 |
|
Tomusdrw
|
bb4e31b224
|
Marking test as heavy / ignored
|
2016-01-22 08:04:52 +01:00 |
|
arkpar
|
74d34614cf
|
Tests compiling again
|
2016-01-22 05:20:47 +01:00 |
|
arkpar
|
0ce15af91e
|
Removed db_queue
|
2016-01-22 04:57:02 +01:00 |
|
arkpar
|
9bcb720f1f
|
Minor optimizations
|
2016-01-22 04:54:38 +01:00 |
|
arkpar
|
ccf1cc4d54
|
Removed obsolete code and added documentation
|
2016-01-22 00:11:19 +01:00 |
|
arkpar
|
6728690109
|
DB commit queue
|
2016-01-21 23:34:06 +01:00 |
|
arkpar
|
4bf1c205b4
|
DB commit queue
|
2016-01-21 23:33:52 +01:00 |
|
Tomusdrw
|
b07cbcd8cd
|
Changing some tests from ignore to heavy
|
2016-01-21 19:32:48 +01:00 |
|
arkpar
|
0f97edad7c
|
Merge branch 'master' of github.com:ethcore/parity into ethash
|
2016-01-21 17:21:51 +01:00 |
|
arkpar
|
e514d3d80f
|
Multithreaded event loop
|
2016-01-21 16:48:37 +01:00 |
|
Tomusdrw
|
124cfcc11e
|
Possibility to declare "heavy tests"
|
2016-01-21 16:08:09 +01:00 |
|
debris
|
85de41642e
|
rpc api in progress
|
2016-01-21 11:25:39 +01:00 |
|
debris
|
201c4726a2
|
split rpc into multiple files
|
2016-01-21 01:19:29 +01:00 |
|
debris
|
013ac2cf9a
|
rpc api in progress
|
2016-01-21 00:54:19 +01:00 |
|
Tomusdrw
|
80c7dee164
|
Fixing typo
|
2016-01-20 20:45:31 +01:00 |
|
Tomusdrw
|
78b279a734
|
Fixing docs for BlockNumber
|
2016-01-20 20:44:26 +01:00 |
|
Tomusdrw
|
9048a608da
|
Populating last_hashes
|
2016-01-20 17:57:53 +01:00 |
|
Tomusdrw
|
651d2d66e0
|
Fixing tests
|
2016-01-20 17:31:37 +01:00 |
|
Tomusdrw
|
cd9a0e4e58
|
Changing is_value_transfer to enum
|
2016-01-20 17:27:33 +01:00 |
|
Tomusdrw
|
8084e1b6d7
|
Removing value from delegatecall function
|
2016-01-20 17:01:58 +01:00 |
|
Tomusdrw
|
aa0760597b
|
Fixing delegatecall
|
2016-01-20 16:52:22 +01:00 |
|
debris
|
a8e4912551
|
cleanup ethrpc
|
2016-01-20 15:49:49 +01:00 |
|
debris
|
47e28672b6
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into rpc
|
2016-01-20 04:20:05 +01:00 |
|
debris
|
82373ab7a4
|
inital commit with eth_blockNumber working
|
2016-01-20 04:19:38 +01:00 |
|
Tomusdrw
|
adc763325d
|
Merge branch 'master' into clippy
Conflicts:
util/src/rlp/rlptraits.rs
|
2016-01-19 23:22:40 +01:00 |
|
Tomusdrw
|
bad2a244df
|
Adding documentation request comments.
|
2016-01-19 17:02:01 +01:00 |
|
Tomusdrw
|
c746f0e62c
|
Fixing all clippy lints
|
2016-01-19 13:47:30 +01:00 |
|
Tomusdrw
|
6ead6b7847
|
Merge branch 'master' into clippy
Conflicts:
util/src/lib.rs
|
2016-01-19 12:45:06 +01:00 |
|
debris
|
30f294ed5e
|
Merge branch 'master' into cli
|
2016-01-19 12:24:51 +01:00 |
|
Arkadiy Paronyan
|
ae64a6046b
|
Merge pull request #187 from gavofyork/wrapping_ops
fixed wrapping ops on latest nightly
|
2016-01-19 12:19:09 +01:00 |
|
debris
|
9fa4a693ce
|
fixed build issues with stabilized feature WrappingOps
|
2016-01-19 12:04:27 +01:00 |
|
Gav Wood
|
e9f65ad063
|
Merge branch 'gav' into cacheman
|
2016-01-19 11:57:45 +01:00 |
|
Gav Wood
|
e82bcedf2e
|
Fix again.
|
2016-01-19 11:57:10 +01:00 |
|
Gav Wood
|
af3d76fbf1
|
Another fix.
|
2016-01-19 11:56:41 +01:00 |
|
Gav Wood
|
ec3bc85f22
|
Fix tests.
|
2016-01-19 11:53:38 +01:00 |
|
Tomusdrw
|
fc4b67a12d
|
Fixing self_convention errors
|
2016-01-19 11:15:39 +01:00 |
|
Tomusdrw
|
f169951d4e
|
Fixing all obvious warnings
|
2016-01-19 11:10:38 +01:00 |
|
Tomusdrw
|
db6e6a3e58
|
Merge branch 'master' into clippy
Conflicts:
src/service.rs
src/views.rs
|
2016-01-19 10:18:18 +01:00 |
|
debris
|
9c38e7e68c
|
moved src/bin/client.rs -> src/bin/client/main.rs
|
2016-01-19 10:01:44 +01:00 |
|
Gav Wood
|
40d9cbdeaf
|
Delta-based logging.
Closes #181
|
2016-01-18 23:23:32 +01:00 |
|
Gav Wood
|
a2860eb115
|
Fix client builds.
|
2016-01-18 19:34:30 +01:00 |
|
Gav Wood
|
3740f135f1
|
Merge branch 'gav' into cacheman
|
2016-01-18 19:24:41 +01:00 |
|
Gav Wood
|
76cded453b
|
Cache manager.
Closes #135
|
2016-01-18 19:23:28 +01:00 |
|
Gav Wood
|
eec70fe69a
|
Merge branch 'master' into gav
|
2016-01-18 16:20:35 +01:00 |
|
Gav Wood
|
bd21c6c327
|
note_used and cache management datatypes.
|
2016-01-18 15:48:38 +01:00 |
|
Gav Wood
|
1eafdc7008
|
PR fixes.
|
2016-01-18 15:47:50 +01:00 |
|
Gav Wood
|
3885cc07e4
|
Merge pull request #173 from gavofyork/ark
Multithreaded block queue
|
2016-01-18 15:00:44 +01:00 |
|
Gav Wood
|
7b0e4af078
|
Compact state DB finished.
Closes #172
|
2016-01-18 14:44:06 +01:00 |
|
Gav Wood
|
b9b08af518
|
Use JournalDB instead of OverlayDB.
|
2016-01-18 13:54:46 +01:00 |
|
arkpar
|
e862fc6257
|
Typo
|
2016-01-18 01:39:19 +01:00 |
|
Gav Wood
|
4f5ca1973e
|
Merge branch 'master' into gav
|
2016-01-18 01:32:56 +01:00 |
|
Gav Wood
|
d7b6925620
|
Reduce spam.
|
2016-01-18 00:58:06 +01:00 |
|
Gav Wood
|
fab99e8538
|
Disable trieDB ref counting for now.
|
2016-01-18 00:51:55 +01:00 |
|
arkpar
|
d05e7e031b
|
Basic queue test
|
2016-01-18 00:24:20 +01:00 |
|
arkpar
|
75092669b4
|
Merge branch 'master' of github.com:gavofyork/ethcore into ark
|
2016-01-17 23:16:33 +01:00 |
|
arkpar
|
a131c33bb2
|
Multithreaded block queue
|
2016-01-17 23:07:58 +01:00 |
|
Arkadiy Paronyan
|
2c0d84e2c7
|
Merge pull request #145 from gavofyork/evm
Handling all possible overflows
|
2016-01-17 15:58:26 +01:00 |
|
Tomusdrw
|
1b6dead109
|
Fixing clippy stuff - work in progress
|
2016-01-17 15:56:09 +01:00 |
|
Tomusdrw
|
342c4e736d
|
Getting rid of RequiredMem enum
|
2016-01-17 14:17:05 +01:00 |
|
Tomusdrw
|
c8d94c981b
|
Additional check before conversion
|
2016-01-17 14:08:31 +01:00 |
|
Tomusdrw
|
aca68dcfe7
|
Fixing mem_gas_cost calcualtion by jumping to U512
|
2016-01-17 13:59:30 +01:00 |
|
Tomusdrw
|
83ac4bce06
|
Handling overflows in gas_for_mem calculation
|
2016-01-17 13:48:48 +01:00 |
|
Tomusdrw
|
97d23f551b
|
Cleaning ugly tuple deconstructions
|
2016-01-17 13:24:57 +01:00 |
|
Gav Wood
|
6ea8eaa3b5
|
Move ethcore files back into root.
|
2016-01-17 13:11:25 +01:00 |
|
arkpar
|
365adb152b
|
Fixed block verification test
|
2016-01-17 12:55:00 +01:00 |
|
arkpar
|
6502399e6b
|
Fixed build aftre botched merge
|
2016-01-17 12:11:39 +01:00 |
|
arkpar
|
efccde7b66
|
Merge branch 'master' of github.com:gavofyork/ethcore into client
|
2016-01-17 12:08:40 +01:00 |
|
Tomusdrw
|
eb4a9d8586
|
Removing println
|
2016-01-17 12:06:37 +01:00 |
|
arkpar
|
e39e7491b8
|
Use ethash for verification
|
2016-01-17 12:00:34 +01:00 |
|
Tomusdrw
|
4df5f0ca31
|
Handling all possible overflows
|
2016-01-17 11:54:29 +01:00 |
|
Tomusdrw
|
1414fe28b9
|
Merge branch 'master' into evm
|
2016-01-17 11:41:46 +01:00 |
|
Tomusdrw
|
62597cb294
|
Merge branch 'evm+gav' into evm
|
2016-01-17 11:26:59 +01:00 |
|
Tomusdrw
|
57129f4fd3
|
Changing to AddAsign
|
2016-01-17 11:26:37 +01:00 |
|
Tomusdrw
|
94f23ac5ba
|
Merge branch 'gav' into evm+gav
Conflicts:
src/ethereum/ethash.rs
|
2016-01-17 01:18:35 +01:00 |
|
Tomusdrw
|
48040590f5
|
Fixing create-gasleft
|
2016-01-16 21:24:19 +01:00 |
|
Tomusdrw
|
56c059588d
|
Changing state tests to support transition
|
2016-01-16 21:08:04 +01:00 |
|
Gav Wood
|
cbdc2ec80d
|
Enable TransactionViews from the BlockView.
|
2016-01-16 21:04:14 +01:00 |
|
Gav Wood
|
667a0fad01
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-16 21:02:59 +01:00 |
|
Gav Wood
|
bffbba32d2
|
Docs.
|
2016-01-16 21:02:31 +01:00 |
|
Tomusdrw
|
9849ce08e0
|
Merge branch 'master' into evm
Conflicts:
src/evm/tests.rs
src/executive.rs
src/externalities.rs
src/tests/executive.rs
|
2016-01-16 21:01:14 +01:00 |
|
Gav Wood
|
cf1e9f24b6
|
Enable TransactionView.
|
2016-01-16 21:01:02 +01:00 |
|
Tomusdrw
|
3979b787f7
|
merged with mk
|
2016-01-16 20:58:23 +01:00 |
|
Gav Wood
|
7a6ace6691
|
Merge pull request #131 from gavofyork/fix_ext
externalities refactor
|
2016-01-16 20:55:50 +01:00 |
|
Gav Wood
|
14658d7da0
|
Merge branch 'master' into gav
|
2016-01-16 18:46:47 +01:00 |
|
Gav Wood
|
60f0ff8e9e
|
Fix bug.
|
2016-01-16 18:46:23 +01:00 |
|
Arkadiy Paronyan
|
e89eb3715e
|
Merge pull request #140 from gavofyork/gav
More open files.
|
2016-01-16 18:38:08 +01:00 |
|
Gav Wood
|
d8efbb2173
|
Change netspecs to real values.
|
2016-01-16 18:35:07 +01:00 |
|
Gav Wood
|
dd5fcb398f
|
Support Homestead,
|
2016-01-16 18:30:27 +01:00 |
|
debris
|
1d8d038682
|
s/inc_sstore_clear_count/inc_sstore_clears/g
|
2016-01-16 17:33:46 +01:00 |
|
Tomusdrw
|
e9dab4d567
|
Merge branch 'evm' into evm_stack_fix
Conflicts:
src/evm/instructions.rs
src/evm/interpreter.rs
|
2016-01-16 17:27:54 +01:00 |
|
debris
|
d128d1fccd
|
renamed inc_sstore_refund_count -> inc_sstore_clear_count
|
2016-01-16 17:26:32 +01:00 |
|
Tomusdrw
|
5b9097a9ca
|
Renaming NO_OF_LOG_INSTRUCTIONS -> MAX_NO_OF_TOPICS
|
2016-01-16 17:24:42 +01:00 |
|
Arkadiy Paronyan
|
a04d5c2af7
|
Merge pull request #59 from gavofyork/gav
Assign-operators for Uint.
|
2016-01-16 17:18:35 +01:00 |
|
Tomusdrw
|
79c1cc02f7
|
Vec<u8> -> Bytes and clearing log API
|
2016-01-16 17:17:43 +01:00 |
|