Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
541cfd7
Add market actor
elmattic Aug 11, 2025
08828a1
Add market module to registry
elmattic Aug 13, 2025
755f166
Add methods without parameters
elmattic Aug 13, 2025
76d6219
Add AddBalance method
elmattic Aug 13, 2025
82b9d90
Rename module
elmattic Aug 14, 2025
0761e68
Remove method
elmattic Aug 14, 2025
b754541
Ad WithdrawBalance method
elmattic Aug 14, 2025
1bea3e5
Add PaddedPieceSize
elmattic Aug 14, 2025
fb32a31
Implement LabelLotusJson
elmattic Aug 14, 2025
5fa58c0
Implement PublishStorageDealsParamsLotusJson type (wip)
elmattic Aug 18, 2025
0d948ec
Refactor
elmattic Aug 18, 2025
d3fb39c
Use version delegates
elmattic Aug 18, 2025
53275d4
Add support for Label
elmattic Aug 19, 2025
47ac8e4
Add PublishStorageDeals method
elmattic Aug 19, 2025
39369f9
Add more methods
elmattic Aug 19, 2025
0f0ba92
Add PublishStorageDeals method for v12
elmattic Aug 19, 2025
5d6d172
Add more methods for v8-v9
elmattic Aug 19, 2025
13cf35d
Add v8-v9 methods
elmattic Aug 19, 2025
43b9ea5
Remove files
elmattic Aug 19, 2025
b6abcd2
Add SectorDeals (wip)
elmattic Aug 19, 2025
fd51455
Add optional sector_type
elmattic Aug 19, 2025
1212dcb
Add VerifyDealsForActivation method for v13-v16
elmattic Aug 20, 2025
7f0fa1e
Add VerifyDealsForActivation method for v18-v12
elmattic Aug 20, 2025
1177444
Merge branch 'main' into elmattic/market-decode-params
elmattic Aug 20, 2025
c149623
Handle signature versions
elmattic Aug 20, 2025
c37d562
Remove commented-out code
elmattic Aug 20, 2025
eb03d3b
Remove comments
elmattic Aug 21, 2025
d073937
Add ActivateDeals method for v8-v11
elmattic Aug 21, 2025
03ebf86
Add BatchActivateDeals method for v12-v16
elmattic Aug 21, 2025
4d0087b
Add OnMinerSectorsTerminate method for all versions
elmattic Aug 22, 2025
60493f7
Add OnMinerSectorsTerminate method for v8 to v11
elmattic Aug 22, 2025
dc2b2e4
Merge branch 'main' into elmattic/market-decode-params
elmattic Aug 25, 2025
8b4d329
Add exported methods (wip)
elmattic Aug 25, 2025
e1780c6
Add more exported methods
elmattic Aug 25, 2025
a99c6b6
Add more methods
elmattic Aug 25, 2025
61a7afe
Merge branch 'main' into elmattic/market-decode-params
elmattic Aug 26, 2025
1af9d77
Add SettleDealPayments exported method
elmattic Aug 26, 2025
6956d02
Add SectorContentChanged exported method
elmattic Aug 26, 2025
defedc3
Fix compilation issue
elmattic Aug 27, 2025
8156598
Merge branch 'main' into elmattic/market-decode-params
elmattic Aug 27, 2025
625a955
Add a first market actor StateDecodeParams
elmattic Aug 27, 2025
81169be
Add test for AddBalance method
elmattic Aug 27, 2025
581ac64
Add test for OnMinerSectorsTerminate
elmattic Aug 27, 2025
a2c662d
Add more tests
elmattic Aug 28, 2025
03a7148
Add more api compare tests
elmattic Aug 28, 2025
a3e45d5
Add exported method tests
elmattic Aug 28, 2025
d2decaf
Add more exported method tests
elmattic Aug 28, 2025
edd882c
Merge branch 'main' into elmattic/market-decode-params
elmattic Sep 1, 2025
c52eef3
Merge branch 'main' into elmattic/market-decode-params
elmattic Sep 1, 2025
e7f44d9
Fix incorrect type
elmattic Sep 1, 2025
4d83566
Fix test
elmattic Sep 1, 2025
bd818c0
Fix lint errors
elmattic Sep 1, 2025
972e8f2
Fix incorrect rename and type params
elmattic Sep 2, 2025
e5d5b0a
Comment-out test
elmattic Sep 2, 2025
17bfb7a
Fix DealQueryParams type
elmattic Sep 2, 2025
64a3480
Add more tests for exported method
elmattic Sep 2, 2025
6425af1
Add one more exported method test
elmattic Sep 2, 2025
b420340
Update comment
elmattic Sep 2, 2025
14e2c8f
Add parameterless methods
elmattic Sep 3, 2025
4ea7a03
Update lock file
elmattic Sep 3, 2025
219b20b
Merge branch 'main' into elmattic/market-decode-params
elmattic Sep 3, 2025
ef6d17c
Fix merge
elmattic Sep 4, 2025
c643149
Merge branch 'main' into elmattic/market-decode-params
elmattic Sep 4, 2025
cc56ef1
Reorder macro calls
elmattic Sep 4, 2025
2bda12b
Add back market tests
elmattic Sep 4, 2025
bc3f723
Remove commented-out use import
elmattic Sep 4, 2025
6b64d65
Fix lint errors
elmattic Sep 4, 2025
7daa891
Add a first snapshot test
elmattic Sep 4, 2025
6bba756
Add snapshots tests
elmattic Sep 5, 2025
726d030
Merge branch 'main' into elmattic/market-decode-params
elmattic Sep 5, 2025
8c31e59
Add Label snapshots test
elmattic Sep 5, 2025
908e1db
Add snapshots test for ActivateDealsParams
elmattic Sep 5, 2025
6e9a28c
Add snapshots test for OnMinerSectorsTerminateParams
elmattic Sep 5, 2025
f1ede93
Market actor state decode param cleanup (#6041)
akaladarshi Sep 8, 2025
32b9030
add snapshot tests in market actor
akaladarshi Sep 8, 2025
0825c59
Merge remote-tracking branch 'origin/main' into elmattic/market-decod…
akaladarshi Sep 9, 2025
d2502d0
add snapshot tests
akaladarshi Sep 9, 2025
4d8bf40
remove uneccessary files and linter fix
akaladarshi Sep 9, 2025
02b1560
remove uneccessary changes
akaladarshi Sep 9, 2025
48ea34d
reolve ai comment
akaladarshi Sep 9, 2025
15083d0
add version 17 support
akaladarshi Sep 10, 2025
793c1e3
Merge branch 'main' into elmattic/market-decode-params
akaladarshi Sep 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 33 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading