Travis Person
|
59e77ba6c8
|
Merge pull request #1457 from filecoin-project/feat/exitcodes
Update to new sepcs actors, more debug
|
2020-03-26 17:54:25 -07:00 |
|
Travis Person
|
090261f304
|
Revert gas exhausted exit code to SysErrOutOfGas
|
2020-03-27 00:19:34 +00:00 |
|
Jakub Sztandera
|
06cfbf5742
|
Switch exitcodes
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-03-26 22:11:06 +01:00 |
|
Aayush Rajasekaran
|
dc5159ce74
|
Update chain-validation, make necessary changes
|
2020-03-26 06:41:02 -04:00 |
|
Aayush Rajasekaran
|
1e1d0676ae
|
Set system actor's initial state correctly
|
2020-03-26 06:38:45 -04:00 |
|
Łukasz Magiera
|
6399499e9b
|
Fix sealing sectors with multiple pieces
|
2020-03-26 02:18:13 +01:00 |
|
Jakub Sztandera
|
edf03c9ba8
|
Use adt.Empty
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-03-26 02:00:25 +01:00 |
|
Jakub Sztandera
|
7a6eb723ad
|
Use correct epoch for vrf
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-03-26 01:33:35 +01:00 |
|
Jakub Sztandera
|
300c89f541
|
Update to new sepcs actors, more debug
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-03-26 01:02:13 +01:00 |
|
Jeromy
|
088d693eea
|
code review changes
|
2020-03-25 12:13:09 -07:00 |
|
Aayush Rajasekaran
|
60ec264470
|
enable gas validation
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
7b9872c473
|
don't skip any tests
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
ebcefa80e3
|
provide msg length to vm::ApplyMessage
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
c951e0cc83
|
do not reprocess duplicate messages in a block
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
3a0df321d1
|
actually create new bls keys
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
3896631a1c
|
Remove pre-execution validity checks on messages
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
490f85e690
|
Send implicit messages for block rewards, cron ticks, state calls, and genesis setup
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
ad15750be3
|
Charge sender no gas, and penalise miner for certain invalid messages
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
654f933d3f
|
set up builtin actors correctly for validation testing
|
2020-03-25 08:25:03 -04:00 |
|
Aayush Rajasekaran
|
09a46e5d80
|
fix some gas charge bugs, and make our new account actor creation follow GFC
|
2020-03-25 08:25:03 -04:00 |
|
Łukasz Magiera
|
201d0a4b19
|
Merge remote-tracking branch 'origin/testnet/3' into feat/new-workers
|
2020-03-25 01:02:23 +01:00 |
|
Whyrusleeping
|
60ea9e6ec8
|
Merge pull request #1426 from filecoin-project/asr/statewait
Re: #1412: Add a non-blocking version of StateWaitMsg
|
2020-03-24 16:17:47 -07:00 |
|
Jeromy
|
ec0d0a51db
|
chain validation nil return values should be []byte{}
|
2020-03-24 13:09:04 -07:00 |
|
Łukasz Magiera
|
66a682b55d
|
Merge remote-tracking branch 'origin/testnet/3' into feat/new-workers
|
2020-03-24 19:09:02 +01:00 |
|
Aayush Rajasekaran
|
d350a9d415
|
Re: #1412: Add a non-blocking version of StateWaitMsg
- This commit adds a new method called StateSearchMsg
- We can probably overhaul StateWaitMsg onto this new method at a later point in time
|
2020-03-24 06:43:15 -04:00 |
|
Aayush Rajasekaran
|
d5b1bfe197
|
only skip one test
|
2020-03-24 04:44:50 -04:00 |
|
Aayush Rajasekaran
|
df13cfa52b
|
Only resolve origin to pubkey address when creating a new account actor
|
2020-03-24 04:43:09 -04:00 |
|
Aayush Rajasekaran
|
753e8ff7f5
|
Award gas fees to miners correctly
|
2020-03-24 03:35:58 -04:00 |
|
Aayush Rajasekaran
|
9ccc02d664
|
Load actor states afresh before making state changes
- Not doing this is causing bugs when reverting, since the actor cache gets reset
|
2020-03-24 03:33:22 -04:00 |
|
Jeromy
|
14591e718d
|
skip tests so we can get this merged in
|
2020-03-23 18:52:39 -07:00 |
|
Jeromy
|
9e67bef4bd
|
drop balance checks in block validation
|
2020-03-23 18:50:58 -07:00 |
|
Jeromy
|
2228f13f99
|
a couple vm fixes
|
2020-03-23 18:50:58 -07:00 |
|
Jeromy
|
6fe245a278
|
use proper exitcodes for caller validation
|
2020-03-23 18:50:28 -07:00 |
|
Aayush Rajasekaran
|
066b755b6a
|
set up initial account state of new Secp accounts
|
2020-03-23 18:50:28 -07:00 |
|
Aayush Rajasekaran
|
72c6552b0b
|
Allow invocation of account actor methods
|
2020-03-23 18:50:28 -07:00 |
|
Aayush Rajasekaran
|
05d43af3fc
|
Only try to resolve origin address during top-level invocation
|
2020-03-23 18:50:28 -07:00 |
|
Jeromy
|
8bc4195b7a
|
WIP: updating and getting chainval tests passing
|
2020-03-23 18:50:18 -07:00 |
|
Whyrusleeping
|
d74ede5a79
|
Merge pull request #1428 from filecoin-project/feat/graphsync-fetching
WIP: integrate graphsync for chainsync requests
|
2020-03-23 18:47:17 -07:00 |
|
Jeromy
|
719cec13d5
|
prefer blocksync, fallback to graphsync
|
2020-03-23 13:46:15 -07:00 |
|
Łukasz Magiera
|
eeec5a1bba
|
Merge pull request #1274 from filecoin-project/feat/doc/actors
doc: add comments related to actor code review
|
2020-03-23 12:49:41 +01:00 |
|
Łukasz Magiera
|
5e4a7e54df
|
Rename agvmgr+sealmgr to sectorstorage
|
2020-03-23 12:47:10 +01:00 |
|
Jeromy
|
f1dbd35407
|
change genesis fields to match interop
|
2020-03-21 15:25:00 -07:00 |
|
Jeromy
|
f3781e8329
|
update and rerun cbor gen
|
2020-03-21 14:17:01 -07:00 |
|
whyrusleeping
|
9d7f19b950
|
some cleanup
|
2020-03-20 21:30:24 -07:00 |
|
hannahhoward
|
2e9a052f62
|
fix(chainsync): support longer graphsync fetches with loop
|
2020-03-20 21:30:24 -07:00 |
|
hannahhoward
|
34f755b2b9
|
feat(chainsync): fixes to make graphsync work for chain fetching
- store to chain blockstore (ok for now, since storage provider is a seperate process)
- simplify request fetching and processing
|
2020-03-20 21:30:24 -07:00 |
|
whyrusleeping
|
1076a1a89d
|
WIP: integrate graphsync for chainsync requests
|
2020-03-20 21:30:24 -07:00 |
|
Jeromy
|
6fcfd0a4f0
|
add a test to roundtrip export/import a chain
|
2020-03-20 18:22:24 -07:00 |
|
Jeromy
|
921f11db34
|
Rewrite chain export walker function to actually do the right thing
|
2020-03-20 17:18:57 -07:00 |
|
Łukasz Magiera
|
e6aa01653a
|
Merge remote-tracking branch 'origin/testnet/3' into feat/new-workers
|
2020-03-20 23:42:46 +01:00 |
|