omahs
37d41f3f83
Fix: typo
...
Fix: typo
2023-01-31 23:20:20 +01:00
Phi-rjan
b8e7262b14
Merge pull request #10147 from filecoin-project/fix/add-args-usage
2023-01-31 13:03:13 +01:00
Phi
b334b2055f
fix: cli: add ArgsUsage
...
fix: cli: add ArgsUsage
2023-01-31 11:56:55 +01:00
Łukasz Magiera
13fc5b688f
Merge pull request #10028 from filecoin-project/gstuart/cli-color-cleanup
...
chore: cli: Remove unneeded individual color flags
2023-01-31 09:23:16 +01:00
Łukasz Magiera
beb70a3db1
Merge pull request #10116 from filecoin-project/fix/rpcenc-hang
...
fix: rpcenc: Don't hang when source dies
2023-01-31 09:18:51 +01:00
Łukasz Magiera
482e13706f
Merge pull request #10138 from Jorropo/go-bitswap-to-libipfs
...
chore: node: migrate go-bitswap to go-libipfs/bitswap
2023-01-30 22:52:13 +01:00
Jorropo
d060df2fb9
chore: node: migrate go-bitswap to go-libipfs/bitswap
...
This was migrated in https://github.com/ipfs/go-libipfs/pull/63 .
2023-01-27 23:10:44 +01:00
Łukasz Magiera
62326b243f
Merge pull request #10126 from Jorropo/migrate-go-block-format
...
chore: all: bump go-libipfs to replace go-block-format
2023-01-27 14:12:23 +01:00
Łukasz Magiera
a0771b12eb
Merge pull request #9878 from filecoin-project/gstuart/check-allocation-expiry
...
feat: Check for allocation expiry when waiting to seal sectors
2023-01-27 13:05:09 +01:00
Jorropo
f572852d06
chore: all: bump go-libipfs to replace go-block-format
...
Includes changes from:
- https://github.com/ipfs/go-block-format/pull/37
- https://github.com/ipfs/go-libipfs/pull/58
2023-01-26 17:03:18 +01:00
Łukasz Magiera
db9c516429
Merge pull request #10125 from filecoin-project/fix-docker-git-dirty-state
...
_ci_ / _build_ : Fix dirty git state when building docker images
2023-01-26 16:57:46 +01:00
Ian Davis
0f6003fd68
Check git state in Dockerfile to catch .dockerignore bugs
2023-01-26 15:18:12 +00:00
Ian Davis
17d220524c
Always include checked in files in docker context
...
The .dockerignore file is symlinked to the .gitignore file, and checked
in files should not be removed from our docker context otherwise they
result in dirty git state when we build our images.
2023-01-26 15:18:12 +00:00
Ian Davis
98a9c8310b
Remove old Snapcraft and AppDir folders
2023-01-26 15:16:41 +00:00
Ian Davis
7cfb2529ac
init git submodules in build-docker CI
2023-01-26 15:16:41 +00:00
Geoff Stuart
5740f17037
Merge pull request #10121 from filecoin-project/feat/better-post-errors
...
feat: wdpost: Emit more detailed errors
2023-01-26 09:36:11 -05:00
Geoff Stuart
c45df789ea
Merge pull request #10114 from filecoin-project/fix/cli-cleanup
...
chore: cli: cleanup cli
2023-01-26 09:25:40 -05:00
Łukasz Magiera
aa0d47078f
Merge pull request #10120 from filecoin-project/gstuart/update-codeql
...
chore: ci: Update codeql to v2
2023-01-26 13:50:50 +01:00
Łukasz Magiera
fc6721cff7
feat: wdpost: Emit more detailed errors
2023-01-26 11:57:16 +01:00
Phi
a0b25b9136
less strict ArgsCheck
...
Less strict ArgsCheck
2023-01-26 10:13:39 +01:00
Geoff Stuart
0cc63f6896
Enable code ql for release branches
2023-01-26 02:46:45 -05:00
Geoff Stuart
291deaa017
Update codeql to v2
2023-01-26 01:58:29 -05:00
Phi
38dc034499
make docsgen-cli
...
make docsgen-cli
2023-01-25 17:24:53 +01:00
Łukasz Magiera
128bdc63db
fix: rpcenc: Don't hang when source dies
2023-01-25 17:14:37 +01:00
Phi
34f376eb23
chore: cli
...
Standarize cli/code functions similar to: https://github.com/filecoin-project/lotus/pull/9317
- cctx.NArg() instead of cctx.Args().xxx
- Add check for args and print help on functions that did not have it
2023-01-25 13:13:56 +01:00
Łukasz Magiera
4682e8f326
Merge pull request #10105 from filecoin-project/addr-encode
...
chore:shed:encode address to bytes
2023-01-24 10:34:47 +01:00
zenground0
f03c7a8880
encode address into byte
2023-01-24 20:18:04 +13:00
Aayush Rajasekaran
4fd81e0c58
Merge pull request #10030 from filecoin-project/asr/merge-release-into-master
...
chore: merge release/v1.20.0 into master
2023-01-23 13:24:24 -05:00
Aayush
65ac5669a9
Merge branch 'master' into asr/merge-release-into-master
2023-01-23 12:37:24 -05:00
Aayush
e9f665214a
Merge branch 'release/v1.20.0' into asr/merge-release-into-master
2023-01-23 12:23:47 -05:00
Aayush Rajasekaran
a21bba8ac2
Merge pull request #10084 from filecoin-project/asr/delegated-siggy
...
feat: minor improvements to Ethereum delegated siggys
2023-01-23 12:11:51 -05:00
Geoff Stuart
579b15330a
Merge pull request #10097 from filecoin-project/gstuart/ci-fix
...
Backport: fix: ci: Add back <<network>> parameter for docker push
2023-01-23 11:45:46 -05:00
Geoff Stuart
807a60b4e4
Remove unneeded individual color flags
2023-01-23 11:11:12 -05:00
Łukasz Magiera
dd12cad1ef
Merge pull request #10100 from filecoin-project/fix/paych-itest-syncwait
...
fix: itests: Fix flaky paych test
2023-01-23 16:24:42 +01:00
Łukasz Magiera
238243cc1d
Merge pull request #10101 from filecoin-project/fix/listasks-wait
...
fix: cli: Wait for all results in GetAsks
2023-01-23 12:58:20 +01:00
Łukasz Magiera
53015dc3ee
Merge pull request #9981 from filecoin-project/masih/dep-up-dixprov
...
chore: market: Upgrade to index-provider 0.10.0
2023-01-23 12:53:23 +01:00
Łukasz Magiera
804bef72c9
fix: cli: Wait for all results in GetAsks
2023-01-23 12:48:21 +01:00
Łukasz Magiera
c8a692046f
fix: itests: Fix flaky paych test
2023-01-23 12:02:42 +01:00
Ian Davis
640f0dc8b6
Add back <<network>> parameter for docker push
...
This commit reverts a change with the previous fix for this flow:
- https://github.com/filecoin-project/lotus/pull/10088
2023-01-22 15:13:05 -05:00
Geoff Stuart
c8156d0f46
Merge pull request #10096 from filecoin-project/fix-mainnet-docker-ci
...
Add back <<network>> parameter for docker push
2023-01-22 15:12:14 -05:00
Ian Davis
9d967b084a
Add back <<network>> parameter for docker push
...
This commit reverts a change with the previous fix for this flow:
- https://github.com/filecoin-project/lotus/pull/10088
2023-01-22 16:39:40 +00:00
Aayush
4f199ada40
Merge branch 'release/v1.20.0' into asr/merge-release-into-master
2023-01-20 17:32:29 -05:00
Aayush Rajasekaran
e695be1cba
Merge pull request #10093 from filecoin-project/gstuart/cleanup-v1.20.0
...
chore: cleanup v1.20.0
2023-01-20 17:30:41 -05:00
Geoff Stuart
fff58e1368
Refactor EvmGetInfoCmd
2023-01-20 16:51:01 -05:00
Geoff Stuart
550eef131c
Remove references from wallaby and hyperspace
2023-01-20 16:51:01 -05:00
Geoff Stuart
439b4c6e22
Cleanups
2023-01-20 16:51:01 -05:00
Geoff Stuart
da574bd842
Merge pull request #10090 from filecoin-project/gstuart/backport-deprecate-appimage
...
Backport: ci: Remove AppImage and Snapcraft build automation
2023-01-20 15:19:59 -05:00
Ian Davis
20e32f2de7
Remove AppImage and Snapcraft build automation
2023-01-20 15:11:16 -05:00
Geoff Stuart
bfe3f72c45
Merge pull request #10089 from filecoin-project/gstuart/backport-ci-fix
...
backport: fix: ci: Properly balance <<?>> in circleci docker config
2023-01-20 14:49:00 -05:00
Ian Davis
fdb330eb58
Properly balance <<?>> in circleci docker config
2023-01-20 14:37:36 -05:00