Aayush
|
c90faf0754
|
fixup conformance tests to incorporate randomness changes
|
2023-08-22 10:08:38 -04:00 |
|
Aayush
|
034f6cf832
|
wip: 2 more randomness fetching APIs
|
2023-08-21 16:32:27 -04:00 |
|
Aayush
|
91ee13b461
|
fix: refactor rand_replay
|
2023-08-21 16:28:59 -04:00 |
|
Aayush
|
e5fbba7958
|
Refactor: Rand: Return randomness digest to VM
|
2023-08-21 15:44:49 -04:00 |
|
Aayush
|
98a82d3dfe
|
Refactor: Rand: Rename DrawRandomness to DrawRandomnessFromBase
|
2023-08-21 15:03:46 -04:00 |
|
Aayush
|
05ac9453cd
|
Refactor: Rand: return randomness base without hashing
|
2023-08-21 15:03:46 -04:00 |
|
Andrew Jackson (Ajax)
|
cb7231cb8a
|
Merge pull request #11177 from filecoin-project/sbansal/unseal-background
fix: sealing: Run unsealing in the background for better ux
|
2023-08-21 11:37:59 -05:00 |
|
Łukasz Magiera
|
1fe7493897
|
Merge pull request #11183 from LexLuthr/lexluthr/ddo-gateway
#11181: feat: Lotus Gateway: add allocation and claim related GET APIs to gateway
|
2023-08-21 16:06:15 +02:00 |
|
Łukasz Magiera
|
92f31ee0be
|
Merge pull request #11187 from filecoin-project/fix/lotus-wallet-build
fix: build: Allow lotus-wallet to be built independently
|
2023-08-21 13:39:31 +02:00 |
|
Łukasz Magiera
|
2ee879d1ec
|
Merge pull request #11190 from filecoin-project/fix/wallet-sigint
fix: wallet: Make import handle SIGINT/SIGTERM
|
2023-08-21 13:38:23 +02:00 |
|
Phi
|
5edc7dcdb3
|
Consider SIGTERM as well
Consider SIGTERM as well
|
2023-08-21 10:37:42 +02:00 |
|
Phi
|
c1fd48a14b
|
Make lotus wallet import respect sigint
Make `lotus wallet import` respect sigint
|
2023-08-21 09:10:47 +02:00 |
|
Phi
|
51be40291a
|
Add BUILD_DEPS to lotus-wallet
Add BUILD_DEPS to lotus-wallet
|
2023-08-20 19:58:33 +02:00 |
|
LexLuthr
|
bcc8b9d02f
|
add allocation and claim APIs
|
2023-08-18 11:28:01 +04:00 |
|
Aayush Rajasekaran
|
cbbb76b2f0
|
Merge pull request #11169 from filecoin-project/asr/client-can-allocate
feat: test: Test that verified clients can directly transfer datacap, creating allocations
|
2023-08-17 09:51:12 -04:00 |
|
Aayush
|
e8020e8f4e
|
feat: test: Test that verified clients can directly transfer datacap, creating allocations
|
2023-08-17 09:40:29 -04:00 |
|
Łukasz Magiera
|
23cd5832c7
|
Merge pull request #11180 from filecoin-project/macSealTest
mac seal test
|
2023-08-17 15:10:37 +02:00 |
|
Andrew Jackson (Ajax)
|
76bca6c392
|
mac seal test
|
2023-08-17 07:30:19 -05:00 |
|
Shrenuj Bansal
|
9e69576410
|
log unseal failures
|
2023-08-16 17:40:27 -04:00 |
|
Shrenuj Bansal
|
38350b8d8a
|
Run unsealing in the background for better ux
|
2023-08-16 17:20:39 -04:00 |
|
Łukasz Magiera
|
80928586d1
|
Merge pull request #11140 from filecoin-project/fix/wallet-balance-cmd
fix: cli: Only display `warning` if behind sync
|
2023-08-16 15:57:34 +02:00 |
|
Łukasz Magiera
|
22f490132e
|
Merge pull request #11141 from filecoin-project/fix/worker-IPv6
fix: worker: Support IPv6 formatted API-keys
|
2023-08-16 15:55:05 +02:00 |
|
Łukasz Magiera
|
c46aea6a36
|
Merge pull request #11164 from filecoin-project/go-libp2p-v029
update go-libp2p to v0.29.2
|
2023-08-16 12:15:52 +02:00 |
|
Aayush Rajasekaran
|
b226a7dbff
|
Merge pull request #11159 from filecoin-project/asr/fix-frc-0051
fix: chainstore: do not get stuck in unhappy equivocation cases
|
2023-08-15 13:58:26 -04:00 |
|
Łukasz Magiera
|
33182967eb
|
Merge pull request #11142 from filecoin-project/feat/act-precommv2
sealing: Switch to calling PreCommitSectorBatch2
|
2023-08-14 21:31:24 +02:00 |
|
Łukasz Magiera
|
b11fba3561
|
itests: Port deadline-toggling itest to nv20
|
2023-08-14 20:25:36 +02:00 |
|
Marten Seemann
|
2f0fbe26f8
|
update go-libp2p to v0.29.2
|
2023-08-14 18:46:28 +07:00 |
|
Aayush
|
12e076e9ea
|
fix: chainstore: do not get stuck in unhappy equivocation cases
|
2023-08-11 17:32:39 -04:00 |
|
Aayush Rajasekaran
|
7b43f90a3b
|
Merge pull request #11158 from filecoin-project/asr/miner-refactors
feat: miner: 2 minor refactors
|
2023-08-11 13:20:25 -04:00 |
|
Aayush
|
3566e96b55
|
refactor: pass more specialized params to computeTicket
|
2023-08-11 09:52:26 -04:00 |
|
Aayush
|
20e831b9ea
|
refactor: drop unused param from IsRoundWinner
|
2023-08-11 09:48:09 -04:00 |
|
Łukasz Magiera
|
2c7c4ee845
|
Merge pull request #11155 from filecoin-project/asr/deflake
feat: deflake: TestGetBlockByNumber
|
2023-08-11 12:52:59 +02:00 |
|
Aayush Rajasekaran
|
49010a9b9a
|
Merge pull request #11104 from filecoin-project/asr/frc-0051
feat: chainstore: FRC-0051: Remove all equivocated blocks from tipsets
|
2023-08-09 21:50:10 -04:00 |
|
Aayush
|
69f3580ca2
|
add more test cases covering chainstore equivocation
|
2023-08-09 21:00:50 -04:00 |
|
Aayush Rajasekaran
|
1da18e8058
|
Merge pull request #10987 from simlecode/feat/add-Eip155ChainID
feat: add Eip155ChainID to StateGetNetworkParams
|
2023-08-09 20:02:05 -04:00 |
|
Aayush
|
2cbdedc209
|
add more test cases covering chainstore equivocation
|
2023-08-09 19:40:53 -04:00 |
|
Aayush
|
0ff334912b
|
Address review
|
2023-08-09 19:28:24 -04:00 |
|
Aayush
|
52657c5cb0
|
feat: chainstore: FRC-0051: Remove all equivocated blocks from tipsets
|
2023-08-09 19:28:24 -04:00 |
|
Aayush
|
62032e7c2a
|
feat: deflake: TestGetBlockByNumber
|
2023-08-09 19:25:32 -04:00 |
|
Aayush Rajasekaran
|
93b0ea2108
|
Merge pull request #11154 from filecoin-project/asr/merge-releases-into-master
chore: merge releases into master
|
2023-08-09 18:23:55 -04:00 |
|
Aayush
|
32f21258a1
|
Merge branch 'releases' into asr/merge-releases-into-master
|
2023-08-09 18:11:18 -04:00 |
|
Aayush Rajasekaran
|
7bb1f98ac6
|
Merge pull request #11109 from filecoin-project/release/v1.23.3
release: v1.23.3
|
2023-08-09 18:02:15 -04:00 |
|
Aayush Rajasekaran
|
bcde3bd60e
|
Merge pull request #11152 from filecoin-project/steb/eth-gateway-filter-id-error
fix: gateway: return an error when an Eth filter is not found
|
2023-08-09 17:25:03 -04:00 |
|
Phi
|
3cec54f774
|
Make TestWalletBalance happy
Set up an expected call to ChainHead
|
2023-08-09 21:25:52 +02:00 |
|
Steven Allen
|
a626b3e62c
|
fix: gateway: return an error when an Eth filter is not found
Previously, we'd just return nothing.
|
2023-08-09 12:14:45 -07:00 |
|
Aayush
|
9c27d675db
|
fix: docker: use correct golang 1.19.12 tag
|
2023-08-09 12:23:51 -04:00 |
|
Aayush
|
34104d05d0
|
Update Changelog to mention bump in minimum Go version
|
2023-08-09 11:18:58 -04:00 |
|
Aayush
|
5ee435d7d3
|
Update Changelog to remove references to ProbeLab experiment
|
2023-08-09 11:17:48 -04:00 |
|
Phi
|
18ae6bd18b
|
Unify IsSyncDone
Unify IsSyncDone in cli/sync.go and cli/wallet.go
|
2023-08-09 17:13:25 +02:00 |
|
Aayush Rajasekaran
|
46233e41f7
|
Merge pull request #11151 from filecoin-project/mikers/go-1.19.12
fix: v1.23.3: go version increase
|
2023-08-09 10:41:37 -04:00 |
|