Friðrik Ásmundsson
813d133c24
Merge pull request #11462 from filecoin-project/update-estimate-gas
...
api: Add block param to eth_estimateGas
2023-11-29 15:45:14 +00:00
Łukasz Magiera
d6b3f6a369
more comments on message_sends
2023-11-29 16:44:22 +01:00
Łukasz Magiera
a206646975
harmony: fix message_sends constraints
2023-11-29 16:29:50 +01:00
Łukasz Magiera
3b4d9723f4
feat: lpmessage: Correct message sending
2023-11-29 16:22:20 +01:00
Fridrik Asmundsson
dd667d28be
Update one test to pass optional block param to EthEstimateGas
2023-11-29 15:17:05 +00:00
Steven Allen
8fec6e31f2
fix: build: an epoch is near an upgrade iff the upgrade is enabled ( #11401 )
...
This isn't a huge deal, but we'd otherwise consider the first finality
epochs (or so) to be "near" any disabled upgrade.
2023-11-29 16:50:05 +04:00
Łukasz Magiera
32a6224310
Merge pull request #11442 from filecoin-project/fix-sturdy-tests
...
lp: task test better
2023-11-29 13:42:48 +01:00
Steven Allen
a34cc5e4e9
fix: eth: handle unresolvable addresses ( #11433 )
...
Correctly handle "unresolvable" to/from addresses in top-level messages in the Ethereum API. Specifically:
1. Fail if we can't resolve the from address. As far as I can tell, this should be impossible (the message statically couldn't have been included in the block if the sender didn't exist).
2. If we can't resolve the "to" address to an ID, use "max uint64" as the ID (`0xff0000000000000000000000ffffffffffffffff`). This will only happen if the transaction was reverted. It'll be a little confusing, but the alternative is to (a) use an empty address (will look like a contract creation, which is definitely wrong) or (b) use a random/hashed address which will likely be more confusing as it won't be "obviously weird".
2023-11-29 16:12:18 +04:00
Steven Allen
afa95681af
fix: chain: make failure to load the chain state fatal ( #11426 )
...
Otherwise, we get strange panics later.
2023-11-29 16:01:26 +04:00
Fridrik Asmundsson
a3417e7488
Make block param to EthEstimateGas optional
2023-11-29 10:26:22 +00:00
Andrew Jackson (Ajax)
41dcd56334
fix: lint
2023-11-28 19:22:26 -06:00
Fridrik Asmundsson
6ae91467e6
fix spelling
2023-11-28 19:40:37 +00:00
Łukasz Magiera
740a706029
Merge pull request #11463 from filecoin-project/fixSectorFiletype
...
Fix sector filetype
2023-11-28 17:49:15 +01:00
Andrew Jackson (Ajax)
81e59b7fce
fix:sector_filetype undef
2023-11-28 09:05:59 -06:00
Fridrik Asmundsson
717d2a0eeb
Add block param to EthEstimateGas
2023-11-28 14:57:05 +00:00
Łukasz Magiera
3d5bebc2dd
Merge pull request #11460 from filecoin-project/feat/bench-winpost-params
...
feat: bench: flag to output GenerateWinningPoStWithVanilla params
2023-11-28 11:35:58 +01:00
Łukasz Magiera
7214abfa3f
bench: --show-inputs instead of --output-inputs
2023-11-28 11:24:10 +01:00
Łukasz Magiera
368ad8ddef
Merge pull request #11459 from filecoin-project/feat/prov-check-selfexcl
...
lpwinning: Check inclusion of self-mined blocks in base
2023-11-28 11:22:15 +01:00
Andrew Jackson (Ajax)
cef565f08b
lp tester fix: done after compute
2023-11-27 19:54:08 -06:00
Łukasz Magiera
5519b15d69
feat: bench: flag to output GenerateWinningPoStWithVanilla params
2023-11-27 23:36:29 +01:00
Łukasz Magiera
f1f0d52a20
lpwinning: Check inclusion of self-mined blocks in base
2023-11-27 23:18:28 +01:00
Andrew Jackson (Ajax)
3283cb70a7
Merge pull request #11456 from filecoin-project/fix/mineinfo-counts
...
fix: miner info: Show correct sector state counts
2023-11-27 13:01:51 -06:00
Łukasz Magiera
00535fe3ee
itests: TestSectorsSummary
2023-11-27 18:30:46 +01:00
Łukasz Magiera
ab81d4c1b1
fix storage unit tests
2023-11-27 17:58:49 +01:00
Łukasz Magiera
73030c13dc
Merge remote-tracking branch 'origin/master' into feat/snpc2
2023-11-27 15:25:08 +01:00
Łukasz Magiera
003d32a1d5
Merge pull request #11441 from filecoin-project/steb/fetch-params-storage-tests
...
fix: ci: fetch params for the storage unit tests
2023-11-27 11:24:44 +01:00
Łukasz Magiera
231b2070d4
feat: chain import: don't walk to genesis - 2-3x faster snapshot import ( #11446 )
...
* chain import: don't walk to genesis
* fix daemon build
* fast snapshot genesis: address review
2023-11-25 13:29:57 -08:00
Andrew Jackson (Ajax)
5120add25a
fix: lints
2023-11-25 09:15:09 -06:00
Andrew Jackson (Ajax)
37d5d59ecc
lp: fix: migrate 0 panic
2023-11-24 11:00:32 -06:00
Andrew Jackson (Ajax)
6328a35acb
Merge pull request #11420 from filecoin-project/fix/no-miner-db-req
...
fix: miner: Don't require db config when it's not used
2023-11-23 19:55:18 -06:00
Łukasz Magiera
e9d663c997
itests: Enable harmonydb in harmonydb tests
2023-11-23 21:51:34 +01:00
Łukasz Magiera
3407848e8c
fix: miner info: Show correct sector state counts
2023-11-23 21:23:42 +01:00
Łukasz Magiera
687ad3ae53
make db config in lotus-miner actually optional
2023-11-23 17:57:03 +01:00
Łukasz Magiera
d82da79e8a
fix lotus-provider build
2023-11-23 17:40:12 +01:00
Łukasz Magiera
f0a931edc9
fix: miner: Don't require db config when it's not used
2023-11-23 16:28:39 +01:00
Andrew Jackson (Ajax)
18f6907b9f
Merge pull request #11451 from filecoin-project/chore/master-into-sturdy
...
chore: master into sturdypost
2023-11-22 12:42:15 -06:00
Łukasz Magiera
0bf030eb55
make gen
2023-11-22 17:36:10 +01:00
Łukasz Magiera
16cc24443f
Merge remote-tracking branch 'origin/master' into chore/master-into-sturdy
2023-11-22 17:26:37 +01:00
Jiaying Wang
1ca071ef77
Merge pull request #11450 from filecoin-project/phi-bump-master-version
...
chore: build: bump master to v1.25.1-dev
2023-11-23 00:22:31 +08:00
Phi
03344e168c
chore: build: bump master to v1.25.1-dev
...
chore: build: bump master to v1.25.1-dev
2023-11-22 16:35:47 +01:00
Aarsh Shah
867f9bb751
Merge pull request #11448 from filecoin-project/feat/merge-releases-into-master
...
chore: releases :merge releases into master
2023-11-22 19:24:47 +04:00
Aarsh Shah
41f611a286
run make docsgen
2023-11-22 19:14:03 +04:00
Aarsh Shah
8f39834413
fix typo in change log
2023-11-22 18:52:27 +04:00
Aarsh Shah
829311cd80
update changelog on master
2023-11-22 18:49:37 +04:00
Aarsh Shah
c620ff8c1f
Merge remote-tracking branch 'origin/releases'
2023-11-22 18:32:37 +04:00
Jiaying Wang
7e6b20cd97
Merge pull request #11445 from filecoin-project/jen/v125cut
...
release: v1.25.0
2023-11-22 21:40:09 +08:00
jennijuju
82625e3fd9
make jen
2023-11-22 21:04:48 +08:00
jennijuju
f74cf00be6
go tidy
2023-11-22 19:34:14 +08:00
jennijuju
bd59bba6f5
fix merge mistake and docs gen
2023-11-22 19:19:55 +08:00
jennijuju
4a165b3551
Merge branch 'release/v1.25.0' into jen/v125cut
2023-11-22 19:09:57 +08:00