mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #16] [MERGED] merge develop #25
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/oxygenpay/oxygen/pull/16
Author: @swift1337
Created: 7/23/2023
Status: ✅ Merged
Merged: 7/23/2023
Merged by: @swift1337
Base:
main← Head:develop📝 Commits (6)
c217308feat(bsc): Support for BNB Chain (ex Binance Smart Chain) 🚀 (#11)a3d6854Add USDT token for BSC (#12)7979dbdAdd BUSD token for BSC (#13)f03af5eUpdate readme15dfe8bMerge branch 'main' into develop2e30279Merge branch 'main' into develop📊 Changes
60 files changed (+1838 additions, -193 deletions)
View changed files
📝
Makefile(+1 -1)📝
README.md(+12 -3)📝
api/proto/kms/kms-v1.yml(+3 -0)📝
api/proto/kms/v1/wallet.yml(+30 -11)📝
api/proto/merchant/v1/merchant_address.yml(+2 -2)📝
internal/db/repository/helpers.go(+9 -0)📝
internal/kms/api/handler.go(+42 -0)📝
internal/kms/api/handler_test.go(+83 -0)📝
internal/kms/app.go(+1 -0)📝
internal/kms/wallet/service.go(+18 -13)📝
internal/kms/wallet/wallet.go(+3 -4)📝
internal/money/money.go(+4 -0)📝
internal/provider/tatum/provider.go(+2 -3)📝
internal/provider/tatum/provider_rpc.go(+18 -12)📝
internal/scheduler/handler.go(+5 -3)📝
internal/scheduler/handler_test.go(+1 -1)📝
internal/server/http/internalapi/scheduler.go(+15 -24)📝
internal/server/http/internalapi/wallet.go(+7 -5)📝
internal/server/http/merchantapi/address_test.go(+7 -0)📝
internal/server/http/merchantapi/withdrawal_test.go(+6 -1)...and 40 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.