whyrusleeping
|
621d675938
|
fixup tests
|
2020-08-19 13:32:53 -07:00 |
|
whyrusleeping
|
2ab202a03d
|
fixup ID allocation and a few other things
|
2020-08-19 12:54:33 -07:00 |
|
Sami Mäkelä
|
99e71badbf
|
check that accounts aren't overwritten
|
2020-08-19 13:03:59 +03:00 |
|
Sami Mäkelä
|
e894f360a5
|
merge
|
2020-08-19 12:26:19 +03:00 |
|
Sami Mäkelä
|
63ad6bc325
|
need to merge
|
2020-08-19 12:25:38 +03:00 |
|
Łukasz Magiera
|
e47e51275a
|
Merge pull request #3138 from filecoin-project/feat/remainder
place the remainder of unallocated funds in a 'remainder' account
|
2020-08-18 23:52:19 +02:00 |
|
whyrusleeping
|
abca69b476
|
configurable remainder account
|
2020-08-18 14:30:49 -07:00 |
|
Łukasz Magiera
|
574a22de6c
|
genesis: Set remainder account balance correctly
|
2020-08-18 22:52:25 +02:00 |
|
whyrusleeping
|
42730bcf1c
|
handle potential overallocation
|
2020-08-18 10:56:54 -07:00 |
|
Łukasz Magiera
|
36d87eb8e9
|
more checks around genesis CID
|
2020-08-18 15:04:31 +02:00 |
|
Sami Mäkelä
|
4ae02ef1b9
|
looks like it's working
|
2020-08-18 13:58:32 +03:00 |
|
Sami Mäkelä
|
88fbc044b3
|
adding actors for genesis msig addresses
|
2020-08-18 13:58:29 +03:00 |
|
whyrusleeping
|
64e18131c1
|
place the remainder of unallocated funds in a 'remainder' account
|
2020-08-17 23:38:58 -07:00 |
|
whyrusleeping
|
13e5b72cdb
|
proper genesis block history
Commit hash originally stamped into the ethereum blockchain:
https://etherscan.io/tx/0xe8f51c9eefb682cd866f059462577b6dd3d2685ff4b6437f6c940ff4f4aaf067
|
2020-08-17 21:13:43 -07:00 |
|
Aayush Rajasekaran
|
fe2da35a45
|
Move GetCircSupply out of the vm, and into stmgr
|
2020-08-12 15:32:07 -04:00 |
|
Jakub Sztandera
|
722d6e8ffb
|
Introduce base fee
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-06 21:14:38 +02:00 |
|
Aayush Rajasekaran
|
b51e2a868b
|
Merge branch 'next' into feat/cid-builder
|
2020-07-28 21:02:30 -04:00 |
|
Aayush Rajasekaran
|
de867d7a9a
|
Correct calculation of TotalCircSupply
|
2020-07-28 17:26:55 -04:00 |
|
Łukasz Magiera
|
927ee2406a
|
Downgrade actors, get tests to pass
|
2020-07-28 19:51:58 +02:00 |
|
Łukasz Magiera
|
09b90773d8
|
Merge remote-tracking branch 'origin/next' into feat/cid-builder
|
2020-07-28 16:06:06 +02:00 |
|
Łukasz Magiera
|
09eb3731f2
|
Fix duplicate vm setup in genesis
|
2020-07-28 15:38:13 +02:00 |
|
Jose Pablo Fernandez
|
834ce171d3
|
Merge branch 'next' into feat/genesis-rootkey
|
2020-07-28 11:53:00 +02:00 |
|
Sami Mäkelä
|
15481e63dd
|
merge
|
2020-07-24 12:34:48 +03:00 |
|
Steven Allen
|
b7a4dbb07f
|
Support inline CIDs
And use the new CidBuilder from the spec actors.
This patch does not switch over to inline CIDs by default, but paves the way.
|
2020-07-23 23:12:32 -07:00 |
|
Aayush Rajasekaran
|
5a6e12dc97
|
Genesis miners need to be registered in the market actor's balance table
|
2020-07-23 20:34:27 -04:00 |
|
Aayush Rajasekaran
|
e8837688a2
|
update specs actors
|
2020-07-23 16:44:09 -04:00 |
|
Steven Allen
|
5fc83f4d05
|
Refactor to use actor adt types instead of directly using HAMTs and AMTs
This way there's a single source of truth. Preparation for fixing
https://github.com/filecoin-project/specs-actors/issues/517 (requires changing
HAMT parameters).
|
2020-07-23 09:34:57 -07:00 |
|
Łukasz Magiera
|
d70edbcb7c
|
Set things on syscallShim
|
2020-07-22 13:35:10 -04:00 |
|
Sami Mäkelä
|
2780b57f83
|
Merge branch 'next' of github.com:filecoin-project/lotus into feat/genesis-rootkey
|
2020-07-22 11:48:04 +03:00 |
|
Jakub Sztandera
|
bb33994219
|
Make reward actor state in genesis more realistic
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-20 17:59:05 +02:00 |
|
Sami Mäkelä
|
287bfd9fb2
|
merge
|
2020-07-20 18:36:06 +03:00 |
|
Sami Mäkelä
|
3cc3c9a34e
|
generate an account
|
2020-07-20 18:03:27 +03:00 |
|
Łukasz Magiera
|
e6f3444eb2
|
mod tidy, gofmt
|
2020-07-20 14:31:39 +02:00 |
|
Sami Mäkelä
|
a62edd05de
|
adding rootkey to genesis
|
2020-07-20 11:28:45 +03:00 |
|
Łukasz Magiera
|
a06e685cfc
|
Merge pull request #2450 from filecoin-project/feat/seed-msig-work
Feat/seed msig work
|
2020-07-18 00:21:45 +02:00 |
|
Łukasz Magiera
|
cb6767a02b
|
Merge remote-tracking branch 'origin/next' into feat/actors-miner-refactor
|
2020-07-17 15:18:11 +02:00 |
|
Sami Mäkelä
|
21b78514f5
|
working
|
2020-07-16 15:30:59 -07:00 |
|
Łukasz Magiera
|
faebc4c948
|
WIP Integrating specs-actors with refactored miner state
|
2020-07-14 13:45:45 +02:00 |
|
Frank
|
14ec9a2068
|
update storage miner and seal worker document
|
2020-07-11 16:55:13 +08:00 |
|
Łukasz Magiera
|
b8f1264e71
|
genesis: Update process comment
|
2020-06-26 15:23:52 +02:00 |
|
Jeromy
|
b5cb1fe1e0
|
some minor cleanup of data verification for preseals
|
2020-05-13 21:00:32 -07:00 |
|
Jeromy
|
50fae56baf
|
Verify data for presealed data
|
2020-05-13 19:35:44 -07:00 |
|
Jeromy
|
8a69467982
|
add some simple sanity checking to incoming blocks in the syncer
|
2020-05-08 10:59:18 -07:00 |
|
Łukasz Magiera
|
9f9ae155e3
|
windowed post: Review cleanup
|
2020-04-21 23:38:33 +02:00 |
|
Łukasz Magiera
|
f10eed3ae3
|
genesis: Setup verifier registry
|
2020-04-21 20:25:43 +02:00 |
|
Jakub Sztandera
|
1bd28bdb6a
|
Fix lint errors
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-04-08 21:37:04 +02:00 |
|
Jakub Sztandera
|
ce4978d8c3
|
Reintroduce correct ticket randomness alongside ElectionProof
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-04-08 21:06:41 +02:00 |
|
Jeromy
|
8e0ca306d2
|
more wiring up of drandomness
|
2020-04-08 08:11:42 -07:00 |
|
Jeromy
|
f1dbd35407
|
change genesis fields to match interop
|
2020-03-21 15:25:00 -07:00 |
|
whyrusleeping
|
5076b2b950
|
fix reward actor and block reward application
|
2020-03-04 13:21:24 -08:00 |
|
whyrusleeping
|
df6e3e83bf
|
make it all build finally
|
2020-02-27 13:45:31 -08:00 |
|
Łukasz Magiera
|
ae634ef7df
|
actors: Remove addrass aliases
|
2020-02-25 21:54:58 +01:00 |
|
whyrusleeping
|
6d0eec6395
|
working towards a working genesis generator
|
2020-02-17 23:15:30 -08:00 |
|
Łukasz Magiera
|
3e4ebd6c9d
|
actors: fix miner constructor
|
2020-02-17 18:19:06 +01:00 |
|
Łukasz Magiera
|
a92099258b
|
genesis: Register system actor
|
2020-02-14 22:38:18 +01:00 |
|
Łukasz Magiera
|
c544c2b5c5
|
Set hamt bitwidth
|
2020-02-14 15:14:39 +01:00 |
|
Łukasz Magiera
|
0d6cfc879d
|
Use specs-actors ignatures
|
2020-02-13 00:52:36 +01:00 |
|
Łukasz Magiera
|
255f511abd
|
storageminer: Updates to new types
|
2020-02-12 23:12:11 +01:00 |
|
Łukasz Magiera
|
0aaf7b25a9
|
Propagate spec actor types more
|
2020-02-12 08:44:20 +01:00 |
|
Łukasz Magiera
|
ca3eabafef
|
genesis: Cleanup miner creation
|
2020-02-12 03:13:00 +01:00 |
|
Łukasz Magiera
|
048759a147
|
genesis: Correct early state construction
|
2020-02-12 02:15:02 +01:00 |
|
Łukasz Magiera
|
a4f6b739be
|
genesis: Change template types
|
2020-02-12 01:58:55 +01:00 |
|
Łukasz Magiera
|
63e801e00f
|
genesis: Cleanup the structure
|
2020-02-11 21:48:03 +01:00 |
|