jonathanface
95c42dc5c4
Merging upstream v1.27.0
2024-05-30 19:45:41 +00:00
jonathanface
3cd3cb6cc1
Merge commit '4daac14f12d4120dc676efdda4a8f5a3b5b0709f' into v1.27.0-rc3
2024-05-23 15:23:36 +00:00
jonathanface
9122a41d42
Merge commit 'bbcad8a8dca52cc8e393ba092a4cfd9a85491076' into HEAD
2024-05-23 15:10:43 +00:00
Phi-rjan
4daac14f12
Merge pull request #12003 from filecoin-project/backports-rc3
...
build: release: v1.27.0-rc3
2024-05-17 09:19:27 +02:00
Phi
f0ea83a01d
Update changelog
...
Update changelog with the deprecate circle-ci
2024-05-16 14:10:19 +02:00
Piotr Galar
4a101f40bb
ci: deprecate circle ci in favour of github actions ( #11786 )
2024-05-16 13:55:35 +02:00
Phi
c1955923da
Update changelog and version
...
Update changelog and version
2024-05-16 12:54:35 +02:00
Aarsh Shah
f60c1ce7e6
feat: libp2p: Lotus stream cleanup ( #11993 )
...
* set stream deadlines in Lotus
* reduce timeout
* whitelist bootstrappers
* fix tests
2024-05-16 12:19:33 +02:00
Rod Vagg
95f1533c9b
fix: copy Flags field from SectorOnChainInfo
...
Fixes: https://github.com/filecoin-project/lotus/issues/11962
2024-05-16 11:08:56 +02:00
Aarsh Shah
75f7e4571e
add ETH addrs API to Gateway ( #11979 )
2024-05-16 11:03:35 +02:00
Rod Vagg
62961c3eee
chore: update go-data-transfer and go-graphsync
2024-05-16 10:58:33 +02:00
Phi-rjan and smagdali
feeab1bc80
chore: remove unmaintained bootstrappers ( #11983 )
...
* chore: remove unmaintained bootstrappers
chore: remove unmaintained bootstrappers
* Update mainnet.pi fixing typoed domain
fixing typo for 1475.io 'bootstarp' -> 'bootstrap'
* Update mainnet.pi
apparently the actual hostname is typoed. so bootstarp it is.
---------
Co-authored-by: smagdali <stefan@fil.org >
2024-05-16 10:38:04 +02:00
Phi-rjan
bbcad8a8dc
Merge pull request #11972 from filecoin-project/prep-v1270-rc2
...
build: release: v1.27.0-rc2
2024-05-07 20:26:50 +02:00
Phi
fc469bad89
Typo fixes, and more changelog updates
...
Typo fixes, and more changelog updates
2024-05-07 13:18:33 +02:00
Phi
4f061191a7
Prep v1.27.0-rc2
...
Prep v1.27.0-rc2
2024-05-07 11:28:20 +02:00
Phi
ceda4174b9
Bump pubsub-dep
...
Bump pubsub-dep
2024-05-07 09:56:22 +02:00
jonathanface
20640c0622
resolve version conflict
2024-05-02 18:55:32 +00:00
jonathanface
5de49e53bc
resolve merge conflicts
2024-05-02 17:03:26 +00:00
Phi-rjan
f415a77173
build: release: v1.27.0-rc1 ( #11947 )
...
* chore: Set version as v1.27.0-rc1
Set version as v1.27.0-rc1, run make gen & make docsgen-cli
* Update changelog
Update changelog
* Update changelog
Update changelog based on feedback
2024-05-01 10:05:02 +02:00
Łukasz Magiera
10f7b6ed5f
mod tidy
2024-04-30 20:43:56 +02:00
Łukasz Magiera
c2dd67403b
feat: curioweb: Improve task_history indexes ( #11911 )
2024-04-30 20:43:56 +02:00
Łukasz Magiera
1b6bffd339
fix: curio: Update pgx imports, fix db_storage alloc
2024-04-30 20:43:56 +02:00
Łukasz Magiera
914a65cea6
fix: curio seal: Failed commit retry strategy ( #11870 )
...
* ffi: improved-error-handling
* curio seal: Failed commit retry strategy
* use master ffi
* mod tidy
2024-04-30 11:16:44 +02:00
Rod Vagg
46992f0fd2
fix(events): register events index db migration v4
2024-04-30 17:29:23 +10:00
Rod Vagg
cee77aa415
chore: remove duplicate words in strings and comments
2024-04-30 16:04:38 +10:00
Rod Vagg
aa76a45086
fix(events): correct log msg for v4 events index db migration
2024-04-29 20:21:56 +10:00
0x5459
15f5f4745d
fix(pipeline): should return if error occurred when get network version ( #11902 )
2024-04-29 12:21:40 +02:00
Rod Vagg
10877d2e66
feat(events): adjust indexes in event index db to match query patterns
...
Introduces a v4 migration that just adjusts indexes.
Copies some improvements from https://github.com/filecoin-project/lotus/pull/11723
Closes: https://github.com/filecoin-project/lotus/issues/11909
2024-04-29 13:21:35 +10:00
Rod Vagg
ae2cc67f96
fix(events): check for sync-in-progress ( #11932 )
2024-04-29 12:19:58 +10:00
beck
0a28ce471e
fix NewLine ( #11893 )
2024-04-27 11:17:00 +02:00
Andrew Jackson (Ajax)
5e1d8f661e
feat: curio: simpler reservation release logic ( #11900 )
...
* simpler release logic
* oops, plus simpler
* simpler
2024-04-26 11:11:42 +02:00
Lee
0f7c74e499
feat: curio: add StorageInit api ( #11918 )
...
* feat: add StorageInit api
* remove unused variables
* fix gen check
2024-04-26 10:26:57 +02:00
Phi-rjan
ec6d3e1483
chore: docs: nv-skeleton documentation ( #11065 )
...
* nv-skeleton documentation
Add a tutorial for how one can create a nv-skeleton in Lotus
* Add footnote for `Add migration` step
Add footnote for `Add migration` step
* Indent migration-code
Indent migration-code to make it show properly as a footnote.
* Add ref-fvm and filecoin-ffi checklist
Add ref-fvm and filecoin-ffi checklist
* Add Filecoin-FFI steps
Add Filecoin-FFI steps
* Add step to params_butterfly.go
Add step to params_butterfly.go
* Fix typo
Fix typo
* Add links to reference PRs
Add links to reference PRs
* Update ref-fvm list
Update ref-fvm list
2024-04-25 15:46:13 -04:00
Phi-rjan
65edab42bc
Add v13 support to invariants-checker ( #11931 )
...
Add v13 support to invariants-checker
2024-04-25 17:13:18 +02:00
Masih H. Derkani
f907354300
Refactor LookupID* APIs in StateManager and StateTree
...
The naming of `LookupID` can cause confusion when resolving actor IDs vs
ID addresses. To avoid this:
* Refactor `StateTree` `LookupID` to `LookupIDAddress`, because it
returns ID address.
* Refactor `StateManager` `LookupID` to
`LookupIDAddress` because it also returns ID address via a chain call to
`StateTree`.
* Introduce a new API `StateManager` dedicated to resolving address to
actor ID, called `LookupID` which returns `abi.ActorID`.
For context, see:
* https://github.com/filecoin-project/lotus/pull/11723#discussion_r1534728607
2024-04-24 15:25:48 +01:00
d23ea7665b
release: v1.26.3 ( #11908 ) ( #11915 ) ( #11922 )
...
* deps: update dependencies to address migration memory bloat
to address memory concerns during a heavy migration
Ref: https://github.com/filecoin-project/go-state-types/pull/260
Ref: https://github.com/whyrusleeping/cbor-gen/pull/96
Ref: https://github.com/filecoin-project/go-amt-ipld/pull/90
* release: prep v1.26.3 patch
Prep v1.26.3 patch release:
- Update changelog, version and make gen + make docsgen-cli
* deps: update cbor-gen to tagged version
deps: update cbor-gen to tagged version
* deps: update go-state-types to tagged version
deps: update go-state-types to tagged version v0.13.2
* chore: deps: update go-state-types to v0.13.3
Fixes a panic when we have fewer than 1k proposals.
---------
Co-authored-by: Phi-rjan <orjan.roren@gmail.com >
Co-authored-by: Rod Vagg <rod@vagg.org >
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-04-23 23:04:32 -04:00
jonathanface
73783fcdfb
Merge tag 'tags/v1.26.3' into 1.26.3
2024-04-23 17:00:39 +00:00
forcedebug
772f6a38c5
Fix mismatched method names in comments ( #11913 )
...
Signed-off-by: forcedebug <forcedebug@outlook.com >
2024-04-23 02:56:43 +02:00
560826d5c6
release: v1.26.3 ( #11908 ) ( #11915 )
...
* deps: update dependencies to address migration memory bloat
to address memory concerns during a heavy migration
Ref: https://github.com/filecoin-project/go-state-types/pull/260
Ref: https://github.com/whyrusleeping/cbor-gen/pull/96
Ref: https://github.com/filecoin-project/go-amt-ipld/pull/90
* release: prep v1.26.3 patch
Prep v1.26.3 patch release:
- Update changelog, version and make gen + make docsgen-cli
* deps: update cbor-gen to tagged version
deps: update cbor-gen to tagged version
* deps: update go-state-types to tagged version
deps: update go-state-types to tagged version v0.13.2
* chore: deps: update go-state-types to v0.13.3
Fixes a panic when we have fewer than 1k proposals.
---------
Co-authored-by: Rod Vagg <rod@vagg.org >
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-04-22 20:36:52 -04:00
ZenGround0 and zenground0
95b6483ad9
Avoid cfg lookup on chain remove since unenabled splitstore delete is noop anyway ( #11916 )
...
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com >
2024-04-22 20:01:26 -04:00
Piotr Galar
70e0767acf
ci: ci: create gh workflow that updates sorted pr checks ( #11861 )
...
* ci: create gh workflow that updates sorted pr checks
* ci: use grouped_by_result template for pr checks sticky comment
* chore: apply pr review suggestion
2024-04-22 11:50:55 +02:00
parthshah1
06761db7bf
Fixing dead links ( #11907 )
2024-04-20 09:58:17 +02:00
1a789d3acb
feat: curioweb: Improve UX, add top menu ( #11901 )
...
* cfg edit 1
* jsonschema deps
* feat: lp mig - first few steps
* lp mig: default tasks
* code comments
* docs
* lp-mig-progress
* shared
* comments and todos
* fix: curio: rename lotus-provider to curio (#11645 )
* rename provider to curio
* install gotext
* fix lint errors, mod tidy
* fix typo
* fix API_INFO and add gotext to circleCI
* add back gotext
* add gotext after remerge
* lp: channels doc
* finish easy-migration TODOs
* out generate
* merging and more renames
* avoid make-all
* minor doc stuff
* cu: make gen
* make gen fix
* make gen
* tryfix
* go mod tidy
* minor ez migration fixes
* ez setup - ui cleanups
* better error message
* guided setup colors
* better path to saveconfigtolayer
* loadconfigwithupgrades fix
* readMiner oops
* guided - homedir
* err if miner is running
* prompt error should exit
* process already running, miner_id sectors in migration
* dont prompt for language a second time
* check miner stopped
* unlock repo
* render and sql oops
* curio easyMig - some fixes
* easyMigration runs successfully
* lint
* part 2 of last
* message
* merge addtl
* fixing guided setup for myself
* warn-on-no-post
* EditorLoads
* cleanups and styles
* create info
* fix tests
* make gen
* sector early bird
* sectors v2
* sector termination v1
* terminate2
* mjs
* minor things
* flag bad sectors
* fix errors
* add dealweight and deals
* change column width
* ui looking better
* cleanups
* fix pipeline page
* comments
* curioweb: Add missing sector info file
* curioweb: fix hapi root template
---------
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com >
Co-authored-by: LexLuthr <lexluthr@protocol.ai >
Co-authored-by: LexLuthr <lexluthr@curiostorage.org >
Co-authored-by: Łukasz Magiera <magik6k@gmail.com >
2024-04-19 19:08:21 +04:00
Łukasz Magiera
445f1d4b33
Bump storage endpoint GC interval
2024-04-19 16:13:09 +02:00
Łukasz Magiera
be00ba996e
Cleanup sector_path_url_liveness when not removing the whole path
2024-04-19 16:13:09 +02:00
Łukasz Magiera
7c292905a8
curio: Make sector index GC work
2024-04-19 16:13:09 +02:00
LexLuthr
103a7e0697
apply suggestions
2024-04-19 16:07:01 +02:00
LexLuthr
72fac27a4d
account for cc sectors
2024-04-19 16:07:01 +02:00
LexLuthr
c8dec8de65
add allocation check for commit
2024-04-19 16:07:01 +02:00
Jon
031802eb08
fix(conformance): pass Timestamp through ExecuteMessageParams ( #11891 )
2024-04-19 12:06:41 +10:00
fuyangpengqi
5f7aaaa8f9
docs: fix function names in comments ( #11898 )
...
Signed-off-by: fuyangpengqi <995764973@qq.com >
2024-04-19 12:00:02 +10:00
6b3e9b109f
feat: curio: sectors UI ( #11869 )
...
* cfg edit 1
* jsonschema deps
* feat: lp mig - first few steps
* lp mig: default tasks
* code comments
* docs
* lp-mig-progress
* shared
* comments and todos
* fix: curio: rename lotus-provider to curio (#11645 )
* rename provider to curio
* install gotext
* fix lint errors, mod tidy
* fix typo
* fix API_INFO and add gotext to circleCI
* add back gotext
* add gotext after remerge
* lp: channels doc
* finish easy-migration TODOs
* out generate
* merging and more renames
* avoid make-all
* minor doc stuff
* cu: make gen
* make gen fix
* make gen
* tryfix
* go mod tidy
* minor ez migration fixes
* ez setup - ui cleanups
* better error message
* guided setup colors
* better path to saveconfigtolayer
* loadconfigwithupgrades fix
* readMiner oops
* guided - homedir
* err if miner is running
* prompt error should exit
* process already running, miner_id sectors in migration
* dont prompt for language a second time
* check miner stopped
* unlock repo
* render and sql oops
* curio easyMig - some fixes
* easyMigration runs successfully
* lint
* part 2 of last
* message
* merge addtl
* fixing guided setup for myself
* warn-on-no-post
* EditorLoads
* cleanups and styles
* create info
* fix tests
* make gen
* sector early bird
* sectors v2
* sector termination v1
* terminate2
* mjs
* minor things
* flag bad sectors
* fix errors
* add dealweight and deals
* change column width
* refactor sql, handle sealing sectors
* fix estimates
---------
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com >
Co-authored-by: LexLuthr <lexluthr@protocol.ai >
Co-authored-by: LexLuthr <lexluthr@curiostorage.org >
2024-04-18 14:57:29 -05:00
Andrew Jackson (Ajax)
edd9c82bc1
mod tidy
2024-04-18 12:27:37 +02:00
Andrew Jackson (Ajax)
b9c06b64d7
1
2024-04-18 12:27:37 +02:00
writegr
52a190aa7b
chore: fix some typos in comments ( #11892 )
...
Signed-off-by: writegr <wellweek@outlook.com >
2024-04-18 10:34:20 +02:00
Andrew Jackson (Ajax)
1cdca19a85
oops
2024-04-17 12:01:01 +02:00
Łukasz Magiera
c785e59371
feat: curio: storage index gc task ( #11884 )
...
* curio storage path gc: lay out the structure
* curio gc: Implement storage metadata gc
* move bored singleton task impl to harmonytask
* curio: run storage gc task on storage node
* make gen
2024-04-16 16:34:48 -05:00
fd7f1a95e2
feat: curio: web based config edit ( #11822 )
...
* cfg edit 1
* jsonschema deps
* feat: lp mig - first few steps
* lp mig: default tasks
* code comments
* docs
* lp-mig-progress
* shared
* comments and todos
* fix: curio: rename lotus-provider to curio (#11645 )
* rename provider to curio
* install gotext
* fix lint errors, mod tidy
* fix typo
* fix API_INFO and add gotext to circleCI
* add back gotext
* add gotext after remerge
* lp: channels doc
* finish easy-migration TODOs
* out generate
* merging and more renames
* avoid make-all
* minor doc stuff
* cu: make gen
* make gen fix
* make gen
* tryfix
* go mod tidy
* minor ez migration fixes
* ez setup - ui cleanups
* better error message
* guided setup colors
* better path to saveconfigtolayer
* loadconfigwithupgrades fix
* readMiner oops
* guided - homedir
* err if miner is running
* prompt error should exit
* process already running, miner_id sectors in migration
* dont prompt for language a second time
* check miner stopped
* unlock repo
* render and sql oops
* curio easyMig - some fixes
* easyMigration runs successfully
* lint
* part 2 of last
* message
* merge addtl
* fixing guided setup for myself
* warn-on-no-post
* EditorLoads
* cleanups and styles
* create info
* fix tests
* make gen
* change layout, add help button
* Duration custom json
* mjs naming
---------
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com >
Co-authored-by: LexLuthr <lexluthr@protocol.ai >
Co-authored-by: LexLuthr <lexluthr@curiostorage.org >
2024-04-16 09:30:27 -05:00
Łukasz Magiera
2dd7db20f5
curio: Fix tests
2024-04-16 12:16:33 +02:00
Andrew Jackson (Ajax)
ccf81ecee5
lint
2024-04-16 12:16:33 +02:00
Andrew Jackson (Ajax)
da92001c71
feat/boredom
2024-04-16 12:16:33 +02:00
LexLuthr
649a1b5153
fix: curio: common commands ( #11879 )
...
* fix common commands
* fix start log
* make gen
2024-04-15 19:29:56 -05:00
LexLuthr
3ebb92a976
fix: curio: fix incorrect null check for varchar column ( #11881 )
...
* err check empty string
* log skipped tasks
2024-04-15 19:27:31 -05:00
Łukasz Magiera
bc43bd6d69
fix: local storage reservations fixes ( #11866 )
...
* paths: Debugging local storage reservations
* paths: Log when individual reservation is less than on-disk space
* paths: fix debug reservations print
* paths: More reserve logs
* paths: More more reserve logs
* paths: add stacks to duplicate done call log
* curio: task storage: Release storage at most once
* curio: cleanup before restarting sdr
* address review
* paths: Simplify reservation release logic
2024-04-15 17:33:06 -05:00
Łukasz Magiera
50ed73de29
fix: curio: Check deal start epoch passed in PrecommitSubmit ( #11873 )
2024-04-15 10:48:45 -05:00
Łukasz Magiera
ae15eb1922
fix: curio: Start BoostAdapters before blocking rpc serve ( #11871 )
...
* fix: curio: Start BoostAdapters before blocking rpc serve
* curio/lmrpc: Override unspecified rpc address to localhost
2024-04-15 10:19:53 -05:00
Rod Vagg
11cdb27bbb
doc(release): minor doc updates to release process
2024-04-16 01:14:44 +10:00
Steven Allen
20de759aee
feat: fvm: optimize FVM lanes a bit ( #11875 )
...
This is showing up in profiles so I figured I'd optimize it a bit:
1. Avoid holding locks while recording metrics.
2. Slightly reduce allocations by re-using the metrics "mutators".
Also, use the passed context for better tracing.
This is unlikely to make a huge difference, but it may help RPC
providers a _tiny_ bit and doesn't really move the complexity needle.
2024-04-14 15:12:19 -05:00
Rod Vagg
cd39a09fa5
test(tipsetkey): add tests for derived CID forms
...
Sanity checking and making it easier for alternative implementation compatibility
2024-04-15 05:58:31 +10:00
Aloxaf
70f90612c2
fix: cli: json flag ( #11868 )
2024-04-12 14:27:55 -05:00
Łukasz Magiera
3931710c72
feat: curio/lmrpc: Ingest backpressure ( #11865 )
2024-04-11 21:36:38 -05:00
Łukasz Magiera
3cc62e04e9
feat: curio: Cleanup data copies after seal ops ( #11847 )
...
* feat: curio: Cleanup data copies after seal ops
* curio: make ensureOneCopy safer
* curio: Don't randomly remove cache files
* Address review
2024-04-11 11:35:09 -05:00
Łukasz Magiera
d7d849cf20
feat: curioweb: Sector info page ( #11846 )
...
* feat: curioweb: Sector info page
* Address review
2024-04-11 11:30:53 -05:00
Łukasz Magiera
afa9032833
fix: spcli: add reference to the terminate command ( #11851 )
...
* fix: spcli: add reference to the terminate command
* make gen
2024-04-10 16:59:23 -05:00
Nagaprasad V R
a67e7adf04
refactor: cli: Avoid disputing WindowedPoSt messages when the target miner has no balance to pay rewards ( #11800 )
...
In https://github.com/filecoin-project/lotus/issues/11703 , a user came across an edge case where an SP:
1. Submitted a bad PoSt.
2. Terminated their sectors.
3. Withdrew all funds (after paying all fees).
This left the SP's miner actor with a bad proof but without any funds to pay for disputes. On the other hand, given that the sectors have been terminated and termination fees were already paid we don't really care about fining the SP for the bad proofs anyways.
But... we still don't want to submit dispute messages in this case because doing so isn't free and doesn't really serve a purpose.
So add a check to fetch miner wallet balance and only send disputing messages if balance is non zero.
fixes https://github.com/filecoin-project/lotus/issues/11715
2024-04-10 09:16:04 -05:00
wersfeds
6d9bb2e0bf
chore: fix typos ( #11848 )
2024-04-10 09:01:29 -05:00
Rod Vagg
0d2942c4a4
fix(events): properly decorate events db errors ( #11856 )
2024-04-10 09:00:10 -05:00
Aarsh Shah
6443afa2bb
fix: api: fix EthSubscribe tipsets off by one ( #11858 )
...
Eth subscribe tipsets API should only return tipsets that have been executed.
We do this by only returning the parent tipset of the latest tipset received by ETH Subscribe from it's TipSetFilter subscription.
Closes #11807
Subsumes #11816
2024-04-09 13:32:02 -07:00
Steven Allen
8206954bb0
Merge branch 'releases'
2024-04-09 15:28:10 -05:00
Steven Allen
23b61c305a
test: eth: wait longer for chain to settle in block hash test ( #11863 )
...
I shrunk this down to 10 when I last deflaked this test, but I was too
optimistic. I'm bringing this back up to 50.
See https://gist.github.com/Stebalien/701039637361b3b9cb328d7c2d61beda
2024-04-09 13:20:59 -07:00
jonathanface
e461e672ea
Merge tag 'tags/v1.26.2' into 1.26.2
...
v1.26.2
Git-EVTag-v0-SHA512: f94cc711cb948b08eea54dedd0ddedf9b3443f4b1ea4e606154264b39f8a47f4949283c9a76c1564ce59e3aeab3e3232bc4a9491138035597159cb322f85e2f4
2024-04-09 15:34:47 +00:00
Rod Vagg
082a9159ce
doc: add 1.26.x notes in 1.26.2 changelog
2024-04-09 08:18:50 +10:00
Rod Vagg
099a754a74
doc: update changelog, retract 1.26.{0,1}, fix formatting
2024-04-09 08:18:50 +10:00
Rod Vagg
557c3c01f7
fix(build): disable phoenix drand upgrade if LOTUS_DISABLE_DRAGON
2024-04-09 07:45:45 +10:00
Phi
647aa48b11
Update changelog and upgrade epochs/date
2024-04-09 07:44:15 +10:00
Łukasz Magiera
65e89a08ca
fix: sealing: Use PRU3 After Nv22 ( #11831 )
2024-04-09 07:44:15 +10:00
Łukasz Magiera
ba11769228
fix: lmcli: make 'sectors list' DDO-aware
2024-04-09 07:44:15 +10:00
Phi
01e24969df
Update Changelog
...
Update Changelog
2024-04-09 07:44:15 +10:00
Łukasz Magiera
9cfdea3447
fix: piece: Don't return StartEport in PieceDealInfo.EndEpoch ( #11832 )
2024-04-09 07:44:15 +10:00
Phi
a3ce23cf3b
Make gen & Make docsgen-cli
...
Make gen & Make docsgen-cli
2024-04-09 07:44:15 +10:00
Jiaying Wang
cf7ef3823f
update deps ( #11819 )
2024-04-09 07:44:15 +10:00
beck
e68b762b40
fix rDataCap datacap ( #11811 )
2024-04-08 12:06:34 +04:00
Łukasz Magiera
dd6fef807b
fix: sealing: Use PRU3 After Nv22 ( #11831 )
2024-04-05 20:58:00 +02:00
Piotr Galar
8163e6a91e
ci: cancel in progress runs on pull requests only ( #11842 )
2024-04-05 09:45:04 -07:00
Łukasz Magiera
83421e2742
fix: lmcli: make 'sectors list' DDO-aware ( #11839 )
...
* fix: lmcli: make 'sectors list' DDO-aware
* lmcli: Add ddo info to sectors status
2024-04-05 11:39:49 -05:00
LexLuthr
c827cf1c0e
fix: sealing: improve gasEstimate logging ( #11840 )
...
* improve gasEstimate logging
* use fmt for hex
2024-04-05 16:23:41 +04:00
Łukasz Magiera
485050ee7c
fix: harmony: Try other tasks when storage claim fails
2024-04-05 13:00:50 +02:00
Phi-rjan
385fb7a054
fix: test: TestForkPreMigration hanging when env-var is set ( #11838 )
...
* Unset env-var for TestForkPreMigration
Unset LOTUS_DISABLE_PRE_MIGRATIONS env-var for TestForkPreMigration test, so it does not hang
* Err-check to make lint happy
Err-check to make lint happy
2024-04-05 10:37:58 +02:00
Rod Vagg
5d620a72f7
fix(events): harden tests to assert strict event entry order
2024-04-05 16:46:30 +11:00
Rod Vagg
f5100a2a1d
fix(events): order entries by insertion order when selecting
...
Fixes: https://github.com/filecoin-project/lotus/issues/11823
2024-04-05 16:46:30 +11:00
Łukasz Magiera
37c24bba4d
fix: piece: Don't return StartEport in PieceDealInfo.EndEpoch ( #11832 )
2024-04-04 16:16:34 -05:00
jonathanface and raulk
e2712a9157
fix: Eth API: accept input data in call arguments under field 'input' ( #11505 )
...
The correct name for this field is 'input' according to the Ethereum specs [0].
However, for the longest time, clients have been using 'data' and servers have been
lenient to accept both, preferring 'input' over 'data' when both appear.
Our lack of support for 'input' had gone unnoticed until go-ethereum decided
to adjust their ethclient implementation to issue eth_call and eth_estimateGas
requests with the 'input' field instead of 'data' [1]. This suddenly broke apps
using this client against Lotus' Eth API.
[0]: https://github.com/ethereum/execution-apis/blob/main/src/schemas/transaction.yaml#L33-L35
[1]: ethereum/go-ethereum#28078
Co-authored-by: raulk <raul.kripalani@gmail.com >
2024-04-04 16:35:48 +00:00
Łukasz Magiera
fd64e38b39
fix: paths/local: Fix on-disk storage accounting in new reservations ( #11825 )
2024-04-04 11:17:04 -05:00
LexLuthr
a24028c3c0
apply suggestions
2024-04-04 18:06:19 +02:00
LexLuthr
243bf1a0b3
refactor MinerFilter func, update comments
2024-04-04 18:06:19 +02:00
LexLuthr
d1a52cf04d
refactor filter decision code
2024-04-04 18:06:19 +02:00
LexLuthr
2951d038a8
add miner fliter
2024-04-04 18:06:19 +02:00
Łukasz Magiera
a99d8c8791
feat: curio: Cleanup files after failed TreeDRC ( #11827 )
2024-04-04 10:25:06 -05:00
Steven Allen
7bd21bc675
feat: ipfs: remove IPFS client backend ( #11661 )
...
This was used to run an internal IPFS node...
2024-04-04 07:35:54 -07:00
LexLuthr
800ae977d3
rename lotus-provider
2024-04-04 14:32:06 +02:00
Jiaying Wang
a1264c8c84
update deps ( #11819 )
2024-04-03 19:42:24 -07:00
Steven Allen
1645c32997
test: eth: deflake EthBlockHashesCorrect_MultiBlockTipset ( #11808 )
...
Increase the chances of having multiple blocks at the same height by
aligning block times across test miners. Also, make the block hash test
faster.
2024-04-03 19:10:31 -07:00
9f9dc979fb
feat: curio: add miner init ( #11775 )
...
* sptool: Initial structure
* sptool: Port lotus-miner actor withdraw
* sptool: Make cli docsgen happy
* actors are done
* info
* proving
* sptool the rest
* fixed gitignore
* lints
* oops
* 2
* terminate
* fixes
* curio new-miner setup
* reword doc section
* fix curio flags
* fix gen
* change repetitive prompt
* add miner to base
* add config test
* fix config compare, add tests
* go mod tidy
* fix itest in GA
* fix comparer function
* fix compare value match
---------
Co-authored-by: Łukasz Magiera <magik6k@gmail.com >
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com >
2024-04-03 15:00:14 -05:00
Łukasz Magiera
f1c04c8f96
curio cli: Add --local to storage list cli
2024-04-03 21:40:06 +02:00
Łukasz Magiera
416d7ef860
fix: curio: Pass taskID to WritePiece
2024-04-03 21:40:06 +02:00
Łukasz Magiera
6997162c71
curio storage: Add missing reservation comment in MoveStorage
2024-04-03 21:40:06 +02:00
Łukasz Magiera
316a0d6c26
fix: curio: Pass taskID to TreeDRC
2024-04-03 21:40:06 +02:00
Łukasz Magiera
2ccc0db1cc
feat: curio: Storage reservations in MoveStorage
2024-04-03 21:40:06 +02:00
LexLuthr
466966c72d
enable 8MiB sectors on Curio
2024-04-03 21:37:39 +02:00
Łukasz Magiera
f8a5aa0db5
feat: curio: Move boost proxy into the main binary ( #11783 )
...
* feat: curio: Move boost proxy into the main binary
* curio: Command for generating market tokens
* curio boost rpc: Address review
* make docsgen-cli
2024-04-03 11:31:43 -05:00
Piotr Galar
4ab4922dc8
ci: ci: list processes before calling apt-get to enable debugging ( #11815 )
2024-04-03 07:35:26 -07:00
Łukasz Magiera
b27c861485
curio: Cleanup proving config ( #11751 )
2024-04-02 11:21:21 -05:00
Łukasz Magiera and Andrew Jackson
71fee359d1
feat: spcli: sectors extend improvements ( #11798 )
...
* sptool: Initial structure
* sptool: Port lotus-miner actor withdraw
* sptool: Make cli docsgen happy
* actors are done
* info
* proving
* sptool the rest
* fixed gitignore
* lints
* oops
* 2
* terminate
* fixes
* sptool: improve sectors list
* feat: spcli: Add client to claim info in sectors extend
* spcli: Fix extend skipping sectors with claims
---------
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com >
2024-04-02 11:18:27 -05:00
Łukasz Magiera
23a3c74720
feat: curio: Add schemas for DDO deal support ( #11805 )
2024-04-02 11:16:59 -05:00
Łukasz Magiera
a40cced0d9
feat: curioweb: add favicon ( #11804 )
2024-04-02 11:15:50 -05:00
Piotr Galar
2a0d8970e8
ci: ci: migrate the release workflow to github actions ( #11785 )
...
* ci: rename install ubuntu deps to install system dependencies
* ci: migrate the release workflow to github actions
* ci: set permissions required by the newly added workflows explicitly
* ci: prevent duplicate release and docker publishing
* ci: trigger docker workflow on push to master
* ci: do not pass tokens to goreleaser on dry release runs
* ci: specify higher permissions on a job level
2024-04-02 14:22:09 +01:00
Rod Vagg
86279403ea
docs: actor events API and DDO documentation ( #11615 )
2024-04-02 16:15:18 +11:00
Andrew Jackson (Ajax) and Łukasz Magiera
b95e95f4d6
feat: SPTool ( #11788 )
...
* sptool: Initial structure
* sptool: Port lotus-miner actor withdraw
* sptool: Make cli docsgen happy
* actors are done
* info
* proving
* sptool the rest
* fixed gitignore
* lints
* oops
* 2
* terminate
* fixes
* sptool: improve sectors list
---------
Co-authored-by: Łukasz Magiera <magik6k@gmail.com >
2024-04-01 10:30:35 -05:00
LexLuthr
8062f200bd
fix: curio: refactor curio graceful shutdown ( #11794 )
...
* refactor curio shutdown
* apply suggestions, remove provider cli
2024-03-30 11:40:32 -05:00
LexLuthr and LexLuthr
0e4677618f
fix: CLI: adjust TermMax for extend-claim used by a different client ( #11764 )
...
* fix Datacap TermMax
* fix itest
* add batching
* make batch size variable
* docsgen-cli
* reduce batch size, fix batch dc
* apply suggestion from review
* put back TODO
---------
Co-authored-by: LexLuthr <lexluthr@protocol.ai >
2024-03-28 15:18:28 +04:00
LexLuthr
795ee314c0
remove from-miner cmd ( #11793 )
2024-03-28 13:09:41 +04:00
i-norden
1735a6f308
add index to event.emitter_addr
2024-03-28 02:10:00 +00:00
Fridrik Asmundsson
75c7f16765
Add block param to EthEstimateGas
2024-03-28 02:10:00 +00:00
i-norden
2e372edde4
add index to event.emitter_addr
2024-03-28 02:09:59 +00:00
i-norden
ff21559244
add index to event_entry.key
2024-03-28 02:09:59 +00:00
Ian Norden
0a29aa0b6f
fix: api: exclude reverted events in eth_getLogs results ( #11318 )
...
* exclude reverted events from results returned by eth_getLogs
* unit test
* update CHANGELOG.md
2024-03-28 02:09:59 +00:00
Phi-rjan
9dc9a5cf45
Merge pull request #11790 from filecoin-project/phi-v1261
...
release: v1.26.1
2024-03-27 21:15:57 +01:00
Phi
e215381f84
Update changelog, version, make gen
...
- Update changelog
- Update version
- Make gen / Make docsgen-cli
2024-03-27 20:29:36 +01:00
Aayush Rajasekaran
4d0d520ffd
feat: nv22: lightweight patch to upgrade calibnet ( #11776 )
2024-03-27 14:13:00 -04:00
Steven Allen
78d9d9baa0
Merge branch 'releases'
2024-03-27 08:55:17 -07:00
Łukasz Magiera
ae7829acd7
fix: curio seal: Check ticket age before sending PreCommit message
2024-03-26 20:33:23 +01:00
Łukasz Magiera
021385116a
paths: Fix local existing allocate requests in Finalize
2024-03-26 20:32:46 +01:00
Łukasz Magiera
c7ca271507
rebuild storage mocks
2024-03-26 20:32:46 +01:00
Łukasz Magiera
7b00cc5827
curio: Add task storage to SDRTrees
2024-03-26 20:32:46 +01:00
Łukasz Magiera
c7b64bd6a9
curio: Storage reservations when fetching
2024-03-26 20:32:46 +01:00
Piotr Galar
662ea6f2d5
fix: ci: allow master main sync to write to the repository ( #11784 )
2024-03-26 17:19:53 +00:00
Steven Allen
0cdf58849b
Merge branch 'release/v1.26.0' into releases
2024-03-26 10:15:39 -07:00
Piotr Galar
3f4eaf0b82
ci: ci: create gh workflow that runs go tests ( #11762 )
...
* ci: create gh action that installs go from go.mod
* ci: create gh action that installs ubuntu dependencies
* ci: create gh action that starts yugabyte db
* ci: create gh workflow that runs go tests
* ci: test the test workflow
* ci: delete duplicate line from runner configuration
* Revert "ci: test the test workflow"
This reverts commit d1da190c375f7104dc1f5151b6f2e8c405d1fb82.
* ci: match the circleci runners more accurately
* ci: fetch all filecoin-ffi dependencies
* ci: rename fetch/install job to cache to better match underlying tasks
* ci: set permissions required by the test workflow explicitly
2024-03-26 16:06:42 +01:00
Phi
3cb9b6c718
Add testing step
...
Call-out that testing of the RC should be done.
2024-03-26 09:26:50 +01:00
Phi-rjan and Rod Vagg
d5df13e66e
Update documentation/misc/RELEASE_ISSUE_TEMPLATE.md
...
Co-authored-by: Rod Vagg <rod@vagg.org >
2024-03-26 09:26:50 +01:00
Phi
7e4b989e32
Update release_issue_template.md
...
Update release_issue_template.md
2024-03-26 09:26:50 +01:00
Łukasz Magiera
099fc04d0a
curio web: node info page ( #11745 )
...
* curio web: node info page
* curioweb: add missing files
* curio web: Better hapi route prefixes
2024-03-25 10:35:54 -05:00
Łukasz Magiera
e86d81b26a
fix: curio seal: Fix partial Finalize retry
2024-03-22 16:05:48 +01:00
Łukasz Magiera
8ec74fdb05
itests: Try to deflake TestSectorImportAfterPC2
2024-03-22 16:05:48 +01:00
Piotr Galar
ed98bf9ec5
ci: ci: create gh workflow that runs go checks ( #11761 )
...
* ci: create gh action that installs go from go.mod
* ci: create gh action that installs ubuntu dependencies
* ci: create gh workflow that runs go checks
* ci: test the check workflow
* Revert "ci: test the check workflow"
This reverts commit 1d0759d3c69eae99d17c5a80470b7a40d5b3bc94.
2024-03-22 12:57:14 +00:00
Piotr Galar
e2ab5d68ad
ci: ci: create gh workflow that runs go build ( #11760 )
...
* ci: create gh action that installs go from go.mod
* ci: create gh action that installs ubuntu dependencies
* ci: create gh workflow that runs go build
* ci: test the build workflow
* Revert "ci: test the build workflow"
This reverts commit 8150510aae4d6d1fb1d719e2d69057a3c0695d32.
2024-03-22 12:57:03 +00:00
Phi
5f86ff9a6e
Update date PhoenixHeight
...
Update date PhoenixHeight
2024-03-22 07:00:28 +01:00
Phi
68e4296cc4
make gen, make docsgen-cli
...
make gen, make docsgen-cli
2024-03-22 07:00:28 +01:00
Phi
b814ab7a4e
Set mainnet upgrade height
...
Set mainnet upgrade height
2024-03-22 07:00:28 +01:00
Phi
98d22a622c
Update changelog, bump version
...
Update changelog, bump version
2024-03-22 07:00:28 +01:00
Phi
fb4125b36f
Update actor bundle, except calib
...
Update the actor bundle for everything except calibnet: ./pack.sh v13 v13.0.0 calibrationnet=v13.0.0-rc.3
2024-03-22 07:00:28 +01:00
aarshkshah1992
d9c3998c70
remove cli test
2024-03-22 07:00:28 +01:00
Phi
12369fe7de
chore: deps: bump GST
...
chore: deps: bump GST
2024-03-22 07:00:28 +01:00
aarshkshah1992
1e708367fa
update verified claim tests
2024-03-22 07:00:28 +01:00
Phi
b212435d4b
chore: deps: bump actor bundle
...
chore: deps: bump actor bundle
2024-03-22 07:00:28 +01:00
Łukasz Magiera
9d814d0fdc
feat: shed: Add v13 migration to migrate-state ( #11601 )
...
* shed: Add v13 migration to migrate-state
* shed: some ADL tools, update GST
* shed: diff hamt address mode
* shed migration debug tooling
* shed migration: market diff on error
* shed: Fix cached migration diff
* shed: Diff deal states on bad migration
* shed: Use std json
* shed: Drill in the migration diff more
* shed: Show proposals in migration market diff
* shed: Show added provider sectors diff
* shed: hamts are hard to use
* update gst
* update gst
* update gst
* update GST with fixed invartiant
* go mod tidy
2024-03-22 07:00:28 +01:00
Andrew Jackson (Ajax)
b37945fe31
Merge pull request #11616 from filecoin-project/rvagg/build-provider
...
Add lotus-provider to build to match install
2024-03-22 07:00:28 +01:00
Phi
b11a72d791
Make gen
...
Make gen
2024-03-22 07:00:28 +01:00
Rod Vagg
02a2095c26
fix(events): don't log.Warn for EVM events with non-Raw codec ( #11742 )
...
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.
Fixes: https://github.com/filecoin-project/lotus/issues/11718
2024-03-22 07:00:28 +01:00
Rod Vagg
f4b4cd3633
feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents
...
This is done with the intention to add new {Get,Subscribe}ActorEvents in a
future release (i.e. soon!) with both decoded values (dag-json represented)
and simplified (no flags or codec). But because this comes with some
trade-offs wrt fidelity of information (e.g. likely needing to drop events with
badly encoded values, and not retaining original codec), we need to also have
a Raw form of these APIs for consumers that want to take on the burden of
consuming them as they are.
2024-03-22 07:00:28 +01:00
Aayush Rajasekaran and Phi-rjan
250914d724
chore: deps: update GST to v0.13.0-rc3 ( #11732 ) ( #11736 )
...
chore: deps: update GST to v0.13.0-rc3
Co-authored-by: Phi-rjan <orjan.roren@gmail.com >
2024-03-22 07:00:28 +01:00
Steven Allen
e0b3ea7294
chore: deps: update boxo/libp2p/graphsync ( #11739 )
...
- Pulls in the latest version of `kubo-api-client` (extracted from kubo
0.27.0).
- Update go-libp2p to v0.33.0
- Update boxo to v0.18.0
- Update go-graphsync to v0.16.0
2024-03-22 07:00:28 +01:00
Aayush Rajasekaran
0555255a52
feat: add ChainGetEvents to the gateway API ( #11724 )
2024-03-22 07:00:28 +01:00
Steven Allen
b4d4e7ad9a
chore: build: update minimum go version to 1.21.7 ( #11652 )
...
Now that 1.22 is out. Libp2p will also be dropping support for 1.20
soon (if it hasn't already?) so it can _finally_ stop supporting
specific compiler versions (we can stop caring so much about the
"maximum" supported go version).
2024-03-22 07:00:28 +01:00
Phi-rjan
34077f76bf
release: bump to v1.26.0-rc3 ( #11714 )
...
release: bump to v1.26.0-rc2
2024-03-22 07:00:28 +01:00
6508306a78
fix: api: Length check the array sent to eth_feeHistory RPC ( #11696 )
...
Co-authored-by: Rod Vagg <rod@vagg.org >
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-03-22 07:00:28 +01:00
1a21b42fd7
Chore: Backports to the release/v1.26.0 branch ( #11713 )
...
* enable storing events (#11712 )
* fix: commit batch: Always go through commit batcher (#11704 )
* fix: commit batch: Always go through commit batcher
* fix sealing fsm tests
* sealing pipeline: Fix panic on padding pieces in WaitDeals (#11708 )
* sealing pipeline: Fix panic on padding pieces in WaitDeals
* sealing pipeline: Catch panics
* sealing pipeline: Output DDO pieces in SectorStatus (#11709 )
* sealing pipeline: Fix failing ProveCommit3 aggregate (#11710 )
* itests: Repro failing ProveCommit3 aggregate
* commit batch: Correctly sort sectors in processBatchV2
* fix imports
* ci: Bigger instance for sector_pledge test
* itests: Use Must-Post mining in TestPledgeBatching
---------
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com >
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com >
2024-03-22 07:00:28 +01:00
Rod Vagg
adc2f3d522
fix(events): properly disable actor events API via cfg
...
Now EventFilterManager is received as an interface, setting it to `nil` isn't
enough for the `== nil` checks inside ActorEventHandler.
2024-03-22 07:00:28 +01:00
Phi-rjan
e05e53822c
Remove calibnet-bootstrappers ( #11702 )
...
Remove calibnet-bootstrappers
2024-03-22 07:00:28 +01:00
Rod Vagg
d35ebe5bc0
feat(config): move Fevm.Events->Events, implement soft deprecation
...
Closes: https://github.com/filecoin-project/lotus/issues/11679
* Introduce a `moved:"To.New.Config"` tag which prints a stderr warning when
you use one of these, but will move any set value to the new location if the
new location isn't already set itself.
* Look for `X is DEPRECATED` to hold certain fields back from documentation.
* Use `toml:"omitempty"` to prevent the default config output from having these
deprecated values.
2024-03-22 07:00:28 +01:00
Rod Vagg
82a45185dd
docs(drand): document the meaning of "IsChained" ( #11692 )
2024-03-22 07:00:28 +01:00
Rod Vagg
1667c0e3ed
Add verification for "deal-activated" actor event
2024-03-22 07:00:28 +01:00
Rod Vagg
7af5f5ec96
test: add additional actor events checks
2024-03-22 07:00:28 +01:00
Rod Vagg
7a59934d32
test: extract verified DDO test to separate file, add more checks
2024-03-22 07:00:28 +01:00
Rod Vagg
d520b76c4e
test: cleanup ddo verified itest, extract steps to functions
...
also add allocation-removed event case
2024-03-22 07:00:28 +01:00
jennijuju
ef0a2578a3
bump to v1.26.0-rc2
2024-03-22 07:00:28 +01:00
Aayush
b21e4bb48d
fix: beacon: validate drand change at nv16 correctly
2024-03-22 07:00:28 +01:00
Phi
c48e294e49
Make gen
...
Make gen
2024-03-22 07:00:28 +01:00
Phi-rjan and Masih H. Derkani
8d5b562052
Update CHANGELOG.md
...
Co-authored-by: Masih H. Derkani <m@derkani.org >
2024-03-22 07:00:28 +01:00
Phi and Jiaying Wang
a235221918
Prep Lotus v1.26.0-rc1
...
- For sanity reverting the mainnet upgrade epoch to 99999999, and then only set it when cutting the final release
-Update Calibnet CIDs to v13.0.0-rc3
- Add GetActorEvents, SubscribeActorEvents, GetAllClaims and GetAllAllocations methods to the changelog
Co-Authored-By: Jiaying Wang <42981373+jennijuju@users.noreply.github.com >
2024-03-22 07:00:28 +01:00
Phi
96e9ef0628
Update actor bundle to v13.0.0-rc3
...
Update actor bundle to v13.0.0-rc3
2024-03-22 07:00:28 +01:00
Rod Vagg
a0483a4950
Fix concerns and docs identified by review
2024-03-22 07:00:28 +01:00
Rod Vagg
61dd381a3d
Update changelog for actor events APIs
2024-03-22 07:00:28 +01:00
Masih H. Derkani
c7afe9ae56
Use provided libraries to assert eventual conditions
...
Use the functionalities already provided by `testify` to assert eventual
conditions, and remove the use of `time.Sleep`.
Remove duplicate code in utility functions that are already defined.
Refactor assertion helper functions to use consistent terminology:
"require" implies fatal error, whereas "assert" implies error where the
test may proceed executing.
2024-03-22 07:00:28 +01:00
Masih H. Derkani
cfeedd73cb
Use fixed RNG seed for actor event tests
...
Improve determinism in actor event tests by using a fixed RNG seed. This
makes up a more reproducible test suit.
2024-03-22 07:00:28 +01:00
Masih H. Derkani
5b40268366
Reduce scope for filter removal failure when getting actor events
...
Use a fresh context to remove the temporary filter installed solely to
get the actor events. This should reduce chances of failure in a case
where the original context may be expired/cancelled.
Refactor removal into a `defer` statement for a more readable, concise
return statement.
2024-03-22 07:00:28 +01:00
Masih H. Derkani
b88ae030b2
Run actor events table tests in deterministic order
...
Refactor `map` usage for actor event table tests to ensure deterministic
test execution order, making debugging potential issues easier. If
non-determinism is a target, leverage Go's built-in parallel testing
capabilities.
2024-03-22 07:00:28 +01:00
Masih H. Derkani
bf28a86978
Rename actor events test to follow go convention
...
Add missing `s` to `actor_events` test file to follow golang convention
used across the repo.
2024-03-22 07:00:28 +01:00
Masih H. Derkani
718026a8c3
Remove duplicate code from actor event type marshalling tests
...
Reduce verbosity and remove duplicate test logic from actor event types
JSON marshalling tests.
2024-03-22 07:00:28 +01:00
Rod Vagg
318695a44c
More post-review changes, lots of tests for SubscribeActorEvents
...
Use BlockDelay as the window for receiving events on the SubscribeActorEvents
channel. We expect the user to have received the initial batch of historical
events (if any) in one block's time. For real-time events we expect them to
not fall behind by roughly one block's time.
2024-03-22 07:00:28 +01:00
Rod Vagg
5633861ce6
More clarity in actor event API docs
2024-03-22 07:00:28 +01:00
Rod Vagg
966af80dc2
Document future API changes
2024-03-22 07:00:28 +01:00
Rod Vagg
eff2762348
Terminate SubscribeActorEvents chan when at max height
2024-03-22 07:00:28 +01:00
Rod Vagg
eaf2cd672b
Manage event sending rate for SubscribeActorEvents
2024-03-22 07:00:28 +01:00
Rod Vagg
590ce97edf
s/ActorEvents/Events/g in global config
2024-03-22 07:00:28 +01:00
Rod Vagg
13d7411bd9
Adjust actor event API after review
2024-03-22 07:00:28 +01:00
Rod Vagg
4a0e3b877c
Rename internal events modules for clarity
2024-03-22 07:00:28 +01:00
Rod Vagg
f8791cf995
Avoid duplicate messages when looking for receipts
2024-03-22 07:00:28 +01:00
Rod Vagg
0c8dc1b158
Minor tweaks to events types
2024-03-22 07:00:28 +01:00
Rod Vagg
5ae158738e
Clean up DDO+Events tests, add lots of explainer comments
2024-03-22 07:00:28 +01:00
Aarsh Shah
0ca169d252
Tests for builtin actor events API
2024-03-22 07:00:28 +01:00
Rod Vagg
74a46fed3d
itest for DDO non-market verified data w/ builtin actor events
2024-03-22 07:00:28 +01:00
Aarsh Shah
43ed348635
Built-in actor events first draft
2024-03-22 07:00:28 +01:00
Aayush Rajasekaran
5cb25affdd
feat: set migration config UpgradeEpoch for v13 actors upgrade
2024-03-22 07:00:28 +01:00
Phi
c970dace57
chore: deps: update to go-state-types v13.0.0-rc.2
...
chore: deps: update to go-state-types v13.0.0-rc.2
2024-03-22 07:00:28 +01:00
Aayush Rajasekaran
10aeacebb3
Merge pull request #11632 from hanabi1224/hm/drand-test
...
feat: drand quicknet: allow scheduling drand quicknet upgrade before nv22 on 2k devnet
2024-03-22 07:00:28 +01:00
Aayush
968b482d7a
do NOT update the cache when running the real migration
2024-03-22 07:00:28 +01:00
Aayush
5924674879
chore: deps: update to go-state-types v13.0.0-rc.1
2024-03-22 07:00:28 +01:00
tom123222
35a80802f6
fix: add UpgradePhoenixHeight to StateGetNetworkParams ( #11648 )
2024-03-22 07:00:28 +01:00
Phi-rjan and Steven Allen
f60d4e1208
chore:: backport #11609 to the feat/nv22 branch ( #11644 )
...
* feat: api: improve the correctness of Eth's trace_block (#11609 )
* Improve the correctness of Eth's trace_block
- Improve encoding/decoding of parameters and return values:
- Encode "native" parameters and return values with Solidity ABI.
- Correctly decode parameters to "create" calls.
- Use the correct (ish) output for "create" calls.
- Handle all forms of "create".
- Make robust with respect to reverts:
- Use the actor ID/address from the trace instead of looking it up in
the state-tree (may not exist in the state-tree due to a revert).
- Gracefully handle failed actor/contract creation.
- Improve performance:
- We avoid looking anything up in the state-tree when translating the
trace, which should significantly improve performance.
- Improve code readability:
- Remove all "backtracking" logic.
- Use an "environment" struct to store temporary state instead of
attaching it to the trace.
- Fix random bugs:
- Fix an allocation bug in the "address" logic (need to set the
capacity before modifying the slice).
- Improved error checking/handling.
- Use correct types for `trace_block` action/results (create, call, etc.).
- And use the correct types for Result/Action structs instead of reusing the same "Call" action every time.
- Improve error messages.
* Make gen
Make gen
---------
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-03-22 07:00:28 +01:00
LexLuthr
3f9b6837c9
feat: api: new verified registry methods to get all allocations and claims ( #11631 )
...
* new verireg methods
* update changelog and add itest
* update itest and cli
* update new method's support till v9
* remove gateway APIs
* fix cli internal var names
2024-03-22 07:00:28 +01:00
Aayush Rajasekaran
1347bfb64e
Merge pull request #11491 from filecoin-project/fix/remove-decommissioned-pl-bootstrap-nodes
...
Remove PL operated bootstrap nodes from mainnet.pi
2024-03-22 07:00:28 +01:00
Samuel Arogbonlo
226542f97c
new: add forest bootstrap nodes ( #11636 )
...
Signed-off-by: samuelarogbonlo <sbayo971@gmail.com >
2024-03-22 07:00:28 +01:00
Phi-rjan
f0b9af5520
Update epoch heights ( #11637 )
...
Update epoch heights
2024-03-22 07:00:28 +01:00
Phi
c04dec7307
Make gen
...
Make gen and UpgradePhoenixHeight in butterfly and local devnet to be in line with Calibration and Mainnet
2024-03-22 07:00:28 +01:00
Aayush
3ceb75746b
set UpgradePhoenixHeight to be one hour after Dragon
2024-03-22 07:00:28 +01:00
Aayush
1744f2d8eb
Add UpgradePhoenixHeight to API params
2024-03-22 07:00:28 +01:00
Phi
8bc36f90fb
Update Mango codename to Phoneix
...
Make the codename for the Drand-change inline with Dragon style.
2024-03-22 07:00:28 +01:00
Phi
001513f78b
Update epoch after nv22 DRAND switch
...
Update epoch after nv22 DRAND switch
2024-03-22 07:00:28 +01:00
Phi and Steven Allen
d6d32ec593
chore: Upgrade heights and codename
...
Update upgrade heights
Co-Authored-By: Steven Allen <steven@stebalien.com >
2024-03-22 07:00:28 +01:00
Phi
ff325c8ca9
Update to v13.0.0-rc.2 bundle
2024-03-22 07:00:28 +01:00
Rod Vagg
d8fb28e36d
AggregateProofType nil when doing batch updates
...
Use latest nv22 go-state-types version with matching update
2024-03-22 07:00:28 +01:00
Phi-rjan and Steven Allen
896688c670
feat: fvm: update the FVM/FFI to v4.1 ( #11608 ) ( #11612 )
...
This:
1. Adds nv22 support.
2. Updates the message tracing format.
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-03-22 07:00:28 +01:00
Aayush Rajasekaran
474af83f26
chore: deps: update to go-multiaddr v0.12.2 ( #11602 )
2024-03-22 07:00:28 +01:00
Aayush
aa72d69ad0
feat: implement FIP-0063
2024-03-22 07:00:28 +01:00
6a0f16b084
feat: sealing: Support nv22 DDO features in the sealing pipeline ( #11226 )
...
* Initial work supporting DDO pieces in lotus-miner
* sealing: Update pipeline input to operate on UniversalPiece
* sealing: Update pipeline checks/sealing states to operate on UniversalPiece
* sealing: Make pipeline build with UniversalPiece
* move PieceDealInfo out of api
* make gen
* make sealing pipeline unit tests pass
* fix itest ensemble build
* don't panic in SectorsStatus with deals
* stop linter from complaining about checkPieces
* fix sector import tests
* mod tidy
* sealing: Add logic for (pre)committing DDO sectors
* sealing: state-types with method defs
* DDO non-snap pipeline works(?), DDO Itests
* DDO support in snapdeals pipeline
* make gen
* update actor bundles
* update the gst market fix
* fix: chain: use PreCommitSectorsBatch2 when setting up genesis
* some bug fixes
* integration working changes
* update actor bundles
* Make TestOnboardRawPieceSnap pass
* Appease the linter
* Make deadlines test pass with v12 actors
* Update go-state-types, abstract market DealState
* make gen
* mod tidy, lint fixes
* Fix some more tests
* Bump version in master
Bump version in master
* Make gen
Make gen
* fix sender
* fix: lotus-provider: Fix winning PoSt
* fix: sql Scan cannot write to an object
* Actually show miner-addrs in info-log
Actually show miner-addrs in lotus-provider info-log
* [WIP] feat: Add nv22 skeleton
Addition of Network Version 22 skeleton
* update FFI
* ddo is now nv22
* make gen
* temp actor bundle with ddo
* use working go-state-types
* gst with v13 market migration
* update bundle, builtin.MethodsMiner.ProveCommitSectors2 -> 3
* actually working v13 migration, v13 migration itest
* Address review
* sealing: Correct DDO snap pledge math
* itests: Mixed ddo itest
* pipeline: Fix sectorWeight
* sealing: convert market deals into PAMs in mixed sectors
* sealing: make market to ddo conversion work
* fix lint
* update gst
* Update actors and GST to lastest integ branch
* commit batcher: Update ProveCommitSectors3Params builder logic
* make gen
* use builtin-actors master
* ddo: address review
* itests: Add commd assertions to ddo tests
* make gen
* gst with fixed types
* config knobs for RequireActivationSuccess
* storage: Drop obsolete flaky tasts
---------
Co-authored-by: Jennifer Wang <jiayingw703@gmail.com >
Co-authored-by: Aayush <arajasek94@gmail.com >
Co-authored-by: Shrenuj Bansal <shrenuj.bansal@protocol.ai >
Co-authored-by: Phi <orjan.roren@gmail.com >
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com >
Co-authored-by: TippyFlits <james.bluett@protocol.ai >
2024-03-22 07:00:28 +01:00
Aayush
c694e2d50a
feat: drand: refactor round verification
2024-03-22 07:00:28 +01:00
Aayush
9b6d2b9f21
update FFI
2024-03-22 07:00:28 +01:00
TippyFlits
50a1fb8062
[WIP] feat: Add nv22 skeleton
...
Addition of Network Version 22 skeleton
2024-03-22 07:00:28 +01:00
Phi
285b8f863f
Update date PhoenixHeight
...
Update date PhoenixHeight
2024-03-22 00:44:21 +01:00
Phi
9fecda4835
make gen, make docsgen-cli
...
make gen, make docsgen-cli
2024-03-22 00:44:21 +01:00
Phi
a73612cab5
Set mainnet upgrade height
...
Set mainnet upgrade height
2024-03-22 00:44:21 +01:00
Phi
6016be5c25
Update changelog, bump version
...
Update changelog, bump version
2024-03-22 00:44:21 +01:00
Phi
dfbedbea05
Update actor bundle, except calib
...
Update the actor bundle for everything except calibnet: ./pack.sh v13 v13.0.0 calibrationnet=v13.0.0-rc.3
2024-03-21 22:15:58 +01:00
aarshkshah1992
722418ab25
remove cli test
2024-03-21 22:15:58 +01:00
Phi
efb31858e1
chore: deps: bump GST
...
chore: deps: bump GST
2024-03-21 22:15:58 +01:00
aarshkshah1992
d4edafb7f3
update verified claim tests
2024-03-21 22:15:58 +01:00
Phi
881a8e4569
chore: deps: bump actor bundle
...
chore: deps: bump actor bundle
2024-03-21 22:15:58 +01:00
Steven Allen
566584d45c
fix: api: return the correct block gas limit in the EthAPI ( #11747 )
...
The gas limit is proportional to the number of blocks.
fixes #11721
2024-03-21 12:49:55 -07:00
Łukasz Magiera
734db29863
feat: shed: Add v13 migration to migrate-state ( #11601 )
...
* shed: Add v13 migration to migrate-state
* shed: some ADL tools, update GST
* shed: diff hamt address mode
* shed migration debug tooling
* shed migration: market diff on error
* shed: Fix cached migration diff
* shed: Diff deal states on bad migration
* shed: Use std json
* shed: Drill in the migration diff more
* shed: Show proposals in migration market diff
* shed: Show added provider sectors diff
* shed: hamts are hard to use
* update gst
* update gst
* update gst
* update GST with fixed invartiant
* go mod tidy
2024-03-21 15:07:49 +01:00
Andrew Jackson (Ajax)
1b66824304
Merge pull request #11616 from filecoin-project/rvagg/build-provider
...
Add lotus-provider to build to match install
2024-03-21 14:56:53 +01:00
Phi
e0202c3750
Make gen
...
Make gen
2024-03-21 14:56:53 +01:00
Rod Vagg
4beca9adca
fix(events): don't log.Warn for EVM events with non-Raw codec ( #11742 )
...
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.
Fixes: https://github.com/filecoin-project/lotus/issues/11718
2024-03-21 14:56:53 +01:00
Rod Vagg
d7f59b3d74
feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents
...
This is done with the intention to add new {Get,Subscribe}ActorEvents in a
future release (i.e. soon!) with both decoded values (dag-json represented)
and simplified (no flags or codec). But because this comes with some
trade-offs wrt fidelity of information (e.g. likely needing to drop events with
badly encoded values, and not retaining original codec), we need to also have
a Raw form of these APIs for consumers that want to take on the burden of
consuming them as they are.
2024-03-21 14:56:53 +01:00
Łukasz Magiera
ea19e1df6b
chore: revert accidental direct commits to master
2024-03-21 13:51:35 +01:00
Andrew Jackson (Ajax)
99158dfd87
Merge branch 'master' of https://github.com/filecoin-project/lotus
2024-03-20 18:11:08 -05:00
Andrew Jackson (Ajax)
32efba72cf
harmonydb safety
2024-03-20 18:11:05 -05:00
Steven Allen
f11a6058b5
fix: api: skip evm events where we no longer have the associated txn ( #11748 )
...
This can happen if, e.g., we run a splitstore garbage collection.
fixes #11117
2024-03-20 09:15:20 -07:00
LexLuthr
02a8848b54
feat: CLI: add claim-extend cli ( #11711 )
...
* add claim-extend cli
* fix arg usage
* add missing question
* fix client addr, datacap prompt
* replace waitGrp with errGrp
* use promptUI
* replace fmt.ErrorF with xerror
* apply var name suggestion
* GST rc3, update types
* add itest
* make gen
* add changelog
2024-03-20 13:34:52 +04:00
Aayush Rajasekaran and Phi-rjan
81f4645fca
chore: deps: update GST to v0.13.0-rc3 ( #11732 ) ( #11736 )
...
chore: deps: update GST to v0.13.0-rc3
Co-authored-by: Phi-rjan <orjan.roren@gmail.com >
2024-03-19 15:00:12 -07:00
Steven Allen
10479927eb
chore: deps: update boxo/libp2p/graphsync ( #11739 )
...
- Pulls in the latest version of `kubo-api-client` (extracted from kubo
0.27.0).
- Update go-libp2p to v0.33.0
- Update boxo to v0.18.0
- Update go-graphsync to v0.16.0
2024-03-19 08:33:14 -07:00
Rod Vagg
2e75f3b796
fix(events): don't log.Warn for EVM events with non-Raw codec ( #11742 )
...
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.
Fixes: https://github.com/filecoin-project/lotus/issues/11718
2024-03-19 10:10:37 +01:00
Łukasz Magiera
51b59e3b81
curio web: fix capitalization in 20240317-web-summary-index.sql
2024-03-19 09:30:25 +01:00
Łukasz Magiera
49712a6e88
curio web: Show SP wins in actor summary
2024-03-19 09:30:25 +01:00
Łukasz Magiera
8e4ce10708
curio web: Show basic balances in Actor Summary
2024-03-19 09:30:25 +01:00
Łukasz Magiera
25711c5ce4
curio web: Task summaries in Cluster machines category
2024-03-19 09:30:25 +01:00
Rod Vagg
73947ea365
feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents
...
This is done with the intention to add new {Get,Subscribe}ActorEvents in a
future release (i.e. soon!) with both decoded values (dag-json represented)
and simplified (no flags or codec). But because this comes with some
trade-offs wrt fidelity of information (e.g. likely needing to drop events with
badly encoded values, and not retaining original codec), we need to also have
a Raw form of these APIs for consumers that want to take on the burden of
consuming them as they are.
2024-03-19 19:22:01 +11:00
Łukasz Magiera
356ea2d774
Merge pull request #11664 from filecoin-project/feat/lpdeal-cache
...
feat: curio deal cache (Piece Park)
2024-03-18 21:13:35 +01:00
Piotr Galar
6179e40b24
ci: chore: Clean up .github/workflows before starting the migration from CircleCI ( #11735 )
...
* ipdx: delete unused actions
* ipdx: update action versions
* ipdx: remove label syncer
2024-03-18 12:29:57 -07:00
Łukasz Magiera
ebf8cf9e62
fix: curio: Fix env name in cli.go ( #11737 )
2024-03-18 20:03:26 +01:00
Aayush Rajasekaran
dd4bce0efb
feat: add ChainGetEvents to the gateway API ( #11724 )
2024-03-18 10:48:31 -04:00
Phi-rjan
b705274099
chore: deps: update GST to v0.13.0-rc3 ( #11732 )
...
chore: deps: update GST to v0.13.0-rc3
2024-03-18 10:31:47 +01:00
Łukasz Magiera
154cf09f52
make gen
2024-03-17 17:40:56 +01:00
Łukasz Magiera
3c2be70d59
Merge remote-tracking branch 'origin/master' into feat/lpdeal-cache
2024-03-17 17:31:26 +01:00
81ba6ab6f0
feat: Curio - Easy Migration ( #11617 )
...
* feat: lp mig - first few steps
* lp mig: default tasks
* code comments
* docs
* lp-mig-progress
* shared
* comments and todos
* fix: curio: rename lotus-provider to curio (#11645 )
* rename provider to curio
* install gotext
* fix lint errors, mod tidy
* fix typo
* fix API_INFO and add gotext to circleCI
* add back gotext
* add gotext after remerge
* lp: channels doc
* finish easy-migration TODOs
* out generate
* merging and more renames
* avoid make-all
* minor doc stuff
* cu: make gen
* make gen fix
* make gen
* tryfix
* go mod tidy
* minor ez migration fixes
* ez setup - ui cleanups
* better error message
* guided setup colors
* better path to saveconfigtolayer
* loadconfigwithupgrades fix
* readMiner oops
* guided - homedir
* err if miner is running
* prompt error should exit
* process already running, miner_id sectors in migration
* dont prompt for language a second time
* check miner stopped
* unlock repo
* render and sql oops
* curio easyMig - some fixes
* easyMigration runs successfully
* lint
* review fixes
* fix backup path
* fixes1
* fixes2
* fixes 3
---------
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com >
Co-authored-by: LexLuthr <lexluthr@protocol.ai >
2024-03-15 16:38:13 -05:00
Steven Allen
4026d0178f
chore: build: update minimum go version to 1.21.7 ( #11652 )
...
Now that 1.22 is out. Libp2p will also be dropping support for 1.20
soon (if it hasn't already?) so it can _finally_ stop supporting
specific compiler versions (we can stop caring so much about the
"maximum" supported go version).
2024-03-15 07:49:14 -07:00
Aayush Rajasekaran
b7faf23f89
feat: add ChainGetEvents to the gateway API ( #11724 )
2024-03-15 10:27:21 -04:00
Rod Vagg
018b7662d5
fix(events,gateway): check that filter.FromHeight isn't too far back for gateway calls
2024-03-16 00:55:48 +11:00
Łukasz Magiera
6ca55d18a7
address review
2024-03-15 14:10:48 +01:00
Masih H. Derkani
d5f4d807d7
Prevent DDL re-execution during event index schema migrations
...
This enhancement optimizes the schema migration process for the event
index by preventing the redundant execution of Data Definition Language
(DDL) statements that define the event schema. Traditionally, these DDL
statements were grouped into a single slice, reflecting the most current
version of the event index schema. With each migration, this slice was
updated to the latest schema iteration, executing all statements in
bulk. Initially, this method sufficed as migrations were focused on
adding indices to existing table columns.
However, as the database schema evolves to meet new requirements, such
as the forthcoming migrations that involve changes to table schemas
(notably, indexing events by emitter actor ID instead of addresses),
the prior approach of bulk execution of DDL statements becomes
unsuitable: it will no longer be safe to repeatedly execute DDL
statements in previous migrations, because the upcoming one changes
`event` table column structure. To address this issue, the work here has
isolated the event index schema migrations on a per-version basis. This
adjustment ensures that only the necessary DDL statements are executed
during each migration, avoiding the inefficiencies and potential errors
associated with redundant executions.
The work here should also minimize the refactoring required for future
migrations, facilitating a smoother introduction of significant schema
updates.
2024-03-15 10:26:48 +00:00
shuangcui
47910cfe82
chore: remove repetitive words
...
Signed-off-by: shuangcui <fliter@qq.com >
2024-03-15 13:44:34 +11:00
Masih H. Derkani
b56af9b8b0
Fix go imports at least 2x faster ( #11695 )
...
Use native go implementation to sort and adjust imports. Compared to the
previous bash version, this is at least 2X faster.
2024-03-14 14:03:42 -07:00
Łukasz Magiera
5dfec4ab36
lppiece: Fix piece cleanup task
2024-03-14 21:30:38 +01:00
qwdsds
b909db394e
feat: add StateMinerDeadlines to gateway ( #11700 )
...
Add StateMinerDeadlines to gateway.
fixes #11693
2024-03-14 12:12:02 -07:00
Aayush Rajasekaran
277cbf9229
fix: stmgr: do not use cached migration results if absent from the blockstore ( #11663 )
2024-03-14 11:04:13 -07:00
Jiaying Wang
b134f3ff63
Update CODEOWNERS ( #11688 )
2024-03-15 02:00:53 +08:00
Aayush Rajasekaran
4bed223e30
fix: shed: backfill events from correct starting height ( #11720 )
2024-03-14 09:40:31 -07:00
Łukasz Magiera
ad37cf5ead
harmony: Dev env var to override gpu count
2024-03-14 14:37:27 +01:00
Łukasz Magiera
6b361443ba
sdrtrees: Fix min expiration math
2024-03-14 14:29:33 +01:00
Łukasz Magiera
b123e700ea
fix curio AcquireSector with reservations
2024-03-14 13:14:00 +01:00
Łukasz Magiera
465ec58a7c
lpdeal: Fix adapter deadlock with duplicate pieces
2024-03-14 13:03:14 +01:00
Łukasz Magiera
27317a9489
fix 20240228-piece-park.sql
2024-03-14 12:24:00 +01:00
Łukasz Magiera
e93a3e0d4a
lppiece: GC task
2024-03-14 09:36:51 +01:00
Łukasz Magiera
10453cd5af
lpseal: Rm piecepark refs in finalize
2024-03-14 09:36:51 +01:00
Łukasz Magiera
b90cf19604
lpseal: PiecePark in SDRTrees
2024-03-14 09:36:51 +01:00
Łukasz Magiera
6b3038d51a
fix lint
2024-03-14 09:36:51 +01:00
Łukasz Magiera
1bb228898e
Integrate PiecePark into boost-proxy
2024-03-14 09:36:51 +01:00
Łukasz Magiera
0800e6e5a7
make gen
2024-03-14 09:36:47 +01:00
Łukasz Magiera
e060cd2f37
lppiece: Implement Piece Park
2024-03-14 09:36:03 +01:00
qwdsds
0b2613ec21
chore: fix typos
2024-03-14 15:32:50 +11:00
Phi-rjan
bfb36026c5
release: bump to v1.26.0-rc3 ( #11714 )
...
release: bump to v1.26.0-rc2
2024-03-13 18:47:15 +01:00
be2bb0a588
fix: api: Length check the array sent to eth_feeHistory RPC ( #11696 )
...
Co-authored-by: Rod Vagg <rod@vagg.org >
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-03-13 08:59:22 -07:00
f929ae17d7
Chore: Backports to the release/v1.26.0 branch ( #11713 )
...
* enable storing events (#11712 )
* fix: commit batch: Always go through commit batcher (#11704 )
* fix: commit batch: Always go through commit batcher
* fix sealing fsm tests
* sealing pipeline: Fix panic on padding pieces in WaitDeals (#11708 )
* sealing pipeline: Fix panic on padding pieces in WaitDeals
* sealing pipeline: Catch panics
* sealing pipeline: Output DDO pieces in SectorStatus (#11709 )
* sealing pipeline: Fix failing ProveCommit3 aggregate (#11710 )
* itests: Repro failing ProveCommit3 aggregate
* commit batch: Correctly sort sectors in processBatchV2
* fix imports
* ci: Bigger instance for sector_pledge test
* itests: Use Must-Post mining in TestPledgeBatching
---------
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com >
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com >
2024-03-13 15:25:08 +01:00
Rod Vagg
ea2d0790b4
fix(events): properly disable actor events API via cfg
...
Now EventFilterManager is received as an interface, setting it to `nil` isn't
enough for the `== nil` checks inside ActorEventHandler.
2024-03-13 16:26:52 +11:00
Łukasz Magiera
81e65dba56
sealing pipeline: Fix panic on padding pieces in WaitDeals ( #11708 )
...
* sealing pipeline: Fix panic on padding pieces in WaitDeals
* sealing pipeline: Catch panics
2024-03-12 11:22:14 -05:00
Phi-rjan
a617f81f4c
Remove calibnet-bootstrappers ( #11702 )
...
Remove calibnet-bootstrappers
2024-03-12 11:21:20 -05:00
Łukasz Magiera
2d80e75e19
fix: commit batch: Always go through commit batcher ( #11704 )
...
* fix: commit batch: Always go through commit batcher
* fix sealing fsm tests
2024-03-12 11:11:50 -05:00
Łukasz Magiera
9d73a70fc1
sealing pipeline: Fix failing ProveCommit3 aggregate ( #11710 )
...
* itests: Repro failing ProveCommit3 aggregate
* commit batch: Correctly sort sectors in processBatchV2
* fix imports
* ci: Bigger instance for sector_pledge test
* itests: Use Must-Post mining in TestPledgeBatching
2024-03-12 11:05:04 -05:00
Łukasz Magiera
77dd1f512e
sealing pipeline: Output DDO pieces in SectorStatus ( #11709 )
2024-03-12 11:02:38 -05:00
Aarsh Shah
1c1b10c66e
enable storing events ( #11712 )
2024-03-12 18:22:02 +04:00
Łukasz Magiera
c1c5deb458
feat: mpool: Cache actors in lite mode ( #11668 )
2024-03-12 10:44:56 +01:00
+5
6f7498b622
chore: Merge nv22 into master ( #11699 )
...
* [WIP] feat: Add nv22 skeleton
Addition of Network Version 22 skeleton
* update FFI
* feat: drand: refactor round verification
* feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226 )
* Initial work supporting DDO pieces in lotus-miner
* sealing: Update pipeline input to operate on UniversalPiece
* sealing: Update pipeline checks/sealing states to operate on UniversalPiece
* sealing: Make pipeline build with UniversalPiece
* move PieceDealInfo out of api
* make gen
* make sealing pipeline unit tests pass
* fix itest ensemble build
* don't panic in SectorsStatus with deals
* stop linter from complaining about checkPieces
* fix sector import tests
* mod tidy
* sealing: Add logic for (pre)committing DDO sectors
* sealing: state-types with method defs
* DDO non-snap pipeline works(?), DDO Itests
* DDO support in snapdeals pipeline
* make gen
* update actor bundles
* update the gst market fix
* fix: chain: use PreCommitSectorsBatch2 when setting up genesis
* some bug fixes
* integration working changes
* update actor bundles
* Make TestOnboardRawPieceSnap pass
* Appease the linter
* Make deadlines test pass with v12 actors
* Update go-state-types, abstract market DealState
* make gen
* mod tidy, lint fixes
* Fix some more tests
* Bump version in master
Bump version in master
* Make gen
Make gen
* fix sender
* fix: lotus-provider: Fix winning PoSt
* fix: sql Scan cannot write to an object
* Actually show miner-addrs in info-log
Actually show miner-addrs in lotus-provider info-log
* [WIP] feat: Add nv22 skeleton
Addition of Network Version 22 skeleton
* update FFI
* ddo is now nv22
* make gen
* temp actor bundle with ddo
* use working go-state-types
* gst with v13 market migration
* update bundle, builtin.MethodsMiner.ProveCommitSectors2 -> 3
* actually working v13 migration, v13 migration itest
* Address review
* sealing: Correct DDO snap pledge math
* itests: Mixed ddo itest
* pipeline: Fix sectorWeight
* sealing: convert market deals into PAMs in mixed sectors
* sealing: make market to ddo conversion work
* fix lint
* update gst
* Update actors and GST to lastest integ branch
* commit batcher: Update ProveCommitSectors3Params builder logic
* make gen
* use builtin-actors master
* ddo: address review
* itests: Add commd assertions to ddo tests
* make gen
* gst with fixed types
* config knobs for RequireActivationSuccess
* storage: Drop obsolete flaky tasts
---------
Co-authored-by: Jennifer Wang <jiayingw703@gmail.com >
Co-authored-by: Aayush <arajasek94@gmail.com >
Co-authored-by: Shrenuj Bansal <shrenuj.bansal@protocol.ai >
Co-authored-by: Phi <orjan.roren@gmail.com >
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com >
Co-authored-by: TippyFlits <james.bluett@protocol.ai >
* feat: implement FIP-0063
* chore: deps: update to go-multiaddr v0.12.2 (#11602 )
* feat: fvm: update the FVM/FFI to v4.1 (#11608 ) (#11612 )
This:
1. Adds nv22 support.
2. Updates the message tracing format.
Co-authored-by: Steven Allen <steven@stebalien.com >
* AggregateProofType nil when doing batch updates
Use latest nv22 go-state-types version with matching update
* Update to v13.0.0-rc.2 bundle
* chore: Upgrade heights and codename
Update upgrade heights
Co-Authored-By: Steven Allen <steven@stebalien.com >
* Update epoch after nv22 DRAND switch
Update epoch after nv22 DRAND switch
* Update Mango codename to Phoneix
Make the codename for the Drand-change inline with Dragon style.
* Add UpgradePhoenixHeight to API params
* set UpgradePhoenixHeight to be one hour after Dragon
* Make gen
Make gen and UpgradePhoenixHeight in butterfly and local devnet to be in line with Calibration and Mainnet
* Update epoch heights (#11637 )
Update epoch heights
* new: add forest bootstrap nodes (#11636 )
Signed-off-by: samuelarogbonlo <sbayo971@gmail.com >
* Merge pull request #11491 from filecoin-project/fix/remove-decommissioned-pl-bootstrap-nodes
Remove PL operated bootstrap nodes from mainnet.pi
* feat: api: new verified registry methods to get all allocations and claims (#11631 )
* new verireg methods
* update changelog and add itest
* update itest and cli
* update new method's support till v9
* remove gateway APIs
* fix cli internal var names
* chore:: backport #11609 to the feat/nv22 branch (#11644 )
* feat: api: improve the correctness of Eth's trace_block (#11609 )
* Improve the correctness of Eth's trace_block
- Improve encoding/decoding of parameters and return values:
- Encode "native" parameters and return values with Solidity ABI.
- Correctly decode parameters to "create" calls.
- Use the correct (ish) output for "create" calls.
- Handle all forms of "create".
- Make robust with respect to reverts:
- Use the actor ID/address from the trace instead of looking it up in
the state-tree (may not exist in the state-tree due to a revert).
- Gracefully handle failed actor/contract creation.
- Improve performance:
- We avoid looking anything up in the state-tree when translating the
trace, which should significantly improve performance.
- Improve code readability:
- Remove all "backtracking" logic.
- Use an "environment" struct to store temporary state instead of
attaching it to the trace.
- Fix random bugs:
- Fix an allocation bug in the "address" logic (need to set the
capacity before modifying the slice).
- Improved error checking/handling.
- Use correct types for `trace_block` action/results (create, call, etc.).
- And use the correct types for Result/Action structs instead of reusing the same "Call" action every time.
- Improve error messages.
* Make gen
Make gen
---------
Co-authored-by: Steven Allen <steven@stebalien.com >
* fix: add UpgradePhoenixHeight to StateGetNetworkParams (#11648 )
* chore: deps: update to go-state-types v13.0.0-rc.1
* do NOT update the cache when running the real migration
* Merge pull request #11632 from hanabi1224/hm/drand-test
feat: drand quicknet: allow scheduling drand quicknet upgrade before nv22 on 2k devnet
* chore: deps: update to go-state-types v13.0.0-rc.2
chore: deps: update to go-state-types v13.0.0-rc.2
* feat: set migration config UpgradeEpoch for v13 actors upgrade
* Built-in actor events first draft
* itest for DDO non-market verified data w/ builtin actor events
* Tests for builtin actor events API
* Clean up DDO+Events tests, add lots of explainer comments
* Minor tweaks to events types
* Avoid duplicate messages when looking for receipts
* Rename internal events modules for clarity
* Adjust actor event API after review
* s/ActorEvents/Events/g in global config
* Manage event sending rate for SubscribeActorEvents
* Terminate SubscribeActorEvents chan when at max height
* Document future API changes
* More clarity in actor event API docs
* More post-review changes, lots of tests for SubscribeActorEvents
Use BlockDelay as the window for receiving events on the SubscribeActorEvents
channel. We expect the user to have received the initial batch of historical
events (if any) in one block's time. For real-time events we expect them to
not fall behind by roughly one block's time.
* Remove duplicate code from actor event type marshalling tests
Reduce verbosity and remove duplicate test logic from actor event types
JSON marshalling tests.
* Rename actor events test to follow go convention
Add missing `s` to `actor_events` test file to follow golang convention
used across the repo.
* Run actor events table tests in deterministic order
Refactor `map` usage for actor event table tests to ensure deterministic
test execution order, making debugging potential issues easier. If
non-determinism is a target, leverage Go's built-in parallel testing
capabilities.
* Reduce scope for filter removal failure when getting actor events
Use a fresh context to remove the temporary filter installed solely to
get the actor events. This should reduce chances of failure in a case
where the original context may be expired/cancelled.
Refactor removal into a `defer` statement for a more readable, concise
return statement.
* Use fixed RNG seed for actor event tests
Improve determinism in actor event tests by using a fixed RNG seed. This
makes up a more reproducible test suit.
* Use provided libraries to assert eventual conditions
Use the functionalities already provided by `testify` to assert eventual
conditions, and remove the use of `time.Sleep`.
Remove duplicate code in utility functions that are already defined.
Refactor assertion helper functions to use consistent terminology:
"require" implies fatal error, whereas "assert" implies error where the
test may proceed executing.
* Update changelog for actor events APIs
* Fix concerns and docs identified by review
* Update actor bundle to v13.0.0-rc3
Update actor bundle to v13.0.0-rc3
* Prep Lotus v1.26.0-rc1
- For sanity reverting the mainnet upgrade epoch to 99999999, and then only set it when cutting the final release
-Update Calibnet CIDs to v13.0.0-rc3
- Add GetActorEvents, SubscribeActorEvents, GetAllClaims and GetAllAllocations methods to the changelog
Co-Authored-By: Jiaying Wang <42981373+jennijuju@users.noreply.github.com >
* Update CHANGELOG.md
Co-authored-by: Masih H. Derkani <m@derkani.org >
* Make gen
Make gen
* fix: beacon: validate drand change at nv16 correctly
* bump to v1.26.0-rc2
* test: cleanup ddo verified itest, extract steps to functions
also add allocation-removed event case
* test: extract verified DDO test to separate file, add more checks
* test: add additional actor events checks
* Add verification for "deal-activated" actor event
* docs(drand): document the meaning of "IsChained" (#11692 )
* Resolve conflicts
I encountered multiple issues when trying to run make gen. And these changes fixed a couple of them:
- go mod tidy
- Remove RaftState/RaftLeader
- Revert `if ts.Height() > claim.TermMax+claim.TermStart || !cctx.IsSet("expired")` to the what is in the release/v1.26.0: `if tsHeight > val.TermMax || !expired`
* fixup imports, make jen
* Update version
Update version in master to v1.27.0-dev
* Update node/impl/full/dummy.go
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com >
* Adjust ListClaimsCmd
Adjust ListClaimsCmd according to review
---------
Signed-off-by: samuelarogbonlo <sbayo971@gmail.com >
Co-authored-by: TippyFlits <james.bluett@protocol.ai >
Co-authored-by: Aayush <arajasek94@gmail.com >
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com >
Co-authored-by: Jennifer Wang <jiayingw703@gmail.com >
Co-authored-by: Shrenuj Bansal <shrenuj.bansal@protocol.ai >
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com >
Co-authored-by: Steven Allen <steven@stebalien.com >
Co-authored-by: Rod Vagg <rod@vagg.org >
Co-authored-by: Samuel Arogbonlo <47984109+samuelarogbonlo@users.noreply.github.com >
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com >
Co-authored-by: tom123222 <160735201+tom123222@users.noreply.github.com >
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com >
Co-authored-by: Masih H. Derkani <m@derkani.org >
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com >
2024-03-12 10:33:58 +01:00
Rod Vagg
e5ccf1915d
feat(config): move Fevm.Events->Events, implement soft deprecation
...
Closes: https://github.com/filecoin-project/lotus/issues/11679
* Introduce a `moved:"To.New.Config"` tag which prints a stderr warning when
you use one of these, but will move any set value to the new location if the
new location isn't already set itself.
* Look for `X is DEPRECATED` to hold certain fields back from documentation.
* Use `toml:"omitempty"` to prevent the default config output from having these
deprecated values.
2024-03-11 13:53:09 +11:00
7516aff220
fix: api: Length check the array sent to eth_feeHistory RPC ( #11696 )
...
Co-authored-by: Rod Vagg <rod@vagg.org >
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-03-11 12:43:45 +11:00
qwdsds
d9a0040573
chore: fix typo ( #11697 )
2024-03-08 09:04:25 +01:00
Rod Vagg
b4e7374cd5
docs(drand): document the meaning of "IsChained" ( #11692 )
2024-03-07 07:26:23 -08:00
Jiaying Wang
4a1a7bd29e
Merge pull request #11691 from filecoin-project/jen/v126rc2
...
release: bump to v1.26.0-rc2
2024-03-07 17:17:07 +08:00
Rod Vagg
2bf2706aa2
Add verification for "deal-activated" actor event
2024-03-07 20:14:18 +11:00
Rod Vagg
b91da8eb32
test: add additional actor events checks
2024-03-07 20:14:18 +11:00
Rod Vagg
5e8cf36e7c
test: extract verified DDO test to separate file, add more checks
2024-03-07 20:14:18 +11:00
Rod Vagg
5704f7cadb
test: cleanup ddo verified itest, extract steps to functions
...
also add allocation-removed event case
2024-03-07 20:14:18 +11:00
tom123222
b190c4ccf0
opt(cli): ouput deadline open time ( #11678 )
...
* opt(cli): ouput deadline open time
* chore: use a const for the format string
2024-03-06 19:21:02 -08:00
jennijuju
1a46f7171e
bump to v1.26.0-rc2
2024-03-07 05:28:32 +08:00
Aayush Rajasekaran
1f6e556d25
Merge pull request #11690 from filecoin-project/asr/fix-drand-skyr
...
fix: beacon: validate drand change at nv16 correctly
2024-03-06 13:44:29 -05:00
Aayush
daafe73462
fix: beacon: validate drand change at nv16 correctly
2024-03-06 12:23:09 -05:00
Masih H. Derkani
1d4f5397a2
Add tests to sanity-check embedded built-in actors metadata ( #11684 )
...
Add tests that assert the embedded built-in actors metadata is correct:
* the corresponding CAR file is present in built-in actors released
assets as a CAR file.
* manifest CID is the only root CID in the corresponding CAR file.
* actor CIDs are present in the corresponding CAR file.
Fixes #11683
2024-03-06 11:38:06 +00:00
LexLuthr
40f3071364
fix: curio: base config by default ( #11676 )
...
* base config by default
* remove global --layers flag
2024-03-06 13:41:37 +04:00
Jiaying Wang
64b32ad632
Merge pull request #11620 from filecoin-project/phi-rc1-prep
...
build: release: v1.26.0-rc1
2024-03-06 01:23:52 +08:00
Phi
2d1fa77dd9
Make gen
...
Make gen
2024-03-05 11:20:58 +01:00
Phi-rjan and Masih H. Derkani
b78aebe1f5
Update CHANGELOG.md
...
Co-authored-by: Masih H. Derkani <m@derkani.org >
2024-03-05 10:50:29 +01:00
Phi and Jiaying Wang
7ee155370a
Prep Lotus v1.26.0-rc1
...
- For sanity reverting the mainnet upgrade epoch to 99999999, and then only set it when cutting the final release
-Update Calibnet CIDs to v13.0.0-rc3
- Add GetActorEvents, SubscribeActorEvents, GetAllClaims and GetAllAllocations methods to the changelog
Co-Authored-By: Jiaying Wang <42981373+jennijuju@users.noreply.github.com >
2024-03-05 10:48:52 +01:00
Andrew Jackson (Ajax)
00334b3b9d
Merge pull request #11650 from filecoin-project/feat/lp-paramfetch
...
feat: lotus-provider: Fetch params on startup when needed
2024-03-05 01:16:32 -08:00
LexLuthr
d0753d1bdb
fix lint error
2024-03-05 13:03:49 +04:00
Phi-rjan
35ac102389
Merge pull request #11682 from filecoin-project/update-v13actors-rc
...
chore: build: Update actor bundle to v13.0.0-rc3
2024-03-05 09:53:24 +01:00
Phi
338b4c7d4a
Update actor bundle to v13.0.0-rc3
...
Update actor bundle to v13.0.0-rc3
2024-03-05 08:58:45 +01:00
Rod Vagg
4dcd65882d
Fix concerns and docs identified by review
2024-03-05 16:16:15 +11:00
Rod Vagg
5359a172ed
Update changelog for actor events APIs
2024-03-05 16:16:15 +11:00
Masih H. Derkani
7ca966900f
Use provided libraries to assert eventual conditions
...
Use the functionalities already provided by `testify` to assert eventual
conditions, and remove the use of `time.Sleep`.
Remove duplicate code in utility functions that are already defined.
Refactor assertion helper functions to use consistent terminology:
"require" implies fatal error, whereas "assert" implies error where the
test may proceed executing.
2024-03-05 16:16:15 +11:00
Masih H. Derkani
a016747b1f
Use fixed RNG seed for actor event tests
...
Improve determinism in actor event tests by using a fixed RNG seed. This
makes up a more reproducible test suit.
2024-03-05 16:16:15 +11:00
Masih H. Derkani
4c868daf4e
Reduce scope for filter removal failure when getting actor events
...
Use a fresh context to remove the temporary filter installed solely to
get the actor events. This should reduce chances of failure in a case
where the original context may be expired/cancelled.
Refactor removal into a `defer` statement for a more readable, concise
return statement.
2024-03-05 16:16:15 +11:00
Masih H. Derkani
92ce665e5c
Run actor events table tests in deterministic order
...
Refactor `map` usage for actor event table tests to ensure deterministic
test execution order, making debugging potential issues easier. If
non-determinism is a target, leverage Go's built-in parallel testing
capabilities.
2024-03-05 16:16:15 +11:00
Masih H. Derkani
5f39979b4b
Rename actor events test to follow go convention
...
Add missing `s` to `actor_events` test file to follow golang convention
used across the repo.
2024-03-05 16:16:15 +11:00
Masih H. Derkani
85584a44fb
Remove duplicate code from actor event type marshalling tests
...
Reduce verbosity and remove duplicate test logic from actor event types
JSON marshalling tests.
2024-03-05 16:16:15 +11:00
Rod Vagg
f9fef2ad75
More post-review changes, lots of tests for SubscribeActorEvents
...
Use BlockDelay as the window for receiving events on the SubscribeActorEvents
channel. We expect the user to have received the initial batch of historical
events (if any) in one block's time. For real-time events we expect them to
not fall behind by roughly one block's time.
2024-03-05 16:16:15 +11:00
Rod Vagg
e86bb270ca
More clarity in actor event API docs
2024-03-05 16:16:15 +11:00
Rod Vagg
377a3e2157
Document future API changes
2024-03-05 16:16:15 +11:00
Rod Vagg
b12714f092
Terminate SubscribeActorEvents chan when at max height
2024-03-05 16:16:15 +11:00
Rod Vagg
dc0c8639df
Manage event sending rate for SubscribeActorEvents
2024-03-05 16:16:15 +11:00
Rod Vagg
c492b491d7
s/ActorEvents/Events/g in global config
2024-03-05 16:16:15 +11:00
Rod Vagg
2194eacc0f
Adjust actor event API after review
2024-03-05 16:16:15 +11:00
Rod Vagg
ce38c31121
Rename internal events modules for clarity
2024-03-05 16:16:15 +11:00
Rod Vagg
af6cecbd32
Avoid duplicate messages when looking for receipts
2024-03-05 16:16:15 +11:00
Rod Vagg
256f0b004b
Minor tweaks to events types
2024-03-05 16:16:15 +11:00
Rod Vagg
bb311dd0d8
Clean up DDO+Events tests, add lots of explainer comments
2024-03-05 16:16:15 +11:00
Aarsh Shah
01ac45c90a
Tests for builtin actor events API
2024-03-05 16:16:15 +11:00
Rod Vagg
cef19d5043
itest for DDO non-market verified data w/ builtin actor events
2024-03-05 16:16:15 +11:00
Aarsh Shah
f007a012af
Built-in actor events first draft
2024-03-05 16:16:15 +11:00
tom123222
83cecdbd57
chore: fix two typo ( #11670 )
2024-03-04 14:07:14 -08:00
LexLuthr
e84a61cc7d
feat: CLI: add expiration to claim list ( #11671 )
...
* add expiration to claim list
* fix expired threshold
2024-03-04 13:09:23 -08:00
Jiaying Wang
41793a88d3
Merge pull request #11674 from filecoin-project/jennijuju-patch-5
...
Update CODEOWNERS
2024-03-05 03:35:21 +08:00
Phi-rjan
9aef2ec8b5
Merge pull request #11675 from filecoin-project/phi-bump-gst
...
chore: deps: update to go-state-types v13.0.0-rc.2
2024-03-04 17:57:48 +01:00
Aayush Rajasekaran
544a16d737
feat: set migration config UpgradeEpoch for v13 actors upgrade
2024-03-04 11:23:32 -05:00
Phi
8cf2bbca3a
chore: deps: update to go-state-types v13.0.0-rc.2
...
chore: deps: update to go-state-types v13.0.0-rc.2
2024-03-04 15:38:28 +01:00
Jiaying Wang
712e9fd062
Update CODEOWNERS
2024-03-04 18:24:00 +08:00
Jiaying Wang
5340112922
Update CODEOWNERS
...
These are the folks who are actively contributing to lotus maintenance, issue triaging, PR reviews and development.
Made this change to decouple lotus ownership with other filecoin core repo's ownership and maintainership that comes with lotus-maintainer perm
2024-03-04 18:22:54 +08:00
Phi-rjan
2c31a5da5f
Merge pull request #11672 from filecoin-project/chore-calibnet-bootstrap
...
Chore: calibnet: Update bootstrap peer list
2024-03-04 11:19:45 +01:00
Phi
9c32c3321c
Update calibnet bootstrap peers
...
Update calibnet bootstrap peers
2024-03-04 07:43:59 +01:00
Rod Vagg
7b911594ac
Use existing trusted info for drand client test ( #11666 )
...
Ref: https://github.com/drand/drand/pull/1317
2024-03-01 09:32:14 -07:00
Phi-rjan
62989ff743
Merge pull request #11667 from filecoin-project/phi-backport-11632
...
chore: backport #11632 to release/v1.26.0
2024-03-01 11:05:36 +01:00
Aayush Rajasekaran
f2bca588b2
Merge pull request #11632 from hanabi1224/hm/drand-test
...
feat: drand quicknet: allow scheduling drand quicknet upgrade before nv22 on 2k devnet
2024-03-01 10:26:39 +01:00
Andrew Jackson (Ajax)
51b19a61cd
Merge pull request #11616 from filecoin-project/rvagg/build-provider
...
Add lotus-provider to build to match install
2024-02-28 09:58:18 -08:00
Andrew Jackson (Ajax)
28c95bbf82
Merge branch 'master' into feat/lp-paramfetch
2024-02-28 09:55:46 -08:00
Andrew Jackson (Ajax)
7ef77e2386
Merge pull request #11658 from filecoin-project/feat/lp-reserve
...
feat: lpseal: SDR Storage revervations
2024-02-28 09:54:47 -08:00
Andrew Jackson (Ajax)
d4d0485669
Merge pull request #11660 from filecoin-project/fix/lp-msg-retry
...
lpseal: Fix message retry
2024-02-28 09:50:28 -08:00
Phi-rjan
fc6229abf7
Merge pull request #11662 from filecoin-project/asr/migration-nv22
...
chore: deps: update to go-state-types v13.0.0-rc.1
2024-02-28 13:41:56 +01:00
Aayush
d862e2cb8e
do NOT update the cache when running the real migration
2024-02-27 21:07:44 -05:00
Aayush
faf0374570
chore: deps: update to go-state-types v13.0.0-rc.1
2024-02-27 21:03:25 -05:00
Łukasz Magiera
eff815dc9e
lpseal: Fix message retry
2024-02-27 23:16:57 +01:00
Łukasz Magiera
5f3675a536
lpseal: SDR Storage revervations
2024-02-27 20:43:15 +01:00
tom123222
01ec166e3a
fix: add UpgradePhoenixHeight to StateGetNetworkParams ( #11648 )
2024-02-27 10:52:23 -08:00
Andrew Jackson (Ajax) and Łukasz Magiera
d3ca54d617
harmony storage ( #11647 )
...
* harmony storage
* clean-up in lotus-provider
* lints
* Do() api change
* rm Do() chg and storagemgr
* harmony: Address storage iface review
---------
Co-authored-by: Łukasz Magiera <magik6k@gmail.com >
2024-02-27 10:47:58 -08:00
Rod Vagg
066a9fd41a
Remove singapore drand testnet host from config ( #11657 )
2024-02-27 10:45:33 -08:00
Phi-rjan and Steven Allen
9dc29bf3f7
chore:: backport #11609 to the feat/nv22 branch ( #11644 )
...
* feat: api: improve the correctness of Eth's trace_block (#11609 )
* Improve the correctness of Eth's trace_block
- Improve encoding/decoding of parameters and return values:
- Encode "native" parameters and return values with Solidity ABI.
- Correctly decode parameters to "create" calls.
- Use the correct (ish) output for "create" calls.
- Handle all forms of "create".
- Make robust with respect to reverts:
- Use the actor ID/address from the trace instead of looking it up in
the state-tree (may not exist in the state-tree due to a revert).
- Gracefully handle failed actor/contract creation.
- Improve performance:
- We avoid looking anything up in the state-tree when translating the
trace, which should significantly improve performance.
- Improve code readability:
- Remove all "backtracking" logic.
- Use an "environment" struct to store temporary state instead of
attaching it to the trace.
- Fix random bugs:
- Fix an allocation bug in the "address" logic (need to set the
capacity before modifying the slice).
- Improved error checking/handling.
- Use correct types for `trace_block` action/results (create, call, etc.).
- And use the correct types for Result/Action structs instead of reusing the same "Call" action every time.
- Improve error messages.
* Make gen
Make gen
---------
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-02-27 07:50:07 -08:00
Andrew Jackson (Ajax)
83c7e0576e
Merge pull request #11653 from filecoin-project/feat/lp-storage-find
...
feat: lotus-provider: storage find command
2024-02-27 05:46:18 -08:00
Andrew Jackson (Ajax)
68f1a44469
Merge pull request #11654 from filecoin-project/fix/lp-winpost
...
fix: lpwinning: Fix MiningBase.afterPropDelay
2024-02-27 05:35:30 -08:00
Steven Allen
0eddfee5d6
chore: switch back to upstream ledger library ( #11651 )
...
Upstream has merged our code to expose a `SignatureBytes` function, so
we can now switch back to using it directly. This also brings bug fixes.
2024-02-26 07:54:32 -08:00
Steven Allen
cf6d372902
chore: build: update minimum go version to 1.21.7 ( #11652 )
...
Now that 1.22 is out. Libp2p will also be dropping support for 1.20
soon (if it hasn't already?) so it can _finally_ stop supporting
specific compiler versions (we can stop caring so much about the
"maximum" supported go version).
2024-02-26 06:57:23 -08:00
Łukasz Magiera
f9e381cb2a
lotus-provider: Fetch params on startup when needed
2024-02-26 14:42:43 +01:00
Łukasz Magiera
d1f7eb1c14
fix: lpwinning: Fix MiningBase.afterPropDelay
2024-02-24 11:52:23 +01:00
Łukasz Magiera
a0fb6eccf3
feat: lotus-provider: storage find command
2024-02-24 11:11:57 +01:00
LexLuthr
92503075a6
feat: api: new verified registry methods to get all allocations and claims ( #11631 )
...
* new verireg methods
* update changelog and add itest
* update itest and cli
* update new method's support till v9
* remove gateway APIs
* fix cli internal var names
2024-02-22 10:37:47 -08:00
Rod Vagg
b691adc487
Add unittests make target ( #11628 )
2024-02-22 10:34:49 -08:00
Rod Vagg
3a87b3e9e5
Add systemd memory note on install and in config ( #11641 )
...
* Add systemd memory note on install
* Add memory usage note to system config for daemon
* Remove limits by default
2024-02-22 10:33:06 -08:00
Aayush Rajasekaran
ddf535d7be
Merge pull request #11491 from filecoin-project/fix/remove-decommissioned-pl-bootstrap-nodes
...
Remove PL operated bootstrap nodes from mainnet.pi
2024-02-22 10:30:10 -08:00
Łukasz Magiera
cb67eebf4b
Merge pull request #11534 from filecoin-project/feat/lp-seal
...
feat: lotus-provider: SDR Sealing pipeline
2024-02-22 17:10:51 +01:00
Aayush Rajasekaran
31de167da5
Merge pull request #11491 from filecoin-project/fix/remove-decommissioned-pl-bootstrap-nodes
...
Remove PL operated bootstrap nodes from mainnet.pi
2024-02-22 11:07:42 -05:00
Łukasz Magiera
5ab75d35f9
fix mac build
2024-02-22 14:00:47 +01:00
Łukasz Magiera
848c132e43
Merge remote-tracking branch 'origin/master' into feat/lp-seal
2024-02-22 12:17:09 +01:00
Łukasz Magiera
0634dfce07
Fix lint
2024-02-22 11:39:17 +01:00
Samuel Arogbonlo
2e5de1bdb3
new: add forest bootstrap nodes ( #11636 )
...
Signed-off-by: samuelarogbonlo <sbayo971@gmail.com >
2024-02-21 12:32:50 -08:00
Steven Allen
8ba491b6b4
feat: api: improve the correctness of Eth's trace_block ( #11609 )
...
* Improve the correctness of Eth's trace_block
- Improve encoding/decoding of parameters and return values:
- Encode "native" parameters and return values with Solidity ABI.
- Correctly decode parameters to "create" calls.
- Use the correct (ish) output for "create" calls.
- Handle all forms of "create".
- Make robust with respect to reverts:
- Use the actor ID/address from the trace instead of looking it up in
the state-tree (may not exist in the state-tree due to a revert).
- Gracefully handle failed actor/contract creation.
- Improve performance:
- We avoid looking anything up in the state-tree when translating the
trace, which should significantly improve performance.
- Improve code readability:
- Remove all "backtracking" logic.
- Use an "environment" struct to store temporary state instead of
attaching it to the trace.
- Fix random bugs:
- Fix an allocation bug in the "address" logic (need to set the
capacity before modifying the slice).
- Improved error checking/handling.
- Use correct types for `trace_block` action/results (create, call, etc.).
- And use the correct types for Result/Action structs instead of reusing the same "Call" action every time.
- Improve error messages.
2024-02-21 12:20:00 -08:00
Samuel Arogbonlo
01cfe8fc72
new: add forest bootstrap nodes ( #11636 )
...
Signed-off-by: samuelarogbonlo <sbayo971@gmail.com >
2024-02-21 12:06:25 -08:00
Phi-rjan
8ad534b6c5
Update epoch heights ( #11637 )
...
Update epoch heights
2024-02-21 12:01:06 -08:00
Steven Allen
edb2b9584b
fix: stmgr: remove watermelon migration hack ( #11623 )
...
We did this to avoid using cached migrations in the borked watermelon
upgrade on calibrationnet, but we don't need to keep this in the
code (even for users syncing from scratch).
2024-02-21 10:32:22 -08:00
Łukasz Magiera
a586982c2a
update docsgen
2024-02-21 17:00:30 +01:00
Łukasz Magiera
2eaf34bc92
provider: Expand provider subsystems config docs
2024-02-21 16:51:29 +01:00
Łukasz Magiera
4ae73f059c
provider: Fix sql query capitalization
2024-02-21 14:19:48 +01:00
Łukasz Magiera
3b5165358a
lpproof treed: defer workWg.Done
2024-02-21 13:33:49 +01:00
Łukasz Magiera
91d3edecfd
lp: Address review
2024-02-21 13:28:49 +01:00
Łukasz Magiera
edbff6b2e9
lpseal: Fix precommit poller hang
2024-02-21 10:46:02 +01:00
Rod Vagg
91fd0ec101
No sed backup file
2024-02-21 14:00:17 +11:00
Łukasz Magiera
f62dedc020
lpseal: Correctly set expiration epochs when deals are present
2024-02-20 19:33:06 +01:00
Łukasz Magiera
859dbf5603
lpwindow: Fix the test command
2024-02-20 17:35:52 +01:00
Łukasz Magiera
df5ac9dc2b
fix imports
2024-02-20 17:06:54 +01:00
Łukasz Magiera
8f2931072e
lotus-provider: EnvVar for layers
2024-02-20 17:02:46 +01:00
Łukasz Magiera
4808b49090
lpmarket: Fix result output in case of tx retry
2024-02-20 14:14:26 +01:00
Łukasz Magiera
534db8d458
lpweb: Cache api blockstore in sectors page
2024-02-20 14:08:09 +01:00
Łukasz Magiera
f2ebde4d10
lpdeal: Use serialization retry option
2024-02-20 13:17:29 +01:00
Łukasz Magiera
94a31c6db6
harmony: BeginTransaction Retry Serialization option
2024-02-20 13:14:58 +01:00
Łukasz Magiera
648ac7adaf
lpdeal: Make booster- retrievals work
2024-02-19 18:08:08 +01:00
Łukasz Magiera
e0f84087ac
lotus-provider: Use timeouts from config
2024-02-19 08:47:30 +01:00
Łukasz Magiera
b52b159176
lotus-provider: Apply the Proving.ParallelCheckLimit config to WdPost executor
2024-02-18 20:04:02 +01:00
Łukasz Magiera
9ec2a65d9b
state: Ignore decode errors in compute-state --html
2024-02-18 00:14:55 +01:00
Łukasz Magiera
bcc1d09c84
harmony: use where when updating machine timestamp
2024-02-17 23:12:11 +01:00
Łukasz Magiera
9f9e2f7fe4
make gen
2024-02-17 18:13:30 +01:00
Łukasz Magiera
bc39e87609
lpproof: Fix TreeD for large sectors
2024-02-17 18:05:54 +01:00
Łukasz Magiera
1f5013b607
lpseal: Allow broken dep chains in poller
2024-02-17 15:01:59 +01:00
Łukasz Magiera
847b589822
treed: Close out file
2024-02-17 14:51:02 +01:00
Łukasz Magiera
e93bcb4bc4
fix addr config unmarshal
2024-02-17 13:15:47 +01:00
Łukasz Magiera
c293bcebb6
storage: Make remote Generate Vanilla more robust
2024-02-17 11:20:49 +01:00
Łukasz Magiera
e22ab4c8fe
lp: makePhase1Out for large sectors
2024-02-17 01:40:01 +01:00
Łukasz Magiera
1d71299212
lp: Allocate maddrs map
2024-02-17 01:13:18 +01:00
Łukasz Magiera
a003b6ccda
make gen
2024-02-17 00:58:19 +01:00
Łukasz Magiera
06a2f8c670
paths: Fix dbindex heartbeat
2024-02-17 00:57:27 +01:00
Łukasz Magiera
caf62d9370
fix addresssel post-rebase
2024-02-17 00:43:17 +01:00
Łukasz Magiera
bc8517baa0
paths: Support multiple endpoints in FsStat
2024-02-16 21:23:21 +01:00
Łukasz Magiera
f6dc31354e
lotus-provider: Ensure tempdir exists on startup
2024-02-16 21:23:21 +01:00
Łukasz Magiera
55a50727fa
lp rpc: Fix StorageStat
2024-02-16 21:23:21 +01:00
Łukasz Magiera
626d87f5aa
lpseal: Fix hasAnySealingTask
2024-02-16 21:23:21 +01:00
Łukasz Magiera
9ddfe23702
lp: Small migration improvements
2024-02-16 21:23:19 +01:00
Łukasz Magiera
ee31932731
lotus-provider: Move --layers to top-level
2024-02-16 21:22:39 +01:00
Łukasz Magiera
f2f1cc30ec
lpseal: Appease the linter
2024-02-16 21:22:39 +01:00
Łukasz Magiera
3c4c286eeb
lpseal: Correct task definition order
2024-02-16 21:22:39 +01:00
Łukasz Magiera
67a369d830
lpseal: Handle unlealed in MoveStorage
2024-02-16 21:22:39 +01:00
Łukasz Magiera
684e7d77c6
lpseal: Fix finalize with cc sectors
2024-02-16 21:22:39 +01:00
Łukasz Magiera
0b76f3e683
lpweb: Page for sealing pipeline sector list
2024-02-16 21:22:38 +01:00
Łukasz Magiera
3ca7012dfb
fix message sent log
2024-02-16 21:22:28 +01:00
Łukasz Magiera
c28bf97922
make gen
2024-02-16 21:22:26 +01:00
Łukasz Magiera
f8183a7122
fakelm: deals in SectorStatus
2024-02-16 21:22:15 +01:00
Łukasz Magiera
bbf05bcccf
lpseal: Implement KeepUnsealed
2024-02-16 21:22:15 +01:00
Łukasz Magiera
c68257236b
partialfile: deal with non-trailered files
2024-02-16 21:22:15 +01:00
Łukasz Magiera
f644cf11e1
lpmarket: Fix stub SectorStatus
2024-02-16 21:22:15 +01:00
Łukasz Magiera
87892ffe84
lpseal: Connect move storage poller
2024-02-16 21:22:15 +01:00
Łukasz Magiera
8a73987529
lpseal: Fix finalize
2024-02-16 21:22:15 +01:00
Łukasz Magiera
25f1fd7952
lpseal: Fix message poller
2024-02-16 21:22:15 +01:00
Łukasz Magiera
4f8d6add1d
lpseal: Make tasks return to poller when out of retries
2024-02-16 21:22:15 +01:00
Łukasz Magiera
e37b7f6083
lp: more storage cli/rpc
2024-02-16 21:22:15 +01:00
Łukasz Magiera
f3e5497281
lp: gen storage api
2024-02-16 21:22:15 +01:00
Łukasz Magiera
7e97f14109
lotus-provider: cli command for easy cluster rpc access
2024-02-16 21:22:15 +01:00
Łukasz Magiera
e9c6f9037b
shed: Additional miner actor cmds
2024-02-16 21:22:15 +01:00
Łukasz Magiera
76e67bbc9d
lpdeal piece proxy
2024-02-16 21:22:15 +01:00
Łukasz Magiera
93ac1809be
shed: boost-proxy
2024-02-16 21:22:15 +01:00
Łukasz Magiera
74bf18e8ce
harmony api compat: support AuthNew
2024-02-16 21:22:15 +01:00
Łukasz Magiera
75c908dd0b
harmony-compatible StorageAuthWithURL
2024-02-16 21:22:15 +01:00
Łukasz Magiera
8859eb73c4
wip boost addpiece handler
2024-02-16 21:22:15 +01:00
Łukasz Magiera
2b860a8d43
lotus-provider: config edit command
2024-02-16 21:22:13 +01:00
Łukasz Magiera
495ff1b00b
lotus-provider: new-cluster command
2024-02-16 21:21:38 +01:00
Łukasz Magiera
8780fbd5fe
lotus-provider: Initial boost compat
2024-02-16 21:21:38 +01:00
Łukasz Magiera
eba45ca84e
make gen
2024-02-16 21:21:38 +01:00
Łukasz Magiera
d820e76beb
lpseal: MoveStorage
2024-02-16 21:21:38 +01:00
Łukasz Magiera
4649d3b8d0
lpseal: Finalize
2024-02-16 21:21:38 +01:00
Łukasz Magiera
ce12cc05f7
lpseal: Pass DealIDs into precommit
2024-02-16 21:21:38 +01:00
Łukasz Magiera
12db86c0aa
lpseal: Seal sectors with data
2024-02-16 21:21:38 +01:00
Łukasz Magiera
46ae527f25
shed: simple tool for starting deals on lotus-provider
2024-02-16 21:21:38 +01:00
Łukasz Magiera
0337d0198f
lpseal: Basic deal-accepting logic
2024-02-16 21:21:36 +01:00
Łukasz Magiera
29584e0f31
lpseal: Wip lm-compatible subset of rpc for boost
2024-02-16 21:21:25 +01:00
Łukasz Magiera
8213d7bca9
lpseal: Handle out-of-gas retry in poller
2024-02-16 21:21:25 +01:00
Łukasz Magiera
fabd413e5e
lpseal: clean up poller loop
2024-02-16 21:21:25 +01:00
Łukasz Magiera
af79813af8
lp: appease the linter
2024-02-16 21:21:25 +01:00
Łukasz Magiera
eaa0cb583b
lpweb: Fix dev mode
2024-02-16 21:21:25 +01:00
Łukasz Magiera
a539b83512
make gen
2024-02-16 21:21:25 +01:00
Łukasz Magiera
a65ec1a9fb
lpweb: Pipeline view improvements
2024-02-16 21:21:25 +01:00
Łukasz Magiera
b84e8d0fe9
harmony: Fix tx error wrap/retry in AddTask
2024-02-16 21:21:25 +01:00
Łukasz Magiera
e06cfa2d0a
harmony: Don't leak tickers, faster multiple bulk scheduling
2024-02-16 21:21:25 +01:00
Łukasz Magiera
0bd4d7dd8b
lpweb: Pipeline view
2024-02-16 21:21:25 +01:00
Łukasz Magiera
afc124ab2a
harmony: utc times in task_history queries
2024-02-16 21:21:25 +01:00
Łukasz Magiera
6c8605c077
lpweb: Fix actor display
2024-02-16 21:21:25 +01:00
Łukasz Magiera
7798916a9a
lpweb: Fix dev mode
2024-02-16 21:21:25 +01:00
Łukasz Magiera
4c2235a686
make gen, mod tidy
2024-02-16 21:21:25 +01:00
Łukasz Magiera
3eea16c528
lpseal: WORKING SDR PIPELINE
2024-02-16 21:21:25 +01:00
Łukasz Magiera
f2e1b5a35c
lpseal: Poller for PoRep
2024-02-16 21:21:25 +01:00
Łukasz Magiera
41f80a66f9
lpseal: Commit submit task
2024-02-16 21:21:25 +01:00
Łukasz Magiera
1e7218f8de
lpseal: PoRep proof (commit) support
2024-02-16 21:21:25 +01:00
Łukasz Magiera
fe7558368a
storage: Support C1 directly from sector storage
2024-02-16 21:21:25 +01:00
Łukasz Magiera
d9e903fa82
lpseal: Get seed epoch in poller
2024-02-16 21:21:25 +01:00
Łukasz Magiera
902a0fc524
lpmessage: Fix watcher
2024-02-16 21:21:25 +01:00
Łukasz Magiera
dd6a0095b0
lpseal: Make precommit sending work
2024-02-16 21:21:25 +01:00
Łukasz Magiera
9560c3efaf
storage config: Expand paths
2024-02-16 21:21:25 +01:00
Łukasz Magiera
725460bc45
dbindex: Fix heartbeat checks
2024-02-16 21:21:25 +01:00
Łukasz Magiera
0244c7df50
lpseal: Wire up SubmitPrecommit
2024-02-16 21:21:21 +01:00
Łukasz Magiera
2f45646a92
lpseal: write precommit message to message_waits
2024-02-16 21:20:14 +01:00
Łukasz Magiera
2c7041b167
lpmessage: Finish basic message waiter
2024-02-16 21:20:13 +01:00
Łukasz Magiera
77bb8061df
lpmessage: in-progress message waiter
2024-02-16 21:20:13 +01:00
Łukasz Magiera
e743db5fee
lpmessage: Scaffold waiter
2024-02-16 21:20:13 +01:00
Łukasz Magiera
ff79ede52f
lpseal: Submit precommit task
2024-02-16 21:20:13 +01:00
Łukasz Magiera
84c2d46829
lpffi: Remove debug log from TreeD
2024-02-16 21:20:13 +01:00
Łukasz Magiera
1684f275b0
harmony: Use correct free memory
2024-02-16 21:20:13 +01:00
Łukasz Magiera
a98e72507e
harmony: Use correct free memory
2024-02-16 21:20:13 +01:00
Łukasz Magiera
56240f5077
lpseal: Wire up TreeD to TreesTask
2024-02-16 21:20:13 +01:00
Łukasz Magiera
a2c906fe4f
lpseal: Use pooled buffers for TreeD
2024-02-16 21:20:13 +01:00
Łukasz Magiera
6af3757136
treed: 512M bench
2024-02-16 21:20:13 +01:00
Łukasz Magiera
0d4953c8da
lpseal: Make TreeD correct
2024-02-16 21:20:13 +01:00
Łukasz Magiera
3f9aae7031
lpseal: Implement TreeD build function in Go
2024-02-16 21:20:13 +01:00
Łukasz Magiera
c63ecba668
lpseal: Fix makePhase1Out properly
2024-02-16 21:20:13 +01:00
Łukasz Magiera
47672e0933
storage: Fix dbindex heartbeat
2024-02-16 21:20:13 +01:00
Łukasz Magiera
f74c3ccd2d
lpseal: Implement SDR-Trees
2024-02-16 21:20:13 +01:00
Łukasz Magiera
d79bc0ba13
lpseal: scaffold sdr-trees task
2024-02-16 21:20:13 +01:00
Łukasz Magiera
5eccc03fee
lpseal: store ticket after sdr
2024-02-16 21:20:13 +01:00
Łukasz Magiera
e19b5333c3
lpseal: Working SDR!
2024-02-16 21:20:13 +01:00
Łukasz Magiera
04f5a595e4
lpseal: Fix poller
2024-02-16 21:20:13 +01:00
Łukasz Magiera
5d26c3a9dc
lpseal: Wire up sdr task
2024-02-16 21:20:13 +01:00
Łukasz Magiera
4eb7bc91d9
lpseal: Fix sdr do query
2024-02-16 21:20:13 +01:00
Łukasz Magiera
44b441d7ad
lpseal: Implement SDR for CC sectors
2024-02-16 21:20:13 +01:00
Łukasz Magiera
bb42a70143
scayyold the SDR task
2024-02-16 21:20:13 +01:00
Łukasz Magiera
e89fff2308
lpseal: Sector number allocator, pipeline start cli
2024-02-16 21:20:13 +01:00
Łukasz Magiera
67fb3bd27f
begin drafting lotus-provider SDR pipeline
2024-02-16 21:20:13 +01:00
Łukasz Magiera
acdc19817e
Merge pull request #11592 from filecoin-project/snadrus/multiaddr
...
feat: lp: support multiple SP IDs
2024-02-15 18:01:43 +01:00
Andrew Jackson (Ajax)
080baf48e6
Merge pull request #11625 from filecoin-project/rvagg/openrpc-git-friendly
...
Don't gzip openrpc files for friendlier git wrangling
2024-02-14 17:51:57 -08:00
Rod Vagg
5bd7f2ca4d
Don't gzip openrpc files for friendlier git wrangling
...
the .gz files are impossible to rebase/merge/etc. but the files are needed in
the repo for `go build` because they are embeds; so we just don't gzip them
2024-02-15 08:54:02 +11:00
Rod Vagg
cd19c2a08d
Clean up warning message ( #11619 )
2024-02-13 09:36:50 -08:00
Phi-rjan
fe75ee0a12
Merge pull request #11599 from filecoin-project/phi-butterfly-prep
...
chore: Set upgrade heights and change codename
2024-02-13 17:13:33 +01:00
Phi
65b1977cef
Make gen
...
Make gen and UpgradePhoenixHeight in butterfly and local devnet to be in line with Calibration and Mainnet
2024-02-13 17:01:30 +01:00
Aayush
4f23b068cf
set UpgradePhoenixHeight to be one hour after Dragon
2024-02-13 09:59:51 -05:00
Aayush
e9245c176e
Add UpgradePhoenixHeight to API params
2024-02-13 09:58:58 -05:00
Phi
cea5ae65af
Update Mango codename to Phoneix
...
Make the codename for the Drand-change inline with Dragon style.
2024-02-13 11:20:07 +01:00
Andrew Jackson (Ajax)
846daa1788
docsgen
2024-02-12 19:27:55 -06:00
Andrew Jackson (Ajax)
425e672ef6
lp:feat multiaddr, comments
2024-02-12 19:03:45 -06:00
Phi
9112e85c7b
Update epoch after nv22 DRAND switch
...
Update epoch after nv22 DRAND switch
2024-02-12 14:25:16 +01:00
Rod Vagg
16b3f12c8e
Add lotus-provider to build to match install
2024-02-12 22:44:11 +11:00
Phi and Steven Allen
342628955c
chore: Upgrade heights and codename
...
Update upgrade heights
Co-Authored-By: Steven Allen <steven@stebalien.com >
2024-02-09 10:47:01 +01:00
Phi
89d47a79d4
Update to v13.0.0-rc.2 bundle
2024-02-09 12:47:30 +11:00
Rod Vagg
a7982fbeb3
AggregateProofType nil when doing batch updates
...
Use latest nv22 go-state-types version with matching update
2024-02-09 12:47:30 +11:00
Phi-rjan and Steven Allen
b460701b9b
feat: fvm: update the FVM/FFI to v4.1 ( #11608 ) ( #11612 )
...
This:
1. Adds nv22 support.
2. Updates the message tracing format.
Co-authored-by: Steven Allen <steven@stebalien.com >
2024-02-07 14:22:23 -08:00
Steven Allen
ca877940a0
feat: fvm: update the FVM/FFI to v4.1 ( #11608 )
...
This:
1. Adds nv22 support.
2. Updates the message tracing format.
2024-02-06 17:22:14 -08:00
Aayush Rajasekaran
3926a96784
chore: deps: update to go-multiaddr v0.12.2 ( #11602 )
2024-01-31 14:17:16 -08:00
Ian Norden
95fb198597
perf: api: add indexes to event topics and emitter addr ( #11477 )
...
* add index to event_entry.key
* add index to event.emitter_addr
2024-01-31 10:49:07 -08:00
Andrew Jackson (Ajax)
a0867a2a60
fix: lp multiaddr, minerID rm, cfg upgrade
2024-01-30 16:44:08 -06:00
Steven Allen
efb9422c01
fix: eth: re-execute tipsets on missing events ( #11588 )
...
This will re-execute tipsets to forcibly re-compute and store events
when they're missing. This is effectively lazy backfilling of events.
NOTE: This _won't_ backfill the index itself, it'll just give us the
events.
fixes #11335
2024-01-30 10:29:54 -08:00
Andrew Jackson (Ajax)
1f3abf4995
also-sql naming
2024-01-29 18:22:50 -06:00
Steven Allen
4d73febaf7
chore: sync: cleanup sync serve and reduce log noise ( #11543 )
...
* chore: cleanup sync serve and reduce log noise
1. Demote a noisy blocksync request error to debug. All this warning
means is that someone is requesting a tipset we don't have.
2. Add a separate warning if we fail to collect a chain. If we have the
tipsets but fail to collect the chain, something is actually wrong.
3. Fix a TODO and return a single CompactedMessages rather than 4
separate values.
* generally reduce the warning to info
It turns out we do fail to gather messages frequently as well, likely
because we have written the tipsets but haven't fetched the messages...
2024-01-29 11:17:05 -08:00
Aayush Rajasekaran
78edf46afc
Merge pull request #11572 from filecoin-project/asr/fip-0063
...
feat: implement FIP-0063
2024-01-29 14:10:37 -05:00
Aayush
7613cdfa90
feat: implement FIP-0063
2024-01-29 12:30:52 -05:00
Steven Allen
6cbeb9aad6
fix: sync: atomically switch chains when checkpointing ( #11595 )
...
We can now atomically switch chains when checkpointing. Previously,
we'd call `SetHead` followed by `SetCheckpoint`. Unfortunately, that's
not atomic and the "head" could have reverted before we called
`SetCheckpoint` (causing the latter to fail).
Now, we just call `SetCheckpoint` and let `SetCheckpoint` adjust our
head. This changes the behavior of `ChainStore.SetCheckpoint`, but
`Syncer.SyncCheckpoint` is the only caller anyways.
2024-01-26 08:50:32 -08:00
9e03fcab83
feat: sealing: Support nv22 DDO features in the sealing pipeline ( #11226 )
...
* Initial work supporting DDO pieces in lotus-miner
* sealing: Update pipeline input to operate on UniversalPiece
* sealing: Update pipeline checks/sealing states to operate on UniversalPiece
* sealing: Make pipeline build with UniversalPiece
* move PieceDealInfo out of api
* make gen
* make sealing pipeline unit tests pass
* fix itest ensemble build
* don't panic in SectorsStatus with deals
* stop linter from complaining about checkPieces
* fix sector import tests
* mod tidy
* sealing: Add logic for (pre)committing DDO sectors
* sealing: state-types with method defs
* DDO non-snap pipeline works(?), DDO Itests
* DDO support in snapdeals pipeline
* make gen
* update actor bundles
* update the gst market fix
* fix: chain: use PreCommitSectorsBatch2 when setting up genesis
* some bug fixes
* integration working changes
* update actor bundles
* Make TestOnboardRawPieceSnap pass
* Appease the linter
* Make deadlines test pass with v12 actors
* Update go-state-types, abstract market DealState
* make gen
* mod tidy, lint fixes
* Fix some more tests
* Bump version in master
Bump version in master
* Make gen
Make gen
* fix sender
* fix: lotus-provider: Fix winning PoSt
* fix: sql Scan cannot write to an object
* Actually show miner-addrs in info-log
Actually show miner-addrs in lotus-provider info-log
* [WIP] feat: Add nv22 skeleton
Addition of Network Version 22 skeleton
* update FFI
* ddo is now nv22
* make gen
* temp actor bundle with ddo
* use working go-state-types
* gst with v13 market migration
* update bundle, builtin.MethodsMiner.ProveCommitSectors2 -> 3
* actually working v13 migration, v13 migration itest
* Address review
* sealing: Correct DDO snap pledge math
* itests: Mixed ddo itest
* pipeline: Fix sectorWeight
* sealing: convert market deals into PAMs in mixed sectors
* sealing: make market to ddo conversion work
* fix lint
* update gst
* Update actors and GST to lastest integ branch
* commit batcher: Update ProveCommitSectors3Params builder logic
* make gen
* use builtin-actors master
* ddo: address review
* itests: Add commd assertions to ddo tests
* make gen
* gst with fixed types
* config knobs for RequireActivationSuccess
* storage: Drop obsolete flaky tasts
---------
Co-authored-by: Jennifer Wang <jiayingw703@gmail.com >
Co-authored-by: Aayush <arajasek94@gmail.com >
Co-authored-by: Shrenuj Bansal <shrenuj.bansal@protocol.ai >
Co-authored-by: Phi <orjan.roren@gmail.com >
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com >
Co-authored-by: TippyFlits <james.bluett@protocol.ai >
2024-01-25 15:15:55 +01:00
Aayush Rajasekaran
057cef5b05
Merge pull request #11598 from filecoin-project/asr/prefactor-drand
...
feat: drand: refactor round verification
2024-01-24 19:41:02 -05:00
Aayush
a967a36445
feat: drand: refactor round verification
2024-01-24 19:25:53 -05:00
Aayush
6a6b03ef40
feat: drand: refactor round verification
2024-01-24 19:15:36 -05:00
Aayush Rajasekaran
8f73f15793
Merge pull request #11566 from filecoin-project/asr/update-miner-gst
...
fix: chain: use latest go-state-types types for miner UI
2024-01-22 14:39:23 -05:00
Andrew Jackson (Ajax)
0006bc3d77
feat: multiaddr lp
2024-01-19 18:48:29 -06:00
Vid Bregar
e430d336b2
fix: Dockerfile non-interactive snapshot import ( #11579 )
2024-01-19 07:56:12 -08:00
Steven Allen
3685cb5e12
fix: daemon: avoid prompting to remove chain when noninteractive ( #11582 )
...
1. Let the user specify `--remove-existing-chain=false` to avoid the
prompt and fail if there's an existing chain.
2. Only prompt when interactive. Otherwise, _don't_ remove the chain
by-default.
2024-01-18 22:23:49 +01:00
Steven Allen
61cfb51674
fix: fill in power-base & replaced-day-reward in state getter
...
see #11586
2024-01-17 16:23:12 -08:00
Phi-rjan
2cd6aea94b
Merge pull request #11578 from filecoin-project/merge-releases-into-master
...
chore: releases: merge releases branch to master
2024-01-17 15:56:29 +01:00
Phi
73d830e2fb
Remove merge conflict artefact
...
Remove merge conflict artefact
2024-01-17 13:27:09 +01:00
Łukasz Magiera
5091434f30
Merge pull request #11573 from filecoin-project/debugWeb
...
Debug Web 2: rearrange
2024-01-15 23:50:28 +01:00
Phi
330afff2e9
Merge remote-tracking branch 'origin/releases' into merge-releases-into-master
2024-01-15 11:28:20 +01:00
Andrew Jackson (Ajax)
32559aa463
rearrange
2024-01-13 06:47:22 -06:00
Aayush
13248220a9
update FFI
2024-01-11 10:54:43 -05:00
TippyFlits
4313f990ce
[WIP] feat: Add nv22 skeleton
...
Addition of Network Version 22 skeleton
2024-01-11 10:54:24 -05:00
Aayush
c86f5a1b2b
fix: chain: use latest go-state-types types for miner UI
2024-01-11 10:37:13 -05:00
Aayush Rajasekaran
f51f83bfec
Merge pull request #11569 from filecoin-project/release/v1.25.2
...
chore: merge `release/v1.25.2` into `releases`
2024-01-11 10:33:31 -05:00
Phi-rjan
7f95a3b550
Merge pull request #11562 from filecoin-project/phi-update-changelog
...
chore: release: update changelog with latests backports
2024-01-11 13:25:19 +01:00
Phi
369c8fd9f7
Change date for release in changelog
...
Change date for release in changelog
2024-01-11 11:31:29 +01:00
Phi
925a19bbbc
Update changelog with sync-fix-backport
...
Update changelog with sync-fix-backport
2024-01-11 11:29:31 +01:00
Jiaying Wang
6fb300b460
Merge pull request #11565 from filecoin-project/asr/harden-sync
...
feat: exchange: change GetBlocks to always fetch the requested number of tipsets
2024-01-11 11:29:31 +01:00
Phi
8d53c446fd
Update changelog
...
Update changelog
2024-01-11 11:29:31 +01:00
Phi
a095413cd1
Update changelog
...
Update changelog
2024-01-11 11:29:31 +01:00
Jiaying Wang
512c70bb39
Merge pull request #11565 from filecoin-project/asr/harden-sync
...
feat: exchange: change GetBlocks to always fetch the requested number of tipsets
2024-01-11 18:13:10 +08:00
Aayush Rajasekaran
f9833391d6
Merge pull request #11563 from filecoin-project/jen/ma
...
dep: go-multi-address
2024-01-10 13:17:24 -05:00
Aayush Rajasekaran
8b641ddbab
Merge pull request #11564 from filecoin-project/jen/deps
...
chore: backport: #11563
2024-01-10 12:10:42 -05:00
Aayush
170b9844ef
feat: exchange: change GetBlocks to always fetch the requested number of tipsets
2024-01-10 12:04:52 -05:00
jennijuju
11d375d905
update to the latest go multiaddress release
2024-01-10 21:19:15 +08:00
jennijuju
aeed4cba6b
update to the latest go multiaddress release
2024-01-10 21:15:45 +08:00
Andrew Jackson (Ajax)
70be906666
Merge pull request #11560 from filecoin-project/phi-backport-dockerv1252
...
backport: docker build fix for v1.25.2
2024-01-09 15:57:59 -08:00
Andrew Jackson (Ajax)
0c7037b56f
Merge pull request #11468 from filecoin-project/misc/drop-raft-experiment
...
misc: Drop the raft-cluster experiment
2024-01-09 15:29:41 -08:00
Łukasz Magiera
24159b9ed1
Merge pull request #11559 from filecoin-project/fix-docker-lp
...
fix: docker
2024-01-09 20:15:38 +01:00
Łukasz Magiera
886020b7ed
Merge pull request #11559 from filecoin-project/fix-docker-lp
...
fix: docker
2024-01-09 19:56:06 +01:00
Andrew Jackson (Ajax)
06f0e6beb8
fix: docker
2024-01-09 10:28:57 -06:00
Łukasz Magiera
92b67334ae
Merge remote-tracking branch 'origin/master' into misc/drop-raft-experiment
2024-01-09 15:39:41 +01:00
Łukasz Magiera
fb3970a958
Merge pull request #11281 from hunjixin/feat/add_confidencef_for_init_miner
...
feat: add confidence for init miner
2024-01-09 14:53:26 +01:00
Łukasz Magiera
179d981a88
Merge pull request #11557 from filecoin-project/steb/upstream-poseidon
...
chore: mod: use upstream poseidon
2024-01-09 14:45:40 +01:00
Łukasz Magiera
2ae68c841d
Merge pull request #11558 from filecoin-project/jen/gma
...
deps: multiaddress
2024-01-09 14:40:49 +01:00
jennijuju
5621c1a193
update go multi address
2024-01-09 19:27:39 +08:00
Steven Allen
b93e89c401
chore: mod: use upstream poseidon
...
The upstream PR was merged https://github.com/triplewz/poseidon/pull/1 .
2024-01-08 14:55:15 -08:00
Łukasz Magiera
9ce25d7a7b
Merge pull request #11547 from RobQuistNL/patch-13
...
Remove error log as its no longer an error since snap
2024-01-08 16:10:57 +01:00
Łukasz Magiera
c3f0554dd3
Merge pull request #11516 from filecoin-project/debugWeb
...
Debug web
2024-01-08 15:57:56 +01:00
Łukasz Magiera
3d1cc159b0
Merge remote-tracking branch 'origin/master' into debugWeb
2024-01-08 15:08:24 +01:00
Steven Allen and raulk
156a3a400c
fix: Eth API: accept input data in call arguments under field 'input' ( #11505 )
...
The correct name for this field is 'input' according to the Ethereum specs [0].
However, for the longest time, clients have been using 'data' and servers have been
lenient to accept both, preferring 'input' over 'data' when both appear.
Our lack of support for 'input' had gone unnoticed until go-ethereum decided
to adjust their ethclient implementation to issue eth_call and eth_estimateGas
requests with the 'input' field instead of 'data' [1]. This suddenly broke apps
using this client against Lotus' Eth API.
[0]: https://github.com/ethereum/execution-apis/blob/main/src/schemas/transaction.yaml#L33-L35
[1]: ethereum/go-ethereum#28078
Co-authored-by: raulk <raul.kripalani@gmail.com >
2024-01-06 15:42:52 -08:00
Phi-rjan
324878bbc0
Merge pull request #11552 from filecoin-project/prep-v1252-final
...
release: v1.25.2
2024-01-04 19:29:30 +01:00
Phi
0c07765cac
Bump version and changelog
...
Bump version and changelog
2024-01-04 18:12:58 +01:00
Andrew Jackson (Ajax)
f23e5a4938
Merge pull request #11535 from filecoin-project/lp-generate-cli-docs
...
fix: docs: Modify generate-lotus-cli.py to ignoring aliases.
2024-01-04 17:41:42 +01:00
Andrew Jackson (Ajax)
3ae362c81d
Merge pull request #11551 from filecoin-project/backports-v1252
...
chore: backports to `release/v1.25.2`
2024-01-04 08:23:12 -08:00
Andrew Jackson (Ajax)
fc8e4c54f8
docsgen
2024-01-04 09:47:56 -06:00
Andrew Jackson (Ajax)
d612a857cc
Merge pull request #11550 from filecoin-project/fix/worker-multipart-post-err
...
fix: wdpost: fix vanilla proof indexes
2024-01-04 16:45:38 +01:00
Andrew Jackson (Ajax)
1d75af73fa
Merge pull request #11550 from filecoin-project/fix/worker-multipart-post-err
...
fix: wdpost: fix vanilla proof indexes
2024-01-04 07:42:30 -08:00
Aayush Rajasekaran
b1c0d3cce5
fix: sync: do not include incoming in return of syncFork ( #11541 )
2024-01-04 15:36:39 +01:00
Aayush Rajasekaran
ee7c251a90
Merge pull request #11533 from filecoin-project/asr/speedup-fork-sync
...
feat: syncer: optimize syncFork for one-epoch forks
2024-01-04 15:35:42 +01:00
Łukasz Magiera
fafaf0d7af
fix: wdpost: fix vanilla proof indexes
2024-01-04 12:47:30 +01:00
Andrew Jackson (Ajax)
ad8e90d31c
lp debugWeb ui bug
2024-01-03 16:18:23 -06:00
Andrew Jackson (Ajax)
a959c049b3
Merge pull request #11532 from filecoin-project/fix/lpwinning-nowin-err
...
lpwinning: Don't say a task is done when persistNoWin fails
2024-01-03 08:23:24 -08:00
Andrew Jackson (Ajax)
15128b69a7
Update winning_task.go
...
last return should be true
2024-01-03 10:11:10 -06:00
Andrew Jackson (Ajax)
56bbeb01af
fix: lint
2024-01-02 11:29:55 -06:00
Andrew Jackson (Ajax)
464e492fd2
srv cleanups
2023-12-30 09:37:04 -06:00
Andrew Jackson (Ajax)
83295e3a25
Merge branch 'master' into debugWeb for other bug fixes
2023-12-29 11:44:19 -06:00
Rob Quist
d9d1b4370c
Remove error log as its no longer an error since snap
2023-12-21 18:14:00 +01:00
Andrew Jackson (Ajax)
8dffab5d39
fix: lp lint and dev simplicities
2023-12-19 18:58:55 -06:00
Rob Quist
b0bc4a9632
Fix 2 typo's ( #11542 )
...
* Fix typo in miner
* Fix typo in sectors.go
2023-12-19 16:18:20 -08:00
Aayush Rajasekaran
bfc26cdc18
fix: sync: do not include incoming in return of syncFork ( #11541 )
2023-12-19 13:39:52 -08:00
Andrew Jackson (Ajax)
25b228c2f6
fix: lint
2023-12-19 09:12:45 -06:00
Andrew Jackson (Ajax)
a65c8f1393
Merge branch 'master' into debugWeb to unbreak testing
2023-12-18 19:24:16 -06:00
Andrew Jackson (Ajax)
b12757485a
squash of 11515 with some fixups - not tested
2023-12-18 19:23:40 -06:00
Andrew Jackson (Ajax)
223e08bb84
lpweb minor cleanups
2023-12-18 18:23:31 -06:00
Andrew Jackson (Ajax)
41bc8f8791
Folded PR11519 into a shared-capable LP
2023-12-18 16:02:54 -06:00
Aayush Rajasekaran
324748d01b
Merge pull request #11533 from filecoin-project/asr/speedup-fork-sync
...
feat: syncer: optimize syncFork for one-epoch forks
2023-12-18 15:09:52 -05:00
Andrew Jackson (Ajax)
c1b42a8ce0
Merge pull request #11478 from filecoin-project/diBreakout
...
maint: break out lp deps for easy testing
2023-12-18 10:01:21 -08:00
Łukasz Magiera
b1c1839b57
lotus-provider: Remove stray ~ dir in repo, fix bug causing it
2023-12-18 18:46:37 +01:00
Andrew Jackson (Ajax)
62fe670c28
Merge pull request #11535 from filecoin-project/lp-generate-cli-docs
...
fix: docs: Modify generate-lotus-cli.py to ignoring aliases.
2023-12-18 08:51:48 -08:00
Andrew Jackson (Ajax)
bc5a2a6b52
Merge pull request #11513 from filecoin-project/lotus-provider-backports
...
backports: lotus-provider: fixes caught in rc1-testing
2023-12-18 07:39:54 -08:00
Phi
5bdea21ad5
Make docsgen-cli
...
Make docsgen-cli
2023-12-18 16:06:47 +01:00
Phi
6373701412
Modify generate-lotus-cli.py to ignoring aliases.
...
Modify generate-lotus-cli.py to ignoring aliases.
2023-12-18 15:43:58 +01:00
Jiaying Wang
eb0c5cb96a
Merge pull request #11524 from filecoin-project/chore/release-v1.25.2-update-libp2p
...
chore:libp2p:update libp2p deps in release-v1.25.2
2023-12-18 22:15:58 +08:00
Aayush
e473571dfb
feat: syncer: optimize syncFork for one-epoch forks
2023-12-15 14:02:17 -05:00
Łukasz Magiera
f885ffb44d
lpwinning: Don't say a task is done when persistNoWin fails
2023-12-15 14:39:56 +01:00
Phi-rjan
fac1d11ccb
Merge pull request #11512 from filecoin-project/jen/253
...
chore: bump version
2023-12-15 08:45:18 +01:00
Andrew Jackson (Ajax)
b363bc3e70
fix lp blocking
2023-12-14 18:13:44 -06:00
Steven Allen
17f6f4caf2
fix: eth: decode as actor creation iff "to" is the EAM ( #11520 )
...
Previously, we weren't checking the "to" address. I've also re-ordered
the operations in this function to make it easier to reason about them.
It'll have a slight runtime cost (we _always_ ABI-encode the parameters,
then throw away the result if it turns out we're actually dealing with
an Ethereum transaction), but it's _much_ simpler.
2023-12-14 10:12:54 -08:00
Łukasz Magiera
d75d7c78de
Merge pull request #11522 from filecoin-project/feat/update-libp2p-deps
...
chore:libp2p: update libp2p deps in master
2023-12-14 15:26:56 +01:00
Aarsh Shah
b3270ee305
update libp2p deps
2023-12-14 12:29:18 +05:30
Aarsh Shah
74aaa570ab
Revert "update libp2p deps"
...
This reverts commit 3569e4e10a .
2023-12-14 12:27:25 +05:30
Aarsh Shah
3569e4e10a
update libp2p deps
2023-12-14 12:21:39 +05:30
Aarsh Shah
6faeaa7d28
update libp2p deps
2023-12-14 11:26:36 +05:30
Andrew Jackson (Ajax)
bc76004c15
module
2023-12-12 08:07:38 -06:00
Andrew Jackson (Ajax)
5717ec8c0a
fix deps2
2023-12-11 23:48:07 -06:00
Andrew Jackson (Ajax)
8070e3424f
fix deps
2023-12-11 23:47:31 -06:00
Andrew Jackson (Ajax)
17e17eaac3
move
2023-12-11 23:36:04 -06:00
Andrew Jackson (Ajax)
4161c270d7
debugWeb 1
2023-12-11 23:16:57 -06:00
Andrew Jackson (Ajax)
a478b734fd
build-env: unable to exit from deps
2023-12-11 23:15:41 -06:00
Andrew Jackson (Ajax)
0175faf5c2
deps fix
2023-12-11 21:10:15 -06:00
Andrew Jackson (Ajax)
0bad4d910d
fix the listener
2023-12-11 18:30:39 -06:00
Andrew Jackson (Ajax)
cdcb96567c
listenAndServe hooked up
2023-12-11 18:12:05 -06:00
Andrew Jackson (Ajax)
d0cfcd99f5
Merge branch 'diBreakout' of https://github.com/filecoin-project/lotus into diBreakout
2023-12-11 17:47:33 -06:00
Andrew Jackson (Ajax)
becfc470a2
basic ensemble provider
2023-12-11 17:47:29 -06:00
Andrew Jackson (Ajax)
39afeff95d
Merge branch 'master' into diBreakout
2023-12-11 15:47:06 -08:00
Andrew Jackson (Ajax)
c912f3bcd5
Merge pull request #11501 from filecoin-project/serializationFix
...
fix: lotus-provider: Serialization fix
2023-12-11 13:23:56 -08:00
Andrew Jackson (Ajax)
de38e77cfc
tx-detector use atomic
2023-12-11 11:31:38 -06:00
Andrew Jackson (Ajax)
96353e63ea
exp backoff, short stack err
2023-12-11 10:50:49 -06:00
Łukasz Magiera
970ce52ab1
Merge pull request #11486 from filecoin-project/lpMigrateNicer
...
do not suggest the default layer
2023-12-11 15:51:14 +01:00
Łukasz Magiera
753b51df25
Merge pull request #11488 from filecoin-project/lpdocsgen
...
lp docsgen
2023-12-11 15:50:52 +01:00
Łukasz Magiera
0f6b83cdf2
Merge pull request #11504 from filecoin-project/lp-wdposttaskcmd-format
...
fix: lotus-provider: Fix log output format in wdPostTaskCmd
2023-12-11 15:50:21 +01:00
Andrew Jackson (Ajax)
1945944260
Merge pull request #11498 from filecoin-project/fix/harmony-reclaim
...
harmony: Fix task reclaim on restart
2023-12-11 15:49:14 +01:00
Andrew Jackson (Ajax)
ccd74ac3ba
Merge pull request #11493 from filecoin-project/fix/lp-send-taskid-wait
...
fix: lotus-provider: Wait for the correct taskID
2023-12-11 15:48:35 +01:00
Andrew Jackson (Ajax)
5d868f071b
Merge pull request #11490 from filecoin-project/phi-fix-lp-info-log
...
fix: lotus-provider: show addresses in log
2023-12-11 15:47:39 +01:00
Łukasz Magiera
47477c0b02
Merge pull request #11486 from filecoin-project/lpMigrateNicer
...
do not suggest the default layer
2023-12-11 13:32:42 +01:00
Łukasz Magiera
89fabbbbfe
Merge pull request #11488 from filecoin-project/lpdocsgen
...
lp docsgen
2023-12-11 13:31:54 +01:00
Łukasz Magiera
68c1e56cef
Merge pull request #11504 from filecoin-project/lp-wdposttaskcmd-format
...
fix: lotus-provider: Fix log output format in wdPostTaskCmd
2023-12-11 13:30:41 +01:00
Andrew Jackson (Ajax)
9dca4346b1
fix: lint
2023-12-09 11:20:41 -06:00
jennijuju
4a5c241762
bump version
2023-12-09 23:47:21 +08:00
Jiaying Wang
4e5dfe826d
Merge pull request #11509 from filecoin-project/jen/252
...
build: v1.25.2-rc1
2023-12-09 23:40:46 +08:00
jennijuju
4317232a80
Merge branch 'releases' into jen/252
2023-12-09 23:10:35 +08:00
Jiaying Wang
924af42947
Merge pull request #11510 from filecoin-project/release/v1.25.1
...
release: v1.25.1
2023-12-09 22:47:04 +08:00
Steven Allen
7caaa60992
fix: exchange: explicitly cast the block message limit const ( #11511 )
...
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
2023-12-09 22:32:13 +08:00
Steven Allen
aa6413622e
fix: exchange: explicitly cast the block message limit const ( #11511 )
...
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
2023-12-09 22:31:13 +08:00
Steven Allen
f2a4891ada
fix: exchange: explicitly cast the block message limit const ( #11511 )
...
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
2023-12-09 23:24:43 +09:00
Jiaying Wang
e8b5d18ee5
Update CHANGELOG.md
2023-12-09 21:27:28 +08:00
Jiaying Wang
4577f94558
Merge pull request #11508 from filecoin-project/jen/25patch
...
release: v1.25.1
2023-12-09 21:26:07 +08:00
jennijuju
cad43b3b9f
v1.25.2-rc1
2023-12-09 21:23:45 +08:00
Steven Allen
f086374233
fix lints
2023-12-09 21:20:19 +08:00
Steven Allen
2b771693eb
fix: exchange: allow up to 10k messages per block
...
Also explicitly limit how many bytes we're willing to read in one go
such that we're capable of reading a worst-case tipset (like, really,
never going to happen worst-case). Previously, this wasn't an issue.
However, we've bumped the max number of messages from 8,192 to 150,000
and need to limit allocations somewhere else.
2023-12-09 21:19:55 +08:00
jennijuju
410ca25071
hot fix - backport #11506
2023-12-09 21:05:12 +08:00
Steven Allen
d532ac6169
fix lints
2023-12-09 20:57:03 +08:00
Steven Allen
514129eee5
fix: exchange: allow up to 10k messages per block
...
Also explicitly limit how many bytes we're willing to read in one go
such that we're capable of reading a worst-case tipset (like, really,
never going to happen worst-case). Previously, this wasn't an issue.
However, we've bumped the max number of messages from 8,192 to 150,000
and need to limit allocations somewhere else.
2023-12-09 20:56:57 +08:00
Łukasz Magiera
7f684ec840
Merge pull request #11506 from filecoin-project/steb/fix-exchange-message-length
...
fix: exchange: allow up to 10k messages per block
2023-12-09 11:31:03 +01:00
Steven Allen
88e90aaa44
fix lints
2023-12-09 18:21:22 +09:00
Steven Allen
986f240d91
fix: exchange: allow up to 10k messages per block
...
Also explicitly limit how many bytes we're willing to read in one go
such that we're capable of reading a worst-case tipset (like, really,
never going to happen worst-case). Previously, this wasn't an issue.
However, we've bumped the max number of messages from 8,192 to 150,000
and need to limit allocations somewhere else.
2023-12-09 18:08:32 +09:00
Phi
4ab92cae70
Fix log output format in wdPostTaskCmd
...
Fix log output format in wdPostTaskCmd
2023-12-08 09:21:07 +01:00
Andrew Jackson (Ajax)
1e09e1e966
detect unsafe code uses
2023-12-07 16:01:28 -06:00
Andrew Jackson (Ajax)
0e49673c49
fix: db serialize txn - retry
2023-12-07 15:32:35 -06:00
Andrew Jackson (Ajax)
cf8fed9440
Merge pull request #11498 from filecoin-project/fix/harmony-reclaim
...
harmony: Fix task reclaim on restart
2023-12-07 09:46:33 -06:00
Łukasz Magiera
efb4a09cf8
harmony: Fix task reclaim on restart
2023-12-07 12:17:53 +01:00
Andrew Jackson (Ajax)
d32b8be99d
Merge pull request #11493 from filecoin-project/fix/lp-send-taskid-wait
...
fix: lotus-provider: Wait for the correct taskID
2023-12-06 16:16:08 -06:00
Łukasz Magiera
bf5132e50b
more sender fixes
2023-12-06 23:00:53 +01:00
Łukasz Magiera
93fd408267
lotus-provider: additional fixes to make recover work
2023-12-06 22:54:46 +01:00
Łukasz Magiera
4b1445e3b2
fix: lotus-provider: Wait for the correct taskID
2023-12-06 20:53:50 +01:00
Andrew Jackson (Ajax)
9dd94585b6
Merge pull request #11490 from filecoin-project/phi-fix-lp-info-log
...
fix: lotus-provider: show addresses in log
2023-12-06 09:28:41 -06:00
GlacierWalrus
0ceef47a45
Remove PL operated bootstrap nodes from mainnet.pi
2023-12-06 12:47:08 +00:00
Phi
3d30dedc39
Actually show miner-addrs in info-log
...
Actually show miner-addrs in lotus-provider info-log
2023-12-06 12:52:26 +01:00
Andrew Jackson (Ajax)
e570693b3e
lp docsgen
2023-12-05 17:38:07 -06:00
Łukasz Magiera
e0a8fe3f18
Merge pull request #11485 from filecoin-project/sqlGptHard
...
fix: sql Scan cannot write to an object
2023-12-05 23:32:47 +01:00
Phi-rjan
9fe22fc41d
Merge pull request #11479 from filecoin-project/phi-v1251-rc1
...
release: v1.25.1-rc1
2023-12-05 22:50:42 +01:00
Phi
cb1939bc5e
Add backports to changelog
...
Add backports to changelog
2023-12-05 22:33:33 +01:00
Phi-rjan
ad5a280fb1
Merge pull request #11487 from filecoin-project/feat-backport-11485
2023-12-05 21:41:10 +01:00
Andrew Jackson (Ajax)
4ba2cc21f6
fix: sql Scan cannot write to an object
2023-12-05 21:02:43 +01:00
Andrew Jackson (Ajax)
91b0032ee4
do not suggest the default layer
2023-12-05 13:58:15 -06:00
Andrew Jackson (Ajax)
685934a644
fix: sql Scan cannot write to an object
2023-12-05 13:45:08 -06:00
Andrew Jackson (Ajax)
0490359ac6
in progress
2023-12-05 13:36:47 -06:00
Phi
a95f3d685d
Fix changelog
...
Fix changelog
2023-12-05 19:42:24 +01:00
Andrew Jackson (Ajax)
58c6ddacb1
Merge pull request #11483 from filecoin-project/phi-backport-11482
...
fix: lotus-provider: Fix winning PoSt
2023-12-05 11:35:47 -06:00
Andrew Jackson (Ajax)
2d75cc5f4e
Merge pull request #11482 from filecoin-project/fix/lp-winning
...
fix: lotus-provider: Fix winning PoSt
2023-12-05 11:26:05 -06:00
Andrew Jackson (Ajax)
ea467e1103
Merge pull request #11481 from filecoin-project/phi-backport-11480
...
chore: backport: lotus-provider msg sending fix
2023-12-05 11:23:38 -06:00
Łukasz Magiera
2bf5a57dbd
fix: lotus-provider: Fix winning PoSt
2023-12-05 18:12:13 +01:00
Łukasz Magiera
943c223dad
fix: lotus-provider: Fix winning PoSt
2023-12-05 17:51:42 +01:00
Andrew Jackson (Ajax)
2618b963e7
getdeps
2023-12-05 10:41:32 -06:00
Andrew Jackson (Ajax)
2d7ba43777
fix sender
2023-12-05 17:39:15 +01:00
Łukasz Magiera
956ac8a77c
Merge pull request #11480 from filecoin-project/lpSenderBug
...
fix: lotus-provider: lotus-provider msg sending
2023-12-05 17:36:06 +01:00
Andrew Jackson (Ajax)
538039fc8d
fix sender
2023-12-05 10:34:17 -06:00
Phi
ed2890c837
Add sub-bullets to new features
...
Add sub-bullets to new features
2023-12-05 15:52:26 +01:00
Phi
3aaca7c604
Update changelog
...
Update changelog
2023-12-05 15:11:25 +01:00
Phi
8aa7f45af5
Initial draft changelog
...
Initial draft changelog
2023-12-05 10:09:26 +01:00
Łukasz Magiera
271a011f81
Merge pull request #11475 from filecoin-project/phi-bump-master-v
...
chore: build: Bump version in master
2023-12-05 09:02:33 +01:00
Phi
c9f13253fd
Make gen
...
Make gen
2023-12-05 08:13:25 +01:00
Phi
8db6e73c90
Bump version in master
...
Bump version in master
2023-12-05 08:04:01 +01:00
Andrew Jackson (Ajax)
d7ea5561dc
maint: break out lp deps for easy testing
2023-12-04 22:30:40 -06:00
Andrew Jackson (Ajax)
5ea06f4e2d
Merge pull request #11405 from filecoin-project/feat/sturdypost
...
feat: sturdypost work branch
2023-12-04 18:18:04 -06:00
Łukasz Magiera
be4532e35a
itests: remove obsolete racy flaky post test
2023-12-04 23:16:05 +01:00
Aayush Rajasekaran
9a37ce0fc8
Merge pull request #11391 from filecoin-project/asr/fix-invariants-calib
...
fix: shed: make invariants checker work with splitstore
2023-12-04 15:32:32 -05:00
Łukasz Magiera
b12ea68e53
more fixes to wdpost worker tests
2023-12-04 20:02:19 +01:00
Łukasz Magiera
534a7d974f
debugging worker tests
2023-12-04 19:51:29 +01:00
Andrew Jackson (Ajax)
c48860849b
fix: big-branch cleanups
2023-12-04 10:18:07 -06:00
Łukasz Magiera
887f0adf89
lotus-provider: fix RPC construction for real real
2023-12-04 14:15:58 +01:00
Łukasz Magiera
d518b8c5ed
lotus-provider: fix RPC construction for real
2023-12-04 14:12:02 +01:00
Łukasz Magiera
ae67cbdb4d
lotus-provider: fix RPC construction
2023-12-04 14:10:33 +01:00
Łukasz Magiera
0c866e08cb
lotus-provider: Use correct base64 decoder for storage secret
2023-12-04 14:05:55 +01:00
Łukasz Magiera
a22ad697cf
fix lint
2023-12-03 13:06:09 +01:00
Łukasz Magiera
839d00558a
Merge pull request #11473 from filecoin-project/fixLpStop
...
fix: lp api handler for stop
2023-12-03 10:09:32 +01:00
Andrew Jackson (Ajax)
a1112f9441
fix: lp api handler for stop
2023-12-03 00:40:01 -06:00
Andrew Jackson (Ajax)
743bc81aea
fix: test wdpost here
2023-12-02 16:32:13 -06:00
Łukasz Magiera
e2a15fe353
fix worker tests some more
2023-12-02 16:33:33 +01:00
Łukasz Magiera
d0f639d64d
try to fix worker tests
2023-12-02 12:47:44 +01:00
Łukasz Magiera
fac38d6631
appease the linter
2023-12-02 03:48:16 +01:00
Łukasz Magiera
bd63d149cc
lotus-provider: Drop the massive gin dependency
2023-12-02 02:56:57 +01:00
Łukasz Magiera
fa269ed1b3
sturdypost: Small review cleanups
2023-12-02 00:31:24 +01:00
Łukasz Magiera
25f86a4636
revert butterfly artifact changes
2023-12-01 23:21:07 +01:00
Łukasz Magiera
c113dda590
harmony: fix alter sector_location
2023-12-01 23:12:53 +01:00
Łukasz Magiera
6a4fff3ab6
lotus-provider: fix imports
2023-12-01 23:07:45 +01:00
Łukasz Magiera
4ee6e4bf7a
lpmessage: fix unused error lint
2023-12-01 23:06:44 +01:00
Łukasz Magiera
967fa2e47f
mock sealer: crypto/rand is fine here, I think..
2023-12-01 23:06:09 +01:00
Andrew Jackson (Ajax)
7487454a75
fix merge
2023-12-01 12:47:08 -06:00
Andrew Jackson (Ajax)
58ff370439
Merge branch 'master' into feat/sturdypost
2023-12-01 12:31:40 -06:00
Andrew Jackson (Ajax)
1b69313849
Merge branch 'feat/sturdypost' of https://github.com/filecoin-project/lotus into feat/sturdypost
2023-12-01 12:29:07 -06:00
Andrew Jackson (Ajax)
b51f1e7861
fix: ci typo and migrate overwrite
2023-12-01 12:29:05 -06:00
Andrew Jackson (Ajax)
3e176b997d
Merge pull request #11472 from filecoin-project/fix/dbindex-readrefs
...
path index: dbindex: Fix sector_location schema
2023-12-01 12:24:03 -06:00
Andrew Jackson (Ajax)
2d45ac5296
fix: circleci
2023-12-01 10:30:47 -06:00
Łukasz Magiera
4c1139136c
path index: dbindex: Fix sector_location schema
2023-12-01 17:15:42 +01:00
Andrew Jackson (Ajax)
dd9f4af743
fix: circleci
2023-12-01 10:13:56 -06:00
Andrew Jackson (Ajax)
d8b9187d43
Merge branch 'feat/sturdypost' of https://github.com/filecoin-project/lotus into feat/sturdypost
2023-12-01 10:02:42 -06:00
Andrew Jackson (Ajax)
7c2068bc78
fix: lp mig: do not quote placeholder
2023-12-01 10:02:37 -06:00
Phi-rjan
2c00b5db3c
Merge pull request #11185 from filecoin-project/feat/snpc2
...
feat: worker: Support delegating precommit2 to external binary
2023-12-01 12:32:26 +01:00
Łukasz Magiera
20d3b2674a
Merge pull request #11467 from filecoin-project/feat/correct-lp-message-send
...
feat: lpmessage: Correct message sending
2023-11-30 19:18:10 +01:00
Łukasz Magiera
76c0b051cd
lpmessage: Address review on #11467
2023-11-30 18:29:10 +01:00
Łukasz Magiera
8883ce0117
run circleci gen
2023-11-30 11:50:40 +01:00
Andrew Jackson (Ajax)
e102e4f31f
Merge branch 'master' into feat/sturdypost
2023-11-29 17:15:42 -06:00
Andrew Jackson (Ajax)
9aa6afb4ba
fix: lint 2
2023-11-29 11:11:30 -06:00
Łukasz Magiera
563975a85d
mod tidy
2023-11-29 17:56:20 +01:00
Łukasz Magiera
e425322c2b
misc: Drop the raft-cluster experiment
2023-11-29 17:28:46 +01:00
Andrew Jackson (Ajax)
6df785b9b3
fix: lint
2023-11-29 10:17:52 -06:00
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
Jiaying Wang
7c093485ca
Merge pull request #11444 from filecoin-project/jen/v124cuy
...
release: v1.24.0
2023-11-22 18:46:13 +08:00
Phi-rjan
81ce7a44ef
Merge pull request #11436 from filecoin-project/phi-v1250-final
...
release: v1.25.0
2023-11-22 11:35:37 +01:00
Phi-rjan and Jiaying Wang
f8831834d5
Update CHANGELOG.md
...
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com >
2023-11-22 11:20:32 +01:00
jennijuju
ce35422fb7
update go version in dockerfile
2023-11-22 18:14:51 +08:00
Phi
c61a740398
Update changelog
...
Update changelog
2023-11-22 11:11:10 +01:00
Jiaying Wang
8a4290536d
Merge pull request #11435 from filecoin-project/jen/nv21final
...
release: v1.24.0
2023-11-22 18:02:36 +08:00
renran
55117a779e
Update mainnet.pi
...
add venus node boostrap
2023-11-22 10:39:52 +01:00
Jiaying Wang and Phi-rjan
814c16b60b
Apply suggestions from code review
...
Co-authored-by: Phi-rjan <orjan.roren@gmail.com >
2023-11-22 17:32:27 +08:00
jennijuju
8517e71ff8
update changelog
2023-11-22 17:01:16 +08:00
Phi-rjan
7d8b9ed613
Merge pull request #11175 from protofire/feat/add-glif-bootstrap-nodes
...
add glif bootstrap node on calibration
2023-11-22 09:40:35 +01:00
jennijuju
a14183e8e0
update changelog
2023-11-22 16:39:55 +08:00
Jiaying Wang
a3a2dba314
deps: gostatetype ( #11437 )
...
* bring in the final v12 tag
* mod tidy
2023-11-22 09:39:25 +01:00
Steven Allen
bef644cf6f
chore: actors: update v12 to the final release
...
This doesn't change any of the CIDs as the code is the same.
2023-11-22 09:23:29 +01:00
Jiaying Wang
d16456d4cd
Update mainnet.pi
2023-11-22 15:20:11 +08:00
Steven Allen
8690f93b1d
chore: actors: update v12 to the final release
...
This doesn't change any of the CIDs as the code is the same.
2023-11-22 15:06:12 +08:00
Jiaying Wang
7839b957f7
deps: gostatetype ( #11437 )
...
* bring in the final v12 tag
* mod tidy
2023-11-22 15:05:38 +08:00
Ales Dumikau
2c57c51753
Change Glif calibnet bootstrap node id
2023-11-22 15:02:49 +08:00
Ales Dumikau
aad537a4ac
Remove space07 as bootstrap
2023-11-22 15:02:35 +08:00
lazavikmaria
ba89467716
add glif bootstrap nodes, space07, calibration-archive
2023-11-22 15:01:17 +08:00
Jiaying Wang
0b0d7c96df
Merge pull request #11440 from filecoin-project/steb/update-bundle-tag
...
chore: actors: update v12 to the final release
2023-11-22 14:42:57 +08:00
Jiaying Wang
e73b16b804
Merge pull request #11434 from filecoin-project/jen/makemarteenhappy
...
deps: libp2p:bump libp2p version to v0.30
2023-11-22 14:23:09 +08:00
Andrew Jackson (Ajax)
9f9af40d3b
ensure test messages avoid the chain
2023-11-21 22:43:13 -06:00
Andrew Jackson (Ajax)
deae3ad05f
lp: task test better
2023-11-21 22:10:25 -06:00
Łukasz Magiera
c273cbd467
ci: Ensure params in sealer tests
2023-11-21 14:28:56 -08:00
Łukasz Magiera
aa2640dda3
Merge pull request #11419 from filecoin-project/fix-sturdy-tests
...
Fixes for lotus-provider, and conveniences
2023-11-21 23:24:16 +01:00
Steven Allen
a1d260e838
fix: ci: fetch params for the storage unit tests
...
In #11212 , we added the necessary logic to download the params
automatically. However, we're not taking advantage of CI caching.
Here, we configure CI to cache these params.
2023-11-21 14:04:46 -08:00
Aayush Rajasekaran
b78f9ce342
fix: CI: make test-unit-rest actually be the rest of the tests
2023-11-21 13:33:42 -08:00
Jiaying Wang
e64a361097
deps: gostatetype ( #11437 )
...
* bring in the final v12 tag
* mod tidy
2023-11-21 10:59:24 -08:00
Steven Allen
0bb609324f
chore: actors: update v12 to the final release
...
This doesn't change any of the CIDs as the code is the same.
2023-11-21 10:33:16 -08:00
Phi-rjan
b5a9607a59
chore: update FFI ( #11431 )
...
chore: update FFI
2023-11-21 08:18:37 -08:00
Łukasz Magiera
af53e965d2
Merge pull request #11430 from filecoin-project/suprasealpc2-script
...
feat: build: Add SupraSeal-PC2 binary script
2023-11-21 17:08:19 +01:00
Steven Allen
b11bd31144
fix deprecations
2023-11-21 07:46:29 -08:00
jennijuju
73230b6021
go tidy
2023-11-21 23:14:51 +08:00
Phi
320849653e
release: v1.25.0
...
Bump version to v1.25.0
2023-11-21 15:58:34 +01:00
Jiaying Wang
d37697f5f1
Update config.yml
2023-11-21 22:57:16 +08:00
jennijuju
94cbc8340e
upadte go min version
2023-11-21 22:38:26 +08:00
jennijuju
4bc41c887f
bump the version
2023-11-21 22:27:50 +08:00
jennijuju
aea0718ef8
bump libp2p version to v0.30
2023-11-21 22:10:40 +08:00
Phi-rjan
1d832e4b14
Merge pull request #11175 from protofire/feat/add-glif-bootstrap-nodes
...
add glif bootstrap node on calibration
2023-11-21 14:43:30 +01:00
Ales Dumikau
84f9383061
Rebase on master
2023-11-21 15:35:44 +03:00
Ales Dumikau
cd79bcf52d
Change Glif calibnet bootstrap node id
2023-11-21 15:35:16 +03:00
Ales Dumikau
6e026180a1
Remove space07 as bootstrap
2023-11-21 15:35:12 +03:00
lazavikmaria
767f8ba85d
add glif bootstrap nodes, space07, calibration-archive
2023-11-21 15:33:36 +03:00
Andrew Jackson (Ajax)
31ed5cc8f4
Merge branch 'feat/sturdypost' into fix-sturdy-tests
2023-11-20 18:08:40 -06:00
Andrew Jackson (Ajax)
ec43903ad6
lp: test cli, titled sql
2023-11-20 18:05:59 -06:00
Phi
44e0435f1a
Add SupraSeal-PC2 scritpt
...
Add SupraSeal-PC2 scritpt
2023-11-20 15:02:24 +01:00
Phi-rjan
59873c7dcf
Merge pull request #11429 from filecoin-project/phi-fix-seedticket-bench
...
fix: bench: Set ticket and seed to a non-all zero value
2023-11-20 12:10:09 +01:00
GlacierWalrus
92c3b0a42d
Remove ipfs main bootstrap nodes ( #11200 )
2023-11-20 12:07:57 +01:00
Steven Allen
d5fd4cdcc0
feat: eth: encode eth tx input as solidity ABI ( #11402 )
...
When translating "native" messages to Ethereum transactions, correctly handle parameters:
1. If the message looks like a valid "create external", treat it as a contract creation.
2. If it looks like a valid EVM invocation, decode it as such.
3. Otherwise, ABI-encode the parameters to make them look like a "handle_filecoin_method" call. This
will help chain explorers recognize these messages.
Part of #11355
2023-11-17 20:46:49 +01:00
Steven Allen
9b4df6a4d0
fix: eth: use the correct state-tree when resolving addresses ( #11387 )
...
We need to always use the state-tree from the tipset _after_ the message
executed. If we use any other state-tree, we might not find the address
we're trying to resolve.
This change also has some implication for pending messages: there's no
guarantee we'll be able to generate a 0x-style address for a pending
native message. So, instead of trying, I've removed support for pending
native messages from the Eth API. Messages from EthAccounts will still
work, and native messages will still show up in blocks/traces, they just
won't show up as "pending". Which should affect exactly nobody.
I'm also taking this opportunity to cleanup some edge-cases:
1. Pass contexts where appropriate.
2. Remove all state access from `ethTxHashFromSignedMessage`.
Part of #11355
2023-11-17 18:20:31 +01:00
Steven Allen
06d288e92b
fix: eth: remove trace sanity check ( #11385 )
...
We added this check as a self-test to make sure that the message indices
in our trace matched up with those in the block. Unfortunately, this
only works for blocks on the main-chain, and breaks tracing of uncle
blocks (and tracing of head).
2023-11-17 18:08:58 +01:00
Aayush Rajasekaran
87105b5121
Merge pull request #11428 from filecoin-project/asr/update-gst
...
chore: deps: update to go-state-types v0.12.7
2023-11-17 10:44:25 -05:00
Phi
4645f25d8b
bench: Set ticket and seed to a non-all zero value
...
Set ticket and seed to a non-all zero value
2023-11-17 15:20:07 +01:00
Aayush
1419bec03d
chore: deps: update to go-state-types v0.12.7
2023-11-17 08:59:30 -05:00
Andrew Jackson (Ajax)
1ae7bc7cef
lp test fixes
2023-11-17 07:43:58 -06:00
Andrew Jackson (Ajax)
1dc28104a3
test-window-post
2023-11-16 18:22:03 -06:00
Jiaying Wang
44c27f7ea2
Merge pull request #11425 from filecoin-project/phi-v1250rc5
...
chore: release: update changelog and version for v1.25.0
2023-11-17 04:02:36 +08:00
jennijuju
f467be7345
update changelog
2023-11-17 03:47:00 +08:00
Jiaying Wang
5a710c3dd6
Merge pull request #11424 from filecoin-project/phi-v1240rc6
...
chore: release: update changelog and version for v1.24.0
2023-11-17 02:59:01 +08:00
jennijuju
80039b1bac
update change log
2023-11-17 02:46:31 +08:00
Jiaying Wang
9879c8c976
Merge pull request #11423 from filecoin-project/asr/backport-calib-24
...
chore: backport calibnet lightweight patch
2023-11-17 00:58:49 +08:00
Jiaying Wang
8f9da34ad0
Merge pull request #11422 from filecoin-project/asr/backport-calib-25
...
chore: backport calibnet lightweight patch
2023-11-17 00:56:25 +08:00
Icarus Wu
369a4c4bfa
metric milliseconds computation with golang original method ( #11403 )
...
Signed-off-by: Icarus9913 <icaruswu66@qq.com >
2023-11-16 14:50:23 +01:00
Phi
a71ad24127
chore: release: update changelog and version for v1.25.0
...
chore: release: update changelog and version for v1.25.0
2023-11-16 12:07:31 +01:00
Phi
ee5cad3796
chore: Update version and changelog
...
chore: Update version and changelog
2023-11-16 11:36:35 +01:00
Andrew Jackson (Ajax)
25f9eb4c07
pg weird interval syntax
2023-11-15 20:02:47 -06:00
7b310ba253
feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors ( #11409 )
...
* upgrade calibnet by removing move_partitions from miner actor in actor v12
* cids for buggy bundles
* revert changes to v12 tar
* upgrade system actor state
* update based on manifest
* nit: clean up some comments
* chore: rename param to oldBuggyMinerCID
* refactor, ensure both buggy bundles are loaded
* update to actors v12.0.0-rc.3
* fix: load second buggy bundle for UpgradeWatermelonFixHeight
* add calibration fix2 upgrade epcoh
* update mainnet upgrade epoch
---------
Co-authored-by: Aayush <arajasek94@gmail.com >
Co-authored-by: jennijuju <jiayingw703@gmail.com >
2023-11-15 13:10:31 -05:00
943bf8be2c
feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors ( #11409 )
...
* upgrade calibnet by removing move_partitions from miner actor in actor v12
* cids for buggy bundles
* revert changes to v12 tar
* upgrade system actor state
* update based on manifest
* nit: clean up some comments
* chore: rename param to oldBuggyMinerCID
* refactor, ensure both buggy bundles are loaded
* update to actors v12.0.0-rc.3
* fix: load second buggy bundle for UpgradeWatermelonFixHeight
* add calibration fix2 upgrade epcoh
* update mainnet upgrade epoch
---------
Co-authored-by: Aayush <arajasek94@gmail.com >
Co-authored-by: jennijuju <jiayingw703@gmail.com >
2023-11-15 13:08:24 -05:00
808a6e9226
feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors ( #11409 )
...
* upgrade calibnet by removing move_partitions from miner actor in actor v12
* cids for buggy bundles
* revert changes to v12 tar
* upgrade system actor state
* update based on manifest
* nit: clean up some comments
* chore: rename param to oldBuggyMinerCID
* refactor, ensure both buggy bundles are loaded
* update to actors v12.0.0-rc.3
* fix: load second buggy bundle for UpgradeWatermelonFixHeight
* add calibration fix2 upgrade epcoh
* update mainnet upgrade epoch
---------
Co-authored-by: Aayush <arajasek94@gmail.com >
Co-authored-by: jennijuju <jiayingw703@gmail.com >
2023-11-15 13:07:26 -05:00
Andrew Jackson (Ajax)
ac2306beef
unit test and code comments
2023-11-15 10:04:04 -06:00
Andrew Jackson (Ajax)
f80a5bcebf
resource cleanup on milliseconds
2023-11-15 08:01:32 -06:00
Łukasz Magiera
57f5760097
Merge pull request #11410 from filecoin-project/feat/lp-winning
...
feat: lotus-provider: WinningPoSt support
2023-11-15 13:56:54 +01:00
Łukasz Magiera
fceabdbd5c
make gen
2023-11-15 13:50:31 +01:00
Łukasz Magiera
39473271bc
mod tidy
2023-11-15 13:12:07 +01:00
Andrew Jackson (Ajax)
0d90430cf0
better storageRpcSecret errormsg
2023-11-15 13:06:51 +01:00
Andrew Jackson (Ajax)
9b4a3ba23d
fix circleci and fiximports
2023-11-15 13:06:51 +01:00
Andrew Jackson (Ajax)
c1edae62ad
gen fix
2023-11-15 13:06:51 +01:00
Łukasz Magiera
aed9a6dd81
sql startup fix, better errors
2023-11-15 13:06:42 +01:00
Andrew Jackson (Ajax)
98099cc3f8
harmonytask: remember machine
2023-11-15 13:06:00 +01:00
Łukasz Magiera
1a9e3cfd71
Merge pull request #11418 from filecoin-project/sturdy-migrate-fixes
...
migrate-fix
2023-11-15 12:47:10 +01:00
Andrew Jackson (Ajax)
4b8aa53806
lints and non parallel
2023-11-14 22:58:43 -06:00
Andrew Jackson (Ajax)
7ec9eb0a70
essential fixes for scheduling
2023-11-14 22:38:04 -06:00
Andrew Jackson (Ajax)
8fe8977758
fixes
2023-11-14 19:53:00 -06:00
Andrew Jackson (Ajax)
91cf04a893
test fix
2023-11-14 19:51:30 -06:00
Andrew Jackson (Ajax)
2ffe9f8342
Merge branch 'feat/sturdypost' into fix-sturdy-tests
2023-11-14 19:05:00 -06:00
Andrew Jackson (Ajax)
793b078e5f
fixes: mk instl, cfg defaults, cli tester
2023-11-14 19:00:23 -06:00
Andrew Jackson (Ajax)
68cef72fb7
migrate-fix
2023-11-14 15:33:08 -06:00
Andrew Jackson (Ajax)
366a3ad60d
better storageRpcSecret errormsg
2023-11-14 14:51:48 -06:00
Aayush Rajasekaran
22e0291fe8
Merge pull request #11408 from filecoin-project/revert-move-partitions-cmd
...
chore: cli: Revert move-partitions cmd
2023-11-14 10:36:10 -05:00
Aayush Rajasekaran
11b21d59b2
Merge pull request #11414 from filecoin-project/phi-backport-11408-v1250
...
chore: backport #11408 to release/v1.25.0
2023-11-14 10:36:04 -05:00
Aayush Rajasekaran
3f5450fca8
Merge pull request #11413 from filecoin-project/phi-backport-11408
...
chore: backport #11408 to release/v1.24.0
2023-11-14 10:36:00 -05:00
Łukasz Magiera
a1562c672b
ffi: use the fixed-rows-to-discard branch
2023-11-14 15:27:04 +01:00
Łukasz Magiera
4dd5886e3d
support external pc2 in lotus-worker
2023-11-14 15:22:23 +01:00
Łukasz Magiera
fac122c358
sealer: Support external PC2 executor commands
2023-11-14 15:21:28 +01:00
Łukasz Magiera
dfd32620b1
sealer: Utils for reading commitments from cache + unit tests
2023-11-14 15:20:58 +01:00
Łukasz Magiera
b97b3361da
sealer: commr-in-Go util
2023-11-14 15:19:49 +01:00
Andrew Jackson (Ajax)
3864831344
Merge pull request #11415 from filecoin-project/remember-machine
...
Fix todays sql error and remember which machine did a task
2023-11-14 08:18:55 -06:00
Łukasz Magiera
63b130aa5e
lpwinning: limit new base rate
2023-11-14 14:03:36 +01:00
Andrew Jackson (Ajax)
56498f1fb4
fix circleci and fiximports
2023-11-13 18:09:11 -06:00
Andrew Jackson (Ajax)
3c4e22ff0c
gen fix
2023-11-13 17:59:34 -06:00
Andrew Jackson (Ajax)
c8c673435e
sql startup fix, better errors
2023-11-13 16:23:29 -06:00
Andrew Jackson (Ajax)
fea289fd2d
harmonytask: remember machine
2023-11-13 11:53:36 -06:00
Phi
1234a6ef00
Revert move-partitions cmd
...
Revert move-partitions cmd
2023-11-13 18:46:41 +01:00
Phi
9fd5721de9
Revert move-partitions cmd
...
Revert move-partitions cmd
2023-11-13 18:42:51 +01:00
Łukasz Magiera
10032a1ff6
lpwinning: Handle null-block mining more correctly
2023-11-11 14:45:58 +01:00
Łukasz Magiera
aa87f3ccf5
lpwinning: Make block production work
2023-11-11 14:16:26 +01:00
Łukasz Magiera
30cf227ef5
lpwinning: select lowest epoch task id for mining task
2023-11-11 12:44:36 +01:00
Łukasz Magiera
339e062975
lotus-provider: Encode storage rpc secret correctly in from-miner
2023-11-11 12:40:42 +01:00
Łukasz Magiera
7efc4e4bf6
lotus-provider: Somewhat less broken from-miner
2023-11-11 12:37:57 +01:00
Łukasz Magiera
87443124e6
lotus-provider: Make from-miner work offline
2023-11-11 12:24:10 +01:00
Łukasz Magiera
f2ef006abd
lotus-miner: add config for disabling winning post
2023-11-11 12:19:58 +01:00
Łukasz Magiera
8b4101360a
lpwindow: Fix recover schema
2023-11-11 12:19:38 +01:00
Łukasz Magiera
d719db3f2c
lpwinning: fix PoSt prover gen
2023-11-11 09:36:33 +01:00
Łukasz Magiera
2a4ce7d358
lpwinning: wire up winningPoSt
2023-11-11 09:36:33 +01:00
Łukasz Magiera
b9625daf2e
lpwinning: implement WinPostTask.Do
2023-11-11 09:36:33 +01:00
Łukasz Magiera
49c56e4d1c
lpwinning: basic CanAccept
2023-11-11 09:36:33 +01:00
Łukasz Magiera
f30a7db5df
lpwinning: adder done
2023-11-11 09:36:33 +01:00
Łukasz Magiera
f4d86716ab
lpwinning: More scribbling around adder
2023-11-11 09:36:33 +01:00
Łukasz Magiera
f27d54b37b
feat: lpwinning: Initial task layout
2023-11-11 09:36:33 +01:00
Aayush Rajasekaran
7344dd5eb3
Merge pull request #11407 from filecoin-project/asr/calibnet-master
...
chore: forward-port calibnet hotfix to master
2023-11-10 10:26:38 -05:00
Phi
e6dc720224
Revert move-partitions cmd
...
Revert move-partitions cmd
2023-11-10 10:25:34 +01:00
Andrew Jackson (Ajax)
06a0a69b2a
Merge pull request #11388 from filecoin-project/feat/lp-migrate2
...
cli: lotus-shed provider from-miner
2023-11-09 21:08:55 -06:00
Andrew Jackson (Ajax)
ac0e75734f
Merge pull request #11404 from filecoin-project/feat/lp-decl-recover
...
feat: wdpost: Declare-recovered task
2023-11-09 21:00:32 -06:00
Andrew Jackson (Ajax)
3178388c6b
Merge pull request #11406 from filecoin-project/feat/lp-disable-wdpost
...
feat: lotus miner config to entirely disable WindowPoSt
2023-11-09 20:49:05 -06:00
Andrew Jackson (Ajax)
2d192c485c
fix: lp: config set - must excl path
2023-11-09 20:45:47 -06:00
Andrew Jackson (Ajax)
6c68ba1315
fix: lp: gin debug, print gpu count
2023-11-09 20:40:40 -06:00
Aayush
5b5dd525f5
skip migration cache correctly
2023-11-09 14:14:46 -05:00
Aayush
410bdc389e
fix: nv21fix migration: correctly upgrade system actor
2023-11-09 14:14:41 -05:00
Łukasz Magiera
2bb4940992
config codegen
2023-11-09 18:22:08 +01:00
Łukasz Magiera
ad4556e020
lotus miner config to entirely disable WindowPoSt
2023-11-09 18:11:10 +01:00
Andrew Jackson (Ajax)
05cd57a7a9
lp config from-miner flag name now --to-layer
2023-11-09 10:57:57 -06:00
Łukasz Magiera
4391a5c12a
lpwindow: Wire up the recover task
2023-11-09 17:32:32 +01:00
Łukasz Magiera
3f100a45c8
feat: wdpost: Declare-recovered task
2023-11-09 17:24:37 +01:00
Andrew Jackson (Ajax)
b0cb4b56d6
lp migrator fixes
2023-11-08 18:01:44 -06:00
Andrew Jackson (Ajax)
23ba7faa84
Merge branch 'release/v1.25.0' into feat/sturdypost
2023-11-08 11:24:17 -06:00
Andrew Jackson (Ajax)
8ecee2d28d
Merge pull request #11380 from filecoin-project/feat/lp-wdpost-submit
...
[wip] feat: sturdypost: WindowPoSt Submit
2023-11-08 10:57:16 -06:00
Aayush
a0026a0ecd
fix: shed: make invariants checker work with splitstore
2023-11-08 11:55:56 -05:00
Aayush Rajasekaran
292e19893f
Merge pull request #11396 from filecoin-project/phi-backport-11395-v1240
...
chore: backport #11395 to release/v1.24.0
2023-11-08 11:48:47 -05:00
Aayush Rajasekaran
ce6cbcbf2b
Merge pull request #11397 from filecoin-project/phi-backport-11395-v1250
...
chore: backport #11395 to release/v1.25.0
2023-11-08 11:48:44 -05:00
Phi-rjan
f02062b8c7
Merge pull request #11400 from filecoin-project/phi/v1250rc4
...
build: Calib hot fix: v1.25.0-rc4
2023-11-08 17:47:18 +01:00
Phi
c95802adba
Push correct *.json.gz
...
Push correct *.json.gz
2023-11-08 17:35:59 +01:00
Phi
677dfde7de
Correct rc-version in changelog
...
Correct rc-version in changelog
2023-11-08 17:20:48 +01:00
Phi
e5792897bd
Update changelog
...
Update changelog
2023-11-08 17:17:13 +01:00
Aayush
65591841f9
skip migration cache correctly
2023-11-08 17:14:02 +01:00
Aayush
ba98d63c41
fix: nv21fix migration: correctly upgrade system actor
2023-11-08 17:13:55 +01:00
jennijuju
160b9d381f
calib hot fix patch prep
2023-11-08 17:13:29 +01:00
Jiaying Wang
ef070faca3
Merge pull request #11398 from filecoin-project/jen/rc5-prep
...
Calib hot fix: v1.24.0-rc5
2023-11-08 23:53:55 +08:00
Aayush Rajasekaran
3b280ce269
Merge pull request #11399 from filecoin-project/asr/unbork-calibnet-again
...
fix: nv21fix migration: correctly upgrade system actor
2023-11-08 10:47:01 -05:00
jennijuju
fbb575975f
update comm
2023-11-08 23:39:26 +08:00
Aayush
ae75aa1d0d
skip migration cache correctly
2023-11-08 10:26:15 -05:00
Aayush
fb3c16207f
fix: nv21fix migration: correctly upgrade system actor
2023-11-08 08:11:27 -05:00
jennijuju
dcd59ce587
add recovery instruction
2023-11-08 21:06:02 +08:00
jennijuju
66c1a0a0f8
calib hot fix patch prep
2023-11-08 20:38:36 +08:00
Phi
5f3eb793ed
Move premigration to 90 minutes
...
Move premigration to 90 minutes before upgrade epoch.
2023-11-08 10:27:29 +01:00
Phi
a75f3b7acb
Move premigration to 90 minutes
...
Move premigration to 90 minutes before upgrade epoch.
2023-11-08 10:23:58 +01:00
Phi-rjan
fbafe1c507
Merge pull request #11395 from filecoin-project/fix/update-premigration
...
fix: migration: set premigration to 90 minutes
2023-11-08 10:22:59 +01:00
Phi
24a714d123
Move premigration to 90 minutes
...
Move premigration to 90 minutes before upgrade epoch.
2023-11-08 08:22:15 +01:00
Łukasz Magiera
5921da35ce
Merge remote-tracking branch 'origin/feat/sturdypost' into feat/lp-wdpost-submit
2023-11-07 14:09:37 +01:00
Łukasz Magiera
de280a5708
lpwindow: proof_message -> proof_params rename
2023-11-07 14:03:31 +01:00
Łukasz Magiera
5c5055884c
harmony: Change message_sends send_time to timestamp
2023-11-07 13:38:24 +01:00
Łukasz Magiera
d509cc48e9
lpwindow: Make sql queries a bit more readable
2023-11-07 13:38:00 +01:00
Łukasz Magiera
b243c405b4
Merge pull request #11353 from CIDgravity/improve-sectors-summary-call
...
feat: sealing: load SectorsSummary from sealing SectorStats instead of calling API each time
2023-11-07 13:22:18 +01:00
Andrew Jackson (Ajax)
02d3e24d38
improved
2023-11-06 23:13:12 -06:00
Andrew Jackson (Ajax)
d18cb5d51e
cli: lotus-shed provider from-miner
2023-11-06 22:49:42 -06:00
Andrew Jackson (Ajax)
848c20d15f
Merge branch 'master' into feat/sturdypost
2023-11-06 16:10:57 -06:00
Steven Allen
cff785fa37
fix: eth: correctly encode and simplify native input/output encoding ( #11382 )
...
* chore: eth: move & rename input/output encoding functions
These are shared functions, so I'm moving them to the utils library.
* fix: eth: correctly encode and simplify native input/output encoding
When generating eth traces, we encode "native" message inputs/outputs
to "solidity ABI" by formatting the inputs/outputs the same way we do in
FEVM's "handle_native_method". However, we had quite a few bugs with the
implementation:
1. We were right-aligning 64bit values in 256bit words, instead of
left-aligning (as we should given that these values are big-endian).
2. The return-value encoding wasn't correctly handling lengths.
This patch:
1. Fixes those bugs.
2. Deduplicates the logic (we're doing _basically_ the same thing in
both cases).
3. Removes all error paths (these functions can't fail).
2023-11-06 09:41:22 -08:00
Łukasz Magiera
fa33e82409
docsgen
2023-11-04 12:35:04 +01:00
Łukasz Magiera
edd95f6524
lpwindow: IT SUBMITS
2023-11-04 12:32:27 +01:00
Łukasz Magiera
4f9e168017
harmony: Fix resources.Register
2023-11-04 11:04:46 +01:00
Łukasz Magiera
a686a995f6
lpwindow: Submit Do
2023-11-03 22:40:28 +01:00
Łukasz Magiera
c1add7d5eb
lpwindow: Submit CanAccept
2023-11-03 22:00:19 +01:00
Łukasz Magiera
81603a67f3
lpwindow: Submit task Adder
2023-11-03 21:53:15 +01:00
Florian RUEN
c0c4e6bf35
fix: add lk.Lock() and move the map copy to avoid miner crash
2023-11-03 15:38:20 +01:00
Florian RUEN
02929dd166
feat: load SectorsSummmary from SectorStats instead of calling API (faster)
2023-11-03 15:38:19 +01:00
Phi-rjan
12b30c0069
Merge pull request #11361 from filecoin-project/feat/add-mpool-metrics
...
feat: metric: export Mpool message count
2023-11-03 14:44:19 +01:00
Phi-rjan
b1228b51ef
fix: worker: listen for interrupt signals in GetStorageMinerAPI loop ( #11309 )
...
- Added a goroutine to listen for interrupt signals, which will cancel the current context when an interrupt signal is received. This allows for graceful shutdown of ongoing operations.
2023-11-03 06:39:28 -07:00
Phi
9d58fff806
Update unreleased changelog
...
Update unreleased changelog
2023-11-03 14:33:31 +01:00
Łukasz Magiera
ebec992ba8
lpwindow wip send; minimal lpmessage send
2023-11-03 13:51:01 +01:00
Łukasz Magiera
6bda3342df
lpwindow: prefix task with compute_
2023-11-03 12:42:42 +01:00
Phi
d121760172
Record currentSize on addLocked
...
Record currentSize on addLocked
2023-11-03 08:59:01 +01:00
Andrew Jackson (Ajax)
8d7c6359f8
lp getCPUDevices return
2023-11-02 11:03:30 -05:00
Anton Evangelatov
e8455567fd
readme: bump up golang version ( #11347 )
2023-11-02 05:39:37 -07:00
Jiaying Wang
2ca16ccb9b
Merge pull request #11377 from filecoin-project/jen/25rc
...
release: v1.25.0-rc3
2023-11-02 08:27:54 +08:00
jennijuju
4bdcba8b60
docs gen
2023-11-02 08:09:40 +08:00
jennijuju
892308020f
bump the version
2023-11-02 08:00:15 +08:00
Steven Allen
65085d17c0
fix: api: compute gasUsedRatio based on max gas in the tipset ( #11354 )
...
We were computing this based on the max block gas, but this is
incorrect. The new value isn't entirely correct either (we should
probably compute an average of the gas used in each block in the
tipset?), but it's good enough.
fixes #10515
2023-11-02 07:57:54 +08:00
Steven Allen
b8f7109988
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-11-02 07:57:40 +08:00
Aayush Rajasekaran
b7a3da4319
fix: sync: iterate over returned messages directly ( #11373 )
2023-11-02 07:57:22 +08:00
Mikers
290f35a24f
add support for v12 check invariants and also a default case to reduce future confusion ( #11371 )
2023-11-02 07:57:11 +08:00
Jiaying Wang
bbe28536d4
update both mainnet and calib upgrade epoch
2023-11-02 07:56:48 +08:00
Jiaying Wang
ee0152fac4
Merge pull request #11375 from filecoin-project/jen/rc3-prep
...
release: v1.24.0-rc4
2023-11-02 07:44:39 +08:00
jennijuju
aaf80542fc
add a callout for actor cid
2023-11-02 07:42:46 +08:00
Jiaying Wang
b67d1563ed
Update CHANGELOG.md
2023-11-02 07:01:52 +08:00
jennijuju
7c0e9ea5c7
docs gen
2023-11-01 15:20:42 -07:00
Jiaying Wang
d8b63c738c
update version
2023-11-01 15:13:48 -07:00
Jiaying Wang
ba79d56b30
update both mainnet and calib upgrade epoch
2023-11-01 15:13:48 -07:00
Aayush Rajasekaran
71ba2e4ac4
fix: sync: iterate over returned messages directly ( #11373 )
2023-11-01 15:13:45 -07:00
Steven Allen
3a74a2422a
fix: api: compute gasUsedRatio based on max gas in the tipset ( #11354 )
...
We were computing this based on the max block gas, but this is
incorrect. The new value isn't entirely correct either (we should
probably compute an average of the gas used in each block in the
tipset?), but it's good enough.
fixes #10515
2023-11-01 15:12:58 -07:00
Steven Allen
56b0348e87
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-11-01 15:12:17 -07:00
Mikers
389dc28860
add support for v12 check invariants and also a default case to reduce future confusion ( #11371 )
2023-11-01 15:10:05 -07:00
Aayush Rajasekaran
29fbfaf13d
fix: sync: iterate over returned messages directly ( #11373 )
2023-11-01 15:08:23 -07:00
Jiaying Wang
5f593b3ae1
Merge pull request #11374 from filecoin-project/jennijuju-patch-5
...
chore: watermelon: upgrade epoch
2023-11-02 05:30:06 +08:00
Jiaying Wang
ad8cfe1da2
update both mainnet and calib upgrade epoch
2023-11-02 03:52:31 +08:00
Jiaying Wang
64a9453db8
Update params_mainnet.go
...
add main net upgrade epoch
2023-11-02 03:37:43 +08:00
Mikers
72c5a9a574
add support for v12 check invariants and also a default case to reduce future confusion ( #11371 )
2023-11-01 09:36:00 -07:00
Phi
fb8e89674d
Bump version and changelog
...
Bump version and changelog
2023-10-31 18:41:54 -04:00
Phi
6f9e02fd73
Bump version and changelog
...
Bump version and changelog
2023-10-31 18:39:26 -04:00
Aayush Rajasekaran
ce0c1d834f
feat: chain: light-weight patch to fix calibrationnet ( #11363 )
...
* refactor: make GetEmbeddedBuiltinActorsBundle take network bundle name
* update calibnet actor bundle to v12.0.0-rc.2, but include v12.0.0-rc.1 as calibrationnet-buggy.car
* wip: calibnet unbork migration
* calibnet: add buggy miner actor CID to actorMeta
* fix incorrect buggy calibnet manifest
* make UpgradeWatermelonFixHeight a build param
* calibnet patch: check whether network is calibration from init actor state
* add sanity checks to the v12 calibnet patch upgrade
* address review
2023-10-31 18:36:05 -04:00
Aayush Rajasekaran
51266c3125
feat: chain: light-weight patch to fix calibrationnet ( #11363 )
...
* refactor: make GetEmbeddedBuiltinActorsBundle take network bundle name
* update calibnet actor bundle to v12.0.0-rc.2, but include v12.0.0-rc.1 as calibrationnet-buggy.car
* wip: calibnet unbork migration
* calibnet: add buggy miner actor CID to actorMeta
* fix incorrect buggy calibnet manifest
* make UpgradeWatermelonFixHeight a build param
* calibnet patch: check whether network is calibration from init actor state
* add sanity checks to the v12 calibnet patch upgrade
* address review
2023-10-31 18:35:12 -04:00
Aayush Rajasekaran
77b6b7ef10
feat: chain: light-weight patch to fix calibrationnet ( #11363 )
...
* refactor: make GetEmbeddedBuiltinActorsBundle take network bundle name
* update calibnet actor bundle to v12.0.0-rc.2, but include v12.0.0-rc.1 as calibrationnet-buggy.car
* wip: calibnet unbork migration
* calibnet: add buggy miner actor CID to actorMeta
* fix incorrect buggy calibnet manifest
* make UpgradeWatermelonFixHeight a build param
* calibnet patch: check whether network is calibration from init actor state
* add sanity checks to the v12 calibnet patch upgrade
* address review
2023-10-31 18:29:09 -04:00
Andrew Jackson (Ajax)
e4f09bc1a4
Merge branch 'feat/wdpost-adder2' into wdpost-can-accept
2023-10-31 17:16:04 -05:00
Andrew Jackson (Ajax)
e37c874004
task- fix deadlock and mac gpu ct
2023-10-31 17:13:16 -05:00
Phi-rjan
c9d4f0eefe
Merge pull request #11369 from filecoin-project/phi-backport-11365-v1250
...
chore: backport #11365 to release/v1.25.0
2023-10-31 20:32:55 +00:00
Phi-rjan
78f54fa3db
Merge pull request #11368 from filecoin-project/phi-backport-11365
...
chore: backport #11365 to release/v1.24.0
2023-10-31 20:32:45 +00:00
Aayush
3e1d1803bf
chore: deps: update to builtin-actors v12.0.0-rc.2
2023-10-31 20:10:15 +00:00
Aayush
f22b314a8b
chore: deps: update to builtin-actors v12.0.0-rc.2
2023-10-31 20:06:00 +00:00
Łukasz Magiera
ca4e2d71b6
harmony: Fix last_contact race
2023-10-31 15:05:33 +01:00
Łukasz Magiera
adb0fc3259
lotus-provider: Put storage secret in the config
2023-10-31 14:45:38 +01:00
Łukasz Magiera
47d4285f10
lpwindow: Fix CanAccept fail history query
2023-10-31 10:16:11 +01:00
Łukasz Magiera
008891bc6b
lpwindow: Don't deadlock in CanAccept
2023-10-31 10:08:13 +01:00
Łukasz Magiera
024727177a
lpwindow: Record PoSts
2023-10-31 09:23:10 +01:00
Phi
d1b8af338e
Export Mpool-count
...
Record the current size of the mpool and export through Prometheus
2023-10-31 08:09:00 +00:00
Łukasz Magiera
460af4c778
lpwindow: Fix CanAccept
2023-10-31 09:05:32 +01:00
Steven Allen
48a3076876
test: drand: switch tests to drand testnet (from devnet) ( #11359 )
...
At the request of the drand team.
2023-10-30 17:05:02 -07:00
Andrew Jackson (Ajax)
1ff0d61adb
LP- Better repo handling
2023-10-30 18:45:09 -05:00
Andrew Jackson (Ajax)
8bb6d423ff
Merge pull request #11250 from filecoin-project/release-template-easier
...
Update RELEASE_ISSUE_TEMPLATE.md
2023-10-30 18:30:17 -05:00
Andrew Jackson (Ajax)
daebec76bf
task max of 0 should mean infinite
2023-10-30 18:25:16 -05:00
Andrew Jackson (Ajax)
9387ffc593
Update RELEASE_ISSUE_TEMPLATE.md
2023-10-30 18:18:42 -05:00
Łukasz Magiera
3b6e59378e
lotus-provider: fix startup
2023-10-30 19:40:23 +01:00
Łukasz Magiera
080128c6b6
lpwindow: Make tasks go into the database
2023-10-30 19:40:06 +01:00
Łukasz Magiera
ebca1d0142
wdpost sched: set actor
2023-10-30 19:39:18 +01:00
Łukasz Magiera
24fcde40a4
lp config: make default cmd not panic
2023-10-30 17:19:07 +01:00
Łukasz Magiera
e442bf156a
miner init: don't require harmonydb
2023-10-30 17:18:29 +01:00
Łukasz Magiera
3720e79806
Merge pull request #11360 from filecoin-project/fix/add-udp-alert
...
fix: alert: Check UDPbuffer-size
2023-10-30 12:21:47 +01:00
Łukasz Magiera
f4c061bea8
remove ~
2023-10-30 12:16:17 +01:00
Łukasz Magiera
326d83695b
Merge pull request #11358 from filecoin-project/simpleharmony
...
Simpleharmony
2023-10-30 12:13:47 +01:00
Phi
7b473f60ae
Handle errors from Close() in CheckUDPBufferSize
...
Added error handling for the Close() method calls in the CheckUDPBufferSize function to satisfy linting rules and improve error logging.
2023-10-30 09:59:59 +00:00
Phi
a6ae497c02
Check UDP-buffer-size
...
Raise alert if UDP-buffer size is not high enough
2023-10-30 09:36:15 +00:00
Andrew Jackson (Ajax)
6c86f6fcd7
integrating simpleharmony with adder2
2023-10-27 18:08:18 -05:00
Andrew Jackson (Ajax)
a46faaa598
Merge branch 'feat/wdpost-adder2' into simpleharmony
2023-10-27 17:45:05 -05:00
Steven Allen
87801b5855
feat: shed: fix blockstore prune ( #11197 )
...
1. Implement a pass-through for garbage collection on the idstore.
2. Fix the `lotus-shed state-prune` command.
NOTE: the new performance of running a full prune will be significantly
less as this version doesn't batch. However, it should now actually
_work_ and most users will be using the splitstore anyways.
2023-10-27 11:33:18 -07:00
Alejandro Criado-Pérez
b6a77dfafc
Fix/texts ( #11298 )
...
* documentation text corrections
* Text corrections in go files
* make docsgen-cli
2023-10-27 11:32:42 -07:00
Hubert
368278b19c
fix typo in rate-limit flag description ( #11316 )
2023-10-27 11:31:07 -07:00
Volker Mische and Steven Allen
21f8f642c9
refactor:ffi: replace ClearLayerData with ClearCache ( #11352 )
...
* refactor: replace ClearLayerData with ClearCache
The `ClearLayerData` FFI call was accidentally introduced with the
Synthetic PoRep. The call does under the hood exactly what `ClearCache`
is doing. This is a first step to remove `ClearLayerData`t also from
the FFI again, in order to reduce the API surface.
* fix types
---------
Co-authored-by: Steven Allen <steven@stebalien.com >
2023-10-27 11:30:07 -07:00
Łukasz Magiera
3d40105fc3
lpwindow: Fix build
2023-10-27 18:22:39 +02:00
Steven Allen
3f00691f26
fix: api: compute gasUsedRatio based on max gas in the tipset ( #11354 )
...
We were computing this based on the max block gas, but this is
incorrect. The new value isn't entirely correct either (we should
probably compute an average of the gas used in each block in the
tipset?), but it's good enough.
fixes #10515
2023-10-27 07:37:51 -07:00
Steven Allen
420f33017e
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-10-27 07:37:16 -07:00
Łukasz Magiera
2b405f433c
lpwindow: Mostly done proper Do
2023-10-27 16:10:55 +02:00
Andrew Jackson (Ajax)
2b8d35cbd4
unit tests are done
2023-10-26 22:16:33 -05:00
Andrew Jackson (Ajax)
c459c63b1d
simpleharmony
2023-10-26 22:10:18 -05:00
Andrew Jackson (Ajax)
7ce7b786be
lp without lockedRepo or datastore
2023-10-26 17:19:39 -05:00
Andrew Jackson (Ajax)
88c3dda736
Merge branch 'feat/wdpost-adder2' into wdpost-can-accept
2023-10-26 14:13:10 -05:00
Andrew Jackson (Ajax)
8e7c0466a9
harmonytask better doc
2023-10-25 17:12:29 -05:00
Andrew Jackson (Ajax)
1602b7b980
lp alerting and addtaskfunc doc
2023-10-25 17:10:52 -05:00
Łukasz Magiera
a5a0bd378e
lpwindow: make gen
2023-10-25 21:13:56 +02:00
Łukasz Magiera
ad9c05e30b
lpwindow: Simple adder
2023-10-25 20:58:16 +02:00
Łukasz Magiera
9ec9360895
lpwindow: cleanup windowpost task schema
2023-10-25 17:01:24 +02:00
Łukasz Magiera
4efb34e290
lpwindow: wip chain sub, more cleanups
2023-10-25 16:00:49 +02:00
Łukasz Magiera
4fad50ad9a
provider: Undo some hacks, move wdpost task to lpwindow pkg
2023-10-25 14:23:25 +02:00
Łukasz Magiera
c9e5720f68
chain: Undo exporting TipSetKey Value
2023-10-25 10:56:56 +02:00
Andrew Jackson (Ajax)
43680400c3
lp runs. todo ds-sectorInfo move & cleanups
2023-10-24 19:26:13 -05:00
Steven Allen
6e22c08c1d
fix: api: return errors on failure to lookup an eth txn receipt ( #11329 )
...
All these cases here are actually errors and returning `nil` makes this
hard to debug. We likely returned nil in the past to be "best effort"
but, as far as I can tell, we should only hit these error cases if
something is actually wrong.
part of #11325
2023-10-24 12:13:45 -07:00
Phi-rjan and Łukasz Magiera
2451469558
storage: Return soft err when sector alloc fails in acquire ( #11350 )
...
Co-authored-by: Łukasz Magiera <magik6k@gmail.com >
2023-10-24 12:12:06 -07:00
Aayush Rajasekaran
991cc473f8
feat: miner: defensive check for equivocation ( #11328 )
2023-10-24 10:16:48 -07:00
Ian Norden
84b07519c2
fix: api: exclude reverted events in eth_getLogs results ( #11318 )
...
* exclude reverted events from results returned by eth_getLogs
* unit test
* update CHANGELOG.md
2023-10-24 10:05:20 -07:00
Aayush Rajasekaran
018c4e8a38
feat: cli: sort actor CIDs alphabetically before printing ( #11345 )
2023-10-24 10:03:03 -07:00
guangwu
2d8dbf5bc1
chore: slice loop replace ( #11349 )
2023-10-24 10:02:28 -07:00
Andrew Jackson (Ajax)
e481e1196f
Merge branch 'feat/wdpost-adder2' into wdpost-can-accept
2023-10-22 23:03:33 -05:00
Andrew Jackson (Ajax)
6bfa289d3c
canaccept oops
2023-10-22 23:03:06 -05:00
Andrew Jackson (Ajax)
5b5ae80e30
renamed api config
2023-10-19 18:19:42 -05:00
Łukasz Magiera
4e68fd674b
Merge remote-tracking branch 'origin/feat/wdpost-adder' into feat/wdpost-adder2
2023-10-19 17:56:21 +02:00
Andrew Jackson (Ajax)
6695a2d936
why does proxygen crash
2023-10-18 16:47:00 -05:00
Phi-rjan
4acf337e62
Merge pull request #11343 from filecoin-project/phi-v1250-rc1
...
build: release: v1.25.0-rc1
2023-10-18 16:22:23 +01:00
Andrew Jackson (Ajax)
14a7ae339f
Merge pull request #11338 from filecoin-project/fix/storage-alloc-err-soft
...
storage: Return soft err when sector alloc fails in acquire
2023-10-18 09:38:49 -05:00
Phi
f3ab0bb03a
Merge branch 'phi-v1250-rc1' of https://github.com/filecoin-project/lotus into phi-v1250-rc1
2023-10-18 15:16:36 +01:00
Phi
f7917f6f4d
Add backport to the changelog
...
Add backport to the changelog
2023-10-18 15:16:28 +01:00
Phi
ef0bc1854c
build: release: v1.25.0-rc1
...
Update the changelog for v1.25.0-rc1
2023-10-18 15:16:28 +01:00
Phi
98cc7123df
Add backport to the changelog
...
Add backport to the changelog
2023-10-18 15:16:19 +01:00
Aayush Rajasekaran
620c5a78dd
Merge pull request #11344 from filecoin-project/phi-backport-cachefiles-SynthPoRep-Layers
...
backport: fix: cachefiles: add SynthPorep layers
2023-10-18 10:11:10 -04:00
Aayush
a132f57b12
fix: cachefiles: add SynthPorep layers
2023-10-18 14:29:02 +01:00
Phi
b722ea436f
build: release: v1.25.0-rc1
...
Update the changelog for v1.25.0-rc1
2023-10-18 11:15:49 +01:00
Andrew Jackson (Ajax)
58ff87ff24
Merge pull request #11342 from filecoin-project/v1.25-nogen
...
V1.25 nogen
2023-10-17 14:49:32 -05:00
Andrew Jackson (Ajax)
6c4af9bdaa
changelog 1.25
2023-10-17 14:29:42 -05:00
Andrew Jackson (Ajax)
62ea560832
tidy
2023-10-17 14:06:53 -05:00
Andrew Jackson (Ajax)
85fd3f2f99
changelog
2023-10-17 13:59:57 -05:00
Andrew Jackson (Ajax)
ea71d05e8e
build fixed
2023-10-17 13:55:34 -05:00
Andrew Jackson (Ajax)
2bc4951d79
Merge branch 'release/v1.24.0' into release/v1.25.0
2023-10-17 10:19:51 -05:00
Phi-rjan
60f78c7922
Merge pull request #11340 from filecoin-project/phi/update-changelog
...
build: release: v1.24.0-rc2
2023-10-17 15:45:29 +01:00
Phi
409060546b
Merge branch 'phi/update-changelog' of https://github.com/filecoin-project/lotus into phi/update-changelog
2023-10-17 15:26:54 +01:00
Phi
0ae4f7d449
Add #11339 to the changelog
...
Add #11339 to the changelog
2023-10-17 15:26:41 +01:00
Phi
064ffeb3f0
Bump version and Changelog
...
Bump version and Changelog
2023-10-17 15:26:41 +01:00
Phi
2dae731de9
Add updated rc1-changelog to in-code changelog
...
Add updated changelog to in-code changelog
2023-10-17 15:26:41 +01:00
Aayush Rajasekaran
c7bcb2bda5
Merge pull request #11339 from filecoin-project/asr/bump-gst
...
chore: deps: update to go-state-types v0.12.5
2023-10-17 10:24:48 -04:00
Phi
6ecea9e661
Add #11339 to the changelog
...
Add #11339 to the changelog
2023-10-17 14:52:03 +01:00
Phi
e1b43416a4
Bump version and Changelog
...
Bump version and Changelog
2023-10-17 14:47:02 +01:00
Aayush Rajasekaran
0374c50728
Merge pull request #11336 from filecoin-project/asr/merge-feat-nv21
...
chore: merge feat/nv21 into master
2023-10-17 09:39:49 -04:00
Phi
72dc3d9536
Add updated rc1-changelog to in-code changelog
...
Add updated changelog to in-code changelog
2023-10-17 14:28:45 +01:00
Aayush
864eef3e4c
fix: cachefiles: add SynthPorep layers
2023-10-17 09:19:46 -04:00
Aayush
2c0468a33b
chore: deps: update to go-state-types v0.12.5
2023-10-17 09:13:31 -04:00
Aayush
6187f6b7ac
chore: deps: update to go-state-types v0.12.5
2023-10-17 09:12:54 -04:00
Łukasz Magiera
d981baa362
storage: Return soft err when sector alloc fails in acquire
2023-10-17 11:42:41 +02:00
Andrew Jackson (Ajax)
02a65a69bf
Update for v1.25
2023-10-16 18:10:23 -05:00
Aayush Rajasekaran
4d760e61ea
Merge pull request #11333 from filecoin-project/chore/butterfly-assets
...
chore: build: Butterfly assets
2023-10-16 13:37:36 -04:00
Aayush
40582335e9
feat: re-enable full cachefiles test coverage
2023-10-16 12:28:12 -04:00
Andrew Jackson (Ajax)
e548b46dbf
lotus-provider-in-progress
2023-10-16 10:28:58 -05:00
Aayush
5e76b05b17
Merge branch 'feat/nv21' into asr/merge-feat-nv21
2023-10-16 11:13:33 -04:00
Łukasz Magiera
9fc3c3351a
Merge pull request #9746 from filecoin-project/feat/maximize-feecap-cfg
...
feat: mpool/wdpost: Maximize feecap config
2023-10-13 14:22:58 +02:00
Phi
35d247a540
chore: butterfly assets
...
chore: butterfly assets
2023-10-13 09:34:08 +01:00
Aayush Rajasekaran
630e58fae4
Merge pull request #11332 from filecoin-project/asr/release-prep
...
chore: build: bump version to 1.24.0-rc1
2023-10-12 21:19:21 -04:00
Aayush
fd65ad5da7
feat: docs: add 1.24.0-rc1 changelog
2023-10-12 21:19:11 -04:00
Aayush
d498036aba
chore: build: bump version to 1.24.0-rc1
2023-10-12 19:31:05 -04:00
Aayush Rajasekaran
0e0b553c91
Merge pull request #11331 from filecoin-project/feat/set-calibration-height
...
chore: release: Set calibration upgrade height
2023-10-12 19:23:49 -04:00
Aayush Rajasekaran
5c68afa90d
Update build/params_calibnet.go
2023-10-12 19:23:43 -04:00
Aayush Rajasekaran
2ebd8cd8ad
Merge pull request #11330 from filecoin-project/asr/update-deps
...
chore: deps: update to latest actors and FFI
2023-10-12 19:21:13 -04:00
Phi
5fa44b12e8
chore: build: set calibration upgrade height
...
chore: build: set calibration upgrade height
2023-10-12 21:42:33 +01:00
Aayush
973cbc30bc
chore: deps: update to latest actors and FFI
2023-10-12 16:20:33 -04:00
Shrenuj Bansal
fdd8a39495
Do() working changes
2023-10-12 13:35:10 -04:00
Andrew Jackson (Ajax)
1f1e840e5c
Merge branch 'feat/wdpost-adder' into wdpost-can-accept
2023-10-11 17:51:46 -05:00
Aayush Rajasekaran
a7f4976ab1
Merge pull request #11314 from filecoin-project/fix/sector-commitment-comment
...
fix: docs: Update SectorLifetime to be in line with FIP-0052
2023-10-11 15:50:10 -04:00
Aayush Rajasekaran
6ddc674424
Merge pull request #11327 from filecoin-project/asr/limit-partitions
...
feat: limit PoSted partitions to 3
2023-10-11 13:05:22 -04:00
Aayush
2a644e2c04
feat: limit PoSted partitions to 3
2023-10-11 12:41:55 -04:00
Aayush Rajasekaran
2b367225e4
Merge pull request #11321 from filecoin-project/asr/tweak-equivocation
...
feat: miner: defensive check for equivocation
2023-10-11 12:29:29 -04:00
Phi
db96bc0143
Update comment
...
Make clear that 1278 days are applicable in nv21 not before.
2023-10-11 16:30:30 +01:00
Łukasz Magiera and Aayush Rajasekaran
861134d923
mpool: Fix CapGasFee maxFee handling
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com >
2023-10-11 16:49:00 +02:00
Aayush
00aad34194
messagepool: refactor CapGasFee logic to be cleaner
2023-10-10 11:20:26 -04:00
Aayush
7778fc2473
feat: miner: defensive check for equivocation
2023-10-10 10:15:04 -04:00
Łukasz Magiera
0787ff3bc3
Merge pull request #11315 from filecoin-project/fix/remove-ec1-bootstrappers
...
Remove PL's european bootstrap nodes from mainnet.pi
2023-10-09 13:00:55 +02:00
GlacierWalrus
46a3150784
Remove PL's european bootstrap nodes from mainnet.pi
...
Remove Protocol Labs's EU bootstrap nodes, as they've been decommissioned as
part of a cost reduction project.
2023-10-09 10:25:35 +00:00
Phi
ce27d5fcf2
fix: config: update sector lifetime comment
...
Update SectorLifetime duration comment to be in line with FIP-0052: https://fips.filecoin.io/FIPS/fip-0052.html
2023-10-09 11:17:03 +01:00
Andrew Jackson (Ajax)
598e9b931d
Merge branch 'feat/wdpost-adder' into wdpost-can-accept
2023-10-06 11:48:04 -05:00
Andrew Jackson (Ajax)
88518a34b7
before joining with wdpost from shrenuj
2023-10-06 11:46:13 -05:00
Shrenuj Bansal
f01096bca3
wip
2023-10-05 11:52:22 -04:00
Phi-rjan
d09d549db7
Merge pull request #11312 from filecoin-project/phi-butterfly-assets
...
chore: butterfly: Update Butterfly Assets
2023-10-04 17:20:13 +01:00
Phi
276f8bf35c
chore: butterfly: Add nv21 assets
...
Add nv21 butterfly assets
2023-10-04 16:49:35 +01:00
Aayush Rajasekaran
d26e734c8e
Merge pull request #11310 from filecoin-project/asr/updates
...
chore: deps: update FFI, FVM, and actors
2023-10-04 09:43:11 -04:00
Andrew Jackson (Ajax)
2b7732e5c8
Merge pull request #11278 from filecoin-project/lotus_provider_config
...
LotusProvider database-oriented config system
2023-10-03 15:59:31 -05:00
Aayush
25757a197e
chore: deps: update actors to v12.0.0-dev.3
2023-10-03 16:19:51 -04:00
Aayush
59394febe1
chore: deps: update to FFI v1.24.0-rc.1
2023-10-03 16:05:22 -04:00
Łukasz Magiera
1927b26abf
fee config: Default MaximizeWindowPoStFeeCap to true
2023-10-03 11:53:26 +02:00
Łukasz Magiera
444e75ef77
feat: mpool/wdpost: Maximize feecap config
2023-10-03 11:32:49 +02:00
Andrew Jackson (Ajax)
6376001a50
config PR changes
2023-10-02 17:08:42 -05:00
Jie Hou
e81e5a751c
Merge pull request #11301 from filecoin-project/move-partition
...
Feat: Lotus cli: actor: Support move partition command to move partitions' deadline
2023-10-02 09:27:26 -07:00
Jie Hou
3ca769c3c3
Update go mod
2023-10-02 16:56:56 -07:00
Jie Hou
7f3b2b8bc3
Add doc
2023-10-02 16:56:56 -07:00
Jie Hou
5e1e426882
Add really-do-it
2023-10-02 16:56:56 -07:00
Jie Hou
513ebd2de3
Update go-state-types commit
2023-10-02 16:56:56 -07:00
Jie Hou
66dee78508
Resume filecoin-ffi to right commit
2023-10-02 16:56:56 -07:00
Jie Hou
6f03936678
Remove unnecessary changes
2023-10-02 16:56:56 -07:00
Jie Hou
0a25e90dc8
WIP: Able to make call
...
WIP: further improve
CHANGELOG
Go mod switch dependency
2023-10-02 16:56:56 -07:00
Phi-rjan
0d240d1c58
Merge pull request #11297 from filecoin-project/fix-update-todo-nv21
...
chore: config: Update todo in UseSyntheticPoRep
2023-10-02 13:39:05 +01:00
Phi
f0fce8f4a5
Remove sentence
...
Remove sentence about additional computation costs
2023-10-02 13:19:13 +01:00
Łukasz Magiera
0e26a8d99b
Merge pull request #11299 from criadoperez/fix/criadoperez
...
docs: Link the release section in the release flow doc
2023-10-02 11:06:45 +00:00
Andrew Jackson (Ajax)
4bcbc15a40
aliases
2023-09-29 13:05:51 -05:00
Andrew Jackson (Ajax)
ea035f4a7f
lint, db timout, cfg rm
2023-09-29 11:56:10 -05:00
Andrew Jackson (Ajax)
a9d472a40e
lp cfg set existing defaults
2023-09-28 10:47:40 -05:00
Andrew Jackson (Ajax)
5a331e41a9
stacks on task panic
2023-09-28 10:39:33 -05:00
Friðrik Ásmundsson
3fd57ff7d9
Merge pull request #11270 from filecoin-project/benchmark-binaries
...
feat: Add lotus-bench cli option to stress test any binary
2023-09-28 10:15:06 +00:00
Friðrik Ásmundsson
a791a795e9
Merge pull request #11276 from filecoin-project/setup-grafana-prometheus-docs
...
feat: Instructions for setting up Grafana/Prometheus for monitoring local lotus node
2023-09-28 10:14:30 +00:00
Andrew Jackson (Ajax)
86ec8bbf18
config docs
2023-09-27 21:59:21 -05:00
Andrew Jackson (Ajax)
1202ddf18c
tidy
2023-09-27 10:50:46 -05:00
Fridrik Asmundsson
5b394f0f98
small fixes
2023-09-27 14:06:26 +00:00
Fridrik Asmundsson
e0f90274e4
fix spelling
2023-09-27 14:03:50 +00:00
Phi
3d8324d0f8
Remove precomputing line
...
Remove precomputing line
2023-09-27 08:59:40 +01:00
Andrew Jackson (Ajax)
545329311f
lp config after testing
2023-09-26 22:06:00 -05:00
Alejandro
1d893d6630
Completed TODO in code
2023-09-26 13:03:46 +02:00
Phi-rjan
6c8a0eabfc
Merge pull request #11295 from filecoin-project/phi-worker-connect-backport
...
chore: backport #11294 into `release/v1.23.4`
2023-09-26 08:31:12 +02:00
Phi
e7b0fb3de3
Update todo in config
...
Updates the TODO in the synthetic config.
2023-09-26 08:22:25 +02:00
Andrew Jackson (Ajax)
aae259c426
gen
2023-09-25 14:25:02 -05:00
Phi
8c30e06eb6
Handle both IPv4 and IPv6
...
use net.JoinHostPort(minerIP, minerPort) to handle both IPv4 and IPv6 addresses.
2023-09-25 15:12:07 +02:00
Phi
65638ae0c1
Connect to newAddress
...
Connect to newAddress
2023-09-25 15:11:59 +02:00
Łukasz Magiera
d64bc2c9be
Merge pull request #11294 from filecoin-project/phi-connect-listen-not-set
...
fix: worker: Connect when --listen is not set
2023-09-25 15:06:23 +02:00
Phi
f1c70720df
Handle both IPv4 and IPv6
...
use net.JoinHostPort(minerIP, minerPort) to handle both IPv4 and IPv6 addresses.
2023-09-25 14:38:59 +02:00
Phi
3f2d2eb659
Connect to newAddress
...
Connect to newAddress
2023-09-25 14:38:59 +02:00
Łukasz Magiera
121cd97f65
Merge pull request #11288 from cloudxin/patch-1
...
Update mainnet.pi
2023-09-25 13:21:31 +02:00
Aayush Rajasekaran
a0e38c905e
Merge pull request #11293 from filecoin-project/phi-butterfly-assets
...
chore: butterfly: Add preliminary nv21 assets
2023-09-24 10:03:39 -04:00
Phi
ba68d09294
Add butterfly assets
...
Add butterfly assets
2023-09-24 09:05:56 +02:00
Aayush
6801b1c3e9
feat: set butterflynet to upgrade to nv21 at epoch 400
2023-09-23 18:25:16 -04:00
Aayush Rajasekaran
527cba8922
Merge pull request #11291 from filecoin-project/asr/updates
...
chore: deps: update bulitin-actors, FVM, and go-state-types
2023-09-23 18:23:51 -04:00
Aayush
72cd622221
fix: storage: only check CommD if sector has deals
2023-09-23 17:54:44 -04:00
Steven Allen
c6debaadf0
make gen
2023-09-23 17:54:44 -04:00
Steven Allen
2fa5422581
fix: use VerifyDealForActivation in StateComputeCID
...
Unfortunately, ComputeDataCommitement was deprecated.
2023-09-23 17:54:39 -04:00
Steven Allen
92844c8921
fix recursive test
2023-09-23 14:32:53 -04:00
Aayush
04ebd5177c
refactor: GetMaxSectorExpirationExtension depends on network version
2023-09-23 14:09:25 -04:00
Aayush
9b40880a2e
chore: deps: update to FFI v1.24.0-dev.1
2023-09-23 12:20:57 -04:00
Andrew Jackson (Ajax)
bcd0faba81
test fix
2023-09-22 18:23:57 -05:00
Andrew Jackson (Ajax)
afe4625d92
Merge branch 'feat/sturdypost' into lotus_provider_config
2023-09-22 18:19:56 -05:00
Andrew Jackson (Ajax)
632bf15b82
build oops
2023-09-22 18:08:19 -05:00
Andrew Jackson (Ajax)
a888b6320c
harmonytask bump http protocol spec & lints
2023-09-22 18:06:26 -05:00
Andrew Jackson (Ajax)
c99fa24ef4
test fix, review rearrange
2023-09-22 17:53:06 -05:00
Andrew Jackson (Ajax)
2f36f0ec0a
bump circleci for flaky test
2023-09-22 16:15:18 -05:00
Aayush
b876a2f090
chore: deps: update to builtin-actors v12.0.0-dev.2
2023-09-22 17:15:07 -04:00
Aayush
d7d97e7b23
chore: deps: update to go-state-types v0.12.2
2023-09-22 17:13:39 -04:00
Andrew Jackson (Ajax)
25c3b1732e
Merge branch 'feat/sturdypost' into lotus_provider_config
2023-09-22 11:38:03 -05:00
Andrew Jackson (Ajax)
e009c56475
Merge branch 'feat/sturdypost' into lotus_provider_config
2023-09-22 11:36:03 -05:00
Andrew Jackson (Ajax)
41a282e567
Merge pull request #11286 from filecoin-project/master-to-sturdy
...
Master-to-sturdy
2023-09-22 10:19:56 -05:00
Łukasz Magiera
a8d693a2c0
Merge pull request #11274 from filecoin-project/fix/update-splitstore-config-comments
...
fix: config: Update ColdStoreType comments
2023-09-22 15:36:54 +02:00
Phi
e8570bd69c
Remove double default
...
Remove double default
2023-09-22 15:24:55 +02:00
Łukasz Magiera
ac85a2e23b
Merge pull request #11171 from ipfs-force-community/opt/remove-repeat-check
...
opt: fix duplicate check exitcode
2023-09-22 14:52:34 +02:00
Łukasz Magiera
2acbdb43d7
Merge pull request #11225 from filecoin-project/update-go-libp2p-v031
...
update go-libp2p to v0.31.0
2023-09-22 14:49:01 +02:00
Łukasz Magiera
444da43228
Merge pull request #11255 from Aloxaf/Aloxaf-patch-2
...
fix: sealing: typo in FinalizeReplicaUpdate
2023-09-22 14:01:51 +02:00
Łukasz Magiera
99990504b5
Merge pull request #11263 from Icarus9913/libp2p/remove-deprecated-method
...
fix: deps: stop using go-libp2p deprecated peer.ID.Pretty
2023-09-22 13:59:18 +02:00
renran
2fc2875106
Update mainnet.pi
...
add venus node boostrap
2023-09-22 16:27:42 +08:00
Andrew Jackson (Ajax)
3e43df01bd
better go version
2023-09-21 22:29:23 -05:00
hunjixin
0921c911a3
feat: add confidence for init miner
2023-09-22 09:36:30 +08:00
Andrew Jackson (Ajax)
b8135218c9
circleci stable config
2023-09-21 19:20:46 -05:00
Andrew Jackson (Ajax)
28cedb4e52
better dependencies for ci
2023-09-21 19:03:33 -05:00
Andrew Jackson (Ajax)
cdde64b6f2
circleci right go version
2023-09-21 17:25:58 -05:00
Jie Hou
c11a5bce59
Merge pull request #11277 from filecoin-project/0919_jie_flip_flags
...
Feat: Lotus Daemon CLI: Auto remove existing chain if importing chain file or snapshot
2023-09-21 11:25:58 -07:00
Andrew Jackson (Ajax)
20bd597f34
config circleci fix
2023-09-21 12:39:20 -05:00
Jie Hou
49044b4c69
Address review comments, again
2023-09-21 10:00:03 -07:00
Andrew Jackson (Ajax)
1fb471ec31
m2s2
2023-09-21 11:00:08 -05:00
Andrew Jackson (Ajax)
a520ee85d6
master-to-sturdy
2023-09-21 10:37:02 -05:00
Aayush Rajasekaran
70cb445a12
Merge pull request #11273 from filecoin-project/fix/wrap-sign-error
...
fix: cli: Wrap error in wallet sign
2023-09-21 09:34:39 -04:00
Łukasz Magiera
30e4259eff
Merge pull request #11275 from filecoin-project/add-vscode-to-gitignore
...
fix: Add .vscode to gitignore
2023-09-21 15:10:39 +02:00
Jie Hou
5b9914790c
Fix lint
2023-09-21 02:15:26 -07:00
Andrew Jackson (Ajax)
403c6e23e1
lotusprovider docsgen2
2023-09-20 16:17:51 -05:00
Andrew Jackson (Ajax)
456ead411b
docsgen
2023-09-20 16:11:14 -05:00
Shrenuj Bansal
00b3335765
wip
2023-09-20 15:59:58 -04:00
Andrew Jackson (Ajax)
144bc9fcea
lint for config pr
2023-09-20 12:58:56 -05:00
Jie Hou
bdffac300a
Add to changelog
2023-09-20 09:45:06 -07:00
Jie Hou
10a9eb2155
Address review comments
2023-09-20 09:33:53 -07:00
Fridrik Asmundsson
768b2b3812
Update README.md
2023-09-20 14:15:03 +00:00
Fridrik Asmundsson
113b8b5002
Fix after testing with ubuntu
2023-09-20 11:15:45 +00:00
Phi-rjan and Łukasz Magiera
f7c254b3de
Update cli/wallet.go
...
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com >
2023-09-20 11:17:57 +02:00
Andrew Jackson (Ajax)
a377033d22
config
2023-09-19 22:48:39 -05:00
Jie Hou
00335441ce
Auto remove existing chain if importing chain file or snapshot
2023-09-19 11:24:12 -07:00
Fridrik Asmundsson
26e9703548
Add instructions for setting up Grafana+Prometheus
...
This PR also includes location where to put our grafana dashboards
which we should maintain in repo.
2023-09-19 17:24:02 +00:00
Andrew Jackson (Ajax)
4fd6eb6e87
Merge pull request #11258 from filecoin-project/feat/implement-SyntheticPoRep
...
feat: implement Synthetic PoRep
2023-09-19 12:05:04 -05:00
Łukasz Magiera
5ce0285457
bundle-gen
2023-09-19 18:21:22 +02:00
Łukasz Magiera
efd1e47004
itests: remove obsolete nv12 pledge test
2023-09-19 16:43:34 +02:00
Łukasz Magiera
935fbc53c2
ci: get params in pledge tests
2023-09-19 15:58:02 +02:00
Łukasz Magiera
3cebd99d4c
pipeline: debugging C2 with synth porep
2023-09-19 15:09:46 +02:00
Phi
8b77839d38
Make gen
...
Make gen
2023-09-19 13:21:07 +02:00
Fridrik Asmundsson
d23b96fc32
Add .vscode to gitignore
2023-09-19 10:57:32 +00:00
Phi
e5f32f288d
Update ColdStoreType comments
...
Update comments to say that "discard" is the default mode in SplitStore.
2023-09-19 12:32:41 +02:00
Łukasz Magiera
a016f4cbe8
mod tidy
2023-09-19 12:28:20 +02:00
Łukasz Magiera
01de96d230
fix lint
2023-09-19 12:12:04 +02:00
Łukasz Magiera
3f076bfc16
fix exec traces with new ffi
2023-09-19 11:58:13 +02:00
Phi
7e40f8636b
Wrap error in wallet sign if msig
...
Wrap error when a msig is trying to sign a msg, explaining that msigs needs to propose & approve.
2023-09-19 10:57:35 +02:00
Łukasz Magiera
ea81c05669
update ffi
2023-09-19 10:55:50 +02:00
Friðrik Ásmundsson
8aaa8de975
Merge pull request #11269 from filecoin-project/throttle-splitstore-purging
...
fix: Add time slicing to splitstore purging to reduce lock congestion
2023-09-18 16:54:30 +00:00
Aayush Rajasekaran
35ceb02c50
Merge pull request #11261 from filecoin-project/eth_filert_flake_debug
...
eth_filter flake debug
2023-09-18 11:57:12 -04:00
Aayush Rajasekaran
89a0b25377
Merge pull request #11271 from filecoin-project/fix/unsealing-print
...
fix: cli: Add print to unseal cmd
2023-09-18 11:55:07 -04:00
Fridrik Asmundsson
2d7a9b0551
Moved work duration to a constant
2023-09-18 15:43:01 +00:00
Andrew Jackson (Ajax)
c47992a866
minor doc changes
2023-09-16 07:47:10 +08:00
Aayush Rajasekaran and Steven Allen
b9c29d6ee5
chore: backport #11262 ( #11265 )
...
* fix: networking: avoid dialing when trying to handshake peers
Also, avoid handshaking with peers that don't support the handshake
protocol.
* drop unused imports
---------
Co-authored-by: Steven Allen <steven@stebalien.com >
2023-09-15 10:36:48 -07:00
Friðrik Ásmundsson
26b35b7f8e
feat: Add ETA to lotus sync wait ( #11211 )
2023-09-15 10:29:27 -07:00
Fridrik Asmundsson
087d799547
Increase time spent pausing to 4sec
2023-09-15 10:57:43 +00:00
Phi
6892c35aec
Add print to unseal cmd
...
Add print to unseal cmd
2023-09-15 09:22:18 +08:00
Fridrik Asmundsson
861731ee7c
Add support to easily benchmark binary for understanding their latencies/histogram
2023-09-14 14:17:42 +00:00
Fridrik Asmundsson
131f87afb1
Update changelog
2023-09-14 13:58:01 +00:00
Fridrik Asmundsson
d9755dfb1c
Add time slicing ot splitstore purging to reduce lock congestion
2023-09-14 13:39:15 +00:00
Aayush Rajasekaran
e06604d342
Merge pull request #11262 from filecoin-project/steb/fix-dial-spam
...
fix: networking: avoid dialing when trying to handshake peers
2023-09-12 10:35:22 -04:00
Icarus9913
2a8ea957fa
stop using go-libp2p deprecated peer.ID.Pretty
...
Signed-off-by: Icarus9913 <icaruswu66@qq.com >
2023-09-12 13:13:34 +08:00
Aayush
89dede32ac
drop unused imports
2023-09-11 13:50:55 -04:00
Steven Allen
cfaeb2718f
fix: networking: avoid dialing when trying to handshake peers
...
Also, avoid handshaking with peers that don't support the handshake
protocol.
2023-09-08 14:52:14 -07:00
Aayush Rajasekaran
f06d67c5a2
Merge pull request #11253 from filecoin-project/shed/add-Mpool-select-timing
...
fix: shed: additional metrics in `mpool miner-select-messages`
2023-09-08 12:18:13 -04:00
Andrew Jackson (Ajax)
7ef93448fb
eth_filter flake debug
2023-09-08 11:17:51 -05:00
Aayush Rajasekaran
d70674c369
Merge pull request #11259 from filecoin-project/asr/quick-fix
...
fix: test: temporarily exempt SynthPorep constants from test
2023-09-08 12:17:17 -04:00
Aayush
45eb890917
fix: test: temporarily exempt SynthPorep constants from test
2023-09-08 11:51:30 -04:00
Phi
024dd5e08e
Merge branch 'feat/nv21' into feat/implement-SyntheticPoRep
2023-09-08 16:41:39 +02:00
Aloxaf
0dd7976ffb
fix: sealing: typo in FinalizeReplicaUpdate
2023-09-08 10:15:58 +08:00
Phi
d771aa353e
Update comment
...
Update comment
2023-09-07 11:27:28 +02:00
Phi
7c61e890c5
Add timing in miner-select-messages
...
Add timing in `lotus-shed mpool miner-select-messages` cmd. And printing amount of message in the mpool
2023-09-07 11:19:10 +02:00
Aayush Rajasekaran
8ab6eaa6e3
Merge pull request #11230 from filecoin-project/asr/test-seal-and-verify-3-needs-to-stop
...
feat: skip TestSealAndVerify3 until it's fixed
2023-09-06 14:48:38 -04:00
Andrew Jackson (Ajax)
d02b91e610
Update RELEASE_ISSUE_TEMPLATE.md
2023-09-06 11:58:35 -05:00
Aayush Rajasekaran
4ea712c011
Merge pull request #11241 from filecoin-project/asr/fix-miner-logs
...
fix: miner: correct duration logs in mineOne
2023-09-06 11:45:10 -04:00
Mikers
5e5a81bf23
add go linter - "unused" ( #11235 )
...
* add go linter - "unused"
* use _ to name unused but needed padding variable
* remove unused code
* add queue test to appease unused linter
* remove unused code in test
* remove unused func
* remove unused struct identified by linter
* remove unused variable
* remove unused code
* remove unused file
* remove unused struct
* remove unused function
* remove unused observe peers function in raft
* remove unused declareFaults function
* annotate nolint:unused on needed methods
2023-09-05 12:19:43 -10:00
Andrew Jackson (Ajax)
c7b3d84cc2
Merge pull request #11248 from filecoin-project/changelog-1234rc1
...
chore: release: 1.23.4rc1 prep
2023-09-05 12:55:06 -05:00
Andrew Jackson (Ajax)
3309222a62
fixes
2023-09-05 12:34:22 -05:00
Andrew Jackson (Ajax)
c852f1d351
1.23.4 rc1
2023-09-05 12:28:12 -05:00
Andrew Jackson (Ajax)
ef9a9175a1
Merge pull request #11247 from filecoin-project/bumpTo1235
...
chore: build: bump master to v1.23.5-dev
2023-09-05 12:19:59 -05:00
Andrew Jackson (Ajax)
20266857e6
v1.23.5-assets
2023-09-05 12:08:30 -05:00
Andrew Jackson (Ajax)
14fba589bc
1235
2023-09-05 11:32:11 -05:00
Aayush
82b13afed6
fix: miner: correct duration logs in mineOne
2023-09-05 12:10:14 -04:00
Aayush Rajasekaran
9567dee00c
Merge pull request #11228 from filecoin-project/asr/log-slow-block
...
feat: miner: log detailed timing breakdown when mining takes longer than the block's timestamp
2023-09-05 12:07:28 -04:00
Andrew Jackson (Ajax)
70895afa3e
Merge pull request #11011 from filecoin-project/fix/snap-unseal
...
Snapdeals unsealing fixes
2023-09-05 10:25:34 -05:00
Phi-rjan
37b8afd197
Merge pull request #11224 from filecoin-project/fix/DataCid-env-check
...
fix: worker: Convert `DC_[SectorSize]_[ResourceRestriction]` if set
2023-09-05 12:44:35 +02:00
Jiaying Wang
4ded4cf49e
Merge pull request #11232 from filecoin-project/update-changelog-pr-template
...
docs: Update PR template to callout remembering to update CHANGELOG
2023-09-01 18:33:35 -04:00
Andrew Jackson (Ajax)
b73c016f6d
unseal - comments
2023-09-01 17:15:56 -05:00
Aayush Rajasekaran
d590c53400
Merge pull request #11157 from filecoin-project/asr/add-time-to-base
...
feat: miner: implement FRC-0051
2023-09-01 15:30:41 -04:00
Aayush
114a3bbf3f
add some logs
2023-09-01 15:02:13 -04:00
Aayush
b68ced7b19
address review
2023-09-01 15:01:22 -04:00
Aayush
43d1d62fc6
Make EquivocationDelaySecs a build param
2023-09-01 15:01:22 -04:00
Aayush
668d615be6
Add comments, re-select messages if refreshing base
2023-09-01 15:01:22 -04:00
Aayush
91d2c02765
feat: miner: implement FRC-0051
2023-09-01 15:01:22 -04:00
Fridrik Asmundsson
5fb41d7098
Update PR template to callout remembering to update CHANGELOG
2023-09-01 18:17:28 +00:00
Aayush
b92cff74f2
feat: skip TestSealAndVerify3 until it's fixed
2023-09-01 10:08:55 -04:00
Aayush
f3b3ff0dd2
feat: miner: log detailed timing breakdown when mining takes longer than the block's timestamp
2023-08-31 10:28:38 -04:00
Jennifer Wang
7e6da3d76f
rebase
2023-08-31 09:51:52 -04:00
Jennifer Wang
0d5c99cb3c
revert some ffi updates
2023-08-31 09:46:10 -04:00
Łukasz Magiera
077f3f0c33
ffiwrapper: Fix sector key regen
2023-08-31 09:46:10 -04:00
Łukasz Magiera
8ea44e82d1
ffiwrapper: Correctly create unsealed file when doesn't exist
2023-08-31 09:46:10 -04:00
Łukasz Magiera
e74eb6af09
make the linter happy
2023-08-31 09:46:10 -04:00
Jennifer Wang
ad6b0575c1
make gen, mod tidy
2023-08-31 09:46:10 -04:00
Łukasz Magiera
a965fc660e
fix build
2023-08-31 09:46:10 -04:00
Jennifer Wang
4b78c4ea1e
ffiwrapper: Fix sector acquire logic in unsealing
2023-08-31 09:46:10 -04:00
Łukasz Magiera
6167bcc8ce
ffiwrapper: Fix sector acquire logic in unsealing
2023-08-31 09:46:10 -04:00
Łukasz Magiera
fa0f117edd
ffiwrapper: Fix multiple bugs in snapdeals unsealing
2023-08-31 09:46:10 -04:00
Łukasz Magiera
bcc2d7fd10
ffiwrapper: Fix RegenerateSectorKey
2023-08-31 09:46:10 -04:00
Jennifer Wang
b0b39424e4
ffiwrapper: Test lower-level GenerateSDR
2023-08-31 09:46:10 -04:00
Marten Seemann
41dd8954aa
update go-libp2p to v0.31.0
2023-08-31 11:18:17 +07:00
Shrenuj Bansal
90bf7a465d
Merge branch 'feat/sturdypost' into feat/wdpost-adder
2023-08-30 17:58:29 -04:00
Andrew Jackson (Ajax)
13b50ce6c8
lotus-provider without rpc endpoint
2023-08-30 15:57:20 -05:00
Shrenuj Bansal
9cc5e84677
wip
2023-08-30 12:40:54 -04:00
Shrenuj Bansal
5562c7cd79
Merge branch 'feat/sturdypost' into feat/wdpost-adder
2023-08-30 12:18:42 -04:00
Shrenuj Bansal
c0bd13eced
WIP
2023-08-30 12:11:09 -04:00
Aayush Rajasekaran
d71d647aaf
Merge pull request #11100 from filecoin-project/traceapi
...
Add new tracing API
2023-08-30 11:34:06 -04:00
Phi
f3da600b28
Make lint-happy
...
Make lint-happy
2023-08-30 11:32:20 +02:00
Phi
20fe979857
Check if DC_[SectorSize]_[ResourceRestriction] is set
...
Check if DC_[SectorSize]_[ResourceRestriction] is set and convert to DC_[ResourceRestriction] to make sure its enforced by the scheduler.
2023-08-30 11:14:13 +02:00
Łukasz Magiera
cf0ff92008
Merge pull request #11214 from filecoin-project/rvagg/one-and-only-one-ROOT
...
fix(client): single-root error message
2023-08-30 09:37:40 +02:00
Andrew Jackson (Ajax)
5c00f8d66e
lotus-provider fixes
2023-08-29 23:16:05 -05:00
Andrew Jackson (Ajax)
339f7bf03f
lint cleanups
2023-08-29 18:36:06 -05:00
Aayush Rajasekaran
9d9de747a9
Merge pull request #11221 from filecoin-project/ci/go1.20
...
fix: dockerfile: Bump to Go 1.20.7 image
2023-08-29 14:24:05 -04:00
Shrenuj Bansal
eacd5bb970
Merge branch 'feat/sturdypost' into feat/wdpost-adder
2023-08-29 14:21:48 -04:00
Łukasz Magiera
1e8e63e39e
fix: dockerfile: Bump to Go 1.20.7 image
2023-08-29 18:58:36 +02:00
Andrew Jackson (Ajax)
d6f2e328e9
Merge pull request #11203 from filecoin-project/feat/lotus-provider
...
Feat/lotus provider
2023-08-29 11:56:22 -05:00
Shrenuj Bansal
888e7e7a42
Merge branch 'feat/sturdypost' into feat/wdpost-adder
2023-08-29 12:31:23 -04:00
Shrenuj Bansal
6b95bd24ba
WIP: wdpost listener
2023-08-29 12:28:44 -04:00
Andrew Jackson (Ajax)
4f2650b0c0
harmonytask task with no gpu
2023-08-29 10:19:18 -05:00
Łukasz Magiera
a9396624a7
Merge pull request #11215 from filecoin-project/backport/nv21/feat/act-precommv2
...
Backport: feat: sealing: Switch to calling PreCommitSectorBatch2
2023-08-29 16:06:27 +02:00
Łukasz Magiera
d3b31d5b39
Merge pull request #11216 from filecoin-project/chore/actor-type-proxies
...
chore: chain/actors: Use type proxies instead of versioned GST imports
2023-08-29 16:06:03 +02:00
Łukasz Magiera
4ee20965fa
chore: chain/actors: Use type proxies instead of versioned GST imports
2023-08-29 15:28:16 +02:00
Fridrik Asmundsson
0096d521c3
fix decoding toplevel output in trace_replayBlockTransactions
2023-08-29 12:27:08 +00:00
Łukasz Magiera
2ebd080d5e
itests: Port deadline-toggling itest to nv20
2023-08-29 13:47:20 +02:00
Łukasz Magiera
d94b1ca721
itests: Drop sealing itests for legacy network versions
2023-08-29 13:47:20 +02:00
Łukasz Magiera
3887bf97a4
sealing pipeline: Only set pc commd when deals are present
2023-08-29 13:47:20 +02:00
Łukasz Magiera
556815f844
sealing pipeline: Set commd in precommit params
2023-08-29 13:47:20 +02:00
Łukasz Magiera
1c447b265b
sealing pipeline: Fix unit tests
2023-08-29 13:47:18 +02:00
Łukasz Magiera
ecb6deea09
sealing pipeline: Drop legacy single-pc1 submit path
2023-08-29 13:46:29 +02:00
Łukasz Magiera
79b6ffe651
ci: Drop legacy cc-replace itests
2023-08-29 13:46:29 +02:00
Łukasz Magiera
d6aed7ba83
pc batch: drop individual precommit processing
2023-08-29 13:46:29 +02:00
Łukasz Magiera
7db6f31cca
sealing: pc batch: Call PreCommitSectorBatch2
2023-08-29 13:46:29 +02:00
Fridrik Asmundsson
144bbdfd3b
Added trace api as experimental feature to changelog
2023-08-29 11:26:52 +00:00
Phi
37f6cd3ca5
Register SynthPoRep in ResourceTable
...
Register SynthPoRep in ResourceTable such that task-resource limitations are also applied to SynthPoRep-sectors (i.e PC1_32G_MAX_CONCURRENT)
2023-08-29 13:08:00 +02:00
Fridrik Asmundsson
13e1b4b3df
Added todo to support native actors calling another when created
2023-08-29 10:38:21 +00:00
Rod Vagg
b6fe914748
fix(client): single-root error message
2023-08-29 14:46:39 +10:00
Andrew Jackson (Ajax)
c73f35dcea
harmonytask test fix
2023-08-28 23:41:56 -05:00
Andrew Jackson (Ajax)
4dee670326
logging for harmonytask test failures
2023-08-28 19:44:56 -05:00
Andrew Jackson (Ajax)
e72e8588b9
harmonytask tests
2023-08-28 19:21:59 -05:00
Andrew Jackson (Ajax)
3d60a65906
opencl fix for no gpu, harmonytask fix gpu sched
2023-08-28 17:16:56 -05:00
Andrew Jackson (Ajax)
a94223c129
lotus-provider minicl err output
2023-08-28 16:54:05 -05:00
Fridrik Asmundsson
930e9b957c
fix lint
2023-08-28 18:47:45 +00:00
Fridrik Asmundsson
57e825901e
Update FFI
2023-08-28 17:51:47 +00:00
Fridrik Asmundsson
aef0ecf2d2
Run make gen
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
ed407689e6
Parse input/output for delegate call + other smaller things
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
029a4a72b8
Address most recent comments
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
10a5480895
Decode output using top level trace
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
ee3cdf0e97
Fix use filecoin addr + other small refactor
...
After changing in prev commit to use to ethereum addresses the
comparison does not make sense against builtin actors. This
fixes that by storing also the filecoin addresses in each trace
Also renamed filecoin related fields to Filecoin prefix.
Also remove requirement call to InvokeContract needed to come
from a evm actor
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
cf255127a4
Decode eth param/return values and change them to ethbytes type
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
cb5e6e0cd1
The From/To address should be in eth format
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
8d8891a431
Moved tracing types to ethtypes to address circular dependencies
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
ef7bcfec06
Do not compute message index as traces should be in message execution order
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
a1b890c8c7
return wrapped errors
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
4068e0710d
Do not return interface{} from trace api methods
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
ebb54bc381
fix naming lint
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
ba1ee60d1b
Refactor eth.go
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
7f99d15071
Small refactor and cleanup
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
fd69f8bbd8
Check all errors
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
abeb842d93
Address lint errors
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
392ef1beb7
Handle delegatecall
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
2c902db0e1
Handle more edge cases
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
c1eaa2f864
Translate call input/output into Solidity ABI
2023-08-28 17:48:22 +00:00
Fridrik Asmundsson
1b0f54a61b
Add new tracing API
2023-08-28 17:48:22 +00:00
Aayush Rajasekaran
c4214e23bf
Merge pull request #11206 from AnomalRoil/fix/ctxonlongops
...
fix: chain: cancel long operations upon ctx cancelation
2023-08-28 13:33:08 -04:00
Andrew Jackson (Ajax)
0a2fd96b9e
lotus-provider lint-happy1
2023-08-28 11:37:36 -05:00
Aayush Rajasekaran
a79f96a531
Merge pull request #11212 from filecoin-project/fix/master-cli-ci
...
ci: Use larger executor for cli tests
2023-08-28 10:28:50 -04:00
Łukasz Magiera
f8faa85cba
make gen
2023-08-28 16:12:14 +02:00
Łukasz Magiera
d83956aa6d
ci: Ensure params in sealer tests
2023-08-28 13:43:50 +02:00
Łukasz Magiera
4223e411b6
ci: Use larger executer for cli tests
2023-08-28 13:24:00 +02:00
Andrew Jackson (Ajax)
5fc3111da2
lotus-provider test cleanups
2023-08-25 22:25:19 -05:00
Andrew Jackson (Ajax)
f34540f5ef
harmonytask fixes
2023-08-25 22:07:46 -05:00
Andrew Jackson (Ajax)
f397126f6c
gin and updates
2023-08-25 22:07:17 -05:00
Andrew Jackson (Ajax)
e4c0d37502
harmonytask fixes
2023-08-25 22:07:07 -05:00
Andrew Jackson (Ajax)
48a2e64b6c
Merge branch 'feat/sturdypost' into feat/lotus-provider
2023-08-25 18:23:05 -05:00
Andrew Jackson (Ajax)
1e2a16bd8a
Merge branch 'feat/sturdypost' into feat/lotus-provider
2023-08-25 18:18:42 -05:00
Andrew Jackson (Ajax)
ca4282d149
lotus-provider: review comments
2023-08-25 18:17:31 -05:00
Andrew Jackson (Ajax)
f2a90aecef
Merge pull request #11165 from filecoin-project/feat/harmonytask
...
feat:miner:harmonytask
2023-08-25 18:15:43 -05:00
Andrew Jackson (Ajax)
72917c19cd
harmonytask - final review comments
2023-08-25 16:11:31 -05:00
Łukasz Magiera
bce5535679
Merge pull request #11182 from filecoin-project/TestSealerDLBefore
...
Take Download out of Sealer time
2023-08-25 10:27:42 +02:00
Aayush Rajasekaran
1c9344d805
Merge pull request #11202 from gammazero/fix/update-cached-message-sequence
...
fix: chain: Do not update message info cache until after message validation
2023-08-24 10:59:47 -04:00
Łukasz Magiera
ae2ae3b9ed
Merge pull request #11189 from filecoin-project/update-go-libp2p-v0300
...
update go-libp2p to v0.30.0
2023-08-24 16:15:26 +02:00
Yolan Romailler
13ade62e27
fix: cancel long operations upon ctx cancelation
2023-08-24 15:30:33 +02:00
Aayush Rajasekaran
50cd87e953
Merge pull request #11201 from filecoin-project/asr/merge-nv21
...
chore: merge feat/nv21 into master
2023-08-24 09:25:45 -04:00
Łukasz Magiera
366329b085
Merge pull request #11087 from filecoin-project/fix/pc1-retr-loop
...
fix: sealing pipeline: Fix PC1 retry loop
2023-08-24 11:08:39 +02:00
gammazero
03826aac87
fix doc check
2023-08-23 19:05:21 -07:00
Andrew Jackson (Ajax)
cb3655149c
lotus-provider gitignore
2023-08-23 18:58:02 -05:00
Andrew Jackson (Ajax)
535423a1f4
lotus-provider before harmonytask
2023-08-23 18:57:34 -05:00
gammazero
7774ca0179
Add sequence number DoS test
2023-08-23 16:53:21 -07:00
gammazero
ca23a4406c
Do not update message info cache until after message validation
...
The sequence number used for replay detection was being updated before message validation confirmed that the message originated from the correct host. This would allow one host A to create a message with the ID of another host B that could then update the cached sequence number for B. While the message from A would fail validation and be ignored, the cached sequence number for B would get updated. This would lead to a temporary DoS for host B as its messages were incorrectly rejected as replays.
This fixes the issue by setting the cached sequence number after message validation.
2023-08-23 14:30:22 -07:00
Aayush
5bfea36a17
Merge branch 'feat/nv21' into asr/merge-nv21
2023-08-23 11:44:59 -04:00
Łukasz Magiera
882f00fbf3
sealing: retrySoftErr: Better comment on ctx handling
2023-08-23 17:29:18 +02:00
Phi-rjan
c1304dee25
Merge pull request #11176 from filecoin-project/nv-skeleton
...
chore: nv-skeleton for feat/nv21-branch
2023-08-23 09:11:26 +02:00
Marten Seemann
413008a98f
bump qtls to v0.3.3
2023-08-23 11:43:02 +07:00
Aayush
60dc1458ce
chore: stmgr: migrations: do not log noisily on cache misses
2023-08-22 17:03:02 -04:00
Aayush
49b1235d69
update test-vectors
2023-08-22 17:01:58 -04:00
Aayush Rajasekaran
0ff655a0a0
Merge pull request #11196 from filecoin-project/chore/update-test-vectors
...
chore: test-vectors: update
2023-08-22 16:59:01 -04:00
Steven Allen
d581f58896
chore: test-vectors: update
...
Update the test-vectors repo to the "last" release. This release deletes
most of the code (that depended on an ancient version of lotus anyways)
as we now rely on the "fvm" test vectors for all but historical tests.
2023-08-22 13:17:46 -07:00
Aayush
41bad60e9e
update to go-state-types v0.12.1
2023-08-22 15:48:25 -04:00
Aayush Rajasekaran
62f52c672c
Merge pull request #11194 from filecoin-project/steb/fix-tagged-releases
...
fix: build: use tagged releases
2023-08-22 15:37:15 -04:00
Steven Allen
eae61009b0
fix: build: use existing upstream branches
...
Unfortunately, we can't _yet_ merge the schema branch. But we will in a
moment. But this at least fixes go-state-types
These dependencies were based on branches which no longer exist.
2023-08-22 11:56:37 -07:00
Aayush
53ba50f58f
update test-vectors
2023-08-22 14:52:59 -04:00
Aayush
3b15661f98
update FFI to support nv21
2023-08-22 13:42:07 -04:00
Aayush
5a901b5eb6
fix tvx
2023-08-22 13:17:31 -04:00
Shrenuj Bansal
5b6daa2c6c
Merge pull request #11135 from filecoin-project/sbansal/sector-index
...
feat: sector index yugabyte implementation
2023-08-22 12:42:12 -04:00
Aayush
89f66dde93
refactor: move vm.Rand to rand.Rand
2023-08-22 12:32:43 -04:00
Aayush
947384041a
fixup conformance tests to incorporate randomness changes
2023-08-22 12:32:37 -04:00
Aayush
3ea3e49bdd
wip: 2 more randomness fetching APIs
2023-08-22 12:32:25 -04:00
Aayush
a6213f8825
fix: refactor rand_replay
2023-08-22 12:32:21 -04:00
Aayush
2e9f4dc2ae
Refactor: Rand: Return randomness digest to VM
2023-08-22 12:32:13 -04:00
Aayush
5ff0db9650
Refactor: Rand: Rename DrawRandomness to DrawRandomnessFromBase
2023-08-22 12:32:00 -04:00
Aayush
7cfcaf0f8f
Refactor: Rand: return randomness base without hashing
2023-08-22 12:31:56 -04:00
Aayush
8e69ebb1f6
update FFI to support nv21
2023-08-22 12:28:44 -04:00
Shrenuj Bansal
15247486ae
anotha one
2023-08-22 12:19:18 -04:00
Aayush Rajasekaran
7491956197
Merge pull request #11167 from filecoin-project/asr/randomness
...
feat: refactor: return randomness base to FVM without hashing
2023-08-22 12:15:24 -04:00
Aayush
2f113e58ca
fix tvx
2023-08-22 12:03:26 -04:00
Shrenuj Bansal
068416ecfc
experiment
2023-08-22 11:48:38 -04:00
Aayush
7e6ed09628
refactor: move vm.Rand to rand.Rand
2023-08-22 11:34:28 -04:00
Shrenuj Bansal
459255d1f0
make linter happy
2023-08-22 11:06:16 -04:00
Shrenuj Bansal
a51e55390a
address moar comments
2023-08-22 10:43:50 -04:00
Aayush
c90faf0754
fixup conformance tests to incorporate randomness changes
2023-08-22 10:08:38 -04:00
Łukasz Magiera
5281a6d307
Merge pull request #11188 from filecoin-project/shed-msg-add-exec-trace
...
feat: shed: Add exec traces to `lotus-shed msg`
2023-08-22 13:50:29 +02:00
Łukasz Magiera
5f5c6a08a4
Merge pull request #11191 from filecoin-project/nonsense/remove-trace-goroutine
...
fix: markets/dagstore: remove trace goroutine for dagstore wrapper
2023-08-22 12:30:13 +02:00
Phi
825064669d
Continue if msg not found on-chain
...
Continue if msg not found on-chain
2023-08-22 10:56:50 +02:00
Andrew Jackson (Ajax)
ec8fd28834
harmonytask work
2023-08-21 21:55:49 -05:00
Andrew Jackson (Ajax)
c7aaa16e03
harmonytask lints
2023-08-21 18:02:04 -05:00
Andrew Jackson (Ajax)
6fd468dfc0
harmonytask parallel test run gotcha
2023-08-21 17:47:43 -05:00
Andrew Jackson (Ajax)
415a0ac364
harmonytask more lints
2023-08-21 17:33:25 -05:00
Andrew Jackson (Ajax)
84f4cdfc15
harmonytask cleanups
2023-08-21 17:13:17 -05:00
Andrew Jackson (Ajax)
610a8c55e9
harmonytask more linter cleanups
2023-08-21 17:12:57 -05:00
Andrew Jackson (Ajax)
eb294c9714
opencl harmonytask another try
2023-08-21 16:41:00 -05:00
Aayush
034f6cf832
wip: 2 more randomness fetching APIs
2023-08-21 16:32:27 -04:00
Andrew Jackson (Ajax)
82d0c2889b
opengl export
2023-08-21 15:31:00 -05:00
Aayush
91ee13b461
fix: refactor rand_replay
2023-08-21 16:28:59 -04:00
Aayush
e5fbba7958
Refactor: Rand: Return randomness digest to VM
2023-08-21 15:44:49 -04:00
Aayush
98a82d3dfe
Refactor: Rand: Rename DrawRandomness to DrawRandomnessFromBase
2023-08-21 15:03:46 -04:00
Aayush
05ac9453cd
Refactor: Rand: return randomness base without hashing
2023-08-21 15:03:46 -04:00
Andrew Jackson (Ajax)
cb7231cb8a
Merge pull request #11177 from filecoin-project/sbansal/unseal-background
...
fix: sealing: Run unsealing in the background for better ux
2023-08-21 11:37:59 -05:00
Andrew Jackson (Ajax)
2912cf6f9c
harmonytask review comments
2023-08-21 11:26:26 -05:00
Anton Evangelatov
9028df409c
fix: markets/dagstore: remove trace goroutine for dagstore wrapper
2023-08-21 17:55:45 +02:00
Shrenuj Bansal
95709a0583
fix a couple of bugs and address comments
2023-08-21 11:54:51 -04:00
Łukasz Magiera
1fe7493897
Merge pull request #11183 from LexLuthr/lexluthr/ddo-gateway
...
#11181 : feat: Lotus Gateway: add allocation and claim related GET APIs to gateway
2023-08-21 16:06:15 +02:00
Phi
e1ed24ddd0
Put exec-trace behind flag
...
Put exec-trace behind flag
2023-08-21 13:55:49 +02:00
Łukasz Magiera
92f31ee0be
Merge pull request #11187 from filecoin-project/fix/lotus-wallet-build
...
fix: build: Allow lotus-wallet to be built independently
2023-08-21 13:39:31 +02:00
Łukasz Magiera
2ee879d1ec
Merge pull request #11190 from filecoin-project/fix/wallet-sigint
...
fix: wallet: Make import handle SIGINT/SIGTERM
2023-08-21 13:38:23 +02:00
Phi
5edc7dcdb3
Consider SIGTERM as well
...
Consider SIGTERM as well
2023-08-21 10:37:42 +02:00
Marten Seemann
c42e57b51c
downgrade go.mod to Go 1.19
2023-08-21 15:02:37 +07:00
Marten Seemann
93f95d2ef9
Revert "stop using deprecated functions from the math/rand package"
...
This reverts commit d50cf4eb64 .
2023-08-21 15:02:06 +07:00
Phi
c1fd48a14b
Make lotus wallet import respect sigint
...
Make `lotus wallet import` respect sigint
2023-08-21 09:10:47 +02:00
Marten Seemann
d50cf4eb64
stop using deprecated functions from the math/rand package
2023-08-21 13:53:46 +07:00
Marten Seemann
bca0ec4f9c
update go-libp2p v0.30.0
2023-08-21 10:44:37 +07:00
Phi
539a524271
Make exec-trace human readable
...
Make exec-trace human readable
2023-08-20 20:11:27 +02:00
Phi
51be40291a
Add BUILD_DEPS to lotus-wallet
...
Add BUILD_DEPS to lotus-wallet
2023-08-20 19:58:33 +02:00
Phi
c1231125e9
Print receipt
...
Print receipt
2023-08-20 19:54:17 +02:00
Phi
925498f938
Add exec-trace and receipt
...
Add exec-trace and receipt to the lotus-shed msg command
2023-08-20 10:06:00 +02:00
Andrew Jackson (Ajax)
d732a7b747
harmonytask: doc fixes
2023-08-18 12:53:03 -05:00
LexLuthr
bcc8b9d02f
add allocation and claim APIs
2023-08-18 11:28:01 +04:00
Andrew Jackson (Ajax)
6cdecf60d9
lint error: go mod tidy
2023-08-17 23:22:23 -05:00
Andrew Jackson (Ajax)
c48bf864a4
Take Download out of Sealer time
2023-08-17 22:34:08 -05:00
Shrenuj Bansal
9262eb4fc9
change table names and address other comments
2023-08-17 13:23:03 -04:00
Aayush
c5bece66df
update FFI to support nv21
2023-08-17 10:21:08 -04:00
Aayush
44e20681cd
make jen
2023-08-17 10:01:50 -04:00
Phi
d680475486
go-mod tidy
...
go-mod tidy
2023-08-17 15:51:17 +02:00
Aayush Rajasekaran
cbbb76b2f0
Merge pull request #11169 from filecoin-project/asr/client-can-allocate
...
feat: test: Test that verified clients can directly transfer datacap, creating allocations
2023-08-17 09:51:12 -04:00
Aayush Rajasekaran
1eec81622c
Merge pull request #11168 from filecoin-project/asr/more-migration-check
...
feat: test: Add more post-migration sanity checks
2023-08-17 09:42:05 -04:00
Aayush
e8020e8f4e
feat: test: Test that verified clients can directly transfer datacap, creating allocations
2023-08-17 09:40:29 -04:00
Łukasz Magiera
23cd5832c7
Merge pull request #11180 from filecoin-project/macSealTest
...
mac seal test
2023-08-17 15:10:37 +02:00
Andrew Jackson (Ajax)
76bca6c392
mac seal test
2023-08-17 07:30:19 -05:00
Andrew Jackson (Ajax)
11c33b6faf
harmonytask: linter
2023-08-16 17:54:26 -05:00
Andrew Jackson (Ajax)
497e4e5ab5
harmonytask: better messages
2023-08-16 16:56:09 -05:00
Shrenuj Bansal
9e69576410
log unseal failures
2023-08-16 17:40:27 -04:00
Shrenuj Bansal
38350b8d8a
Run unsealing in the background for better ux
2023-08-16 17:20:39 -04:00
Shrenuj Bansal
169f953de4
add unlock
2023-08-16 15:36:00 -04:00
Łukasz Magiera
3189ea942c
fix deps
2023-08-16 20:11:15 +02:00
Phi
dde30a125f
Set local devnet-genesis to nv20
...
Set local devnet-genesis to nv20
2023-08-16 20:02:11 +02:00
Phi
8b5da86727
feat: introduce local nv21 skeleton
...
Introduce nv21 skeleton for local testing:
- Use local go-state-types with actor_version_checklist changes: https://github.com/filecoin-project/go-state-types/blob/master/actors_version_checklist.md
- Imports mock v12-actors bundle
- Define upgrade heights
- Generate adapters
- Add upgrade schedule and migration
- Add actorstype to the NewActorRegistry in /chain/consensus/computestate.go
- Add upgrade field to api/types.go/ForkUpgradeParams
- Add upgrade to node/impl/full/state.go
- Add network version to chain/state/statetree.go
- make jen
- make docsgen-cli
2023-08-16 20:01:48 +02:00
Shrenuj Bansal
a249f96341
make gen
2023-08-16 11:13:52 -04:00
Shrenuj Bansal
cdf90b83ed
address more comments
2023-08-16 10:57:08 -04:00
Łukasz Magiera
80928586d1
Merge pull request #11140 from filecoin-project/fix/wallet-balance-cmd
...
fix: cli: Only display `warning` if behind sync
2023-08-16 15:57:34 +02:00
Łukasz Magiera
22f490132e
Merge pull request #11141 from filecoin-project/fix/worker-IPv6
...
fix: worker: Support IPv6 formatted API-keys
2023-08-16 15:55:05 +02:00
Łukasz Magiera
c46aea6a36
Merge pull request #11164 from filecoin-project/go-libp2p-v029
...
update go-libp2p to v0.29.2
2023-08-16 12:15:52 +02:00
Andrew Jackson (Ajax)
dfb029cb30
harmonytask: consider remaining tasks too
2023-08-15 19:44:33 -05:00
Aayush Rajasekaran
b226a7dbff
Merge pull request #11159 from filecoin-project/asr/fix-frc-0051
...
fix: chainstore: do not get stuck in unhappy equivocation cases
2023-08-15 13:58:26 -04:00
Shrenuj Bansal
28efd718c7
Remove commented out code
2023-08-15 12:17:23 -04:00
simlecode
a750e63a7b
opt: fix duplicate check exitcode
2023-08-15 16:28:03 +08:00
Shrenuj Bansal
a7761fdb05
debug logging for test
2023-08-14 22:00:41 -04:00
Shrenuj Bansal
854d3c80dd
add stake lock handling
2023-08-14 21:47:27 -04:00
Shrenuj Bansal
16fb7cc0da
Implement Sector Index locks APIs
2023-08-14 18:46:41 -04:00
Aayush
e6b0231ab5
Add more post-migration sanity checks
2023-08-14 18:11:47 -04:00
Aayush Rajasekaran
fa0e512510
Merge pull request #11149 from filecoin-project/feat/nv21-migrations-optimized-tree
...
Feat/nv21 migrations optimized tree diff algorithm
2023-08-14 17:05:27 -04:00
Łukasz Magiera
33182967eb
Merge pull request #11142 from filecoin-project/feat/act-precommv2
...
sealing: Switch to calling PreCommitSectorBatch2
2023-08-14 21:31:24 +02:00
Łukasz Magiera
b11fba3561
itests: Port deadline-toggling itest to nv20
2023-08-14 20:25:36 +02:00
Shrenuj Bansal
e4c2bfc150
i hate this linter
2023-08-14 13:56:29 -04:00
Andrew Jackson (Ajax)
225f093103
oops committed a patch
2023-08-14 11:42:39 -05:00
Andrew Jackson (Ajax)
54dc885ae6
feat:miner:harmonytask
2023-08-14 11:40:12 -05:00
Shrenuj Bansal
d746d6e6df
make more lint more happy hopefully
2023-08-14 11:35:18 -04:00
Shrenuj Bansal
5161528399
make lint happy
2023-08-14 09:24:00 -04:00
Marten Seemann
2f0fbe26f8
update go-libp2p to v0.29.2
2023-08-14 18:46:28 +07:00
Aayush
12e076e9ea
fix: chainstore: do not get stuck in unhappy equivocation cases
2023-08-11 17:32:39 -04:00
Aayush Rajasekaran
7b43f90a3b
Merge pull request #11158 from filecoin-project/asr/miner-refactors
...
feat: miner: 2 minor refactors
2023-08-11 13:20:25 -04:00
Aayush
3566e96b55
refactor: pass more specialized params to computeTicket
2023-08-11 09:52:26 -04:00
Aayush
20e831b9ea
refactor: drop unused param from IsRoundWinner
2023-08-11 09:48:09 -04:00
Łukasz Magiera
2c7c4ee845
Merge pull request #11155 from filecoin-project/asr/deflake
...
feat: deflake: TestGetBlockByNumber
2023-08-11 12:52:59 +02:00
Shrenuj Bansal
7759444247
address review comments
2023-08-10 18:35:35 -04:00
Aayush Rajasekaran
49010a9b9a
Merge pull request #11104 from filecoin-project/asr/frc-0051
...
feat: chainstore: FRC-0051: Remove all equivocated blocks from tipsets
2023-08-09 21:50:10 -04:00
Aayush
69f3580ca2
add more test cases covering chainstore equivocation
2023-08-09 21:00:50 -04:00
Mikers
f57b5bdedc
spelling
2023-08-09 14:28:29 -10:00
Mikers
0b68348738
initial skeleton for nv21 migrations test. migration succesfully executes. todo @aayush and @zen add relevant tests
2023-08-09 14:18:05 -10:00
Aayush Rajasekaran
1da18e8058
Merge pull request #10987 from simlecode/feat/add-Eip155ChainID
...
feat: add Eip155ChainID to StateGetNetworkParams
2023-08-09 20:02:05 -04:00
Aayush
2cbdedc209
add more test cases covering chainstore equivocation
2023-08-09 19:40:53 -04:00
Aayush
0ff334912b
Address review
2023-08-09 19:28:24 -04:00
Aayush
52657c5cb0
feat: chainstore: FRC-0051: Remove all equivocated blocks from tipsets
2023-08-09 19:28:24 -04:00
Aayush
62032e7c2a
feat: deflake: TestGetBlockByNumber
2023-08-09 19:25:32 -04:00
Aayush Rajasekaran
93b0ea2108
Merge pull request #11154 from filecoin-project/asr/merge-releases-into-master
...
chore: merge releases into master
2023-08-09 18:23:55 -04:00
Aayush
32f21258a1
Merge branch 'releases' into asr/merge-releases-into-master
2023-08-09 18:11:18 -04:00
Aayush Rajasekaran
7bb1f98ac6
Merge pull request #11109 from filecoin-project/release/v1.23.3
...
release: v1.23.3
2023-08-09 18:02:15 -04:00
Aayush Rajasekaran
bcde3bd60e
Merge pull request #11152 from filecoin-project/steb/eth-gateway-filter-id-error
...
fix: gateway: return an error when an Eth filter is not found
2023-08-09 17:25:03 -04:00
Shrenuj Bansal
84d9dc5dfe
fix bigint overflow bug
2023-08-09 15:27:12 -04:00
Phi
3cec54f774
Make TestWalletBalance happy
...
Set up an expected call to ChainHead
2023-08-09 21:25:52 +02:00
Steven Allen
a626b3e62c
fix: gateway: return an error when an Eth filter is not found
...
Previously, we'd just return nothing.
2023-08-09 12:14:45 -07:00
Aayush
9c27d675db
fix: docker: use correct golang 1.19.12 tag
2023-08-09 12:23:51 -04:00
Aayush
34104d05d0
Update Changelog to mention bump in minimum Go version
2023-08-09 11:18:58 -04:00
Aayush
5ee435d7d3
Update Changelog to remove references to ProbeLab experiment
2023-08-09 11:17:48 -04:00
Phi
18ae6bd18b
Unify IsSyncDone
...
Unify IsSyncDone in cli/sync.go and cli/wallet.go
2023-08-09 17:13:25 +02:00
Aayush Rajasekaran
46233e41f7
Merge pull request #11151 from filecoin-project/mikers/go-1.19.12
...
fix: v1.23.3: go version increase
2023-08-09 10:41:37 -04:00
Shrenuj Bansal
87cb6f67f1
Add sql create tables
2023-08-08 21:19:48 -04:00
Shrenuj Bansal
652ee04ce2
working changes
2023-08-08 20:59:21 -04:00
Mikers
70b1bca173
remove deprecated structchecklinter, TOOD add support for linter named "unused"
2023-08-08 13:29:29 -10:00
Mikers
2a9506d7a3
increase golang version to 1.19.12
2023-08-08 13:12:53 -10:00
Aayush Rajasekaran
9310cd6036
Merge pull request #11147 from filecoin-project/asr/fix-test-rest
...
fix: CI: make test-unit-rest actually be the rest of the tests
2023-08-08 15:38:29 -04:00
Aayush Rajasekaran
0c34deb884
fix: CI: make test-unit-rest actually be the rest of the tests
2023-08-08 14:13:44 -04:00
Łukasz Magiera
aa7220d9e8
itests: Drop sealing itests for legacy network versions
2023-08-08 18:51:30 +02:00
Aayush Rajasekaran
87458af858
Merge pull request #11145 from filecoin-project/update-logging
...
fix: downgrade harmless warning to debug
2023-08-08 12:22:09 -04:00
Aayush Rajasekaran
4aeae936d9
Merge pull request #11146 from filecoin-project/asr/bump-libp2p
...
chore: deps: update to go-libp2p 0.27.9
2023-08-08 12:14:53 -04:00
Aayush Rajasekaran
a1c27038ed
chore: deps: update to go-libp2p 0.27.9
2023-08-08 11:41:14 -04:00
nemo
c6d31c0d6d
fix: downgrade harmless warning to debug
2023-08-08 10:52:35 -04:00
Aayush Rajasekaran
4359b2bea9
Merge pull request #11137 from filecoin-project/asr/libp2p-bump
...
chore: deps: update go-libp2p to v0.27.8
2023-08-08 10:37:58 -04:00
Łukasz Magiera
98aff9dcc6
sealing pipeline: Only set pc commd when deals are present
2023-08-08 15:35:19 +02:00
Łukasz Magiera
40cfe626b8
sealing pipeline: Set commd in precommit params
2023-08-08 15:12:50 +02:00
Łukasz Magiera
41fac326b1
sealing pipeline: Fix unit tests
2023-08-08 15:06:43 +02:00
Łukasz Magiera
a4d22f585f
sealing pipeline: Drop legacy single-pc1 submit path
2023-08-08 14:43:00 +02:00
Łukasz Magiera
bb2ac5c22d
ci: Drop legacy cc-replace itests
2023-08-08 13:53:24 +02:00
Phi
94e48ae860
Add IPv6 check and format appropriately
...
Add IPv6 check and format appropriately
2023-08-08 13:18:36 +02:00
Łukasz Magiera
1c73ac69b4
pc batch: drop individual precommit processing
2023-08-08 13:04:21 +02:00
Phi
c4798a604a
Make lint happy
...
Address the errcheck lint error by checking the return from conn.Close()
2023-08-08 12:49:04 +02:00
Łukasz Magiera
ef2be0b546
sealing: pc batch: Call PreCommitSectorBatch2
2023-08-08 12:40:08 +02:00
Phi
b6ba3b23bb
fix: worker: Support IPv6
...
Add support for IPv6 in MINER_API_INFO env.
2023-08-08 12:21:59 +02:00
Phi
826ef40626
Only display chain sync in progress if behind sync
...
Only display `chain sync in progress` if behind sync
2023-08-08 10:06:19 +02:00
Mikers
cd9fdcf781
update go state types to use the experiment speed up branch in order to test and validate it
2023-08-07 11:12:30 -10:00
Łukasz Magiera
884246677b
Merge pull request #11046 from filecoin-project/fix/fsm-commfail-loop
...
fix: sealing: Fix RetryCommitWait loop when sector cron activation fails
2023-08-07 12:11:57 -07:00
Phi
9539f59e09
Add new butterfly-assets
...
Add new butterfly-assets
2023-08-07 16:29:29 +02:00
Phi
dbb166b840
Set upgrade epoch on Butterfly earlier
...
Set upgrade epoch on Butterfly earlier
2023-08-07 14:59:23 +02:00
Shrenuj Bansal
864e8219ae
WIP: sector index yugabyte impl
2023-08-05 16:15:23 -04:00
Aayush
443620bcbf
chore: deps: update go-libp2p to v0.27.8
2023-08-04 13:49:11 -04:00
Mike Seiler
7f4d8b3052
add go-state-types with nv21 migration code
2023-08-03 23:59:30 +00:00
Phi
607e8cc84c
Updated Butterfly-assets
...
Updated Butterfly-assets as the butterfly-network has been reset.
2023-08-03 16:14:17 +02:00
Łukasz Magiera
c8f8095601
update ffi with synth porep fixes
2023-08-03 10:29:02 +02:00
Łukasz Magiera
f620310bfe
address review
2023-08-02 17:04:58 +02:00
Łukasz Magiera
683432e6e0
Merge pull request #11119 from filecoin-project/chore/cleanup-compunscid
...
chore: legacy syscalls: Cleanup ComputeUnsealedSectorCID
2023-08-02 06:45:35 -07:00
Mikers
4f0e2f3276
Added CPU profiling option to lotus-shed
...
This commit includes the following updates:
- Added a new 'pprof' flag to the command-line arguments in main.go. This flag allows the user to specify a file name for writing CPU profile information, enabling performance analysis.
- Implemented functionality to start CPU profiling in the 'Before' function. If a file name is provided via the 'pprof' flag, the function creates the specified file and begins CPU profiling.
- Added an 'After' function to stop CPU profiling once the program execution is finished.
These changes provide a way to analyze the CPU usage of the 'lotus-shed' application, which can be valuable for performance tuning and optimization.
2023-08-02 01:20:06 +00:00
Mikers
1eca520076
Added support for Filecoin network version 21 (v12 state types)
...
This commit includes the following updates:
- Imported v12 of the filecoin state types in migrations.go. This allows the system to interpret and operate on the latest structure of filecoin state information, ensuring compatibility with the latest version of the Filecoin network.
- Updated the 'getMigrationFuncsForNetwork' function to include a case for network.Version21, enabling the use of the UpgradeActorsV12 and PreUpgradeActorsV12 functions for network migration. These changes ensure the system correctly handles migrations when the network upgrades to version 21.
- Implemented a new 'checkNv21Invariants' function to check the invariants for version 21 of the Filecoin network. This function:
1. Loads the new state root from the actor store.
2. Retrieves the actor code IDs for the current state version (v12).
3. Loads the actor tree from the state root and checks state invariants using the actor code IDs.
4. Logs any error messages generated during the invariant check.
5. Finally, prints a message with the time taken to complete the checks.
By checking these invariants, we can ensure the system's state is consistent and valid after migrating to network version 21.
2023-08-01 14:23:55 -10:00
Aayush
3b9139d01e
feat: changelog: add consensus slasher as a highlight
2023-08-01 16:54:19 -04:00
Aayush Rajasekaran
46ad7476af
Merge pull request #11127 from filecoin-project/asr/backport-slasher
...
chore: backport improvements to the consensus slasher
2023-08-01 15:23:02 -04:00
Łukasz Magiera
fbac220208
feat: chain node: Move consensus slasher to internal service
2023-08-01 12:06:18 -04:00
Aayush
50a86f2161
feat: improvements to the consensus slasher
2023-08-01 12:05:06 -04:00
Aayush
a413a53be2
feat: refactor slashfilter to return bool indicating fault
2023-08-01 12:05:02 -04:00
Aayush
0f6207a755
feat: slasher: print error on failure
2023-08-01 12:04:57 -04:00
Aayush Rajasekaran
d082940d54
Merge pull request #11126 from filecoin-project/feat/move-cons-slasher
...
feat: chain node: Move consensus slasher to internal service
2023-08-01 11:59:40 -04:00
Łukasz Magiera
fe7cf0c39a
feat: chain node: Move consensus slasher to internal service
2023-08-01 17:34:44 +02:00
Łukasz Magiera
6636da1299
itests: Use Must-Post mining in TestDealsWithSealingAndRPC
2023-08-01 16:34:21 +02:00
Aayush
286482fd99
fix: failing test: Tweak TestWindowPostV1P1NV20 test condition
2023-08-01 09:34:44 -04:00
Łukasz Magiera
9b4992b834
Merge pull request #11123 from mtrisic/fix/sector-import-randomness-mismatch
...
sector import: fix evaluating randomness when importing a sector
2023-08-01 04:40:18 -07:00
Mladen Trišić
9459c612fb
sector import: fix evaluating randomness when importing a sector passing SubmitCommit state
2023-08-01 12:05:39 +02:00
Łukasz Magiera
8ce69d1397
Merge pull request #11121 from filecoin-project/asr/fix-test
...
fix: failing test: Tweak TestWindowPostV1P1NV20 test condition
2023-08-01 01:59:08 -07:00
ZenGround0
d900acc506
Merge pull request #11078 from filecoin-project/shed/zip-partition-info
...
feat:shed:gather partition metadata
2023-07-31 18:18:16 -04:00
Aayush
b88e4abe05
fix: failing test: Tweak TestWindowPostV1P1NV20 test condition
2023-07-31 16:07:09 -04:00
Aayush
4872ad66a7
feat: FVM: do not error on unsuccessful implicit messages
2023-07-31 15:37:54 -04:00
Aayush Rajasekaran
8e56357450
Merge pull request #11120 from filecoin-project/asr/shut-up-disputer
...
feat: FVM: do not error on unsuccessful implicit messages
2023-07-31 15:37:12 -04:00
Aayush Rajasekaran
e567b27ec3
Merge pull request #11098 from filecoin-project/asr/tracer-deets
...
feat: changelog: add details of tracer experiment
2023-07-31 15:29:51 -04:00
Aayush
cd958e4f6e
feat: FVM: do not error on unsuccessful implicit messages
2023-07-31 15:26:37 -04:00
Aayush Rajasekaran and Friðrik Ásmundsson
6635833aec
Update CHANGELOG.md
...
Co-authored-by: Friðrik Ásmundsson <fridrik01@gmail.com >
2023-07-31 15:19:23 -04:00
zenground0
482c90412d
Lint
2023-07-31 11:12:56 -06:00
zenground0
6a07def34a
gen
2023-07-31 10:53:07 -06:00
Łukasz Magiera
bf36ca93bb
legacy syscalls: Cleanup ComputeUnsealedSectorCID
2023-07-31 12:43:47 +02:00
simlecode
c3f421a9cd
feat: add Eip155ChainID to StateGetNetworkParams
2023-07-28 16:03:59 +08:00
Andrew Jackson (Ajax)
1d58bf09ca
Merge pull request #11069 from filecoin-project/clusterdb
...
feat/clusterdb
2023-07-27 18:43:06 -05:00
Andrew Jackson (Ajax)
0a57b84898
cleanup: itest removed from harmonydb
2023-07-27 18:42:16 -05:00
Aayush Rajasekaran
1e019da56b
Merge pull request #11107 from filecoin-project/asr/releasev1.23.3
...
chore: release v1.23.3
2023-07-27 19:30:43 -04:00
Aayush
9177b84602
chore: release v1.23.3
2023-07-27 18:38:50 -04:00
Friðrik Ásmundsson
3f93b86ebe
Merge pull request #11088 from filecoin-project/backfill-events-cli
...
Add new lotus-shed command for backfillling actor events
2023-07-25 10:43:40 +00:00
Aayush
02a0c9c6f3
feat: changelog: add details of tracer experiment
2023-07-24 10:49:37 -04:00
Fridrik Asmundsson
719215122b
Address PR feedback and move each epoch inside own tx
2023-07-24 14:18:31 +00:00
Fridrik Asmundsson
8a5950b3e9
Add new lotus-shed command for backfillling actor events
2023-07-24 11:37:30 +00:00
zenground0
df17f709a4
Record faulty status of sectors
2023-07-21 13:07:25 -06:00
Aayush Rajasekaran
977390e3c0
Merge pull request #11082 from filecoin-project/asr/fixup-rlpdecode
...
fix: ethtypes: handle length overflow case
2023-07-21 12:37:20 -04:00
Aayush
990b5a0bad
fix: ethtypes: handle length overflow case
2023-07-21 12:26:29 -04:00
zenground0
8c4e705df3
Count all precommit sector numbers that we are checking
2023-07-21 09:30:45 -06:00
zenground0
2776e29042
Gather info about overhead operations in deadline summary
2023-07-21 08:53:24 -06:00
ZenGround0
15faab8412
Merge pull request #11075 from filecoin-project/bench/amt-churn
...
feat:lotus-bench:AMT benchmarking
2023-07-20 19:27:27 -04:00
zenground0
4d8f8d2600
Review Response
2023-07-20 16:59:11 -06:00
Phi-rjan
9624dc53f8
Merge pull request #11032 from filecoin-project/feat/remove-existing-chain
2023-07-20 18:41:25 +02:00
Łukasz Magiera
0a83896589
sealing pipeline: Better retry for soft errors
2023-07-19 09:51:59 -07:00
Andrew Jackson (Ajax)
d39e699e1f
harmonydb: better API
2023-07-18 14:51:26 -07:00
Łukasz Magiera
d127208b85
sealing pipeline: Fix PC1 retry loop
2023-07-18 13:04:06 -07:00
Aayush Rajasekaran
2ddb52e103
feat: daemon: import: only setup stmgr if validating chain ( #11084 )
2023-07-18 08:03:34 -10:00
Łukasz Magiera
7adf8237f6
add synthPoRep support to bench simple
2023-07-18 10:27:40 -07:00
Aayush Rajasekaran
d40946fb8c
Merge pull request #11081 from filecoin-project/steb/bare-cbor
...
feat: vm: allow raw "cbor" in state and use the new go-multicodec
2023-07-18 12:53:44 -04:00
Aayush Rajasekaran
9e5e77b778
Merge pull request #11083 from filecoin-project/asr/shut-up
...
chore: stmgr: migrations: do not log noisily on cache misses
2023-07-18 10:33:39 -04:00
Aayush
e17af657da
chore: stmgr: migrations: do not log noisily on cache misses
2023-07-18 10:22:30 -04:00
Phi
c4b469bf86
Update butterfly-bootstraps
...
Update butterfly-bootstraps
2023-07-18 13:38:33 +02:00
Phi
9aaa00b32d
Add butterfly artifacts
...
Add butterfly artifacts
2023-07-17 22:54:17 +02:00
Steven Allen
1fc47eb7d8
feat: vm: allow raw "cbor" in state and use the new go-multicodec
...
1. Switch to go-multicodec as the source of multicodec code information.
This gives us a central, generated source of multicodec codes.
2. Use this library inside the VM and shapshot logic to consistently
allow CBOR, in addition to DagCBOR.
3. Remove the hard-coded CBOR constant.
2023-07-17 11:24:01 -07:00
Aayush Rajasekaran
3af9fde0b4
Merge pull request #11080 from filecoin-project/asr/fix-drand-sched
...
fix: daemon: set real beacon schedule when importing chain
2023-07-17 14:13:47 -04:00
Phi
4534416aa3
Update butterfly-schedule
...
Update butterfly-schedule
2023-07-17 17:56:59 +02:00
Aayush
09b566dde1
fix: daemon: set real beacon schedule when importing chain
2023-07-17 09:36:41 -04:00
Aayush Rajasekaran
a1ded51024
Merge pull request #10998 from filecoin-project/update-libp2p-v028
...
chore: update go-libp2p to v0.28.1
2023-07-17 09:33:10 -04:00
Aayush
e197d27f20
chore: deps: update go-libp2p to v0.28.1
2023-07-15 11:39:17 -04:00
Friðrik Ásmundsson
23d705e33b
Merge pull request #11079 from filecoin-project/11053-decoderlp-panic
...
fix: DecodeRLP can panic
2023-07-15 11:13:14 +00:00
Andrew Jackson (Ajax)
724bf76146
Merge branch 'clusterdb' of https://github.com/filecoin-project/lotus into clusterdb
2023-07-14 18:05:57 -05:00
Andrew Jackson (Ajax)
d17bfb14f8
feat: miner deps: harmonydb
2023-07-14 18:05:49 -05:00
Andrew Jackson (Ajax)
e9f7c9c3ec
cast cleanup
2023-07-14 18:00:05 -05:00
Andrew Jackson (Ajax)
a22b7cf869
circleci try 21 use the test's config
2023-07-14 17:05:40 -05:00
Andrew Jackson (Ajax)
15a8e79f13
harmonydb metrics oops
2023-07-14 16:12:36 -05:00
Andrew Jackson (Ajax)
19df71fc5c
circleci try 20
2023-07-14 16:00:19 -05:00
Andrew Jackson (Ajax)
7cd274167c
circleci try 19
2023-07-14 15:26:14 -05:00
Andrew Jackson (Ajax)
cb4645b344
circleci try 18
2023-07-14 15:23:42 -05:00
Andrew Jackson (Ajax)
3fed2b207b
circleci test 17
2023-07-14 15:07:51 -05:00
Andrew Jackson (Ajax)
b9c615ace5
harmony codename and long itest timeout
2023-07-14 11:22:01 -05:00
Andrew Jackson (Ajax)
bde2dbdc14
circleci test
2023-07-14 10:55:07 -05:00
Andrew Jackson (Ajax)
a56a6c14c3
circleci try 16
2023-07-14 09:46:03 -05:00
Andrew Jackson (Ajax)
2baf8e6dfd
circleci try 15
2023-07-14 09:35:21 -05:00
Fridrik Asmundsson
871d1ba547
fix: DecodeRLP can panic
2023-07-14 11:49:50 +00:00
Łukasz Magiera
03078cdb56
Merge pull request #11059 from filecoin-project/asr/deflake
...
feat: deflake: Use MockProofs
2023-07-14 09:19:18 +02:00
Steven Allen
5743ed0151
test: fix fevm recursive call
...
We've now lost 2 recursive calls, but that really shouldn't make a
difference.
2023-07-13 22:26:25 -07:00
Andrew Jackson (Ajax)
37318e70c8
circleci try 14
2023-07-13 23:29:16 -05:00
Andrew Jackson (Ajax)
cf28802612
circleci try 14
2023-07-13 23:12:44 -05:00
Andrew Jackson (Ajax)
32f884e39b
circleci try 13
2023-07-13 23:10:45 -05:00
Andrew Jackson (Ajax)
b393e058c5
circleci try 12
2023-07-13 22:57:36 -05:00
Andrew Jackson (Ajax)
a4e166187b
Merge branch 'clusterdb' of https://github.com/filecoin-project/lotus into clusterdb
2023-07-13 22:52:03 -05:00
Andrew Jackson (Ajax)
9acd6c7e33
circleci try 11
2023-07-13 22:49:44 -05:00
Andrew Jackson (Ajax)
fb30289dad
Updated config.yml
2023-07-13 22:08:07 -05:00
Andrew Jackson (Ajax)
3cf920c750
circleci try 10
2023-07-13 21:33:56 -05:00
Andrew Jackson (Ajax)
b7a491c10a
circleci try 10
2023-07-13 12:54:29 -05:00
Andrew Jackson (Ajax)
3705989c29
circleci try 9
2023-07-13 12:53:59 -05:00
Andrew Jackson (Ajax)
0811965046
circleci try 8
2023-07-13 12:49:10 -05:00
Andrew Jackson (Ajax)
633b65d392
circleci try 7
2023-07-13 12:19:32 -05:00
Łukasz Magiera
9eb4bb8559
make gen
2023-07-13 17:44:14 +02:00
zenground0
38b21a713a
Lint
2023-07-13 08:41:34 -06:00
Łukasz Magiera
85b78f9ffd
update ffi to use lowercased synth challenges file name
2023-07-13 15:48:20 +02:00
Łukasz Magiera
34996df465
update state-types to include fixed MaxProveCommitDuration policy
2023-07-13 15:48:20 +02:00
Łukasz Magiera
a39694741e
ffiwrapper: Test synth porep
2023-07-13 15:48:20 +02:00
Łukasz Magiera
b649ebddd5
TestPledgeSynth: must-post mining
2023-07-13 15:48:20 +02:00
Łukasz Magiera
f7d51da567
docsgen
2023-07-13 15:48:20 +02:00
Łukasz Magiera
85efa3ef51
Use state-types with correct v12 migration
2023-07-13 15:48:20 +02:00
Łukasz Magiera
50cf19722a
Make Synthetic PoRep work
2023-07-13 15:48:20 +02:00
Łukasz Magiera
c58ab3e582
more correct actor bundles
2023-07-13 15:48:20 +02:00
Łukasz Magiera
f8c151094f
itests: Add test for synth-porep pledge
2023-07-13 15:48:20 +02:00
Łukasz Magiera
2f19a5f66d
gen, fix build with new state-types
2023-07-13 15:48:19 +02:00
Łukasz Magiera
518c2cdf6e
rename synth porep config to a shorter name
2023-07-13 15:48:16 +02:00
Łukasz Magiera
c7dd001c64
ffiwrapper: Synth cleanup fixes
2023-07-13 15:48:16 +02:00
Łukasz Magiera
a43f066b55
fix deps
2023-07-13 15:48:15 +02:00
Andrew Jackson (Ajax)
1a799aec37
fixes
2023-07-13 15:48:08 +02:00
Andrew Jackson (Ajax)
8281b26f94
Synthetic PoRep provider interface solution
2023-07-13 15:47:59 +02:00
Andrew Jackson (Ajax)
7f306a5b02
Synthetic PoRep Impl
2023-07-13 15:47:59 +02:00
Andrew Jackson (Ajax)
5ed8a5c0ac
clearSynthProofs
2023-07-13 15:47:59 +02:00
Andrew Jackson (Ajax)
08038540e4
Impl synthPoRep
2023-07-13 15:47:59 +02:00
Andrew Jackson (Ajax)
f4fe4cae9c
synthetic porep config
2023-07-13 15:47:59 +02:00
Andrew Jackson (Ajax)
b43665a3c1
synthPoRep in PreferredSeal..()
2023-07-13 15:47:58 +02:00
Andrew Jackson (Ajax)
1db45f46ae
synthetic-porep subpackages
2023-07-13 15:47:20 +02:00
Phi
68a03c4181
Set local devnet-genesis to nv20
...
Set local devnet-genesis to nv20
2023-07-13 15:47:20 +02:00
Phi
c7b9633160
feat: introduce local nv21 skeleton
...
Introduce nv21 skeleton for local testing:
- Use local go-state-types with actor_version_checklist changes: https://github.com/filecoin-project/go-state-types/blob/master/actors_version_checklist.md
- Imports mock v12-actors bundle
- Define upgrade heights
- Generate adapters
- Add upgrade schedule and migration
- Add actorstype to the NewActorRegistry in /chain/consensus/computestate.go
- Add upgrade field to api/types.go/ForkUpgradeParams
- Add upgrade to node/impl/full/state.go
- Add network version to chain/state/statetree.go
- make jen
- make docsgen-cli
2023-07-13 15:47:18 +02:00
zenground0
6eadc0ee57
gen
2023-07-13 07:37:51 -06:00
zenground0
eaf0200fe1
amt bench in good state
2023-07-12 23:58:02 -06:00
Andrew Jackson (Ajax)
3675277b27
circleci try6
2023-07-12 17:02:36 -05:00
Andrew Jackson (Ajax)
e156ad92e0
circleci try5
2023-07-12 16:28:30 -05:00
Andrew Jackson (Ajax)
c6bc597676
circleci try 4
2023-07-12 16:21:14 -05:00
Andrew Jackson (Ajax)
1b491d7c4a
circleci try 3
2023-07-12 16:13:36 -05:00
Andrew Jackson (Ajax)
6e0683fa13
circleci try2
2023-07-12 16:10:09 -05:00
Andrew Jackson (Ajax)
4b5c417bfd
circleci postgres try1
2023-07-12 16:08:14 -05:00
Aayush Rajasekaran
5aeb27ed94
Merge pull request #11063 from storswiftlabs/slasher
...
feat: daemon: improvemens to the consensus slasher
2023-07-12 16:59:30 -04:00
Andrew Jackson (Ajax)
27111da6be
ITestID not string
2023-07-12 14:44:05 -05:00
Andrew Jackson (Ajax)
76489c2e04
Clusterdb ITests: default to unique test id
2023-07-12 11:25:44 -05:00
Andrew Jackson (Ajax)
c89e9ca44f
SturdyConfig Fixed: ITestID
2023-07-12 11:02:23 -05:00
Andrew Jackson (Ajax)
3212a23741
renames
2023-07-11 21:50:03 -05:00
Andrew Jackson (Ajax)
48ebd1330c
feat/clusterdb
2023-07-11 17:20:09 -05:00
Aayush Rajasekaran
43ac79944f
Merge pull request #11067 from filecoin-project/asr/releasev1.23.3
...
chore: build: release v1.23.3-rc2
2023-07-11 13:50:51 -04:00
Aayush
19160d2343
chore: build: release v1.23.3-rc2
2023-07-11 11:53:14 -04:00
Aayush Rajasekaran
67406a817b
Merge pull request #11066 from filecoin-project/asr/backport
...
Add tmp indices to events table while performing migration to V2
2023-07-11 11:41:53 -04:00
Aayush Rajasekaran
807a5dbaa8
Merge pull request #11016 from filecoin-project/sbansal/invert-validation-switch-checks
...
refactor: Make all validation error actions explicit
2023-07-11 11:31:40 -04:00
Fridrik Asmundsson
655ea1e0b5
Add tmp indices to events table while performing migration to V2
...
After the migration we also perform db administration on the
events DB to reduce its file size on disk.
(cherry picked from commit 0d7621be56 )
2023-07-11 10:25:32 -04:00
Aayush Rajasekaran
25c591fd6c
Merge pull request #11064 from filecoin-project/11056-speedup-event-migration
...
fix: events: Improve performance of event migration from V1 to V2
2023-07-11 10:23:14 -04:00
Fridrik Asmundsson
0d7621be56
Add tmp indices to events table while performing migration to V2
...
After the migration we also perform db administration on the
events DB to reduce its file size on disk.
2023-07-11 10:16:47 +00:00
mx
e9f57ae77f
feat: daemon: improvemens to the consensus slasher
2023-07-11 16:40:28 +08:00
zenground0
9bd0e9ed58
Fix classic bug
2023-07-10 16:32:37 -06:00
zenground0
3f4429a5ef
match json parsing
2023-07-10 16:00:03 -06:00
zenground0
921bdb85ab
correct json parsing of addr
2023-07-10 15:54:07 -06:00
zenground0
921e5520ea
debug
2023-07-10 15:32:19 -06:00
zenground0
cff7716707
Tool for measuring partition summaries
2023-07-10 15:28:14 -06:00
Aayush Rajasekaran
3e905d9532
Merge pull request #11055 from filecoin-project/asr/v1.23.3
...
fix: docs: correct 1.23.3 CHANGELOG
2023-07-10 17:16:33 -04:00
Shrenuj Bansal
d463abae2f
Merge pull request #11000 from filecoin-project/sbansal/update-release-template
...
chore: Extract stable release and post release portion outside of RC testing in template
2023-07-10 10:54:45 -04:00
Aayush Rajasekaran
3f71298c4b
Merge pull request #11054 from filecoin-project/asr/max-event-length
...
feat: types: apply a max length when decoding events
2023-07-10 10:37:30 -04:00
Aayush Rajasekaran
7a93a70e6e
Merge pull request #11060 from filecoin-project/asr/slasher-improvements
...
feat: slasher: improve UX
2023-07-10 10:30:18 -04:00
Aayush
5d072409f8
feat: deflake: Use MockProofs
2023-07-10 10:26:51 -04:00
Shrenuj Bansal
cbbd7dea0c
Merge pull request #11058 from filecoin-project/sbansal/add-prune-metrics
...
feat: Add a metric to display pruning of the node's peer
2023-07-10 09:45:41 -04:00
Aayush
4bc032430b
feat: slasher: improve UX
2023-07-08 13:40:38 -04:00
Aayush Rajasekaran
e58b1dfda2
Merge pull request #10979 from filecoin-project/asr/slasher-improvements
...
feat: daemon: improvemens to the consensus slasher
2023-07-08 13:05:34 -04:00
Aayush
7180b52d2c
feat: improvements to the consensus slasher
2023-07-08 11:21:35 -04:00
Aayush
802a9f0a78
feat: refactor slashfilter to return bool indicating fault
2023-07-08 11:14:41 -04:00
Aayush
4cfdf8e83c
feat: slasher: print error on failure
2023-07-08 11:14:41 -04:00
Aayush
07965467ee
feat: fvm: apply a max length when decoding events
2023-07-08 11:05:01 -04:00
Shrenuj Bansal
e54b32208c
fix
2023-07-07 14:17:21 -04:00
Shrenuj Bansal
1b61d13733
Add temp debug logging
2023-07-07 13:51:15 -04:00
Shrenuj Bansal
60ee56a23e
Add a metric to display pruning of the node's peer
2023-07-07 10:41:36 -04:00
ZenGround0
1358d70128
Merge pull request #11012 from filecoin-project/feat/stat-snapshot
...
feat:profiling:state summary and visualization
2023-07-06 16:28:05 -04:00
Aayush
40198535c5
fix: docs: correct 1.23.3 CHANGELOG
2023-07-06 09:42:45 -04:00
Łukasz Magiera
537d31416e
Merge pull request #11031 from filecoin-project/feat/shed-block-json
...
feat: shed: command for decoding block headers
2023-07-06 11:55:02 +02:00
Łukasz Magiera
e30f8af2d1
make gen
2023-07-06 09:35:10 +02:00
Łukasz Magiera
402895fdf0
itests: Test too-slow sector sealing cleanup
2023-07-06 09:27:09 +02:00
Łukasz Magiera
a5f66b5605
Merge pull request #11045 from filecoin-project/fix/tune-down-log-lvl
...
fix: stores: Tune down StorageDeclareSector` log-lvl
2023-07-06 08:21:13 +02:00
Łukasz Magiera
a03746c5df
Merge pull request #11047 from filecoin-project/arajasek-patch-2
...
feat: docs: include FFI steps in lotus RELEASE_ISSUE_TEMPLATE
2023-07-06 08:19:39 +02:00
Shrenuj Bansal
bc5637c60a
keep default action as reject and make all error actions explicit
2023-07-05 12:13:01 -04:00
Aayush Rajasekaran
5a45410884
Merge pull request #11051 from filecoin-project/asr/v1.23.3
...
chore: build: release v1.23.3-rc1
2023-07-04 17:33:38 -04:00
Aayush Rajasekaran and Jiaying Wang
0c5400f7f6
fix: changelog: v1.23.1-rc1 is a release candidate
...
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com >
2023-07-04 17:22:18 -04:00
Aayush Rajasekaran
4240990c6c
Merge pull request #11049 from filecoin-project/asr/v1.23.4
...
chore: build: update to v1.23.4-dev
2023-07-04 17:21:35 -04:00
Aayush
ab72562a68
chore: build: release v1.23.3-rc1
2023-07-04 17:00:23 -04:00
Jiaying Wang
1a2a2314b3
Update and rename epic.md to task.md
2023-07-04 16:26:15 -04:00
Jiaying Wang
8ad89188fe
Create epic.md
2023-07-04 16:24:30 -04:00
Aayush
13a65fdf56
feat: docs: add more steps to the release template
2023-07-04 16:08:21 -04:00
Aayush
126869ed98
chore: build: update to v1.23.4-dev
2023-07-04 15:51:09 -04:00
Aayush Rajasekaran
d5ae0905f9
feat: docs: include FFI steps in lotus RELEASE_ISSUE_TEMPLATE
2023-07-04 15:03:58 -04:00
Aayush Rajasekaran
a5791ff963
Merge pull request #11040 from filecoin-project/steb/update-ffi
...
chore: update ffi & fvm
2023-07-04 14:57:56 -04:00
Łukasz Magiera
9b52b06ea9
fix: sealing: Fix RetryCommitWait loop when sector cron activation fails
2023-07-04 13:35:49 +02:00
Phi
2061c32a2e
Check error
...
Check error
2023-07-04 11:53:28 +02:00
Phi
dedfa143ce
Extract removeExistingChain to seperate func
...
Extract removeExistingChain to seperate func
2023-07-04 11:30:06 +02:00
Phi
13224e3e0b
Remove unused function
...
Remove unused clearSplitStoreDir function
2023-07-04 11:07:50 +02:00
Phi
8220e7f82f
Tune down log-lvl
...
Tune down log-lvl
2023-07-04 09:35:49 +02:00
Steven Allen
75383cf57d
chore: ffi: update fvm
...
- Updates to wasmtime 10.
- Unifies some dependencies between fvm v2 and v3 (slightly smaller
binary).
- Supports instance pool oversubscription when FVM concurrency is
enabled. This should allow users to specify high concurrency values
without running out of address space.
2023-06-30 12:23:09 -07:00
Shrenuj Bansal
017f20c346
Merge pull request #11039 from filecoin-project/sbansal/build-version
...
chore: Update build version to 1.23.3-dev
2023-06-30 15:01:46 -04:00
Aayush Rajasekaran
225cf0fa7f
Merge pull request #11038 from filecoin-project/sbansal/merge-releases-into-master
...
chore: merge releases back into master
2023-06-30 12:53:18 -04:00
Shrenuj Bansal
3e36893537
Merge branch 'releases' into sbansal/merge-releases-into-master
2023-06-30 12:33:38 -04:00
Shrenuj Bansal
05b2e2196f
Update build version to 1.23.3-dev
2023-06-30 12:16:30 -04:00
Łukasz Magiera
7b21420831
feat: shed: command for decoding block headers
2023-06-30 14:24:07 +02:00
Phi
5201744199
feat: snapshot: remove existing chain
...
Remove existing chain on a snapshot-import
log info instead of print
log info instead of print
Remove defer lock
Remove defer lock, and explicitly close the lockedRepo instead
2023-06-30 14:14:16 +02:00
Friðrik Ásmundsson
8577dcb475
Merge pull request #11015 from filecoin-project/fix-dedup
...
feat: Make sure we don't store duplidate actor events caused to reorgs in events.db
2023-06-30 11:56:20 +00:00
Fridrik Asmundsson
b80c0828b9
feat: Make sure we dont store duplidate actor events caused by reorgs
2023-06-30 11:20:57 +00:00
zenground0
3f0ddcc553
Cleanup plotting script
2023-06-29 13:22:16 -06:00
zenground0
ab72f2e230
Lint
2023-06-28 22:35:28 -06:00
Aayush Rajasekaran
30a9f63165
Merge pull request #11002 from filecoin-project/feat/dealbounds-calc
...
sealing: Use only non-assigned deals when selecting snap sectors
2023-06-28 16:13:33 -04:00
Aayush Rajasekaran
2df1697be8
Merge pull request #11006 from beck-8/not_display_privatekey
...
chore: not display privatekey
2023-06-28 16:11:46 -04:00
Aayush Rajasekaran
49f8b030da
Merge pull request #11020 from filecoin-project/mikers/chore/update-state-invariants
...
chore: shed: update actor version
2023-06-28 16:11:09 -04:00
mike seiler
a1bfdfbc04
Refactor state invariant checks for different actor versions
...
This commit refactors the code in `invariants.go` to support state invariant checks for different actor versions. The code now includes checks for versions 10 and 11 of the actors. The `CheckStateInvariants` function is invoked based on the actor version, passing the appropriate parameters. This change ensures that state invariant checks are performed correctly for different actor versions.
The changes made are as follows:
- Added imports for actor versions 10 and 11.
- Added `case` statements for versions 10 and 11 in the switch statement.
- Invoked `CheckStateInvariants` function with the correct parameters for each version.
- Handled errors returned by the `CheckStateInvariants` function.
These changes enhance the flexibility and compatibility of the code with different actor versions, improving the accuracy of state invariant checks.
2023-06-28 12:50:15 -07:00
Shrenuj Bansal
8347235b55
Merge pull request #11018 from filecoin-project/sbansal/merge-1.23.2-into-releases
...
chore: merge release/v1.23.2 into releases
2023-06-28 15:35:12 -04:00
Shrenuj Bansal
9f73150e4d
Merge pull request #11014 from filecoin-project/sbansal/1.23.2-cl-and-build-version
...
chore: build version and changelog for 1.23.2
2023-06-28 14:37:49 -04:00
Shrenuj Bansal
2c3282d4ba
small typo
2023-06-28 14:08:11 -04:00
Shrenuj Bansal
bd43d9fdfe
Update CHANGELOG.md
2023-06-28 13:52:19 -04:00
Shrenuj Bansal
be3281bdcf
Invert msg validation check to explicitly specify reject errors
2023-06-28 13:35:21 -04:00
Shrenuj Bansal
1337d83b8f
chore: build version and changelog for 1.23.2
2023-06-28 12:59:52 -04:00
Aayush
dbf944b488
fix: pubsub: do not treat ErrExistingNonce as Reject
2023-06-28 12:50:52 -04:00
zenground0
d2b2fba799
Remove debug pprof serving
2023-06-28 10:11:47 -06:00
zenground0
3cacbdfa18
Lint fixes
2023-06-28 09:52:47 -06:00
zenground0
016661b657
More cleanup
2023-06-28 09:17:57 -06:00
zenground0
3897bf14d1
Cleanup
2023-06-28 09:15:38 -06:00
zenground0
0cfdc9b5b6
Refactor for cleanup + measure top level HAMT churn
2023-06-27 17:57:00 -06:00
beck
2cf19d41af
not display privatekey
2023-06-28 03:29:58 +08:00
zenground0
77ea7ef90d
Tweak path stuff
2023-06-27 11:29:14 -06:00
zenground0
4aa977f119
Touch up pathing
2023-06-27 11:00:20 -06:00
zenground0
8f3123d75b
Churn json output is working
2023-06-27 00:54:02 -06:00
zenground0
36a88f45fc
Output is buggy but halfway there
2023-06-25 17:36:21 -06:00
zenground0
d599833b64
WIP
2023-06-25 15:55:41 -06:00
Łukasz Magiera
c79acf9ca4
sealing: Use only non-assigned deals when selecting snap sectors
2023-06-23 18:40:46 +02:00
Friðrik Ásmundsson
a2431ff70a
Merge pull request #10815 from filecoin-project/10814-eip-1891
...
Add EIP-1898 support needed for The Graph compatibility
2023-06-23 08:29:45 +00:00
Fridrik Asmundsson
dda2d7e023
Refactor EthBlockNumberOrHash and remove the number field
2023-06-22 17:18:50 +00:00
Łukasz Magiera
168d022018
Merge pull request #10921 from Jorropo/boxo2
...
chore: migrate to boxo
2023-06-22 10:44:05 -05:00
Łukasz Magiera
b8b9158074
make gen
2023-06-22 10:43:56 +02:00
Shrenuj Bansal
8b849e6ad9
Merge pull request #10999 from filecoin-project/sbansal/merge-releases-to-master-20230621
...
chore: merge releases back into master
2023-06-21 16:43:43 -04:00
Fridrik Asmundsson
eed38a3c21
Fix lint errors
2023-06-21 15:34:39 +00:00
Shrenuj Bansal
5f6977af1a
Extract stable release and post release portion outside of RC testing in template
2023-06-21 09:44:37 -04:00
Shrenuj Bansal
e4b8425656
Merge branch 'releases' into sbansal/merge-releases-to-master-20230621
2023-06-21 09:34:57 -04:00
Shrenuj Bansal
26dbe515d7
Merge pull request #10996 from filecoin-project/sbansal/1.23.1_to_releases
...
merge v1.23.1 to releases
2023-06-20 23:34:47 -04:00
Shrenuj Bansal
b68e3a1bc1
Merge pull request #10990 from filecoin-project/sbansal/1.23.1-final-cut
...
chore: Update build version and changelog for final 1.23.1 cut
2023-06-20 16:11:38 -04:00
Phi
a4271f2f51
Link to LOTUS_FVM_CONCURRENCY docs
...
Add link to LOTUS_FVM_CONCURRENCY docs
2023-06-20 18:17:55 +02:00
Phi
bd22319418
Remove old upgrade warnings
...
Remove old upgrade warnings. Instead call-out that users should read the upgrade warnings section in the v1.23.0 release if upgrading from v1.22.1
2023-06-20 18:15:09 +02:00
Phi
1cd7c44346
Update changelog
...
Update changelog before publishing
2023-06-20 14:29:41 +02:00
Fridrik Asmundsson
f358160cd5
Add EIP-1898 support needed for The Graph compatibility
...
Fixes : #10814
This PR updates the following RPC methods according to EIP-1898
specs.
The following RPC methods are affected:
- eth_getBalance
- eth_getStorageAt
- eth_getTransactionCount
- eth_getCode
- eth_call
Note that eth_getBlockByNumber was not included in this list in
the spec although it seems it should be affected also?
Currently these methods all accept a blkParam string which can be
one of "latest", "earliest", "pending", or a block number (decimal
or hex). The spec enables caller to additionally specify a json
hash which can include the following fields:
- blockNumber EthUint64: A block number (decimal or hex) which is
similar to the original use of the blkParam string
- blockHash EthHash: The block hash
- requireCanonical bool) If true we should make sure the block is
in the canonical chain
Since the blkParam needs to support both being a number/string and
a json hash then this to properly work we need to introduce a new
struct with pointer fields to check if they exist. This is done
in the EthBlockParamByNumberOrHash struct which first tries to
unmarshal as a json hash (according to eip-1898) and then fallback
to unmarshal as string/number.
2023-06-20 09:38:00 +00:00
hannahhoward
cc207ede88
refactor(deps): use forked kubo-api-client
2023-06-19 14:45:06 -07:00
hannahhoward
95383c1235
chore(deps): upgrade kubo to rc
2023-06-19 14:45:06 -07:00
hannahhoward
96699fae92
chore(deps): update to tagged go-fil-markets
2023-06-19 14:45:06 -07:00
hannahhoward
cf10e290d4
chore(deps): update to v0.10.0 boxo
2023-06-19 14:45:06 -07:00
Adin Schmahmann
73f09878e1
chore(blockstore): switch ipfs blockstore from go-ipfs-http-api to kubo/client/rpc
2023-06-19 14:45:06 -07:00
Jorropo
6c01310728
chore: migrate to boxo
...
This migrates everything except the `go-car` librairy: https://github.com/ipfs/boxo/issues/218#issuecomment-1529922103
I didn't migrated everything in the previous release because all the boxo code wasn't compatible with the go-ipld-prime one due to a an in flight (/ aftermath) revert of github.com/ipfs/go-block-format. go-block-format has been unmigrated since slight bellow absolutely everything depends on it that would have required everything to be moved on boxo or everything to optin into using boxo which were all deal breakers for different groups.
This worked fine because lotus's codebase could live hapely on the first multirepo setup however boost is now trying to use boxo's code with lotus's (still on multirepo) setup: https://filecoinproject.slack.com/archives/C03AQ3QAUG1/p1685022344779649
The alternative would be for boost to write shim types which just forward calls and return with the different interface definitions.
Btw why is that an issue in the first place is because unlike what go's duck typing model suggest interfaces are not transparent https://github.com/golang/go/issues/58112 , interfaces are strongly typed but they have implicit narrowing. The issue is if you return an interface from an interface Go does not have a function definition to insert the implicit conversion thus instead the type checker complains you are not returning the right type.
Stubbing types were reverted https://github.com/ipfs/boxo/issues/218#issuecomment-1478650351
Last time I only migrated `go-bitswap` to `boxo/bitswap` because of the security issues and because we never had the interface return an interface problem (we had concrete wrappers where the implicit conversion took place).
2023-06-19 14:45:05 -07:00
Shrenuj Bansal
63d631ddf5
Changelog
2023-06-19 17:25:24 -04:00
Shrenuj Bansal
ff10fb9c21
Update build version and changelog for final 1.23.1 cut
2023-06-19 11:35:13 -04:00
Shrenuj Bansal
a81bb4a6f4
Merge pull request #10969 from filecoin-project/sbansal/msgindex-comment-rel
...
Add comment stating msgIndex is an experimental feature
2023-06-09 12:58:36 -05:00
Shrenuj Bansal
5e8cae9b5c
Add comment stating msgIndex is an experimental feature
2023-06-09 11:49:52 -05:00
Shrenuj Bansal
e2d784132f
Merge pull request #10956 from filecoin-project/sbansal/1.23.1-rc4
...
chore: update changelog title and comments
2023-06-05 19:07:07 -04:00
Shrenuj Bansal
11b17e7e9e
update changelog
2023-06-05 18:06:15 -05:00
Aayush Rajasekaran
b5e2ee7d2f
Merge pull request #10954 from filecoin-project/sbansal/1.23.1-rc4
...
chore: update build version and changelog for 1.23.1-rc4
2023-06-05 18:01:33 -04:00
Shrenuj Bansal
aa0237949e
chore: update build version and changelog for 1.23.1-rc4
2023-06-05 16:18:23 -05:00
Jiaying Wang
8b2814bd89
Merge pull request #10949 from filecoin-project/asr/update-libp2p-backport
...
chore: deps: update to go-libp2p 0.27.5
2023-06-03 11:08:36 -04:00
Aayush Rajasekaran
324807a86d
chore: deps: update to go-libp2p 0.27.5
2023-06-03 10:09:17 -04:00
Shrenuj Bansal
f8b05f98a1
Merge pull request #10938 from filecoin-project/sbansal/v1.23.1-rc3
...
Update changelog and build version
2023-05-31 16:47:08 -04:00
Shrenuj Bansal
a750f29a30
Update changelog and build version
2023-05-31 16:23:48 -04:00
Aayush Rajasekaran
f4f0dd9ee3
Merge pull request #10937 from filecoin-project/jen/libp2p2
...
devs: update libp2p
2023-05-31 15:21:00 -04:00
jennijuju
7831ec64d7
update libp2p
2023-05-31 14:32:33 -04:00
Marten Seemann
3a7b52a66f
update go-libp2p to v0.27.3
2023-05-31 14:32:33 -04:00
Marten Seemann
48365f4f08
return all the public addresses in NatInfo
2023-05-31 14:32:33 -04:00
Marten Seemann
80d39f6616
chore: update go-libp2p to v0.27.1
2023-05-31 14:32:33 -04:00
Shrenuj Bansal
05d3dc811a
Merge pull request #10934 from filecoin-project/sbansal/backport-v1.23.1-rc3
...
feat: chainstore: sharded mutex for filling chain height index
2023-05-31 13:38:21 -04:00
Jakub Sztandera
80aa96ec25
Appease the linter
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai >
2023-05-31 12:48:34 -04:00
Jakub Sztandera
b65c93b2b4
feat: chainstore: sharded mutex for filling chain height index
...
This PR introduces as sharded mutex within the ChainIndex#GetTipsetByHeight.
It also replaces a go map with xsync.Map which doesn't require locking.
The lock is taken when it appears that ChainIndex filling work should be
started. After claiming the lock, the status of the cache is rechecked,
if the entry is still missing, the fillCache is started.
Thanks to @snissn and @arajasek for debugging and taking initial stabs at this.
Supersedes #10866 and 10885
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai >
2023-05-31 12:48:25 -04:00
Jiaying Wang
9900dbe1de
Merge pull request #10918 from filecoin-project/asr/backport
...
Check if epoch is negative in GetTipsetByHeight
2023-05-25 19:28:43 -04:00
Shrenuj Bansal
a509ca23ec
Check if epoch is negative in GetTipsetByHeight
2023-05-24 12:38:44 -04:00
Shrenuj Bansal
5a1738c9ba
Merge pull request #10853 from filecoin-project/sbansal/1.23.1-rc2
...
Changelog and build version for 1.23.1-rc2
2023-05-10 17:38:27 -04:00
Shrenuj Bansal
5aea90776c
update changelog
2023-05-10 16:25:05 -04:00
Shrenuj Bansal
67df60f26f
Changelog and build version for 1.23.1-rc2
2023-05-10 16:14:42 -04:00
Shrenuj Bansal
86f32d1c1f
Merge pull request #10851 from filecoin-project/sbansal/backport-1.23.1-rc2
...
Backport changes for 1.23.1-rc2
2023-05-10 16:04:48 -04:00
Łukasz Magiera and Steffen Butzer
60d576241c
fix: sched: Address GET_32G_MAX_CONCURRENT regression ( #10850 )
...
* Fix 1.21 regression: GET_32G_MAX_CONCURRENT + mixed prepared/executing leads to stuck scheduler
If you have 12 GET tasks and GET_32G_MAX_CONCURRENT=1, sealing jobs will only show assigned tasks for GET of the miner
and is stuck.
I believe this to be a regression of 1.21 unifying the counters, in the case of GETs where PrepType and TaskType
both being seal/v0/fetch leading to a state where tasks are blocked since already counted towards the limit.
* itests: Repro issue from PR #10633
* make counters int (non-working)
* fix: worker sched: Send taskDone notifs after tasks are done
* itests: Make TestPledgeMaxConcurrentGet actually reproduce the issue
* make the linter happy
---------
Co-authored-by: Steffen Butzer <steffen.butzer@outlook.com >
2023-05-10 15:45:50 -04:00
Phi
f03c06964f
Make docsgen-cli
...
Make docsgen-cli
2023-05-10 15:27:45 -04:00
Phi
4e49b8b671
Hide lotus-miner legacy markets cmds
...
Hide lotus-miner legacy markets cmds
2023-05-10 15:27:39 -04:00
Łukasz Magiera
0cfb69b95a
ci: run release on ci/ branches, include m1
2023-05-10 15:21:34 -04:00
Łukasz Magiera
9558df7cda
temp drop m1 from releases
2023-05-10 15:21:27 -04:00
Łukasz Magiera
779975c3a9
ci: Debugging m1 build
2023-05-10 15:21:19 -04:00
Shrenuj Bansal
e8dcf9f838
update cl ( #10819 )
2023-05-03 19:07:15 -04:00
Shrenuj Bansal
a03535ae20
Update changelog.md for release/v1.23.1
2023-05-03 18:32:10 -04:00
Shrenuj Bansal
fadc94f253
Update build version for release/v1.23.1
2023-05-03 17:20:57 -04:00