lotus/chain/types
Peter Rabbitson c2e5a837e6 Adjust various CLI display ratios to arbitrary precision
Originally the deviations from using float64 were insignificant, but at
exabyte scale they start to show up. Cleanup all displays, and clarify
the expectation text, adding an extra 99.9% probability calculator to
`lotus-miner info`
2021-05-25 14:09:01 +02:00
..
mock Merge remote-tracking branch 'origin/master' into feat/signing-backends 2020-10-09 20:36:51 +02:00
testdata Add golden test for exp function 2020-06-23 16:33:10 +02:00
actor.go Centralize some params in builtin 2020-09-29 02:25:43 -04:00
bigint_test.go Merge remote-tracking branch 'origin/master' into next 2020-07-10 21:50:38 +02:00
bigint.go Adjust various CLI display ratios to arbitrary precision 2021-05-25 14:09:01 +02:00
blockheader_test.go port to v2 imports 2020-10-21 12:16:23 -07:00
blockheader.go Better document the block-header fields 2021-01-27 20:52:18 +01:00
blockmsg.go scaffolding and refactoring to make post scheduler work 2019-09-17 19:50:03 -07:00
cbor_gen.go Update markets, cbor-gen with soft map decoding 2021-02-19 20:11:43 +01:00
electionproof_test.go Change WinCount to int64, wire it to BlockMessage 2020-06-24 19:51:22 +02:00
electionproof.go Change WinCount to int64, wire it to BlockMessage 2020-06-24 19:51:22 +02:00
execresult.go correctly mark new actors as "important" 2020-10-21 12:18:38 -07:00
fil_test.go enable parse and shorten negative FIL values 2021-01-09 17:48:36 +08:00
fil.go Add function to display nanoFIL 2021-05-07 15:30:05 +02:00
fullblock.go refactoring to accomodate the bls message changes in the spec 2019-08-01 18:19:22 -07:00
keystore.go Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
logs.go Structure logs 2019-10-11 02:00:04 +02:00
message_fuzz.go Audit pass for blatantly wrong panics 2019-11-16 17:41:14 -06:00
message_receipt.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
message_test.go port to v2 imports 2020-10-21 12:16:23 -07:00
message.go Avoid sending messages to the zero BLS address 2020-11-17 01:42:11 -05:00
mpool.go Add GasLimitOverestimation to mpool config 2020-08-08 17:09:47 +02:00
signature_test.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
signedmessage.go Fix BLS message ChainLength add more detail to ValidForBlockInclusion 2020-10-13 20:02:42 +02:00
state.go v4 specs-actors integration, nv12 migration 2021-04-27 02:02:44 -04:00
tipset_key_test.go Use EmptyTSK where appropriate 2021-04-29 01:00:03 -04:00
tipset_key.go Use EmptyTSK where appropriate 2021-04-29 01:00:03 -04:00
tipset.go modify tipset Equals 2020-09-27 10:17:06 +08:00
types_test.go Delete GasPrice from this world 2020-08-06 23:08:42 +02:00
vmcontext.go doc: add comments related to actor code review 2020-03-18 16:43:58 -07:00