Aayush Rajasekaran
|
49b27da426
|
Add delete functionality to the wallet
|
2020-06-07 19:36:01 -04:00 |
|
Aayush Rajasekaran
|
656b285195
|
Bugfix: Begin walkback when lookback target's height is too low
|
2020-06-04 18:17:54 -04:00 |
|
whyrusleeping
|
86083531c6
|
a couple bugfixes
|
2020-06-04 18:17:54 -04:00 |
|
Jeromy
|
c01f70105f
|
implement chain index to make lookbacks faster
|
2020-06-04 18:17:54 -04:00 |
|
Aayush Rajasekaran
|
4b01b666f6
|
Bugfix: searchback for a message should stop if we reach sender nonce of 0
|
2020-06-03 14:08:05 -04:00 |
|
Jeromy
|
9b867a221a
|
add subcall timing to compute state output
|
2020-06-02 12:53:24 -07:00 |
|
frrist
|
8ce6921b18
|
update chain-validation
- has new syscalls
|
2020-05-26 10:51:19 -07:00 |
|
frrist
|
c8f28103f3
|
update chain-val syscalls interface
|
2020-05-26 10:49:39 -07:00 |
|
Łukasz Magiera
|
9089aadbbf
|
Merge pull request #1821 from filecoin-project/deps/update-ffi
update to latest ffi
|
2020-05-26 19:34:02 +02:00 |
|
Jeromy
|
646800b8a8
|
update to latest ffi
|
2020-05-22 09:26:14 -07:00 |
|
vyzo
|
cc98117df2
|
log block validation time
|
2020-05-22 17:21:37 +03:00 |
|
Łukasz Magiera
|
ae60001dcc
|
post: Handle Recovering sectors
|
2020-05-20 18:41:20 +02:00 |
|
frrist
|
9165f14693
|
feedback: fatal errors in vm.transfer
|
2020-05-18 12:00:52 -07:00 |
|
frrist
|
9305eca97c
|
don't ignore transfer error in delete actor
|
2020-05-18 12:00:52 -07:00 |
|
frrist
|
0c2e4e2d4f
|
return correct exitcodes from vm transfer
|
2020-05-18 12:00:52 -07:00 |
|
Łukasz Magiera
|
59725b3af3
|
Merge pull request #1784 from filecoin-project/feat/update-serialization-vectors
update serialization vectors
|
2020-05-18 20:34:44 +02:00 |
|
Jeromy
|
e6f3b79b23
|
update serialization vectors
|
2020-05-18 11:02:34 -07:00 |
|
Aayush Rajasekaran
|
5220a61fc5
|
Add an interop test for block header serialisation
|
2020-05-16 17:27:04 -04:00 |
|
Łukasz Magiera
|
5c73602d24
|
Merge pull request #1757 from filecoin-project/feat/faster-mpool-add
cache signatures, and dont check them in a lock
|
2020-05-15 20:27:31 +02:00 |
|
Whyrusleeping
|
70657e35ba
|
Merge pull request #1708 from filecoin-project/feat/block-validator
Improved pubsub block validator
|
2020-05-15 11:26:26 -07:00 |
|
Jeromy
|
13fc3f2f54
|
remove stress test (not really a real test)
|
2020-05-15 11:00:13 -07:00 |
|
Jeromy
|
33ec4d332b
|
cache signatures, and dont check them in a lock
|
2020-05-15 10:56:38 -07:00 |
|
Łukasz Magiera
|
b90666b293
|
miner: optimize SelectMessages
|
2020-05-15 19:30:31 +02:00 |
|
Jeromy
|
88fa9726cc
|
use chainmsg type instead of unsigned message for gas price checking
|
2020-05-14 12:44:26 -07:00 |
|
Jeromy
|
881b0517b1
|
reuse logic between message selection and validation
|
2020-05-14 12:29:11 -07:00 |
|
Aayush Rajasekaran
|
2e74e1d2ae
|
Don't assert params must be empty for Methodnum = 0
|
2020-05-14 15:10:07 -04:00 |
|
vyzo
|
81bc159b3e
|
cache successful block signature validation
|
2020-05-14 20:48:40 +03:00 |
|
vyzo
|
50e05ae1ba
|
use sigs.CheckBlockSignature
|
2020-05-14 20:48:40 +03:00 |
|
vyzo
|
432c69c616
|
update message validator to provide rejection signal
|
2020-05-14 20:48:40 +03:00 |
|
vyzo
|
e714294273
|
initialize map
|
2020-05-14 20:48:19 +03:00 |
|
vyzo
|
c3a144bcb6
|
flesh out signature validation logic
|
2020-05-14 20:48:19 +03:00 |
|
vyzo
|
dd86a289ce
|
cache miner worker keys
|
2020-05-14 20:48:19 +03:00 |
|
vyzo
|
6e0dac06f4
|
utility to retrieve miner worker key from the chain
|
2020-05-14 20:48:19 +03:00 |
|
vyzo
|
5bd0e92068
|
remove source flagging from bogus CID blocks
it's ineffective.
|
2020-05-14 20:48:19 +03: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
|
a9689d8345
|
set verifreg root key
|
2020-05-13 17:04:08 -07:00 |
|
Łukasz Magiera
|
4e13d284b7
|
events: Fix revert+apply of msg execution, but not the message
|
2020-05-14 00:48:36 +02:00 |
|
hannahhoward
|
bbd2fbc434
|
test(events): add test to demo issue
|
2020-05-13 12:10:56 -07:00 |
|
Jeromy
|
1d8c8b9a8e
|
check gas limits on messages more places
|
2020-05-12 22:36:43 -07:00 |
|
Łukasz Magiera
|
4c64f0ca11
|
sync: enforce message gas limits
|
2020-05-13 03:36:56 +02:00 |
|
Aayush Rajasekaran
|
aec168e05f
|
Update specs-actors, re-enable full chain validation
|
2020-05-12 19:52:33 -04:00 |
|
Whyrusleeping
|
686c92ba02
|
Merge pull request #1713 from filecoin-project/feat/hack-reward-initial-value
hack in an initial value for LastPerEpochReward for the genesis block
|
2020-05-12 16:39:48 -07:00 |
|
Jeromy
|
141c77e17e
|
hack in an initial value for LastPerEpochReward for the genesis block
|
2020-05-12 16:32:54 -07:00 |
|
frrist
|
5726c4bd30
|
construct cron actor state correctly
|
2020-05-12 16:12:28 -07:00 |
|
Łukasz Magiera
|
9597e4c501
|
Merge pull request #1675 from filecoin-project/frrist/puppet-actor
update chain-validation and add puppet actor
|
2020-05-12 20:20:00 +02:00 |
|
Aayush Rajasekaran
|
46fb5f8602
|
update CV, skip nested sends test
|
2020-05-12 14:14:00 -04:00 |
|
Łukasz Magiera
|
ba389598ee
|
Cleanup build package
|
2020-05-12 19:59:28 +02:00 |
|
Łukasz Magiera
|
741cfb7f00
|
Merge branch 'feat/specs-actors-v0.5' into frrist/puppet-actor
|
2020-05-12 19:04:04 +02:00 |
|
Łukasz Magiera
|
6056a52978
|
Update specs-actors to pre v0.5
|
2020-05-12 18:58:43 +02:00 |
|