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 }}
leishman
/
kraken_ruby
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
54
Code
Issues
6
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
add deposit and withdraw endpoints and fix nonce issues
- #20
#20
Open
debreczeni
wants to merge 11 commits into
leishman:master
leishman/kraken_ruby:master
from
debreczeni:master
debreczeni/kraken_ruby:master
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
add deposit and withdraw endpoints and fix nonce issues
#20
debreczeni
wants to merge 11 commits into
leishman:master
leishman/kraken_ruby:master
from
debreczeni:master
debreczeni/kraken_ruby:master
Copy head branch name to clipboard
Commits
Commits on Jul 18, 2016
add DepositMethods API call
keo
committed
58607c0
View commit details
Copy full SHA for 58607c0
Browse repository at this point
add DepositStatus API call
keo
committed
335b274
View commit details
Copy full SHA for 335b274
Browse repository at this point
add WithdrawStatus API call
keo
committed
8269aae
View commit details
Copy full SHA for 8269aae
Browse repository at this point
Commits on Jul 29, 2016
Merge remote-tracking branch 'origin/add-deposit-withdraw'
debreczeni
committed
bfb8b1d
View commit details
Copy full SHA for bfb8b1d
Browse repository at this point
fix EAPI:Invalid nonce by using the most fine-grained time unit available from Time.now instead of using a random number
debreczeni
committed
2333cac
View commit details
Copy full SHA for 2333cac
Browse repository at this point
whtspc commit, use spaces instead of tabs
debreczeni
committed
653fe92
View commit details
Copy full SHA for 653fe92
Browse repository at this point
add readme for newly added deposits and withdrawal endpoint
debreczeni
committed
b26a065
View commit details
Copy full SHA for b26a065
Browse repository at this point
remove pp from specs
debreczeni
committed
622806f
View commit details
Copy full SHA for 622806f
Browse repository at this point
Commits on Aug 5, 2016
Retry on 'EAPI:Invalid nonce' error up to ENV['KRAKEN_API_RETRIES'] or 5 times
debreczeni
committed
3e7b5b2
View commit details
Copy full SHA for 3e7b5b2
Browse repository at this point
Commits on Sep 5, 2016
handle and retry when Kraken is partly down and responds with nil or the string "error" instead of a hash
debreczeni
committed
d0c341b
View commit details
Copy full SHA for d0c341b
Browse repository at this point
Commits on Nov 15, 2017
Kraken errors can not be trusted, we must not retry on general errors!
Show description for a92bd28
debreczeni
committed
a92bd28
View commit details
Copy full SHA for a92bd28
Browse repository at this point
You can’t perform that action at this time.