Jeromy
|
ec0d0a51db
|
chain validation nil return values should be []byte{}
|
2020-03-24 13:09:04 -07:00 |
|
Whyrusleeping
|
71f0acd7a3
|
Merge pull request #1442 from filecoin-project/feat/chainval-tests
WIP: updating and getting chainval tests passing
|
2020-03-24 10:00:07 -07: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
|
1c55c6afba
|
update to anorths chainval PR
|
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
|
881ed6aef7
|
Merge pull request #1440 from filecoin-project/fix/genesis-field-values
Fix/genesis field values
|
2020-03-22 22:10:33 +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 |
|
Whyrusleeping
|
21255eddee
|
Merge pull request #1439 from filecoin-project/fix/chain-export
Rewrite chain export walker function to actually do the right thing
|
2020-03-20 19:55:11 -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 |
|
Whyrusleeping
|
aad449f28a
|
Merge pull request #1425 from filecoin-project/fix/randomness-for-ec
use proper lookback, and proper serialization for randomness generation
|
2020-03-20 15:03:22 -07:00 |
|
Whyrusleeping
|
a3fd1d4b51
|
Merge pull request #1401 from filecoin-project/fix/nonce-miss-no-gas
Missmatching nonce does not charge gas
|
2020-03-20 14:56:33 -07:00 |
|
Jeromy
|
90f43d99ca
|
cbor marshal address for ticket generation
|
2020-03-20 14:56:05 -07:00 |
|
Whyrusleeping
|
0ca935e0b9
|
Merge pull request #1417 from filecoin-project/fix/sshot-after-gas
take snapshot after gas transfer so its not reverted on method failure
|
2020-03-20 14:16:54 -07:00 |
|
Whyrusleeping
|
f9bd0fb2ce
|
Merge pull request #1433 from filecoin-project/feat/serialization-vectors
Integrate updated serialization vectors as tests
|
2020-03-20 14:11:28 -07:00 |
|
Jeromy
|
588a55c9d7
|
update chain validation
|
2020-03-20 14:08:47 -07:00 |
|
whyrusleeping
|
84fd969710
|
take snapshot after gas transfer so its not reverted on method failure
|
2020-03-20 13:50:46 -07:00 |
|
Whyrusleeping
|
badaa5fad1
|
Merge pull request #1429 from filecoin-project/asr/NAA
Calculate new actor addresses as per updated spec
|
2020-03-20 13:50:08 -07:00 |
|
Jakub Sztandera
|
4ba4de3379
|
Missmatching nonce does not charge gas
It should charge miner but we don't have that mechanism yet.
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-03-20 20:44:45 +01:00 |
|
Aayush Rajasekaran
|
ef288b8a6c
|
Calculate new actor addresses as per updated spec
|
2020-03-20 15:43:08 -04:00 |
|
whyrusleeping
|
438aac190f
|
use proper lookback, and proper serialization for randomness generation
|
2020-03-20 12:20:56 -07:00 |
|
Whyrusleeping
|
7b69697439
|
Merge pull request #1434 from filecoin-project/feat/more-gas
Rework gas charging
|
2020-03-20 12:18:18 -07:00 |
|
Whyrusleeping
|
9df4fce282
|
Merge pull request #1438 from filecoin-project/frrist/display-chainval-testname
print chain-validation test name when running
|
2020-03-20 12:03:53 -07:00 |
|
Whyrusleeping
|
78de82158d
|
Merge pull request #1436 from filecoin-project/asr/hash
Use blake2b, not SHA, for VRFs
|
2020-03-20 11:30:04 -07:00 |
|
Aayush Rajasekaran
|
5e46c0b4e9
|
Use blake2b, not SHA, for VRFs
|
2020-03-20 11:23:22 -07:00 |
|
Jakub Sztandera
|
c874bd6a15
|
go mod tidy
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-03-20 19:01:12 +01:00 |
|
frrist
|
e6b0eaed61
|
go mod tidy
|
2020-03-20 10:41:10 -07:00 |
|
frrist
|
100fc47812
|
print chain-validation test name when running
- makes debugging easier
|
2020-03-20 10:35:59 -07:00 |
|
Jakub Sztandera
|
ac09a6432c
|
Skip failing tests, update chain-validation
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-03-20 18:21:13 +01:00 |
|
Jakub Sztandera
|
ae40654907
|
Rework gas charging
|
2020-03-20 03:26:40 -04:00 |
|
whyrusleeping
|
905fc968bf
|
Integrate updated serialization vectors as tests
|
2020-03-18 22:53:15 -07:00 |
|
Łukasz Magiera
|
825a3e1d5c
|
Merge pull request #1424 from filecoin-project/feat/state-tree-itnerop
add simple test for helping to test state tree interop
|
2020-03-19 03:24:30 +01:00 |
|