vyzo
|
2b23372ad3
|
fixup merge artifacts
|
2022-11-10 02:51:57 +02:00 |
|
Kevin Li
|
2e5de478a6
|
api: ethrpc: fix a potential panic when querying block info (#9593)
|
2022-11-09 19:47:44 +02:00 |
|
raulk
|
0bd5f1d4a4
|
Eth JSON-RPC: eth_estimateGas: fix gas estimation by actually making it run. (#9564)
|
2022-11-09 19:47:25 +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
|
78dd7a246a
|
fix gas estimation.
Make it use GasEstimateMessageGas, which applies overestimation
by default. This accounts for inclusion costs.
|
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
|
323ff1b55e
|
make eth_getCode return nil if the target is not an EVM smart contract.
|
2022-11-09 19:46:24 +02:00 |
|
 Kevin LiandRaúl Kripalani
|
64afdfc642
|
api: ethrpc: implement eth_feeHistory (#9539)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
|
2022-11-09 19:46:22 +02:00 |
|
Raúl Kripalani
|
a58e87b173
|
fixes to Eth JSON-RPC API.
|
2022-11-09 19:43:02 +02:00 |
|
Kevin Li
|
e17e92775c
|
api: ethrpc: fix eth_getCode, eth_getTransactionReceipt (#9530)
|
2022-11-09 19:40:00 +02:00 |
|
 Steven AllenandRaúl Kripalani
|
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 |
|
Raúl Kripalani
|
98e534cc77
|
add support for f4 addresses in the Eth JSON-RPC and signature.
|
2022-11-09 19:33:23 +02:00 |
|
Kevin Li
|
16ee7d07a8
|
fix: EthGetTransactionCount should not return error
|
2022-11-09 19:30:27 +02:00 |
|
Kevin Li
|
2741c961b7
|
Revert "fix: EthGetTransactionCount should not return error"
This reverts commit ea73fd5b1901c614e7c376fad5952fcbea8d5207.
|
2022-11-09 19:30:25 +02:00 |
|
Kevin Li
|
ccbf57165f
|
fix: EthGetTransactionCount should not return error
|
2022-11-09 19:30:16 +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 LiandRaúl Kripalani
|
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 LiandRaúl Kripalani
|
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 |
|
Łukasz Magiera
|
401359646a
|
netbs: Address review
|
2022-11-08 09:37:43 +00:00 |
|
Łukasz Magiera
|
ec89424c42
|
make repo not depend on ffi
|
2022-11-08 09:37:43 +00:00 |
|
Łukasz Magiera
|
5f5cc794f0
|
make config not depend on ffi
|
2022-11-08 09:37:43 +00:00 |
|
Łukasz Magiera
|
73a515b93f
|
make lint happy
|
2022-11-08 09:37:43 +00:00 |
|
Łukasz Magiera
|
2c89b3240f
|
retrieval: Support retrievals into remote stores
|
2022-11-08 09:37:34 +00:00 |
|
 ZenGround0andzenground0
|
4ffded6fef
|
feat:splitstore:single compaction that can handle prune aka two marksets one compaction (#9571)
* begin
* rough draft -- this should probably actually work?
* WIP
* Start testing
* message mode
* Fix tests, make gen
* Better default
* docsgen-cli
* Review Response
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
|
2022-11-07 16:31:12 -05:00 |
|
Aayush
|
c0b7343e60
|
Merge branch 'release/v1.18.0' into asr/merge-release-into-master
|
2022-11-06 14:40:13 -05:00 |
|
simlecode
|
5284f60e83
|
fix: add fields to ForkUpgradeParams
|
2022-10-22 23:41:52 +08:00 |
|
simlecode
|
30f147770c
|
fix: use api.ErrActorNotFound instead of types.ErrActorNotFound
|
2022-10-22 23:41:51 +08:00 |
|
Shrenuj Bansal
|
ad8b959880
|
Address more comments and add test for gorpc auth
|
2022-10-18 15:53:42 -04:00 |
|
Shrenuj Bansal
|
15ed1ee33c
|
Merge branch 'master' into sbansal/nonce-coordination-and-consensus-for-chain-nodes
|
2022-10-17 22:55:48 -04:00 |
|
Shrenuj Bansal
|
674427a8b2
|
fix lint and make gen
|
2022-10-17 22:44:00 -04:00 |
|
Shrenuj Bansal
|
900525f8c2
|
some cleanup
|
2022-10-17 16:13:30 -04:00 |
|
Shrenuj Bansal
|
139f8773de
|
fix some bugs and address some comments
|
2022-10-16 22:52:22 -04:00 |
|
Alfonso de la Rocha
|
5c2949b59d
|
fix linter
|
2022-10-14 11:23:05 +02:00 |
|
Alfonso de la Rocha
|
ef2200c28e
|
make gen
|
2022-10-13 17:51:42 +02:00 |
|
Alfonso de la Rocha
|
3105596c9e
|
Clean pending files from rebase
|
2022-10-13 17:03:18 +02:00 |
|
 Kevin LiandRaúl Kripalani
|
9d1208c9ff
|
api: ethrpc: implement eth_sendRawTransaction (#9334)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
|
2022-10-13 16:39:14 +02:00 |
|
Alfonso de la Rocha
|
627d6e70a6
|
parametrized reward function for consensus
|
2022-10-13 16:30:14 +02:00 |
|
Łukasz Magiera
|
ce17decf3b
|
use NoAllocationID instead of nil AllocationId
|
2022-10-12 13:54:04 -04:00 |
|
Łukasz Magiera
|
dc102f076a
|
sealing pipeline: Get allocationId with StateApi
|
2022-10-12 13:54:03 -04:00 |
|
Łukasz Magiera
|
2c11f9d265
|
feat: Add node uptime rpc / output in info command
|
2022-10-11 10:11:09 +02:00 |
|
Geoff Stuart
|
e2d5d12e7f
|
Add accessors for allocations and claims maps
|
2022-10-07 16:41:59 -04:00 |
|
Geoff Stuart
|
b5c5e6627e
|
review fixes
|
2022-10-06 11:06:21 -04:00 |
|
Geoff Stuart
|
f55dc46a32
|
Add api for getting allocation
|
2022-10-06 11:06:21 -04:00 |
|
Geoff Stuart
|
b4c04ad927
|
update markets
|
2022-10-06 11:06:21 -04:00 |
|