Releases: filecoin-project/lily
Releases · filecoin-project/lily
v0.20.2
What's Changed
- feat: add new table for nv23 by @Terryhung in #1311
- Update CHANGELOG.md by @Terryhung in #1312
Full Changelog: v0.20.1...v0.20.2
v0.20.1
What's Changed
- chore: upgrade lotus to v1.28.1 by @Terryhung in #1309
- Update CHANGELOG.md by @Terryhung in #1310
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- chore: upgrade the lotus version to 1.27.0 by @Terryhung in #1303
- chore: upgrade lotus to 1.27.1 by @Terryhung in #1304
- chore: update the actor versions by @Terryhung in #1305
- feat: add new column for locked_fil_v2 in chain_economics and address_type in data_cap_balances by @Terryhung in #1306
- chore: update lotus version for nv23 by @Terryhung in #1307
- Update CHANGELOG.md by @Terryhung in #1308
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- feat: add new column for builtin_actor_events by @Terryhung in #1290
- fix: use the new library to parse cid from builtin_actor_event by @Terryhung in #1292
- feat: add new task miner sector deal v2 by @Terryhung in #1293
- feat: refine the provider sectors func by @Terryhung in #1294
- feat: Refine the filter for the GetActorEventsRaw by @Terryhung in #1295
- feat: refine the miner sector event by using builtin_actor_event function by @Terryhung in #1298
- feat: refine miner_sector_deal_v2 performance issue by @Terryhung in #1300
- feat: refactor builtin actor event by @Terryhung in #1301
- Update CHANGELOG.md by @Terryhung in #1302
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- feat: Refine the market diff function by @Terryhung in #1286
- feat: add builtin-actor-event task by @Terryhung in #1287
- chore: upgrade the lotus version to v1.26.3 by @Terryhung in #1288
- Update the CHANGELOG by @Terryhung in #1289
Full Changelog: v0.17.6...v0.18.0
v0.17.6
v0.17.3
What's Changed
- fix: use exponential backoff to attempt reconnect to tsdb by @kasteph in #1267
- chore: update the lotus to 1.25.0 by @Terryhung in #1274
- Update CHANGELOG.md by @Terryhung in #1276
Full Changelog: v0.17.2...v0.17.3
v0.17.2
What's Changed
- fix: remove the typo in fevm transactions model by @Terryhung in #1262
- chore: update the lotus version to 1.23.3 by @Terryhung in #1251
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #1263
- feat: add new actor dump: miner by @Terryhung in #1264
- fix: the peer_id encode error by @Terryhung in #1268
- feat: add new job to find out orphan block by @Terryhung in #1265
- feat: Add new function for filtering invalid message by @Terryhung in #1269
- fix: align the pkey in model to real database schema by @Terryhung in #1271
- fix: hot fix migration script by @Terryhung in #1272
- feat: add the cache for robust address by @Terryhung in #1273
- chore: update CHANGELOG.md by @Terryhung in #1275
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- feat: add actor dump processor and task by @Terryhung in #1245
- fix: align the eth address in fevm trace by @Terryhung in #1253
- fix: transaction hash in fevm trace by @Terryhung in #1254
- fix: skip StateListActors if there is no actor dump processor by @Terryhung in #1256
- feat: add new config to prefect service by @Terryhung in #1257
- feat: add more fields in fevm transaction by @Terryhung in #1255
- chore: Change the pkey of fevm_traces and refine the previous migration script by @Terryhung in #1259
- Update CHANGELOG.md by @Terryhung in #1261
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- fix: CodeCID should be at end of model by @kasteph in #1205
- feat: add new task: fevm_block_header by @Terryhung in #1207
- feat: add new task for fevm receipt by @Terryhung in #1208
- feat: add new option for walk config by @Terryhung in #1212
- feat: add new task: fevm_transaction by @Terryhung in #1213
- feat: add new task fevm contract by @Terryhung in #1214
- fix: batch insert for locked_funds, sector_events and sector_info_v7 by @birdychang in #1216
- fix: batch insert miner_pre_commit_info by @birdychang in #1220
- chore: batch insert miner_sector_deal by @birdychang in #1221
- fix: run more backfill tipsetkey during import chain by @Terryhung in #1222
- fix: keep running the whole tipset task without cancel by @Terryhung in #1219
- fix: rename the fevm related table by @Terryhung in #1218
- fix: align the task height by @Terryhung in #1225
- feat: add new task for fevm trace by @Terryhung in #1217
- fix: logic error and remove useless function call by @Terryhung in #1227
- chore: add fevm supported tasks and refine the migration script by @Terryhung in #1228
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #1230
- chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #1229
- feat: add more description for fevm models by @Terryhung in #1231
- fix: fix the logic and data type in fevm tasks by @Terryhung in #1232
- fix: refine error handling for skipping actor limit by @Terryhung in #1237
- fix: var names for chain commands by @kasteph in #1236
- fix: resize error channel by @Terryhung in #1238
- chore: do not require mac users to preset env vars by @kasteph in #1239
- fix: add Transform implementation for PreCommitInfoExtractorV8 by @kasteph in #1242
- feat: change the logging condition for parsing internal message by @Terryhung in #1243
- chore: update the lotus version to 1.23.2 by @Terryhung in #1241
- feat: add human readable actor codes in fevm_traces by @kasteph in #1240
- feat: change the splitstore setting in config and replace returning error with logging error in parsing vm_message by @Terryhung in #1246
- feat: add new columns for receipts table by @Terryhung in #1248
- Update CHANGELOG.md by @Terryhung in #1250
New Contributors
- @dependabot made their first contribution in #1230
Full Changelog: v0.16.0...v0.17.0