116 Commits

Author SHA1 Message Date
d463f4cdde docs: fix lowercase initials and typos (#12773)
Signed-off-by: ChengenH <hce19970702@gmail.com>
2024-12-12 16:09:52 +11:00
1bc8a8b32c chore: remove (deprecated) deps on build/ proxy-constants
This is a large diff, yet should have exactly zero functional changes

Ideally as a result of this some parts of the depchain will become lighter,
with downstream reaping the same benefits as the team that initiated this split.

P.S. work was done while forming better intuition of current dependency graph
2024-07-22 17:36:12 +04:00
730c96ecaf src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
b95e95f4d6 feat: SPTool (#11788)
* sptool: Initial structure

* sptool: Port lotus-miner actor withdraw

* sptool: Make cli docsgen happy

* actors are done

* info

* proving

* sptool the rest

* fixed gitignore

* lints

* oops

* 2

* terminate

* fixes

* sptool: improve sectors list

---------

Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
2024-04-01 10:30:35 -05:00
0f92bced9d Merge branch 'master' into adlrocha/cns-iface-master 2022-11-22 10:28:18 +01:00
13b59c9c23 Invoker: Use MethodMeta from go-state-types 2022-10-19 15:53:26 -04:00
627d6e70a6 parametrized reward function for consensus 2022-10-13 16:30:14 +02:00
4f75e2041c Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
3ca9b1e331 wait.Receipt.ExitCode != 0 to wait.Receipt.ExitCode.IsError() 2022-09-14 14:53:11 -04:00
308cef950b cctx.Args().Len() to cctx.NArg() 2022-09-14 14:33:29 -04:00
0efca4d266 introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
e278380f22 cli: msig: Cleanup duplicate signer message 2022-07-07 13:41:47 +02:00
e3003dce31 fix ci/circleci error 2022-06-21 17:49:10 +08:00
4ae3d61b76 Merge branch 'filecoin-project:master' into master 2022-06-16 09:17:02 +08:00
05cdeb80c3 chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
2e3b8402cc Update multisig.go 2022-06-15 06:59:17 +08:00
de550c8bbb Merge branch 'filecoin-project:master' into master 2022-06-15 06:53:40 +08:00
e65fae28de chore: fix imports 2022-06-14 17:00:51 +02:00
51ad079bc7 fix bug 2022-06-14 11:17:04 +08:00
bc25a3fd37 fix bug 2022-06-14 10:40:45 +08:00
c244a0bbdc fix bug #8825 2022-06-10 00:36:46 +08:00
da64f241eb Print "waiting for confirmation.." in msigCreateCmd
Prints an addition "waiting for confirmation.." when running `lotus msig create [address1 address2]` to indicate that command is waiting for the msg to be mined into block, and not just hanging.

Should fix #4053
2022-03-24 16:11:24 +01:00
32fc03886d CLI: Add a lotus multisig cancel command 2021-11-18 19:21:17 -05:00
727bb84592 stmgr: drop MethdosMap 2021-09-02 18:58:34 +02:00
7c07dc9ed1 fix an error in msigLockCancel 2021-06-24 14:07:15 +08:00
8d75da1629 Use MessagePrototype for check API
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-05-07 15:30:05 +02:00
3d8f641310 Plug in InteractiveSend to all adopted commands
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-05-07 15:30:05 +02: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
e05dc4ec80 Merge pull request #5718 from Rennbon/master
fix(multisig): The format of the amount is not correct in msigLockApp…
2021-03-04 19:20:44 +01:00
d80b0d9c2e fix(multisig): The format of the amount is not correct in msigLockApproveCmd and msigLockCancelCmd 2021-03-04 19:04:54 +08:00
b0cbc932bd consolidate all blockstores in blockstore package. 2021-01-29 20:01:00 +00:00
b6bcd978e7 Fix lotus msig approve 2021-01-13 03:21:50 -05:00
6c6711e638 fix lock propose 2020-12-15 13:27:22 -08:00
09f1d00733 Merge pull request #4533 from filecoin-project/msig-inspect-jen
Updated msig inspect:
2020-10-26 14:11:21 +01:00
f05b03f02c Updated msig inspect:
- Show account address of signer if the id address is corresponding to  an account address.
- When a message receiver is a new account, do not lookup method name.
2020-10-23 17:40:51 -04: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
c56ef260d5 Merge pull request #4421 from filecoin-project/fix/lite-msig-inspect
Ensure msig inspect cli works with lotus-lite
2020-10-15 15:11:34 +02:00
f74852bd73 test: add more msig cli tests 2020-10-15 12:45:02 +02:00
9c99171cb8 fix: ensure msig inspect cli works with lotus-lite 2020-10-15 12:15:21 +02:00
ccc780f35a fix wrong index 2020-10-14 23:16:31 -07:00
fdb115e369 add command to propose changing multisig threshold 2020-10-14 23:10:00 -07:00
3bd2e2f777 fix typo 2020-10-14 23:04:15 -07:00
6d771d29c7 improve the UX of multisig approves 2020-10-14 23:04:15 -07:00
dfd6fbfaa4 Merge pull request #4311 from filecoin-project/feat/msig-remove-cmd
Add propose remove
2020-10-14 11:36:55 -05:00
40b2e2d0c1 Merge pull request #4312 from filecoin-project/feat/msig-inspect-decode
decode parameters for multisig transactions in inspect
2020-10-11 11:51:32 -05:00
85be11fb75 Add propose remove
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-10-11 18:10:02 +02:00
4cca3f19a3 add an api for removing multisig signers 2020-10-09 09:40:25 -07:00
ef3987e2ab decode parameters for multisig transactions in inspect 2020-10-02 14:51:32 -07:00
be9d23b329 Centralize some params in builtin 2020-09-29 02:25:43 -04:00