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 |
|
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 |
|
Ian Davis
|
0a4efd4820
|
Merge branch 'main' into id/update-go-version
|
2022-11-29 14:29:11 +00: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 |
|
Ian Davis
|
9f85d3dca7
|
Address simple linter issues
|
2022-11-24 16:32:27 +00:00 |
|
Łukasz Magiera
|
87e5549af5
|
sealing: Split unsealed cleanup from Finalize
|
2022-11-23 18:57:16 +01:00 |
|
Łukasz Magiera
|
211712bf6d
|
itests: Test snapdeals abort cleanup
|
2022-11-23 18:57:16 +01:00 |
|
Steven Allen
|
176275267b
|
Merge branch 'feat/nv18' into feat/nv18-fevm
|
2022-11-22 10:32:26 -08:00 |
|
Steven Allen
|
2651a38f89
|
Merge branch 'master' into feat/nv18
|
2022-11-22 10:08:54 -08:00 |
|
lovedret
|
e56d4b06df
|
fix: typos in eth based struct (#9656)
|
2022-11-21 22:39:03 +00:00 |
|
Raúl Kripalani
|
c474aeee5e
|
fix: Eth JSON-RPC API: return empty bloom on every block.
|
2022-11-18 19:49:39 +00:00 |
|
Raúl Kripalani
|
ec667d49f4
|
fix: Eth JSON-RPC API: empty EthBytes serializes to '0x'.
|
2022-11-18 19:01:30 +00:00 |
|
Shrenuj Bansal
|
b95d1a6323
|
Merge branch 'master' into sbansal/nonce-coordination-and-consensus-for-chain-nodes
|
2022-11-14 17:50:52 -05:00 |
|
Geoff Stuart
|
95af40543a
|
Fix lotus-miner proving check
|
2022-11-14 15:29:50 -05:00 |
|
ychiao
|
8a7367f1c9
|
api: ethrpc: add missing fields (#9631)
* api: ethrpc: add missing fields
* fix make gen
|
2022-11-12 09:44:52 -08:00 |
|
Shrenuj Bansal
|
2fa21ff091
|
Merge branch 'master' into sbansal/nonce-coordination-and-consensus-for-chain-nodes
|
2022-11-11 14:41:38 -05:00 |
|
vyzo
|
7664e0691c
|
fix tx check and test
|
2022-11-11 05:49:06 +02:00 |
|
vyzo
|
4c76f654b9
|
eth api: remove bad todo link
|
2022-11-11 05:20:10 +02:00 |
|
vyzo
|
54f311d94a
|
eth rlp: fix warts
|
2022-11-11 04:58:15 +02:00 |
|
vyzo
|
18f2a14a00
|
eth api: fix warts
|
2022-11-11 04:52:38 +02:00 |
|
vyzo
|
2588b45826
|
fix gst builtin module refs
it breaks the gen script in proxy_gen
|
2022-11-10 04:46:13 +02:00 |
|
vyzo
|
6d7a33ff70
|
api: ethrpc: fix unit test
and skip a non-testing test; printing doesn't constitute testing.
|
2022-11-10 02:52:06 +02:00 |
|
vyzo
|
deea6797c5
|
make gen
|
2022-11-10 02:52:06 +02:00 |
|
vyzo
|
2b23372ad3
|
fixup merge artifacts
|
2022-11-10 02:51:57 +02:00 |
|
imxyb
|
53c7d9c18f
|
fix:add UnmarshalJSON for EthNonce (#9589)
|
2022-11-09 19:47:44 +02:00 |
|
Steven Allen
|
49da019bd0
|
fix: allow EthCall.From to be nil (#9556)
|
2022-11-09 19:47:25 +02:00 |
|
Steven Allen
|
6337d594fa
|
fix: evm: use CREATE not CREATE2 for EVM contract deployment (#9553)
Also updates the actors to accommodate this change, and fix a bug in
looking up addresses for f4 actors.
|
2022-11-09 19:47:23 +02:00 |
|
Raúl Kripalani
|
dc5fc9ded4
|
fix eth_feeHistory.
|
2022-11-09 19:47:07 +02:00 |
|
Raúl Kripalani
|
ab5f0216f6
|
fix message sending logic.
|
2022-11-09 19:47:07 +02:00 |
|
Raúl Kripalani
|
32617a61df
|
fix eth_feeHistory: add missing param.
|
2022-11-09 19:47:06 +02:00 |
|
Raúl Kripalani
|
6d5ec6aff8
|
fix address recovery from pubkey.
|
2022-11-09 19:46:24 +02:00 |
|
Raúl Kripalani
|
9017e5de52
|
fix signature validation logic.
|
2022-11-09 19:46:24 +02:00 |
|
Kevin Li
|
64afdfc642
|
api: ethrpc: implement eth_feeHistory (#9539)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
|
2022-11-09 19:46:22 +02:00 |
|
Kevin Li
|
e17e92775c
|
api: ethrpc: fix eth_getCode, eth_getTransactionReceipt (#9530)
|
2022-11-09 19:40:00 +02:00 |
|
Steven Allen
|
56b238980b
|
feat: use f4 eth addresses wherever possible (#9532)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
|
2022-11-09 19:39:50 +02:00 |
|
Steven Allen
|
aa0e6c17b9
|
Eth TX Encoding (#9531)
|
2022-11-09 19:39:49 +02:00 |
|
Melanie Riise
|
7e7fff1dc5
|
Eth JSON-RPC API: Add EAM as contract creator (#9528)
|
2022-11-09 19:33:25 +02:00 |
|
Raúl Kripalani
|
98e534cc77
|
add support for f4 addresses in the Eth JSON-RPC and signature.
|
2022-11-09 19:33:23 +02:00 |
|
Raúl Kripalani
|
17e9e97064
|
Eth JSON-RPC API: support f4 addresses.
|
2022-11-09 19:32:43 +02:00 |
|
Steven Allen
|
420bd34888
|
fix(api): eth/id address conversion (#9511)
|
2022-11-09 19:30:40 +02:00 |
|
Kevin Li
|
e109be4c6a
|
fix lint
|
2022-11-09 19:30:27 +02:00 |
|
vyzo
|
61de2f4a4a
|
fix eth api issues with evm constructor changes
|
2022-11-09 19:30:08 +02:00 |
|
raulk
|
ee83dceef0
|
Eth JSON-RPC API: implement eth_getCode and eth_getStorageAt (#9397)
|
2022-11-09 19:30:06 +02:00 |
|
Kevin Li
|
6c7fd94aa7
|
api: ethrpc: implement eth_sendRawTransaction (#9334)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
|
2022-11-09 19:28:17 +02:00 |
|
Kevin Li
|
b53d5924a1
|
feat: ethrpc: implement call, estimateGas, getTransactionCount (#9306)
|
2022-11-09 19:25:40 +02:00 |
|
Kevin Li
|
e5bb5b7430
|
feat: ethrpc: implement EthBlock and EthTx structs (#9287)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
|
2022-11-09 19:23:49 +02:00 |
|
Kevin Li
|
4652d8559f
|
api: ethrpc: implement a few ethereum JSON-RPC API methods (#9208)
|
2022-11-09 19:23:11 +02:00 |
|