Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibration network has extremely high circulating supply #5692

Open
travisperson opened this issue Feb 26, 2021 · 1 comment
Open

Calibration network has extremely high circulating supply #5692

travisperson opened this issue Feb 26, 2021 · 1 comment

Comments

@travisperson
Copy link
Contributor

travisperson commented Feb 26, 2021

ubuntu@preminer-0:~$ sudo lotus state --tipset @0 circulating-supply
Exact circulating supply:  252976960.0003615724929024 FIL
ubuntu@preminer-0:~$ sudo lotus state --tipset @1 circulating-supply
Exact circulating supply:  452976960.0003615724968448 FIL
ubuntu@preminer-0:~$ sudo lotus state circulating-supply
Exact circulating supply:  454387851.512457689803487177 FIL

Pledging sectors is currently costing 100FIL on the calibration network
image
https://calibration.filscan.io/#/tipset/message-list

cat pcr | jq -r 'select( .method == "PreCommitSector" ) | .value' | grep -v '^0' | grep -v null | lotus-shed math sum --avg --format fil
110.125837131771040796 FIL

However, it's reported to be many orders of magnitude lower

ubuntu@preminer-0:~$ sudo lotus-miner sectors get-cc-collateral --expiration $(echo "2880 * 540 + $(sudo lotus chain list --count 1 --format='<height>')" | bc)
Estimated collateral: 0.000000065565108224 FIL

This is also different than what the pcr service reports as the calculated collateral which makes me believe that something has changed.

{
  "level": "debug",
  "ts": "2021-02-26T18:09:22.280Z",
  "logger": "main",
  "caller": "lotus-pcr/main.go:1112",
  "msg": "processing message",
  "method": "PreCommitSector",
  "cid": "bafy2bzacectfiisxr4zqk2p6ujegjfum43fdsykkm524wjpjgvxt5i762c2tm",
  "from": "t3wsbvr22iqrsxo46fv6xiqk6z2x4xpxrvmtcb6fwmuhyx46dtu7n343duo3raqux7paydpqgw7urjfsn4ziaq",
  "to": "t01098",
  "value": "194348819602954295437",
  "gas_fee_cap": "100203",
  "gas_premium": "99149",
  "gas_used": 6457258,
  "refund": "2265999964439094161",
  "refund_fil": 2
}

https://gist.github.com/travisperson/c5d90ec16abcba9f72dd27d52b626afb

@f8-ptrk
Copy link
Contributor

f8-ptrk commented Feb 26, 2021

is it collateral or the precom deposit again?

@raulk raulk changed the title Calibration network has extrememly high ciruclating supply Calibration network has extrememly high circulating supply Mar 1, 2021
@raulk raulk changed the title Calibration network has extrememly high circulating supply Calibration network has extremely high circulating supply Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants