Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bitcoin Telegram Bot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s2191814
Bitcoin Telegram Bot
Graph
ca1d2adcebfe20d5f55474b2ab2f1a6f2e54b81a
Select Git revision
Branches
8
1-create-all-user-flows-and-determine-states-wherever-possible
2-implement_all_user_flows
4-create-general-functions-for-the-wallets
database-update
implement_signing_a_transaction
implement_wallet_menu_list_transactions
main
default
protected
master
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Apr
8
7
6
5
4
3
1
31
Mar
30
29
28
25
24
21
19
17
Remove wallet.py
main
main
Merge branch 'main' of https://gitlab.utwente.nl/s2191814/bitcoin-telegram-bot
Commented out the logic for checking if there are enough funds + other minor fixes
Add: only show sig signing for current wallet
Fixed bot creation message
Minor fixes
Solved "back" button issue
Solved inconsistent wallet.new_key() calls
Merge branch 'main' of https://gitlab.utwente.nl/s2191814/bitcoin-telegram-bot
master
master
Merge branch 'implement_signing_a_transaction' into main
Add: go back to menu when there are no transactions to sign
implement_signi…
implement_signing_a_transaction
Minor changes
Add: show pending transactions
Minor fix in /back button function
Cron function called with python main.py cron - for in tx retreive and notification
Update database
4-create-genera…
4-create-general-functions-for-the-wallets
Add cron
Merge remote-tracking branch 'origin/master' into 4-create-general-functions-for-the-wallets
resolved conflicts (changed get_wallet_info to Dylan's version)
resolved conflicts
Merge remote-tracking branch 'origin/master' into 4-create-general-functions-for-the-wallets
Merge branch 'main' of https://gitlab.utwente.nl/s2191814/bitcoin-telegram-bot
Listing transactions
Merge branch 'implement_wallet_menu_list_transactions' into main
Code clean up + added BOT_NAME to env
implement_walle…
implement_wallet_menu_list_transactions
Implemented receive transaction
Update last message instead of sending a new one, Added last_msg_id to the user table
Changed the way the responses are generated
Update database.py
Update database.py
database-update
database-update
Merge branch '2-implement_all_user_flows' into main
Created a better file structure for the commands plus started creating stub implementations, so that they can be implemented by others
2-implement_all…
2-implement_all_user_flows
Start on transactions
Merge remote-tracking branch 'origin/2-implement_all_user_flows' into 4-create-general-functions-for-the-wallets
remove mysql.sql
Clean up of the code
Update commands.py - to pass a parameter to the bot, the character between bot name and start must be &
Add: generalization for creating name of wallet
Add: wallet creation is finished for now
- state.message cannot be null
Loading