Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cloudnode-pro
/
BankAccounts
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
10
Code
Issues
10
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Transfer account ownership
- #82
#82
Draft
zefir-git
wants to merge 42 commits into
master
cloudnode-pro/BankAccounts:master
from
65-add-the-ability-to-transfer-ownership-of-a-bank-account
cloudnode-pro/BankAccounts:65-add-the-ability-to-transfer-ownership-of-a-bank-account
Copy head branch name to clipboard
Conversation
Commits
42
(42)
Checks
Files changed
Draft
Transfer account ownership
#82
zefir-git
wants to merge 42 commits into
master
cloudnode-pro/BankAccounts:master
from
65-add-the-ability-to-transfer-ownership-of-a-bank-account
cloudnode-pro/BankAccounts:65-add-the-ability-to-transfer-ownership-of-a-bank-account
Copy head branch name to clipboard
Commits
Commits on Dec 30, 2023
fix bad formatting examples
zefir-git
committed
28a8f58
View commit details
Copy full SHA for 28a8f58
Browse repository at this point
Commits on Jan 2, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
7c57033
View commit details
Copy full SHA for 7c57033
Browse repository at this point
Commits on Jan 5, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
a3b4ef6
View commit details
Copy full SHA for a3b4ef6
Browse repository at this point
db tables for owner change requests
zefir-git
committed
6046378
View commit details
Copy full SHA for 6046378
Browse repository at this point
change account owner config
zefir-git
committed
53e0418
View commit details
Copy full SHA for 53e0418
Browse repository at this point
account ownership change permissions
zefir-git
committed
b9907a4
View commit details
Copy full SHA for b9907a4
Browse repository at this point
ChangeOwnerRequest class
zefir-git
committed
6f9db50
View commit details
Copy full SHA for 6f9db50
Browse repository at this point
tasks that run every minute
zefir-git
committed
492475a
View commit details
Copy full SHA for 492475a
Browse repository at this point
remove unused import
zefir-git
committed
d5818f2
View commit details
Copy full SHA for d5818f2
Browse repository at this point
use Runnable instead of Supplier for minute interval sched
zefir-git
committed
64f93ee
View commit details
Copy full SHA for 64f93ee
Browse repository at this point
move interest timer to minuteLoopTasks
zefir-git
committed
8207d3d
View commit details
Copy full SHA for 8207d3d
Browse repository at this point
add err msg for when account is already owned by "new owner" player
zefir-git
committed
b2bcc62
View commit details
Copy full SHA for b2bcc62
Browse repository at this point
change owner command
zefir-git
committed
977f552
View commit details
Copy full SHA for 977f552
Browse repository at this point
Commits on Jan 14, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
5dc8dee
View commit details
Copy full SHA for 5dc8dee
Browse repository at this point
register change owner sub-command
zefir-git
committed
96be807
View commit details
Copy full SHA for 96be807
Browse repository at this point
Commits on Jan 15, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
2be20d4
View commit details
Copy full SHA for 2be20d4
Browse repository at this point
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
8b2dec9
View commit details
Copy full SHA for 8b2dec9
Browse repository at this point
accept ownership change sub-command
Show description for 46e4ba1
zefir-git
committed
46e4ba1
View commit details
Copy full SHA for 46e4ba1
Browse repository at this point
Commits on Jan 21, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
ca654e5
View commit details
Copy full SHA for ca654e5
Browse repository at this point
use new config
zefir-git
committed
eb1fec7
View commit details
Copy full SHA for eb1fec7
Browse repository at this point
Commits on Feb 6, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
ddb1fb3
View commit details
Copy full SHA for ddb1fb3
Browse repository at this point
allow sending message to any audience
zefir-git
committed
c68b82f
View commit details
Copy full SHA for c68b82f
Browse repository at this point
send account owner change request message
zefir-git
committed
87e52dd
View commit details
Copy full SHA for 87e52dd
Browse repository at this point
Commits on Feb 8, 2024
de-register minute loop tasks
zefir-git
committed
fca0b46
View commit details
Copy full SHA for fca0b46
Browse repository at this point
fix config path for change owner req msg
zefir-git
committed
8679196
View commit details
Copy full SHA for 8679196
Browse repository at this point
message for account ownership request sent
zefir-git
committed
6485ede
View commit details
Copy full SHA for 6485ede
Browse repository at this point
successfully accepted account ownership message
zefir-git
committed
52a6a7e
View commit details
Copy full SHA for 52a6a7e
Browse repository at this point
Commits on Feb 28, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
cbaa08a
View commit details
Copy full SHA for cbaa08a
Browse repository at this point
Commits on May 3, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
authored
da3ea69
View commit details
Copy full SHA for da3ea69
Browse repository at this point
Commits on May 29, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
authored
9cec648
View commit details
Copy full SHA for 9cec648
Browse repository at this point
Commits on Sep 16, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
bff92a1
View commit details
Copy full SHA for bff92a1
Browse repository at this point
Revert "move interest timer to minuteLoopTasks"
Show description for 641eb68
zefir-git
committed
641eb68
View commit details
Copy full SHA for 641eb68
Browse repository at this point
remove unused import
zefir-git
committed
0031341
View commit details
Copy full SHA for 0031341
Browse repository at this point
Commits on Sep 17, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
d77ec31
View commit details
Copy full SHA for d77ec31
Browse repository at this point
Commits on Nov 5, 2024
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
authored
568c4c6
View commit details
Copy full SHA for 568c4c6
Browse repository at this point
Commits on Feb 24, 2025
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
committed
223df5c
View commit details
Copy full SHA for 223df5c
Browse repository at this point
Commits on Feb 25, 2025
allow Message command result to use null audience
zefir-git
committed
5580d06
View commit details
Copy full SHA for 5580d06
Browse repository at this point
fix transfer ownership send & accept
zefir-git
committed
4bd8660
View commit details
Copy full SHA for 4bd8660
Browse repository at this point
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
authored
d73d9b7
View commit details
Copy full SHA for d73d9b7
Browse repository at this point
Commits on Mar 3, 2025
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
authored
f83c8a9
View commit details
Copy full SHA for f83c8a9
Browse repository at this point
fix: check for request expiration in accept command
zefir-git
committed
37cecdb
View commit details
Copy full SHA for 37cecdb
Browse repository at this point
Commits on Oct 18, 2025
Merge branch 'master' into 65-add-the-ability-to-transfer-ownership-of-a-bank-account
zefir-git
authored
f841adb
View commit details
Copy full SHA for f841adb
Browse repository at this point
You can’t perform that action at this time.