登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
huasmaple
/
specs-actors
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.1.0
Network version 5. - Increase MaxProveCommitSize to 10KiB - Implement power actor state invariants
c5e31f2
2020-10-12 13:23
下载
v2.0.3
Bugfix - Fix MigrateStateTree to be threadsafe - Bring along new invariant checks
f5e6cde
2020-10-10 12:14
下载
v2.0.2
Add more invariant checks
20ebf9f
2020-10-09 09:33
下载
v2.0.1
Bug fix - Reward migration shifted filter values an extra 128 bits
9871db5
2020-10-07 08:20
下载
v2.0.0
v2 specs-actors - Pledge collateral lockup. Sector initial pledge is now treated the same way as pre-commit deposits. A miner’s balance cannot drop below the locked-up amount, even to pay fees. Fees are paid from unlocked balance and un-vested rewards. Fees exceeding this amount put the miner in fee debt. - Fee debt tracking and enforcement. If fees exceed a miner’s available balance and vesting rewards, the miner accumulates fee debt. A miner must repay this debt by depositing new funds in order to win block elections, commit new sectors, or withdraw any funds. Fees exceeding unlocked balance are no longer ignored. - Consensus fault enforcement. A reported consensus fault no longer terminates a miner. Instead, the miner pays a penalty (5 whole block rewards) and is barred from winning elections for finality (900) epochs. After a consensus fault report, subsequent reports must be for faults at a higher epoch than that previously reported (preventing replay). - Delayed sector power. Power for new sectors is not enabled until the first successful Window PoSt after the sector’s pre-commitment is proven. - Reduced minimum miner size. The minimum miner size for elections is 10 TiB raw power for 32GiB sectors (reduced from 100 TiB QA power), 20 TiB raw power for 64 GiB sectors. - Reduced pre-commit deposit and increased initial pledge for sectors that are replacing committed-capacity sectors. The new sector’s initial pledge cannot be less than that it replaces. - Termination fee for committed-capacity upgrade sectors are increased to account for the rewards earned by the replaced sector. This prevents termination fee evasion through upgrading a lost sector. - Reward baseline function initial value is changed to ~2.5EiB, with growth rate 100% per year. - Miner penalties in AwardBlockReward are multiplied by 3. - New sector commitments reject duplicate deal IDs. - Seal challenge lookback and prove-commit delay are separate parameters. Lookback is 24hr + finality, prove-commit delay is 24hr + pre-commit challenge delay. - Miner ChangeWorkerAddress no longer uses cron for the delay, must be activated explicitly. - The verified registry, payment channel, and multisig actors resolve account addresses to their canonical ID form, creating the account actor state if necessary. - A new miner’s proving period starts in the past, not after construction. - Miner has new ChangeOwnerAddress method - Multisig actors’ vesting start epoch can be set at construction. - Multisig actor purges approvals from removed signers - Upgraded to HAMT with fixed internal node ordering. - Fixed errors in partition compaction, batch proof verification sequencing, sector fault/upgrade conflicts, and more. - Minor optimizations to state access. - Various method parameters have bounds on size or magnitude. - The new actor code comes with new code CIDs - Fixes for state corruption after CC-upgrade then fault, and related issues with expiration queues - The Go module path is changed to github.com/filecoin-project/specs-actors/v2, so an implementation can import both v0 and v2 to process an upgrade. - Actors state migrations introduced - Migration that moves from v0 state to v2 state, fixes up state corrupted by CC upgrade then fault and a broken balance invariant bug, fixes up suboptimal reward actor state left from a previous migration
6d78706
2020-10-07 05:47
下载
v0.9.12
add testing vm
17d3c60
2020-10-01 03:55
下载
v0.9.11
Reduce Window PoSt penalties and changes baseline function parameters as in-place upgrade. - State migration to change Reward actor baseline function to 2.5EiB @ 100% - Remove penalties on Window PoSt recovery and missed PoSt (FIP-0002)
fc594d5
2020-09-25 12:02
下载
v0.9.10
Use shared keyer
7d12e56
2020-09-15 04:03
下载
v0.9.9
Prepare for migrations - refactor runtime extracting more types - import top level actor and state tree types
1296e00
2020-09-14 21:08
下载
v0.9.8
Minor changes for a non-migrating on-chain upgrade to protocol version 2. - Add multisig.LockBalance method for post-construction vesting configuration. - Update to go-state-types with deadline info, network version, etc - Update HAMT dependency to filecoin-project location
8a674e7
2020-09-10 11:36
下载
v0.9.7
Small in place up grade - use runtime NetworkVersion method - make CE params less intense
c6ce286
2020-09-08 02:25
下载
v0.9.6
Extract exitcode, crypto to go-state-types.
6e909d4
2020-09-06 04:57
下载
v0.9.5
Extract exitcode and crypto to shared types
ef682df
2020-09-05 03:44
下载
v0.9.4
Extract unchanging types to go-state-types
ef682df
2020-09-05 03:44
下载
v0.9.3
Release v0.9.3 Cap initial pledge to 1 FIL/32 GiB
f4024ef
2020-08-18 22:06
下载
v0.9.2
Release v0.9.2
aefc608
2020-08-13 06:34
下载
v0.9.1
Release v0.9.1 Cherry-picks updates and fixes for go-address.
b8a3a6f
2020-08-12 06:36
下载
v0.9.0
Release candidate for Space Race. - Different syscalls for beacon vs ticket randomness - Tie Window PoSt to chain with ticket randomness - Remove cron callbacks for pre-commit expiration, use a quantized queue instead (performance) - Replace vesting funds AMT with an array (performance) - Updated Bitfield, CID, cbor-gen dependencies (performance) - Limit of 200 prove commits per miner/epoch - Bitfields are a value type, not pointer - Market randomizes the processing epoch for deals - Allow miner owner to act as worker - A bunch of minor fixes and improvements - Lots of tests
c086860
2020-08-11 15:54
下载
v0.8.6
Bugfix: update to latest cborgen
2a20736
2020-08-01 01:02
下载
v0.8.5
Incentivized testnet feature complete - cryptoecon parameter tuning - BR now a projection over variable days - alpha beta vals - allocation
b7fa992
2020-07-31 20:58
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/wangliming_1/specs-actors.git
git@gitee.com:wangliming_1/specs-actors.git
wangliming_1
specs-actors
specs-actors
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册