whyrusleeping
e6c70c19d0
add a journal entry when miners mine a block
2020-08-07 13:51:41 -07:00
Whyrusleeping
383e28e6e7
Merge pull request #2902 from filecoin-project/asr/error-fix
...
Fix error message
2020-08-07 13:38:07 -07:00
Łukasz Magiera
5e7adf5b3f
Merge pull request #2905 from filecoin-project/feat/circ-supply-cmd
...
add command to view circulating supply
2020-08-07 22:12:23 +02:00
whyrusleeping
fbe206f843
add command to view circulating supply
2020-08-07 12:57:03 -07:00
Łukasz Magiera
f7273bc4ee
Merge pull request #2904 from filecoin-project/fix/lotus-pcr-bigint
...
lotus-pcr: initialize bigint; send refund to worker
2020-08-07 21:54:59 +02:00
Travis Person
cdc6086308
lotus-pcr: initialize bigint; send refund to worker
2020-08-07 19:25:53 +00:00
Mike Greenberg
eaf0861f20
Merge pull request #2901 from filecoin-project/feat/chainwatch/message-size
...
feat(chainwatch): track message size in bytes
2020-08-07 14:38:49 -04:00
Aayush Rajasekaran
88f677e891
Fix error message
2020-08-07 14:36:24 -04:00
Mike Greenberg
4ed968b79c
feat(chainwatch): track message size in bytes
2020-08-07 14:25:35 -04:00
Łukasz Magiera
660929519c
Merge pull request #2900 from filecoin-project/fix/feecap-bigspender
...
Don't spend eveything on message fees
2020-08-07 20:19:45 +02:00
Jakub Sztandera
f809e478f4
Don't spend eveything on message fees
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-07 20:09:50 +02:00
刘林欣
4bf932a4d7
show deal list when StateMarketStorageDeal not found deal
2020-08-07 19:43:38 +02:00
Łukasz Magiera
9898b4504f
Merge pull request #2889 from filecoin-project/feat/lotus-pcr
...
add lotus-pcr command tool
2020-08-07 19:39:31 +02:00
Łukasz Magiera
7a18578706
Merge pull request #2897 from filecoin-project/fix/paych-on-complete
...
Remove unneeded onComplete call in paych queue
2020-08-07 19:33:25 +02:00
Łukasz Magiera
54a6d58c2e
Merge pull request #2896 from filecoin-project/feat/mpool-config-priority
...
message pool config and priority addresses
2020-08-07 19:32:27 +02:00
vyzo
7e16e3e220
satisfy linter
2020-08-07 20:20:22 +03:00
Travis Person
f5f11af73f
lotus-pcr: ignore all actors except miners
2020-08-07 17:20:18 +00:00
vyzo
f6e8f02fd2
add persistence for mpool config
2020-08-07 20:10:09 +03:00
Łukasz Magiera
f1140e5c89
Merge pull request #2898 from filecoin-project/inc/min-gas-premium
...
Update MinGasPremium for estimation to 10e3, improve estimation
2020-08-07 19:03:36 +02:00
Travis Person
2f9cef38a1
add lotus-pcr command tool
...
Lotus PCR will attempt to reimbursement the initial pledge collateral
of the PreCommitSector miner actor method for all miners on the network.
2020-08-07 16:56:30 +00:00
Dirk McCormick
d3aa5e638d
refactor: remove unused method
2020-08-07 12:53:40 -04:00
Dirk McCormick
e488996fd0
fix: remove unused onComplete callback
2020-08-07 12:53:40 -04:00
vyzo
1b56b88132
add cooldown to message pruning
2020-08-07 19:51:49 +03:00
vyzo
c735d0da0e
fix test compilation issue
2020-08-07 19:51:49 +03:00
vyzo
b40346e1ea
never prune priority actor messages
2020-08-07 19:51:49 +03:00
vyzo
56c2894c80
add priority actor message selection
2020-08-07 19:51:49 +03:00
vyzo
c4251912dd
mpool config api
2020-08-07 19:51:49 +03:00
vyzo
42e1338ffe
mpool config
2020-08-07 19:51:49 +03:00
Jakub Sztandera
1063908dd3
Update MinGasPremium for estimation to 10e3, improve estimation
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-07 18:48:05 +02:00
Łukasz Magiera
70f93da5dd
Merge pull request #2899 from filecoin-project/feat/cw-block-basefee
...
chainwatch: Record parent_base_fee in blocks
2020-08-07 18:46:29 +02:00
Łukasz Magiera
a939c30256
chainwatch: Record parent_base_fee in blocks
2020-08-07 18:38:19 +02:00
Łukasz Magiera
e0b86782e9
Merge pull request #2895 from filecoin-project/feat/fix-tests
...
Fix
2020-08-07 18:37:40 +02:00
Łukasz Magiera
c62859e38b
Unrevert #2832 with fixed code
2020-08-07 18:09:53 +02:00
Łukasz Magiera
3bac504fc3
Use drand mainnet
2020-08-07 18:09:01 +02:00
Łukasz Magiera
09b4971698
Less aggresive 2k devnet block time
2020-08-07 17:51:35 +02:00
Łukasz Magiera
c8cf8f3ee1
Revert #2832 fully
2020-08-07 17:51:03 +02:00
Alan Shaw
47f0ef0eae
test: port chain validation multisig test suite ( #216 )
2020-08-07 16:45:52 +01:00
Łukasz Magiera
9b28be14cd
Betting logs
2020-08-07 17:36:15 +02:00
Alan Shaw
be5bd41640
feat: add test name to test vector meta ( #214 )
...
So we can more easily distinguish between test vectors.
2020-08-07 15:36:00 +01:00
Anton Evangelatov
de62012a7f
add messages/transfer suite ( #213 )
2020-08-07 16:25:58 +02:00
Jakub Sztandera
8aa8c15fb8
Merge pull request #2390 from filecoin-project/annoying-logs
...
rationalise annoying logs
2020-08-07 16:12:54 +02:00
Alan Shaw
a793824d2c
feat: test driver automatically records applied messages in test vector ( #212 )
...
The `TestDriver` now records applied messages in it's `TestVector` whenever an `Apply*` method is called. This removes the need for manual message serialization and recording in the tests.
2020-08-07 15:12:38 +01:00
Łukasz Magiera
3fe8b1e732
Better slashfilter logging
2020-08-07 16:08:01 +02:00
Łukasz Magiera
cad59b045b
More pond-related fixes
2020-08-07 16:07:48 +02:00
Anton Evangelatov
9fa42680fe
rationalise annoying logs.
2020-08-07 15:53:55 +02:00
Łukasz Magiera
73342e1fcf
pond: Fix network setup
2020-08-07 15:19:12 +02:00
Alan Shaw
52cf367a92
feat: add MustMarshalJSON for more DRY outputting ( #211 )
...
Small change to make encoding and printing the test vector output a bit more succinct.
2020-08-07 14:09:10 +01:00
Łukasz Magiera
051be61452
gofmt
2020-08-07 15:04:10 +02:00
Łukasz Magiera
1101d4b66a
Fix testground build
2020-08-07 15:04:00 +02:00
Alan Shaw
81ea0ec5f3
refactor: add default TestVector to TestDriver ( #208 )
...
This PR adds a `TestVector` to the `TestDriver` so that test driver methods that apply messages can be recorded in the test vector.
refs #194
2020-08-07 13:47:16 +01:00