Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: v03413/BEpusdt

v1.23.6

12 May 07:34
@github-actions github-actions

Choose a tag to compare

Changelog

  • 742d05d Merge pull request #179 from luoyanglang/wolf/web-dayjs-direct-dependency
  • 4081e7e Merge pull request #180 from betaxab/pr-try-to-fix-tron-task
  • 43614ee Merge pull request #181 from betaxab/pr-zoom-in-page
  • 9f89015 Merge pull request #182 from betaxab/pr-minor-update
  • 34e7dc6 Merge pull request #183 from 34892002/edge-key
  • 8525dd4 Merge pull request #185 from betaxab/pr-optimize-night-mode
  • 64ab143 Merge pull request #186 from betaxab/pr-fix-order-notify-slow-query
  • 3be13eb Merge pull request #187 from betaxab/pr-enhanced-dashboard
  • 584998b Merge pull request #188 from betaxab/pr-mobile-optimization
  • 89bd4ca Merge pull request #189 from betaxab/pr-standardize-line-endings
  • 34127df Merge pull request #190 from betaxab/pr-update-dependencies
  • 468fe8b Merge pull request #191 from betaxab/pr-update-packages
  • cd6994d feat: dashboard: Enhanced dashboard displays more statistics
  • 5a0d333 feat: 新增项目对接说明
  • 1b0df62 fix(web): declare dayjs dependency
  • 17b0d1c fix: Try to resolve the failed queue blocking web issue in Tron
  • eeb7ac1 fix: update pnpm version in Dockerfile
  • c84ca4a misc: Unify line endings to Unix LF format by run: find . -type f -exec dos2unix {} +
  • cb5aed9 perf: add order notify retry index
  • e467063 refactor: optimize type casting and formatting logic
  • a603e20 style: Enlarge the entire page by about 20%
  • 90e672f style: Optimize night mode display
  • f14a768 style: Optimize web pages for mobile devices
  • 1269054 update: Update dependencies based on upstream changes update: git ignore static/secure folder remove: mock data remove: vite-plugin-eslint plugin update: follow the upstream updates for Vite 7 fix: Chart rendering issue in dark mode
  • 609a850 update: minor adjustments to order confirmation
  • f4a225b update: upgrade to Go 1.26.2 && upgrade dependencies
  • 48b7c0b update: web: update package Update packages using pnpm up Remove unexpected color schemes from the chart Update the Stylelint config to match the upstream changes

Released by GoReleaser.

Assets 9
Loading

v1.23.5

25 Apr 14:16
@github-actions github-actions

Choose a tag to compare

Changelog

  • 6ccd93a feat: 增加支持历史汇率自动清理
  • 94ba4b7 perf: remove default currency limit setting in BuildOrder
  • 14644e0 refactor: add logging for MQTT publish errors

Released by GoReleaser.

Loading

v1.23.4

15 Apr 14:30
@github-actions github-actions

Choose a tag to compare

Changelog

  • 56bf320 Merge pull request #173 from tanaer/fix/nonblocking-bepusdt-notify
  • 2edf71d feat: 增加支持自定义Topic 路径前缀
  • c4d5e20 feat: 实现交易监听 MQTT服务器广播
  • 30eb665 feat: 实现钱包地址独占模式 & 安全优化
  • f866db9 feat: 配置支持多个 trongrid key
  • 240da52 fix(notify): avoid holding db during BEpusdt callbacks
  • a45003c fix: Telegram 通知自适应法币单位
  • 0f4346c fix: 补漏Tron 网络 MQTT 广播判断
  • 86251ac perf: unify mqtt subscription logic across modules
  • a596ebc style: 页面提示信息优化调整

Released by GoReleaser.

Loading

v1.23.3

18 Mar 05:54
@github-actions github-actions

Choose a tag to compare

Changelog

  • 6a2f3b6 feat: add PostgreSQL database support
  • 8c4ead0 fix: ensure Datetime uses local time zone
  • 0db728d fix: synchronize BuildOrder correctly
  • 077070b perf: improve payment flow handling
  • 9e77075 perf: remove hardcoded secret
  • 2992a1f perf: remove redundant quotes in SQL queries
  • e906090 style: update payment instructions

Released by GoReleaser.

Loading

v1.23.2

24 Feb 08:01
@github-actions github-actions

Choose a tag to compare

Changelog

  • d780daf Merge pull request #154 from betaxab/p1
  • f0cc80f Merge pull request #158 from betaxab/p1
  • 953eb29 Merge pull request #159 from betaxab/p1
  • b1785e0 Merge pull request #161 from luoyanglang/docs/add-dujiao-next-integration
  • 2e1aa7e Merge pull request #162 from betaxab/p1
  • 41f29e2 Merge pull request #163 from betaxab/p2
  • 69bf33e Merge pull request #164 from betaxab/create-order-api
  • 30457a7 docs(api): 添加 Dujiao-Next 对接文档
  • a3c2693 feat: Add Order creation API
  • 8478d47 feat: Add Update order API
  • 2738256 feat: Add front-end support for the checkout cashier
  • a9a94a1 feat: Complete the backend support for the checkout cashier
  • cd656eb feat: Methods API blacklist mode
  • ec98e9d feat: add Methods API
  • 112584b feat: add a Notify endpoint for orders created by the admin
  • 0ed8586 feat: add block offset confirmation feature
  • 84b3a81 feat: admin web: Complete the order creation fornt-end page
  • 13388f1 feat: admin: order/create api
  • 0c175e3 feat: transfer.go: let order processing task to support orders without tansactions
  • 7448512 feat: web: cashier: display product name
  • 534030b feat: 增加 X Layer USD₮0 收款支持
  • 3ecd0fc fix: layout: index.vue: remove createComponentWrapper to fix blank page
  • 7d926f4 fix: rebuild order should include the crypto and rate param fix: GetTxUrl prevents cases where the URL is empty
  • 858255f fix: update Tron Grid API Key help link
  • 35cb4b8 fix: x-layer usdt contract address change
  • 52b59bd fix: 修复添加钱包 other_notify 传递缺失
  • e303768 fix: 限定日志文件的过渡膨胀
  • cf0b09b misc: rate: CoingeckoRate detailed error
  • c3140cc misc: trade: Standardized func style
  • a0e5cc2 perf: trade: Get Crypto from Trade instead of querying it again
  • 19504a7 perf: 优化后台订单手动回调
  • ee63905 perf: 增加支持汇率同步配置 API Key
  • 5176296 perf: 限制区块队列 避免潜在OOM问题
  • e7e1cae refactor: streamline request host handling and adjust url paths
  • 9c0f9e8 style: order.vue: Align transaction order table
  • 5957b01 style: order.vue: remove the incorrectly submitted content
  • 28c9b6a style: views: order.vue: use '--' instand of ugly emoji symbol
  • bdce931 style: wallet.vue/order.vue: Do not mod template structure to prevent unnecessary scrollbar do not limit height for better display of 20 up items per page.
  • c953a4a style: 功能按钮调整 减少潜在误操作可能

Released by GoReleaser.

Loading

v1.23.1

04 Feb 03:27
@github-actions github-actions

Choose a tag to compare

Changelog

  • 9e50485 Merge branch 'init-info'
  • 5a6be1c Merge pull request #143 from betaxab/p1
  • 0e4ad01 feat: 增加首次安装初始化信息
  • 39c638e fix: Unify static resource paths to solve reverse proxy issues. fixes #142
  • 804da83 perf: 优化汇率同步异常处理逻辑
  • e686b6c perf: 增加订单创建响应参数 trade_type
  • d960581 refactor: 重构版本号控制 采用自动注入

Released by GoReleaser.

Loading

v1.23.0

