Raúl Kripalani
|
8f4c4268ba
|
cleanup.
|
2023-01-12 08:50:38 +00:00 |
|
ychiao
|
7029364f4d
|
check non-existent block hash
|
2023-01-02 17:21:47 +08:00 |
|
Aayush Rajasekaran
|
a4d93d7088
|
feat: docgen: use real values for Eth types (#9938)
|
2022-12-27 16:15:22 +00:00 |
|
Aayush
|
a5851a1763
|
Merge branch 'master' into feat/nv18-fevm
|
2022-12-23 16:37:26 -05:00 |
|
Aayush
|
f4ffff7334
|
fix: docgen: correctly check for exported fields
|
2022-12-23 12:59:12 -05:00 |
|
Aayush
|
9d3e50f140
|
feat: implement and test the v18 migration
|
2022-12-22 13:05:00 -05:00 |
|
Geoff Stuart
|
4ae498a72e
|
Fixes
|
2022-12-16 17:24:46 -05: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 |
|
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 |
|
Steven Allen
|
266492fa1c
|
Merge branch 'feat/nv18-fevm' into feat/nv18-events
|
2022-12-07 22:16:56 -08:00 |
|
Ian Davis
|
1afc32f650
|
Move FilterID to types package
|
2022-12-07 18:34:19 +00:00 |
|
Ian Davis
|
067f08f092
|
Fix marshal test
|
2022-12-07 13:53:25 +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 |
|
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 |
|
Raúl Kripalani
|
2ff679c679
|
fix test compilation.
|
2022-11-16 22:18:40 +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 |
|
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 |
|
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
|
10357112e5
|
Add basic itests for ethereum filter api
|
2022-11-15 18:02:36 +00:00 |
|
Raúl Kripalani
|
846aea57c5
|
Merge branch 'feat/nv18-fevm' into feat/nv18-events
|
2022-11-15 12:28:25 +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 |
|
Raúl Kripalani
|
a915c703a5
|
Merge branch 'feat/nv18-events' into feat/nv18-ethevents
|
2022-11-14 11:46:08 +00:00 |
|
Ian Davis
|
91952f84bd
|
Fix eth types comments
|
2022-11-14 10:27:06 +00: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 |
|
raulk
|
4e7b8d555e
|
Merge pull request #9624 from iand/feat/nv18-rcptevent
|
2022-11-11 20:25:37 +00:00 |
|
Raúl Kripalani
|
9c5d888ec9
|
docs gen; also fixes lack of *cid.Cid examples elsewhere.
|
2022-11-11 20:20:28 +00: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 |
|