vyzo
|
0bde9e5f50
|
client: check address protocol, add TODO
|
2022-11-11 05:07:22 +02:00 |
|
vyzo
|
deea6797c5
|
make gen
|
2022-11-10 02:52:06 +02:00 |
|
vyzo
|
2b23372ad3
|
fixup merge artifacts
|
2022-11-10 02:51:57 +02:00 |
|
Steven Allen
|
ea54499f24
|
fix: allow deploying from f1/f3 accounts (#9554)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
|
2022-11-09 19:47:24 +02:00 |
|
Steven Allen
|
6337d594fa
|
fix: evm: use CREATE not CREATE2 for EVM contract deployment (#9553)
Also updates the actors to accommodate this change, and fix a bug in
looking up addresses for f4 actors.
|
2022-11-09 19:47:23 +02:00 |
|
Raúl Kripalani
|
32617a61df
|
fix eth_feeHistory: add missing param.
|
2022-11-09 19:47:06 +02:00 |
|
Raúl Kripalani
|
6d5ec6aff8
|
fix address recovery from pubkey.
|
2022-11-09 19:46:24 +02:00 |
|
Raúl Kripalani
|
0cff785068
|
fix lotus state evm commands to use EAM.
|
2022-11-09 19:42:56 +02:00 |
|
Steven Allen
|
98e7623480
|
fix: evm: decode params/return in cli (#9536)
|
2022-11-09 19:40:31 +02:00 |
|
Steven Allen
|
aa0e6c17b9
|
Eth TX Encoding (#9531)
|
2022-11-09 19:39:49 +02:00 |
|
vyzo
|
b9ed239cf4
|
add --hex option to create-evm-actor
|
2022-11-09 19:30:08 +02:00 |
|
vyzo
|
2cda4547d6
|
fix evm constructor input data
|
2022-11-09 19:30:08 +02:00 |
|
vyzo
|
fc273bb79e
|
add chain create-evm-actor and invoke-emv-actor commands
|
2022-11-09 19:14:23 +02:00 |
|
Aayush
|
c0b7343e60
|
Merge branch 'release/v1.18.0' into asr/merge-release-into-master
|
2022-11-06 14:40:13 -05:00 |
|
Geoff Stuart
|
54d3e412f1
|
Merge pull request #9373 from sectrgt/master
fix: chain: Update chain.go
|
2022-11-04 10:52:52 -04:00 |
|
Aayush
|
13b59c9c23
|
Invoker: Use MethodMeta from go-state-types
|
2022-10-19 15:53:26 -04:00 |
|
Geoff Stuart
|
796ddc07b0
|
Update cli/filplus.go
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
|
2022-10-13 13:07:58 -04:00 |
|
Geoff Stuart
|
1ff4d1ae6c
|
Add cli for listing allocations and removing expired allocations
|
2022-10-12 15:54:58 -04:00 |
|
Łukasz Magiera
|
e40fc14f85
|
Merge pull request #9436 from filecoin-project/feat/uptime
feat: Add node uptime rpc / output in info command
|
2022-10-11 18:20:41 +02:00 |
|
Łukasz Magiera
|
2c11f9d265
|
feat: Add node uptime rpc / output in info command
|
2022-10-11 10:11:09 +02:00 |
|
Phi
|
0645225801
|
fix: ux: specify arg in net ping cmd
Specify that you need to ping the `peerMultiaddrs` with the `lotus net ping` and `lotus-miner net ping`.
|
2022-10-10 08:31:55 +02:00 |
|
Aayush Rajasekaran
|
e57a27e12a
|
Merge pull request #9416 from filecoin-project/fix/wallet-cmd-outputs
fix: ux: Add outputs to wallet commands
|
2022-10-07 00:10:10 -04:00 |
|
Geoff Stuart
|
652c3707e9
|
update go-fil-markets
|
2022-10-06 11:06:21 -04:00 |
|
Geoff Stuart
|
1973e44f49
|
Update datacap actor to query datacap instead of verifreg
|
2022-10-06 11:06:21 -04:00 |
|
Peter Rabbitson
|
ce65cdd1e5
|
Teach shed/sim to understand --tipset=@nnn notation
|
2022-10-05 21:10:19 +02:00 |
|
Phi
|
d8b6904492
|
fix: ux: Add cmd outputs
Adding command outputs to `lotus wallet set-default` and `lotus wallet delete`
|
2022-10-05 09:47:31 +02:00 |
|
Rob Quist
|
66b77be2d0
|
Add retrieval deal ID and bytes transferred to retrieval output
|
2022-09-30 02:43:01 +02:00 |
|
sectrgt
|
857c091576
|
Update chain.go
|
2022-09-25 21:01:08 -04:00 |
|
Łukasz Magiera
|
2d82527ee9
|
cli: Fix compute-state --html
|
2022-09-20 17:40:24 +02:00 |
|
Geoff Stuart
|
609dad02a2
|
actor-cids cli command now defaults to current network version instead of newest
|
2022-09-15 10:42:44 -04:00 |
|
Geoff Stuart
|
9d63e1412e
|
print beneficiary info in state miner-info and lotus-miner info
|
2022-09-14 17:54:20 -04:00 |
|
Geoff Stuart
|
4f75e2041c
|
Add helper function to print usage when wrong number of arguments are supplied
|
2022-09-14 15:38:15 -04:00 |
|
Geoff Stuart
|
3ca9b1e331
|
wait.Receipt.ExitCode != 0 to wait.Receipt.ExitCode.IsError()
|
2022-09-14 14:53:11 -04:00 |
|
Geoff Stuart
|
308cef950b
|
cctx.Args().Len() to cctx.NArg()
|
2022-09-14 14:33:29 -04:00 |
|
Aayush
|
19c3232d2f
|
more fixes
|
2022-09-10 12:37:03 -04:00 |
|
Geoff Stuart
|
642555d0fb
|
Fix discrepancies, run fiximports
|
2022-09-09 21:40:15 -04:00 |
|
Aayush
|
0efca4d266
|
introduce v9 actors and nv17
|
2022-09-09 21:40:15 -04:00 |
|
Łukasz Magiera
|
783fc6a20d
|
Merge pull request #9233 from filecoin-project/feat/lotus-info-cmd
feat: cli: lotus info cmd
|
2022-09-05 09:47:42 +02:00 |
|
Phi
|
ab0699875a
|
make gen happy
make gen happy not sad
|
2022-09-02 15:20:36 +02:00 |
|
Phi-rjan
|
a31b8a1b58
|
Update cli/info.go
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
|
2022-09-02 15:12:32 +02:00 |
|
Phi
|
a5ea5ba9c1
|
Fix lint
Fix lint
|
2022-09-01 17:01:03 +02:00 |
|
Phi
|
405bfeddac
|
Better ledger rejection error
Print a more understandable error message when a transaction is being rejected on ledger.
|
2022-09-01 16:30:36 +02:00 |
|
Phi
|
818153a1e7
|
Put SyncBasefeeCheck in function
Put SyncBasefeeCheck in function
|
2022-08-31 13:15:28 +02:00 |
|
Phi
|
870c2f9554
|
Move newline
Move newline
|
2022-08-31 10:44:59 +02:00 |
|
Phi
|
8a45e8c8af
|
Handle "Default address not set" better
Only print address and get balance if err == nil, else print that the Default address is not set
|
2022-08-31 10:40:50 +02:00 |
|
Phi
|
ab61f4bb2c
|
lotus info cmd
Adds lotus info command that prints a lot of node information.
|
2022-08-30 12:54:59 +02:00 |
|
Łukasz Magiera
|
088bf56f2a
|
Merge pull request #9231 from filecoin-project/fix/datacid-res-envvars
sealing: fix: Make DataCid resource env vars make more sense
|
2022-08-30 02:36:02 +02:00 |
|
Łukasz Magiera
|
36ae2086ab
|
cli: Don't panic with no providers in client retrieve
|
2022-08-29 16:55:58 +02:00 |
|
Łukasz Magiera
|
08b22edd89
|
fix make gen
|
2022-08-29 16:25:30 +02:00 |
|
Jiaying Wang
|
1b5a1f692a
|
Merge pull request #9206 from filecoin-project/asr/verifreg-tuple
fix: verifreg: serialize RmDcProposalID as int, not tuple
|
2022-08-26 16:38:34 -04:00 |
|