Skip to content

Releases: renmengkai/tadle

Release v1.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Dec 06:38
refactor(api): 替换 fetch 调用为 proxyFetch

- 将 Privy 初始化接口的 fetch 方法替换为 proxyFetch
- 将 Privy 认证接口的 fetch 方法替换为 proxyFetch
- 统一 API 请求代理方式以增强安全性与可维护性

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Dec 01:48
feat(core): 实现项目初始化引导和 eligiblity 检查

- 添加首次运行时的交互式初始化流程,自动生成 wallets.txt、proxies.txt 和 .env 文件
- 在 airdrop 检查中增加对 "Not eligible" 状态的处理,避免无效重试
- 更新 ethers 依赖版本从 5.7.2 到 5.8.0
- 调整 BATCH_CONCURRENCY 默认值从 2 到 1,降低频率限制风险
- 改进文件读取逻辑,自动忽略空行和注释行(以 # 开头)
- 完善 .env.example 中验证码服务配置说明,明确标识为无需修改项

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Dec 15:36
Fix GitHub Actions workflow to prevent release creation conflicts