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
Ł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
Whyrusleeping
6d9b8ee0dc
Merge pull request #1423 from filecoin-project/interopnet
...
New interop network info
2020-03-18 17:24:49 -07:00
whyrusleeping
1fb70fc0e0
add simple test for helping to test state tree interop
2020-03-18 17:23:59 -07:00
Travis Person
da631478a8
New interop network info
2020-03-19 00:22:59 +00:00
Whyrusleeping
7b0fc4ae7e
Merge pull request #1422 from filecoin-project/feat/update-specs-actors-2
...
update to latest specs actors code
2020-03-18 15:25:41 -07:00
whyrusleeping
f1327b75c3
update to latest specs actors code
2020-03-18 15:16:50 -07:00
Łukasz Magiera
3676daf7dc
Merge pull request #1421 from filecoin-project/fix/gas-limit-type
...
change gas limit to be a normal int64
2020-03-18 22:41:16 +01:00
whyrusleeping
ddf1beac6c
change gas limit to be a normal int64
2020-03-18 13:45:37 -07:00
Łukasz Magiera
500ce56371
Merge pull request #1415 from filecoin-project/fix/debug-miner-size
...
Fix/debug miner size
2020-03-18 21:00:16 +01:00
Łukasz Magiera
ff5a6773b1
Merge pull request #1419 from filecoin-project/feat/update-to-latest-go-fil-markets
...
update to latest go-fil-markets
2020-03-18 20:58:51 +01:00
laser
366db2f38c
adjust import order as per PR feedback
2020-03-18 12:43:06 -07:00
laser
4458d090b3
tidy
2020-03-18 11:57:32 -07:00
laser
f59bf6fab1
wire up dtypes.ClientDatastore
2020-03-18 11:57:22 -07:00
laser
a8dd6a831c
implement storage client and provider node adapters
2020-03-18 11:37:32 -07:00
Łukasz Magiera
b2d4d37539
Merge pull request #1416 from filecoin-project/feat/import-data-usage
...
Feat/import data usage
2020-03-18 19:06:37 +01:00
laser
6622576cf8
update retrieval provider node adapter to new API
2020-03-18 10:53:06 -07:00
laser
ec3e86ad18
update retrieval client node adapter to new API
2020-03-18 10:44:54 -07:00
laser
eacf991bb2
update go-fil-markets dependency
2020-03-18 10:21:50 -07:00
Aayush Rajasekaran
163527a021
Merge pull request #1313 from filecoin-project/asr/spam
...
Re: #1302 : Refine invalid message filtering
2020-03-18 03:24:12 -04:00
Aayush Rajasekaran
6fda3c877e
Re: #1302 : Refine invalid message filtering
...
- This commit slightly weakens the current invalid message check
- The behaviour is that if you can't add a message to your pool, you *probably* won't broadcast it to your peers
- The exceptions are that you will broadcast a message if you fail to validate it because nonce / balance lookup fails
- This commit also lowers the invalid message log to debug (to lessen the annoyance of several invalid messages coming in, and hopefully to prevent confusion among node operators)
2020-03-18 03:14:18 -04:00
Aayush Rajasekaran
4dfe467e66
Merge pull request #1383 from filecoin-project/asr/actoraddress
...
New Actor Addresses should be generated as per spec
2020-03-18 03:10:42 -04:00
Aayush Rajasekaran
993505b461
Enable full validation tests
2020-03-18 02:57:11 -04:00
Aayush Rajasekaran
f22f427cde
Put the correct error into ExecutionResult
2020-03-18 02:57:11 -04:00
Aayush Rajasekaran
51cf5d5f1b
New Actor Addresses should be generated as per spec
...
- The pubkey address address of the sender should be used, not the ID address
- We should use the internal callSeqNum as input (was hard-coded to zero)
- The external message nonce should be used, not the actor's nonce in the post-increment state
2020-03-18 02:57:11 -04:00
Whyrusleeping
8d0b2947d6
Merge pull request #1409 from filecoin-project/feat/proofs-v24
...
Update to v24 params
2020-03-17 22:24:52 -07:00
whyrusleeping
66a950942e
add a usage text to import-data command
2020-03-17 22:08:14 -07:00
Whyrusleeping
df0a19d5c4
Merge pull request #1413 from filecoin-project/feat/single-graphsync
...
unified graphsync instance
2020-03-17 22:07:21 -07:00
whyrusleeping
24fb72f926
Set minimum miner size to 2048 bytes in debug mode
2020-03-17 20:30:55 -07:00
hannahhoward
f259bc6a09
feat(graphsync): unified graphsync instance
...
setup a single graphsync that loads from both the chainstore & client blockstore
2020-03-17 17:25:12 -07:00
Łukasz Magiera
9e6ec71520
Merge pull request #1402 from filecoin-project/fix/jsonrpc-resanderr
...
Fix Error and Result being returne at the same time in JSON-RPC
2020-03-16 19:31:48 +01:00
Łukasz Magiera
1f9fdf0c5c
gofmt
2020-03-16 10:43:27 +01:00
Łukasz Magiera
a71906525a
seed: Support parsing string sector-size
2020-03-15 21:42:44 +01:00
Łukasz Magiera
630df050c0
bench: Option to skip commit2
2020-03-15 18:48:53 +01:00
Jakub Sztandera
06ce4f21c5
Warn on non zero result with error
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-03-14 15:08:24 +01:00
Łukasz Magiera
1bc55714ed
Update to v24 params
2020-03-14 03:45:44 +01:00
Frrist
7371274ea7
update chain-validation: adds miner workflow test ( #1403 )
...
* update chain-validation. adds miner workflow test
* replace real sealing with mocked impl
2020-03-12 10:22:45 -07:00
Jakub Sztandera
21b34ba133
Fix chan handling
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-03-11 19:14:49 +01:00
Jakub Sztandera
8d870a03b5
Fix Error and Result being returne at the same time in JSON-RPC
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-03-11 18:48:02 +01:00
Whyrusleeping
a0f1c8c87f
Merge pull request #1397 from filecoin-project/feat/interoptnet
...
new interoptnet
2020-03-11 01:06:13 -07:00
Travis Person
66add465bd
new interoptnet
2020-03-11 08:02:15 +00:00
Whyrusleeping
ad753c90ff
Merge pull request #1396 from filecoin-project/fix/power-deduction
...
move power deduction out of the loop
2020-03-11 00:30:49 -07:00
whyrusleeping
3d6577838c
move power deduction out of the loop
2020-03-11 00:29:17 -07:00
Whyrusleeping
fb91ea2470
Merge pull request #1389 from filecoin-project/feat/chain-get-raw-type
...
cli: add cbor-hex type to chain get
2020-03-11 00:10:57 -07:00
Whyrusleeping
4d572d3ae8
Merge pull request #1395 from filecoin-project/deps/update-specs-actors-2
...
update specs actors with post and cron fixes
2020-03-11 00:09:43 -07:00
whyrusleeping
3971bf0c99
update specs actors with post and cron fixes
2020-03-11 00:08:51 -07:00
Whyrusleeping
9bad73b995
Merge pull request #1388 from filecoin-project/fix/nonce-before-gas
...
Check for correct nonce before taking gas
2020-03-10 23:58:28 -07:00
Whyrusleeping
d48d073bcf
Merge pull request #1394 from filecoin-project/fix/fallbackpost-finally
...
get fallback post running successfully!
2020-03-10 23:41:41 -07:00
whyrusleeping
16d087cce4
get fallback post running successfully!
2020-03-10 23:30:48 -07:00