Jacek Sieka
|
c2ed731fa5
|
eth: adapt to smaller eth_types (#1210)
|
2022-09-03 20:15:35 +02:00 |
KonradStaniec
|
fdb048ed21
|
Add getLogs implementation (#1143)
* Add eth_getLogs json-rpc endpoint in Fluffy and Nimbus
|
2022-06-29 17:44:08 +02:00 |
Kim De Mey
|
a69b16abff
|
Cleanup some imports and fix some warnings in the process (#1096)
|
2022-05-22 22:44:15 +02:00 |
jangko
|
f2f204293e
|
first step into styleCheck fixes
|
2022-04-14 08:39:50 +07:00 |
Zahary Karadjov
|
3cbb920406
|
Migrate to Engine API spec version v1.0.0-alpha.5; More progress towards working M1
|
2022-01-25 12:52:50 +02:00 |
Jamie Lokier
|
ef7773daa6
|
Whisper: Remove Whisper-specific hexstring/JSON/key storage support
Signed-off-by: Jamie Lokier <jamie@shareable.org>
|
2021-06-01 18:12:48 +01:00 |
jangko
|
f987e86562
|
implement more eth rpc
|
2020-07-30 14:21:11 +07:00 |
jangko
|
bb89a296dd
|
implement eth_signTransaction, eth_sendTransaction, eth_sendRawTransaction, eth_call
|
2020-07-24 19:44:36 +07:00 |
jangko
|
336efdb0c3
|
implement web3, net, and some eth namespace rpc
|
2020-07-22 23:57:55 +07:00 |
Jacek Sieka
|
4ade5797ee
|
rlp: don't use ranges / experimental features (#495)
|
2020-04-20 20:12:44 +02:00 |
Jacek Sieka
|
1d472cf090
|
Eth keys (#482)
* bump nim-eth, fix deprecated calls
|
2020-04-05 15:12:48 +02:00 |
andri lim
|
c4dcf5da30
|
reduce compiler warnings
|
2019-11-13 21:49:39 +07:00 |
Jacek Sieka
|
2763bd0dd5
|
std_shims -> stew
|
2019-07-07 12:12:01 +02:00 |
kdeme
|
e94c2f7c15
|
Fix fromJson checks for uint256
|
2019-06-20 10:50:29 +03:00 |
kdeme
|
529fda3e3e
|
Fix uint256 rpc overload to show correct hex value. #338
|
2019-06-19 15:49:47 +03:00 |
kdeme
|
ce523550c0
|
Use directly the Whisper types instead of distinct strings, we test for string in fromJson anyhow
|
2019-04-26 13:38:50 +02:00 |
kdeme
|
1df3c7202b
|
Fix & add Whisper RPC tests + add isValidHexData with length check
|
2019-04-26 13:38:50 +02:00 |
kdeme
|
d43f20c65a
|
Initial implementation of Whisper RPC
|
2019-04-26 13:38:50 +02:00 |
Yuriy Glukhov
|
481c6cf4ed
|
Use nim-eth (#224)
|
2019-02-05 20:15:50 +01:00 |
coffeepots
|
f6cd02ff3f
|
Relax JSON to UInt256 length constraint, refactor err msgs
|
2018-11-28 22:04:57 +00:00 |
coffeepots
|
a20a18f8e8
|
Add converter from Json to UInt256
|
2018-11-23 17:21:03 +00:00 |
coffeepots
|
74a4ab6efc
|
Update len to template
|
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 |
coffeepots
|
47f81df3d4
|
Comment on hex string conversion from array types.
|
2018-08-21 14:31:45 +01:00 |
coffeepots
|
3f2311be23
|
Add ref EthAddress
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
1826c0ce92
|
Add JSON transform for bloom filter
|
2018-08-15 14:07:06 +01:00 |
coffeepots
|
4b03f6d4db
|
Updated hexstrings to translate common Nimbus types to hex strings
|
2018-08-15 13:13:30 +01:00 |
coffeepots
|
88ab097a61
|
Add json converters for byte array and UInt256 types to hex string
|
2018-08-14 20:22:04 +01:00 |
coffeepots
|
4c38ede9c9
|
Add EthHashStr validation
|
2018-08-13 18:39:17 +01:00 |
coffeepots
|
e4d1c6817a
|
Added EthAddressStr to validation
|
2018-08-13 17:33:57 +01:00 |
coffeepots
|
581b4a98ef
|
Fixed allowing "0x" for data but not quantity, less exports
|
2018-08-09 13:50:49 +03:00 |
coffeepots
|
b37bdecc02
|
Convert some procs to funcs and a bit of renaming, use unlikely
|
2018-08-09 13:50:49 +03:00 |
coffeepots
|
4773559739
|
Fixes for short strings, added raise-on-failed-validation procs
|
2018-08-09 13:50:49 +03:00 |
coffeepots
|
723ef3cf70
|
Fix for json conversion of hexstrings
|
2018-08-09 13:50:49 +03:00 |
coffeepots
|
d4571c01dd
|
Add JSON RPC hex strings support
|
2018-08-09 13:50:49 +03:00 |