Releases: protofire/lotus
Releases · protofire/lotus
v1.33.0
Release Log
- github.com/filecoin-project/lotus:
- build: release Lotus Node v1.33.0 (filecoin-project#13111) (filecoin-project/lotus#13111)
- build: backport changes for Node v1.33.0 (filecoin-project#13110) (filecoin-project/lotus#13110)
- build: release Lotus Node v1.33.0-rc1 (filecoin-project#13088) (filecoin-project/lotus#13088)
- feat(f3): remove dynamic manifests and specify full static manifests (filecoin-project#13074) (filecoin-project#13090) (filecoin-project/lotus#13090)
- fix(f3): introduce rate limit to computing F3 power tables (filecoin-project#13085) (filecoin-project#13089) (filecoin-project/lotus#13089)
- chore: fix typo in subscription naming (filecoin-project#13086) (filecoin-project/lotus#13086)
- chore: upgrade to go
v0.8.4(filecoin-project#13084) (filecoin-project/lotus#13084) - chore(fountain): add sitemap and robots files (filecoin-project#13058) (filecoin-project/lotus#13058)
- style(fountain): new content and layout for the landing page (filecoin-project#13056) (filecoin-project/lotus#13056)
- docs: add ETH API information to V2 API documentation (filecoin-project#13068) (filecoin-project/lotus#13068)
- chore(release): cherry-pick v1.32.3 changelog back to master (filecoin-project#13080) (filecoin-project/lotus#13080)
- feat(f3): set initial power table for mainnet (filecoin-project#13077) (filecoin-project/lotus#13077)
- ci: migrate workflows to checkout v4 (filecoin-project#13067) (filecoin-project/lotus#13067)
- feat: expose
/v2APIs through Lotus Gateway (filecoin-project#13075) (filecoin-project/lotus#13075) - refactor: use slices.Contains to simplify code (filecoin-project#13076) (filecoin-project/lotus#13076)
- feat: set up very expensive tests to run in CI (filecoin-project#12939) (filecoin-project/lotus#12939)
- feat: fall back to EC finalized tipset if F3 is too far behind in eth APIs (filecoin-project#13070) (filecoin-project/lotus#13070)
- feat: fall back to EC if F3 finalized tipeset is older than 900 epochs (filecoin-project#13066) (filecoin-project/lotus#13066)
- docs: add "safe" tag to V2 API documentation (filecoin-project#13051) (filecoin-project/lotus#13051)
- chore(fountain): improve SEO and accessibility metadata (filecoin-project#13054) (filecoin-project/lotus#13054)
- chore: reduce log level for F3 participation lease renewal (filecoin-project#13061) (filecoin-project/lotus#13061)
- feat(eth)!: add Eth APIs to /v2 + minor improvements & fixes (filecoin-project#13026) (filecoin-project/lotus#13026)
- chore: recompress poorly compressed actor bundles (filecoin-project#13059) (filecoin-project/lotus#13059)
- chore: sysctl template, service burst limits (filecoin-project#13050) (filecoin-project/lotus#13050)
- test(evm): cover delegate call storage regression (filecoin-project#13010) (filecoin-project/lotus#13010)
- feat: add F3 Grafana Dashboard Template (filecoin-project#12934) (filecoin-project/lotus#12934)
- chore: fix function name in comment (filecoin-project#13047) (filecoin-project/lotus#13047)
- fix(deps): fix Ledger hardware wallet support (filecoin-project#13048) (filecoin-project/lotus#13048)
- chore: fix wrong comment (filecoin-project#13031) (filecoin-project/lotus#13031)
- chore(docs): remove consecutive duplicate words (filecoin-project#13044) (filecoin-project/lotus#13044)
- chore(docs): add more clarity to what StateMinerAvailableBalance is doing (filecoin-project#13045) (filecoin-project/lotus#13045)
- fix(shed): account for new sectors that haven't been proven yet (filecoin-project#13042) (filecoin-project/lotus#13042)
- feat: implement
safetag in tipset selection (filecoin-project#13034) (filecoin-project/lotus#13034) - fix(actors): use network, not actors version in error message (filecoin-project#13038) (filecoin-project/lotus#13038)
- fix(eth): apply limit in EthGetBlockReceiptsLimited (filecoin-project#12883) (filecoin-project/lotus#12883)
- feat(metrics): capture total gas metric from ApplyBlocks (filecoin-project#13037) (filecoin-project/lotus#13037)
- chore: mark generated openrpc and docs as generated (filecoin-project#13035) (filecoin-project/lotus#13035)
- chore: avoid test flakiness in v2 API tests caused by
WaitTillChain(filecoin-project#13033) (filecoin-project/lotus#13033) - feat: implement initial Lotus V2
StateAPIs (filecoin-project#13027) (filecoin-project/lotus#13027) - feat(metrics): capture gas metrics from ApplyBlocks, tweak time buckets (filecoin-project#13030) (filecoin-project/lotus#13030)
- chore: fix generated docs on
master(filecoin-project#13032) (filecoin-project/lotus#13032) - docs: add tipset sample in api docs (filecoin-project#13021) (filecoin-project/lotus#13021)
- ci: default to hosted runners unless explicitly instructed otherwise (filecoin-project#13023) (filecoin-project/lotus#13023)
- feat: implement ChainGetTipSet in Lotus v2 APIs (filecoin-project#13003) (filecoin-project/lotus#13003)
- docs(cli): add usage description for f3 powertable command (filecoin-project#13020) (filecoin-project/lotus#13020)
- chore: bump version to v1.32.3-dev (filecoin-project#13019) (filecoin-project/lotus#13019)
- chore(release): cherry-pick v1.32.2 changelog back to master (filecoin-project#13018) (filecoin-project/lotus#13018)
- chore: remove out-of-date API Readme (filecoin-project#13017) (filecoin-project/lotus#13017)
- fix(eth): return nil for eth transactions not found (filecoin-project#12999) (filecoin-project/lotus#12999)
- feat(shed): migrate-state tock-fix (filecoin-project#13014) (filecoin-project/lotus#13014)
- chore(deps): bump filecoin-ffi to v1.32.2 (filecoin-project#13011) (filecoin-project/lotus#13011)
- chore: update new Mainnet nv25 date to 2025-04-14T23:00:00Z (filecoin-project#13007) (filecoin-project/lotus#13007)
- chore: make
TockFixepoch for 2k network configurable [skip changelog] (filecoin-project#13008) (filecoin-project/lotus#13008) - feat!: actors bundle v16.0.1 & special handling for calibnet (filecoin-project#13006) (filecoin-project/lotus#13006)
- chore: use slices.Equal to simplify code (filecoin-project#13002) (filecoin-project/lotus#13002)
- docs(release): v1.32.0 release template improvements (filecoin-project#12874) (filecoin-project/lotus#12874)
- chore(release): cherry-pick v1.32.0&v1.32.1 changelog back to master (filecoin-project#13001) (filecoin-project/lotus#13001)
- feat(build): add calibnet-* etc. targets for per-network builds (filecoin-project#12972) (filecoin-project/lotus#12972)
- chore: bump version to v1.32.2-dev (filecoin-project#13000) (filecoin-project/lotus#13000)
- feat(shed): lotus-shed miner list-balances (filecoin-project#12984) (filecoin-project/lotus#12984)
- feat: set F3 activation contract address as specified in the FRC (filecoin-project#12994) (filecoin-project/lotus#12994)
- chore: make fiximports run in parallel (filecoin-project#12985) (filecoin-project/lotus#12985)
- chore: use the built-in max/min to simplify the code (filecoin-project#12993) (filecoin-project/lotus#12993)
- chore: set Mainnet nv25 upgrade epoch and update deps (filecoin-project#12986) (filecoin-project/lotus#12986)
- feat(shed): inspect miner fee payment at each deadline cron (filecoin-project#12981) (filecoin-project/lotus#12981)
- fix: take in NetworkName in shed f3 check-activation (filecoin-project#12982) ([filecoin-project/l...