lotus/cli
Hector Sanjuan c6ed6a0d65 Add support for /https, /http, /wss API multiaddresses.
Lotus API endpoint are by default expressed as multiaddresses (i.e. lotus auth
api-info) which end in /http, although they can be provided as standard URLs too.

There is an inconsistency here because despite the "http" part, Lotus will use "ws" protocol.

This lets lotus default to "ws" but honor whatever the user puts in the multiaddress (i.e.
/dns4/my.lotus.node/tcp/443/https) would work now using https, where before it uses "ws".
2020-10-14 14:58:58 +02:00
..
util Add support for /https, /http, /wss API multiaddresses. 2020-10-14 14:58:58 +02:00
auth.go Lint everything 2020-08-20 20:46:36 -07:00
backup.go Full node metadata backup 2020-10-01 17:55:48 +02:00
chain.go Merge pull request #4290 from filecoin-project/feat/ledger-integration 2020-10-12 15:09:27 +02:00
client.go feat(markets): update markets 0.9.0 and add data transfer restart command 2020-10-13 03:41:08 -07:00
cmd.go Merge remote-tracking branch 'origin/master' into feat/signing-backends 2020-10-09 20:36:51 +02:00
helper.go cli: Don't output errors to stdout 2020-10-10 15:38:14 +02:00
log.go rename p2p protocol to /fil/chain/xchg/0.0.1 (backwards-compatible); rename more. 2020-09-07 19:45:34 +01:00
mpool.go Add stats for base fee 2020-10-05 19:15:51 +02:00
multisig.go Merge pull request #4312 from filecoin-project/feat/msig-inspect-decode 2020-10-11 11:51:32 -05:00
net.go net cli: Support miner addresses in net connect 2020-09-04 13:37:42 +02:00
params.go Merge remote-tracking branch 'origin/master' into feat/merge-master 2020-06-15 14:38:38 +02:00
paych_test.go Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
paych.go update even more imports 2020-09-28 14:25:58 -07:00
pprof.go fix: clash between daemon --api flag and cli tests 2020-10-08 14:24:50 +02:00
send.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
state.go Rename StateVMCirculatingSupply to StateVMCirculatingSupplyInternal 2020-10-12 16:41:27 -04:00
sync.go docsgen, gofmt 2020-10-10 20:46:06 +02:00
util.go Improve miner sectors list UX 2020-09-30 13:34:05 +02:00
version.go miner: Command to dump all miner info 2020-08-04 20:57:48 +02:00
wait.go Update cli 2020-06-04 01:01:41 +02:00
wallet.go Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00