24 Jan 06:38
@github-actions github-actions
21f45a7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

  • 280a875 CMD 命令参数优化
  • bf530dc Merge Add BNB-BEP20 & ETH-ERC20 native token support
  • f01dd47 Merge branch 'main' of https://github.com/v03413/BEpusdt into feat-OrderBin
  • b091292 Merge branch 'v1.23.0'
  • 0ef030c Merge branch 'v1.23.0'
  • a610af3 Merge branch 'v1.23.0'
  • 0859f32 Merge pull request #117 from betaxab/p1
  • f81540f Merge pull request #126 from luoyanglang/add-python-sdk-docs
  • af27e84 Merge pull request #128 from betaxab/nativetoken-1
  • 6d43269 Merge pull request #130 from v03413/v1.23.0
  • 5862eb4 Merge pull request #132 from betaxab/add-env-support
  • 8de86a2 Merge pull request #134 from betaxab/plasma-p0
  • f944e34 Merge pull request #135 from betaxab/fix-clipboard
  • 3c5f50e Merge pull request #138 from long2ice/main
  • 54054d7 Merge pull request #139 from long2ice/main
  • f5042b7 Merge pull request #140 from long2ice/main
  • 21f45a7 Merge pull request #141 from ninex-studio/feat-OrderBin
  • 734da0a Update
  • fff2129 chroe: .goreleaser.yaml add .env.example
  • 726847e docker 镜像适配 & 修复部分错误
  • ef4b329 feat: Add .env file support
  • 1b1378c feat: Set separate payment range for BNB token
  • e1ba3b8 feat: add BNB native token support
  • b6b1771 feat: add ETH (ERC20) native token support
  • 0651688 feat: add Plasma(XPL) Support
  • fb18f25 feat: add Tron API key support and refactor gRPC client initialization
  • 58e38ef feat: 增加可选订单金额匹配模式
  • 7714fd2 feat: 增加首次安装WEB初始化页面
  • 669c479 feat: 支持 MySQL 数据库
  • bc7bced feat: 新增订单回收站
  • 9ceff67 feat: 添加手动回调功能以触发订单通知
  • 6103838 fix: bot BNB balance query
  • f6bbc0e fix: correct block timestamp parsing in EVM task
  • b302556 fix: err="securecookie: the value is not valid
  • ee7a184 fix: installed: Fix copying issues
  • aa1fadf fix: tron 扫块解析数据越界问题
  • c4644e5 fix: update MySQL DSN usage with timeout parameters
  • 1df58c2 fix: 修复交易订单过滤无效
  • 224419f fix: 修复优化数据库问题 SQLITE_BUSY
  • d6fb979 fix: 删除冗余查询条件
  • 1c6152f fix: 处理报错 record not found
  • bdf6fab fix: 尽量约束数据库出现NULL值问题
  • a73b4e4 fix: 移除用于标记是否回收的订单状态
  • 88fc5d3 fix: 纠正字段错误
  • 7ffb2bb fix: 纠正构建订单缺失记录crypto
  • 2720366 perf: Api Auth Token 调整为只能通过内置重置进行修改
  • 0b0a95d perf: Do not check rates when bnb.bep20 is not configured
  • 491a348 perf: EVM扫块优化 增加自适应反向追溯
  • 7528d0d perf: aptos solana 扫块优化 增加自适应反向追溯
  • ddabbc4 perf: limit db query to a single result in rate sync
  • 7778ace perf: tron 扫块优化 增加自适应反向同步
  • f58c133 perf: 优化 evm 原生代码的解析逻辑
  • 79dafd1 perf: 优化 transfer 队列处理逻辑
  • 7b194ad perf: 优化交易匹配大小写问题
  • fc3a719 perf: 优化交易订单管理钱包准确性
  • 12a363e perf: 优化原子颗粒度处理健壮性
  • 566b307 perf: 优化后台交易订单管理体验
  • c7c107f perf: 优化增强后台鉴权安全性
  • f334e42 perf: 优化完善 MySQL 接入支持
  • fb2c1f3 perf: 优化成功率统计算法
  • 4062bba perf: 优化扫块成功率统计算法
  • 97ee113 perf: 优化确保登录唯一在线
  • 7521844 perf: 优化统一管理配置项 & 合并支持 Plasma
  • b6f6082 perf: 优化补单回调通知及时性
  • 807cb4d perf: 优化订单构建逻辑
  • 7621caf perf: 优化调整回调策略
  • 614e6af perf: 优化进一步收缩配置
  • ad56be1 perf: 优化适配支持 eth 和 bnb
  • 60fd6cd perf: 修改配置主动刷新配置缓存
  • 9f2781c perf: 取消订单交易哈希的唯一性限制
  • 8ab08b9 perf: 增加启动欢迎信息
  • ca4cfb8 perf: 增加手动补单可关联交易哈希
  • 8df55ad perf: 增加执行结束时数据库清理工作
  • 37a0d0b perf: 增加订单金额范围限制
  • f11eca2 perf: 复用 Client 连接 优化Tron 扫块性能
  • f0f7984 perf: 完善Plasma区块网络配置
  • 4bc7ef9 perf: 引入http连接池 优化扫块性能
  • 55596cc perf: 扫块日志格式化调整
  • 06e0acb perf: 简化鉴权执行逻辑
  • 7a64a50 perf: 纠正部分响应字段错误
  • 26a3295 perf: 进一步调整收缩配置项
  • 31354e5 perf: 针对HDD慢速磁盘SQLIte3参数优化
  • 6c03dab refactor: change time columns to datetime format
  • f38ad49 refactor: expand varchar length for addresses and txid
  • 07b4fdb refactor: update Order model to use pointer for ConfirmedAt and simplify variable declarations
  • 8043da9 refactor: update conf initialization and change Order field type
  • 2f62445 refactor: update env var names and simplify main init
  • 3541cc0 refactor: 优化兼容易支付处理逻辑
  • 062e61d refactor: 移除订单回收站机制, 优化订单删除
  • 1a5cbc8 style: update some desc
  • f011162 style: 优化缩减WEB前端文件体积
  • e9b7a6f style: 优化订单详情显示内容体验
  • 038bf03 style: 优化订单详情显示布局
  • a470fb8 style: 优化适配收银台模板文件
  • 718195a style: 后台配置项调整
  • 148e617 style: 增加交易管理显示币种
  • 223f68d style: 纠正超链接元素未省略
  • 1e92c52 style: 纠正错误引用数据字段
  • e561a12 style: 调整汇率浮动支持到六位小数
  • f93fb32 to: 适配 release 版本发布
  • ce4df45 tron 日志微调
  • b19e656 update
  • 9230036 优化增加日志记录
  • 11cd54e 结构标签调整
  • 51b7147 调整优化适配 & 增加国际化i18n
  • 2a7633a 适配支持 tron grid 节点,增加支持 Api Key
  • c623b4e 针对 交易类型 增加定义强类型校验

Released by GoReleaser.

Loading

v1.22.7

07 Sep 16:09
@github-actions github-actions

Choose a tag to compare

Changelog

  • f2dfae5 fix: 修复Bot地址点击查询无响应
  • 454d65c perf: 增加等待支付时亦可标记已支付

Released by GoReleaser.

Loading

v1.22.6

25 Aug 14:03
@github-actions github-actions

Choose a tag to compare

Changelog

  • c34f03c fix: 修复OKX交易所汇率获取失败
  • 06306bd perf: optimize overall context logic

Released by GoReleaser.

Loading

v1.22.5

13 Aug 14:09
@github-actions github-actions

Choose a tag to compare

Changelog

  • 21b0fb6 Merge pull request #101 from betaxab/p1
  • b0f18f7 feat: add Base Mainnet Support
  • ed12938 feat: add evm usdc parse transferWithAuthorization
  • e4941b3 feat: 增加广播交易二次确认机制
  • 8ece843 fix: 修复 solana 扫块的偶然性失效
  • b691cb4 perf: 优化完善订单状态
  • 8b46799 refactor: 重写EVM针对ERC20的扫块逻辑
  • d3844cd style: 收银台适配网络等待确认提示

Released by GoReleaser.

Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /