32 Commits

Author SHA1 Message Date
428524fdd8 chore: lint: enable method godoc linting 2024-07-19 11:10:11 +10:00
0efca4d266 introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
e65fae28de chore: fix imports 2022-06-14 17:00:51 +02:00
32fc03886d CLI: Add a lotus multisig cancel command 2021-11-18 19:21:17 -05:00
6da26dcefc Remove network version panic 2021-08-10 13:07:30 -04:00
e2d0047a2a introduce message prototypes
This introduces message prototypes to applicable API endpoints, which
allows us to invert control of message sending and give the user a
chance to intervene with an interactive ui.

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-05-07 15:30:05 +02:00
bcabe7b3b5 migrate methods to abstracted methods
Method numbers never change anyways. At worst, we'll deprecate old methods and
have to explicitly import them from the correct actors version to use them.
2020-10-21 12:18:37 -07:00
4e730b5ec8 port to v2 imports 2020-10-21 12:16:23 -07:00
651522cbaa Merge pull request #4274 from filecoin-project/feat/msig-remove-api
add an api for removing multisig signers
2020-10-10 12:56:07 +02:00
4cca3f19a3 add an api for removing multisig signers 2020-10-09 09:40:25 -07:00
be09a8a00a feat: lite-mode - check that gateway API implements required chain, mpool, state methods 2020-10-09 11:43:03 +02:00
00a14de094 feat: gateway - StateLookupID 2020-10-09 11:43:03 +02:00
b01a1d457a abstract multisig calls 2020-09-30 12:30:02 -07:00
d33dd4f7bc more renames 2020-09-21 16:01:29 -07:00
9e9856bb45 Merge pull request #3590 from filecoin-project/asr/multisig
Multisig API additions
2020-09-10 17:04:48 +02:00
39755a294a Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
d0ccb54aba Msig: Add RPC endpoints to propose, approve, or cancel adding signers 2020-09-06 01:52:30 -04:00
5733c71c50 Lint everything
We were ignoring quite a few error cases, and had one case where we weren't
actually updating state where we wanted to. Unfortunately, if the linter doesn't
pass, nobody has any reason to actually check lint failures in CI.

There are three remaining XXXs marked in the code for lint.
2020-08-20 20:46:36 -07:00
12f7e2d9bf Use a struct for send metadata in MpoolPushMessage 2020-08-12 22:17:29 +02:00
d0147aa50f Add maxFee param to MpoolPushMessage 2020-08-12 19:06:16 +02:00
ab08858b45 Delete GasPrice from this world
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-06 23:08:42 +02:00
81a65fe1bc Swich gas-price to 0 in many places
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-01 16:23:13 +02:00
42a7cb1248 fix a few multisig cli issues 2020-07-20 17:17:53 -07:00
7da629d03b Update gas prices
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-20 21:31:05 +02:00
d30e120608 Merge branch 'master' into fix/master-merge
* master:
  fix(chainwatch): Parallel reward persistence; Tighten rpc logging
  fix(chainwatch): Remove --front switch
  feat(chainwatch): Add miner index on top_miners_by_base_reward view
  fix(chainwatch): Backoff processor when no work exists to process
  fix(log): Move metrics and stage updates to debug; Add --log-level switch
  fix(chainwatch): Correct index name on state_height view
  feat(chainwatch): Capture base_block_reward per epoch; Top miner by reward view
  SwapSigner API methods
  refactor: remove unused code
  refactor: wire up new processor and syncer
  refactor: implement processor and syncer

 Conflicts:
        Makefile
        cmd/lotus-chainwatch/storage.go
        cmd/lotus-chainwatch/sync.go
2020-07-17 15:18:33 -04:00
605560a981 SwapSigner API methods 2020-07-15 21:54:18 -04:00
7b14d445b4 Update message gas limits
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-15 20:01:57 +02:00
2e4ed57363 Merge remote-tracking branch 'origin/master' into next 2020-07-13 13:34:56 +02:00
858513559b API improvements 2020-07-11 23:54:58 -04:00
12b63d59b2 Include unlock duration as a param for multisig creation 2020-07-11 23:54:58 -04:00
a7c372efff storage-fsm updates for sector packing 2020-06-26 15:13:18 +02:00
e7065df2d4 Added RPC calls for MsigCreate, MsigPropose, MsigApprove, and MsigCancel 2020-05-11 10:27:48 -04:00