mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #11] [MERGED] feat(bsc): Support for BNB Chain (ex Binance Smart Chain) 🚀 #19
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#19
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/11
Author: @swift1337
Created: 7/22/2023
Status: ✅ Merged
Merged: 7/23/2023
Merged by: @swift1337
Base:
develop← Head:feat/bsc📝 Commits (10+)
6a86de4Merge pull request #10 from oxygenpay/developd1f39d5Update README.mdc3527bbAdd support for BSC wallets in KMSc93d5eeAdd BNB coin. Subscribe to Tatum's notificationsa8e4135Support for incoming BNB payments.b186b07Fix QR code generation for BNB. Fix tatum webhook parsing85ef6e7Support transaction receipts for BSCfa6c2d9Implement transaction creation for BSC1914c1eImplement internal transfers for BSC blockchaine86b8f0Add BNB logo in readme📊 Changes
56 files changed (+1722 additions, -184 deletions)
View changed files
📝
Makefile(+1 -1)📝
README.md(+6 -2)📝
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 36 more files
📄 Description
This PR adds basic support for BNB chain with BNB coin. USDT and BUSD will come in following PRs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.