Shrenuj Bansal
|
3d3bce6702
|
Merge pull request #9897 from filecoin-project/sbansal/eth-state-cli
feat: cli: Add cli to inspect Eth addresses and simulate calls
|
2022-12-19 14:50:52 -05:00 |
|
ychiao
|
20f27af97e
|
eth: rpc: various Ethereum JSON-RPC API fixes (#9837)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
Fixes https://github.com/filecoin-project/ref-fvm/issues/1016
Fixes https://github.com/filecoin-project/ref-fvm/issues/1158
Fixes https://github.com/filecoin-project/ref-fvm/issues/1196
Fixes https://github.com/filecoin-project/ref-fvm/issues/1269
Fixes https://github.com/filecoin-project/lotus/issues/9820
|
2022-12-19 16:45:32 +00:00 |
|
Geoff Stuart
|
92f3a7b050
|
Merge branch 'feat/nv18-fevm' into feat/nv18-events
|
2022-12-16 16:27:14 -05:00 |
|
Geoff Stuart
|
bc7c190db0
|
Move all eth stuff into ethtypes
|
2022-12-16 13:48:06 -05:00 |
|
Shrenuj Bansal
|
d71f5a7d12
|
Add cli to inspect Eth addresses and simulate calls
|
2022-12-16 12:54:50 -05:00 |
|
Aayush
|
7ea690d4be
|
Merge branch 'master' into feat/nv18-fevm
|
2022-12-16 11:52:41 -05:00 |
|
Geoff Stuart
|
88d59f6a5f
|
Set notifications for SIGTERM and SIGINT when we start the cli
|
2022-12-15 12:54:41 -05:00 |
|
Aayush
|
720451c89e
|
Merge branch 'master' into feat/nv18-fevm
|
2022-12-14 19:54:47 -05:00 |
|
Geoff Stuart
|
442132be70
|
Move eth types to chain/types/ethtypes
|
2022-12-14 14:08:38 -05:00 |
|
Geoff Stuart
|
96bb03e1e0
|
Move EthTxReceipt to api
|
2022-12-14 14:00:19 -05:00 |
|
Geoff Stuart
|
855c35cb88
|
Move eth functions out of api
|
2022-12-14 11:57:01 -05:00 |
|
Geoff Stuart
|
f95e6602a0
|
Check for nil returns from StateSectorGetInfo
|
2022-12-12 10:44:08 -05:00 |
|
Geoff Stuart
|
2f8cdb4c4b
|
Merge pull request #9824 from filecoin-project/fix/miner-startup-bin-log
fix: don't log sp address in binary on node startup
|
2022-12-09 16:16:40 -05:00 |
|
Geoff Stuart
|
4936b7e1ae
|
make gen
|
2022-12-09 15:20:51 -05:00 |
|
Ian Davis
|
958fc69906
|
Fix linter issues
|
2022-12-09 18:47:21 +00:00 |
|
Łukasz Magiera
|
1234647b9d
|
fix: don't log sp address in binary on node startup
|
2022-12-09 10:27:33 +01:00 |
|
Ian Davis
|
485d161a5e
|
Use correct field for upper epoch range in EthGetLogs
|
2022-12-08 12:34:16 +00:00 |
|
Łukasz Magiera
|
a10c014ba6
|
Merge pull request #7398 from ChainSafe/libp2p-pubsub-tracer
Lotus extended pubsub tracer
|
2022-12-08 12:14:56 +01:00 |
|
Steven Allen
|
266492fa1c
|
Merge branch 'feat/nv18-fevm' into feat/nv18-events
|
2022-12-07 22:16:56 -08:00 |
|
Ian Davis
|
05f983dc10
|
Mop up some missed package changes
|
2022-12-07 19:57:58 +00:00 |
|
Ian Davis
|
56259c40fc
|
Use EthHash compatible type for subscription and filter IDs
|
2022-12-07 12:51:03 +00:00 |
|
Aayush Rajasekaran
|
6443e72ad7
|
Merge branch 'master' into feat/nv18-fevm
|
2022-11-29 20:16:12 -06:00 |
|
Aayush Rajasekaran
|
15afe384ff
|
Merge branch 'master' into feat/nv18
|
2022-11-29 10:01:51 -06:00 |
|
Geoff Stuart
|
61ac270876
|
Set more timeouts to 30s
|
2022-11-29 10:34:19 -05:00 |
|
ychiao
|
f1493fbee7
|
eth: rpc: fix sendRawTransaction, transactionIndex, feeHistory (#9736)
* Eth JSON-RPC API: add transactionIndex
* Eth JSON-RPC API: fix EthFeeHistory and EthSendRawTransaction
* Eth JSON-RPC API: fix parsing block parameter for getBlockByNumber
* fix itest
|
2022-11-27 18:44:43 -08:00 |
|
Geoff Stuart
|
d2b7c3889b
|
Add more timeouts
|
2022-11-25 16:24:09 -05:00 |
|
Ian Davis
|
9f85d3dca7
|
Address simple linter issues
|
2022-11-24 16:32:27 +00:00 |
|
Aayush
|
40278cd3c1
|
Update to go-state-types v0.10.0-alpha-2
|
2022-11-23 17:36:49 -05:00 |
|
hannahhoward
|
34d78093e8
|
chore(deps): update index provider 0.9.1
|
2022-11-22 20:49:11 -08:00 |
|
Steven Allen
|
176275267b
|
Merge branch 'feat/nv18' into feat/nv18-fevm
|
2022-11-22 10:32:26 -08:00 |
|
Raúl Kripalani
|
56d60fbbd4
|
fix git conflict.
|
2022-11-21 22:40:21 +00:00 |
|
Raúl Kripalani
|
03a7caf1e6
|
fix: Eth JSON-RPC API: receipt: logs bloom should be sized 256 bytes.
|
2022-11-18 20:44:54 +00:00 |
|
Raúl Kripalani
|
b8901ff5fd
|
fix: Eth JSON-RPC API: return empty logs array in receipt when no logs.
|
2022-11-18 20:35:57 +00:00 |
|
Łukasz Magiera
|
71a84bb092
|
feat: wdpost: Configurable pre-check timeouts
|
2022-11-17 18:25:30 +01:00 |
|
Raúl Kripalani
|
ce91e4261d
|
nolint.
|
2022-11-16 22:42:45 +00:00 |
|
Raúl Kripalani
|
7a71ce48f4
|
fix: left pad log values to full EVM words.
|
2022-11-16 22:08:27 +00:00 |
|
Raúl Kripalani
|
23007b0b3b
|
fix: do not hash log values; decode as cbor byte arrays.
|
2022-11-16 21:45:42 +00:00 |
|
Raúl Kripalani
|
d441425618
|
eth_getTransactionReceipt: return type & non-zero bloom if logs, rm root.
|
2022-11-16 21:16:27 +00:00 |
|
Raúl Kripalani
|
a536f533d8
|
Eth JSON-RPC API: make EthLog#Data a string.
|
2022-11-16 20:51:28 +00:00 |
|
Ian Davis
|
5b4ec7dbea
|
feat: add test and fixes for EthSubscribe (#9659)
|
2022-11-16 20:26:57 +00:00 |
|
Raúl Kripalani
|
1ab39a40da
|
simplify by moving receipt constructor logic to API.
|
2022-11-16 14:15:29 +00:00 |
|
Raúl Kripalani
|
32385a97cd
|
Eth JSON-RPC API: return logs in eth_getTransactionReceipt.
|
2022-11-16 13:53:27 +00:00 |
|
Raúl Kripalani
|
7c2dcc8db6
|
Eth JSON-RPC API: add aliases for new methods.
|
2022-11-16 12:59:46 +00:00 |
|
Ian Davis
|
5a1f8d8f28
|
Return eth blocks not tipsets in subscriptions
|
2022-11-16 12:57:03 +00:00 |
|
Ian Davis
|
314fb31886
|
Fix signature of EthSubscribe
|
2022-11-16 12:18:25 +00:00 |
|
Ian Davis
|
8134d2f05b
|
Parse block heights as hex
|
2022-11-16 12:08:48 +00:00 |
|
Ian Davis
|
41bf2a0297
|
Load actor to resolve address
|
2022-11-16 11:50:00 +00:00 |
|
Ian Davis
|
d5177a394a
|
Add TestEthGetLogsAll itest
|
2022-11-16 11:22:30 +00:00 |
|
Shrenuj Bansal
|
c0925ffb92
|
Remove some configs
|
2022-11-15 16:46:48 -05:00 |
|
Ian Davis
|
10357112e5
|
Add basic itests for ethereum filter api
|
2022-11-15 18:02:36 +00:00 |
|