4163 Commits

Author SHA1 Message Date
coffeepots
4e007e7d6c Update transaction hash to not include tx signature 2018-08-29 16:01:43 +03:00
coffeepots
6a55c59cc5 Simplify populating transaction object by moving fetching inside proc 2018-08-29 16:01:43 +03:00
coffeepots
bdb48b9438 Update account gas in transaction blocks 2018-08-29 16:01:43 +03:00
coffeepots
f8a3581af5 Add sender address derivation for several RPCs 2018-08-29 16:01:43 +03:00
coffeepots
55fee296d8 Update estimateGas return type, copy header logs bloom for block header 2018-08-29 16:01:43 +03:00
coffeepots
53bd7774db Add sender to getReceipt, calculate transaction hash once 2018-08-29 16:01:43 +03:00
coffeepots
d901c20bb2 Add toSignature(Transaction) and getSender(Transaction) local procs 2018-08-29 16:01:43 +03:00
coffeepots
3f1e140d59 Add hex data string checking to web3_sha3 2018-08-29 16:01:43 +03:00
coffeepots
6223a9a638 Add eth_newFilter stub now types are fixed 2018-08-29 16:01:43 +03:00
coffeepots
dedb63a7f7 eth_sign (sans retrieval of account private key) 2018-08-29 16:01:43 +03:00
coffeepots
f51fca2cae Add cumulativeGas to receipts, update FilterLog type, getWork type 2018-08-29 16:01:43 +03:00
coffeepots
f151911ddf Updates to use GasInt and Filter Logs 2018-08-29 16:01:43 +03:00
coffeepots
33b7dd931b Add Whisper RPC prototypes 2018-08-29 16:01:43 +03:00
coffeepots
3f3c4249ba Add Whisper types 2018-08-29 16:01:43 +03:00
coffeepots
3f2f8f83b4 Add WhisperIdentityStr 2018-08-29 16:01:43 +03:00
coffeepots
fec18e4ec2 Add WhisperIdentity string, clean up len func 2018-08-29 16:01:43 +03:00
Yuriy Glukhov
e3be8ca30a Separate Chain from ChainDB 2018-08-29 11:49:01 +03:00
Jacek Sieka
df88326cfd
Merge pull request #116 from status-im/test-ccache
travis: use ccache
2018-08-28 19:26:38 -06:00
Jacek Sieka
6df5daee5e
travis: check for nimble also 2018-08-26 21:51:23 -06:00
Jacek Sieka
e34578b019
travis: clean nim dir before building 2018-08-26 15:09:43 -06:00
Jacek Sieka
a5660439ce
travis: use public git repo url 2018-08-26 14:56:52 -06:00
Jacek Sieka
1d80646127
travis: quote 2018-08-26 09:34:10 -06:00
Jacek Sieka
87163160df
travis: cache full nim installation 2018-08-26 09:22:29 -06:00
coffeepots
f4ba2ea172
Merge pull request #119 from status-im/getSenderFromTransaction
Remove BaseTransaction object, add transaction.getSender()
2018-08-24 19:32:04 +01:00
coffeepots
6b68d6ddb2 Fixed wrong equality 2018-08-24 18:34:54 +01:00
Jacek Sieka
1bc8bb2e11
appveyor: match travis build and use nimble install -dy for dependencies (avoids compiling broken parsts of deps) 2018-08-24 11:21:19 -06:00
coffeepots
3b82c9bd44 Remove and 0xff 2018-08-24 17:03:44 +01:00
coffeepots
c3f73860a4 Remove defunct comment 2018-08-24 16:52:48 +01:00
coffeepots
7542b42d32 Remove BaseTransaction object, add transaction.getSender() 2018-08-24 16:46:48 +01:00
Jacek Sieka
c338a948db
appveyor: use status-im/Nim branch 2018-08-24 07:13:48 -06:00
Jacek Sieka
592f8bf061
vscode: add default build task 2018-08-22 21:43:22 -06:00
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