Łukasz Magiera
1dfd08a0dd
Merge pull request #10066 from filecoin-project/jen/cherrypic
...
fix: should not serve non v0 api in v0
2023-01-19 17:26:18 +01:00
Jennifer Wang
901bb153d0
fix: should not serve non v0 api in v1
2023-01-19 11:06:04 -05:00
Jennifer Wang
1724d1666e
fix: should not serve non v0 api in v1
2023-01-19 11:02:09 -05:00
Ian Davis
85592ad39e
itests: verify eth filter api is disabled via config
2023-01-19 14:59:11 +00:00
Raúl Kripalani
5541694922
fix lint.
2023-01-19 14:14:37 +00:00
Ian Davis
f2ab452eb8
Resolve merge conflict
2023-01-19 14:10:23 +00:00
Raúl Kripalani
4dee0ba7fb
add a lotus-shed eth check-tipsets command.
...
This checks Eth API consistency by walking the chain backwards
from HEAD and verifying that all data returned from eth_getBlockByNumber
is consistent with eth_getBlockByHash.
2023-01-19 14:01:39 +00:00
Łukasz Magiera
2f03bf9372
Merge pull request #10010 from filecoin-project/snissn/delegatecalltest3
...
fevm_test: delegate call test
2023-01-19 14:42:11 +01:00
Ian Davis
58587a7956
Remove unused code
2023-01-19 13:06:07 +00:00
Ian Davis
a08b557938
Merge branch 'release/v1.20.0' into iand/issue-9849-filters
2023-01-19 13:01:12 +00:00
Ian Davis
ca5cab4c43
Cleanup and fix eth filter tests
2023-01-19 12:58:23 +00:00
Ian Davis
5569c3971b
Fix filters with alternate topic values
2023-01-19 12:22:37 +00:00
Ian Davis
6f66ef595e
Add filter block range tests
2023-01-19 11:49:07 +00:00
Jiaying Wang
a7374a9019
Merge pull request #10055 from filecoin-project/gstuart/tx-hash-to-msg-cid
...
feat: API for EthGetMessageCidByTransactionHash
2023-01-18 20:00:19 -05:00
Travis Person
a0c58b5582
feat: add toolshed commands to inspect statetree size
2023-01-19 00:48:22 +00:00
Geoff Stuart
7dcaa97f8b
Add positive tests
2023-01-18 18:59:47 -05:00
Geoff Stuart
70db738bff
Merge pull request #10037 from filecoin-project/feat/lotus-shed-beneficiary-cli
...
feat: shed: Add beneficiary commands
2023-01-18 18:04:22 -05:00
Geoff Stuart
5133b9da94
Add EthGetMessageCidByTransactionHash, fix EthGetTransactionHashByCid
2023-01-18 17:48:10 -05:00
Aayush Rajasekaran
a522aa3baa
Merge pull request #10053 from filecoin-project/gstuart/integrate-new-bundle
...
chore: Integrate new bundle, revert accidental ffi
2023-01-18 12:46:24 -05:00
Geoff Stuart
9298023f33
Integrate new bundle, revert accidental ffi
2023-01-18 12:35:13 -05:00
Ian Davis
061e8cca1f
Add itest for EthGetLogs filter combinations
2023-01-18 17:33:54 +00:00
Shrenuj Bansal
ee54a7f3f5
feat: snapshot: Store tipset key cids in chain store during snapshot import ( #10042 )
...
* Store tipset key cids in chain store during snapshot import
* make gen
* fix circle ci config
* fix lint
* address comments
2023-01-18 11:22:05 -05:00
Łukasz Magiera
0934cf034d
Merge pull request #10032 from filecoin-project/feat/cbor-cid
...
feat:shed:add cid to cbor serialization command
2023-01-18 12:51:05 +01:00
Jiaying Wang
fcefc87840
Merge pull request #9965 from filecoin-project/gstuart/eth-hash
...
feat: Store mapping of eth transaction hashes to message cids
2023-01-17 20:06:18 -05:00
zenground0
72baa3d916
cid -> bytes command
2023-01-17 12:19:04 -07:00
zenground0
14d921f64f
Err handle
2023-01-17 09:56:17 -07:00
Mike Seiler
2a95648625
linter fixes
2023-01-17 16:53:28 +00:00
Łukasz Magiera
2d3f1e0365
Merge pull request #10035 from aschmahmann/fix/filesize-prevents-windows-lib
...
fix: sealing: stub out the FileSize function on Windows
2023-01-17 12:48:38 +01:00
Phi
51d2a883f0
Beneficiary cmd in lotus-shed
...
Add `ProposeChangeBeneficiary` and `ConfirmChangeBeneficiary` to lotus-shed
2023-01-17 12:39:55 +01:00
Adin Schmahmann
d35818293a
fix: stub out the FileSize command so lotus libraries can build on Windows
2023-01-17 01:03:10 -05:00
zenground0
7383a761f6
Fix
2023-01-16 17:54:38 -07:00
zenground0
39ae4b04be
Add cid to cbor cmd
2023-01-16 17:50:47 -07:00
Mike Seiler
b49c455df0
golint fix ++ instead of +=1 and add comment to script to build .hex files
2023-01-16 17:06:25 +00:00
Geoff Stuart
34576d0c64
Merge pull request #10003 from filecoin-project/deprecate-snapcraft-appimage
...
_build_: Remove AppImage and Snapcraft build automation
2023-01-16 11:27:38 -05:00
Ian Davis
b60aeccfdc
Remove AppImage and Snapcraft build automation
2023-01-16 16:03:35 +00:00
Aayush
e715384173
Merge branch 'release/v1.20.0' into asr/merge-release-into-master
2023-01-16 10:51:22 -05:00
Łukasz Magiera
67023886c8
Merge pull request #9920 from filecoin-project/gstuart/extend-or-renew
...
feat: cli: Refactor renew and remove extend
2023-01-16 16:31:11 +01:00
Geoff Stuart
00a73fd88f
Merge pull request #10022 from FlattestWhite/richard/color-flag
...
feat: lotus-cli: Add global color flag
2023-01-16 10:15:12 -05:00
Geoff Stuart
72f42505b9
Explain config more clearly
2023-01-16 08:17:34 -05:00
Geoff Stuart
3b283681a9
Fix test
2023-01-16 07:41:19 -05:00
Geoff Stuart
6b0f1116ce
Remove maybe unnecessary check
2023-01-16 07:08:22 -05:00
Geoff Stuart
f8121c8f1c
Add gc for eth tx database
2023-01-16 07:04:20 -05:00
Geoff Stuart
f8dee0983a
review fixes
2023-01-16 01:56:55 -05:00
Geoff Stuart
a8436074a6
Store mapping from hashes for Ethereum transactions to Filecoin Message Cids
2023-01-16 01:17:56 -05:00
Richard Guan
fc82aab74b
add bool flag and gen documentation
2023-01-16 16:14:19 +11:00
Jiaying Wang
b6eb7fcd96
turn off actor debug fro wallaby and hyperspace ( #10019 )
2023-01-14 18:31:18 -08:00
Steven Allen
2a3989e4bd
fix: check for unread params bytes in all cases ( #10018 )
2023-01-14 15:45:19 -08:00
Jiaying Wang
5372ab907f
Merge pull request #10005 from filecoin-project/feat/fevm-eam-refactor
...
update evm actor creation for eam refactor
2023-01-14 16:00:16 -05:00
Aayush
e0c09c0396
remove invalid test cases
2023-01-14 12:30:06 -05:00
Aayush
86031b117f
make jen
2023-01-14 11:56:21 -05:00