432 Commits

Author SHA1 Message Date
Jacek Sieka
84f992d9df
travis: cache creates directory - check file instead before downloading 2018-08-21 14:15:26 -06:00
Jacek Sieka
4aca1e5b9c
travis: try caching full rocksdb build 2018-08-21 14:12:23 -06:00
Jacek Sieka
c1d405a032
travis: install rocksdb from tarball instead 2018-08-21 13:35:40 -06:00
Jacek Sieka
fcbd10e6f7
travis: simplify script 2018-08-21 13:13:35 -06:00
Jacek Sieka
5de3fc761c
travis: build specific rocksdb version and install in /usr 2018-08-21 11:54:42 -06:00
Jacek Sieka
fd955be92a
travis: build rocksdb also 2018-08-21 10:46:10 -06:00
Jacek Sieka
21fd963906
travis: use ccache 2018-08-21 10:30:35 -06:00
mratsim
986cba578c Only install dependencies in Appveyor followup #110, fix #109 2018-08-21 15:49:52 +02:00
coffeepots
5ac1949870
Merge pull request #115 from status-im/moreRpcs2
More rpcs2
2018-08-21 14:48:15 +01:00
coffeepots
47f81df3d4 Comment on hex string conversion from array types. 2018-08-21 14:31:45 +01:00
coffeepots
85c065529e Merge branch 'moreRpcs2' of https://github.com/status-im/nimbus into moreRpcs2 2018-08-21 13:33:55 +01:00
coffeepots
9d506993a1 Add some error checking for missing body hash 2018-08-21 13:33:38 +01:00
coffeepots
6ac68b1c12 eth_getUncleByBlockNumberAndIndex 2018-08-21 13:33:37 +01:00
coffeepots
cd85ed2281 eth_getUncleByBlockHashAndIndex, populate uncle hashes, not full uncles 2018-08-21 13:33:37 +01:00
coffeepots
5516a0dcfa Update block object to include hashes in uncles, not full block header 2018-08-21 13:33:37 +01:00
coffeepots
09861bf2e2 eth_getTransactionReceipt 2018-08-21 13:33:37 +01:00
coffeepots
d56cf9d2e4 Update receipt types 2018-08-21 13:33:37 +01:00
coffeepots
b516acfef0 Add receipt object 2018-08-21 13:33:37 +01:00
coffeepots
79b0032583 eth_getTransactionByBlockNumberAndIndex 2018-08-21 13:33:37 +01:00
coffeepots
3b53f18b84 eth_getTransactionByBlockHashAndIndex 2018-08-21 13:33:37 +01:00
coffeepots
19c68422bc eth_getTransactionByHash 2018-08-21 13:33:37 +01:00
coffeepots
f84a4bd9d9 Updates to TransactionObject in line with internal types 2018-08-21 13:33:37 +01:00
coffeepots
67e9f47ac5 Add getTransactionKey 2018-08-21 13:33:37 +01:00
coffeepots
b30b253653 Update TransactionObject to use Blob 2018-08-21 13:33:37 +01:00
coffeepots
a5ea8c67bd Update nonce type 2018-08-21 13:33:37 +01:00
coffeepots
8524c0b060 Fixes (eg eth_getTransactionCount) and helper funcs 2018-08-21 13:33:37 +01:00
coffeepots
3f2311be23 Add ref EthAddress 2018-08-21 13:33:37 +01:00
coffeepots
2702412431 Add some error checking for missing body hash 2018-08-20 21:14:30 +01:00
coffeepots
d14e3de35b eth_getUncleByBlockNumberAndIndex 2018-08-20 21:06:26 +01:00
coffeepots
96eafbf26b eth_getUncleByBlockHashAndIndex, populate uncle hashes, not full uncles 2018-08-20 20:52:09 +01:00
coffeepots
cb23bc0fdd Update block object to include hashes in uncles, not full block header 2018-08-20 20:51:25 +01:00
coffeepots
c53b2502d7 eth_getTransactionReceipt 2018-08-20 20:42:40 +01:00
coffeepots
3dad7fbba8 Update receipt types 2018-08-20 20:29:40 +01:00
Mamy Ratsimbazafy
18e93903c9
Add the new experimental forloopmacros flag for Stint fix #109 (#110)
* Add the new experimental forloopmacros flag for Stint

* Use a .nimble switch instead of .cfg
2018-08-20 16:13:32 +02:00
coffeepots
39e0185cac Add receipt object 2018-08-17 23:51:05 +01:00
coffeepots
d85c513453 eth_getTransactionByBlockNumberAndIndex 2018-08-17 20:06:43 +01:00
coffeepots
bc5a4351d3 eth_getTransactionByBlockHashAndIndex 2018-08-17 20:03:30 +01:00
coffeepots
7527b52d11 eth_getTransactionByHash 2018-08-17 19:53:47 +01:00
coffeepots
6b49407952 Updates to TransactionObject in line with internal types 2018-08-17 19:53:22 +01:00
coffeepots
be0f77870c Add getTransactionKey 2018-08-17 19:52:48 +01:00
coffeepots
c9de0fbd29 Reduce range of cleanMemRef 2018-08-17 17:16:40 +03:00
coffeepots
fd7062fecb Fix VMTest message creation in 32 bits, also duplicated word in comment 2018-08-17 17:16:40 +03:00
coffeepots
ff52d75fc0 Fix overflowing int in 32 bit 2018-08-17 17:16:40 +03:00
coffeepots
5cd81ef3ac Update doAssert to display the correct contents of stint values 2018-08-17 17:16:40 +03:00
coffeepots
66adba9037 Fix for gas costs in 32 bit 2018-08-17 17:16:40 +03:00
coffeepots
1bf432fd46 Fix for VMTest parseHex in 32 bit 2018-08-17 17:16:40 +03:00
Dustin Brody
a12b0771d6 remove superflous when true block, retained from when VMTests wasn't passing 2018-08-16 16:07:45 -04:00
coffeepots
691adf0e23 Update TransactionObject to use Blob 2018-08-16 20:25:50 +01:00
coffeepots
7ee928f5fd Update nonce type 2018-08-16 20:04:14 +01:00
coffeepots
2f9311db67 Fixes (eg eth_getTransactionCount) and helper funcs 2018-08-16 18:25:17 +01:00