[PR #14] [MERGED] merge develop #22

Closed
opened 2026-03-03 18:51:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/14
Author: @swift1337
Created: 7/23/2023
Status: Merged
Merged: 7/23/2023
Merged by: @swift1337

Base: mainHead: develop


📝 Commits (5)

📊 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

  • Support for BNB Chain
  • Support for USDT & BUSD on BNB Chain

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/oxygenpay/oxygen/pull/14 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 7/23/2023 **Status:** ✅ Merged **Merged:** 7/23/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (5) - [`c217308`](https://github.com/oxygenpay/oxygen/commit/c217308194f70c2fb313b892cb649cce14fda169) feat(bsc): Support for BNB Chain (ex Binance Smart Chain) 🚀 (#11) - [`a3d6854`](https://github.com/oxygenpay/oxygen/commit/a3d6854f66217e917559d7e5631916ce563dbc26) Add USDT token for BSC (#12) - [`7979dbd`](https://github.com/oxygenpay/oxygen/commit/7979dbd919e14bdeb9e0e0848cb473191b78da48) Add BUSD token for BSC (#13) - [`f03af5e`](https://github.com/oxygenpay/oxygen/commit/f03af5e4868d0937ae75c410dadbbc7f1a16ee6f) Update readme - [`15dfe8b`](https://github.com/oxygenpay/oxygen/commit/15dfe8bd90b5b4ab88150e5a879ce315877f0eaa) Merge branch 'main' into develop ### 📊 Changes **60 files changed** (+1838 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description - Support for BNB Chain - Support for USDT & BUSD on BNB Chain --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 18:51:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/oxygen#22
No description provided.