Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
keep-network
/
electrs
Public
forked from
romanz/electrs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Sep 13, 2021
Merge pull request #1 from keep-network/gcp-deployment
Show description for 54cdeba
lukasz-zimnoch
authored
54cdeba
Copy full SHA for 54cdeba
Use bcoin-url to get info on authentication
tomaszslabon
committed
b04ecc7
Copy full SHA for b04ecc7
Commits on Sep 8, 2021
Added comments explaining use of Github Actions variables
tomaszslabon
committed
0a9c816
Copy full SHA for 0a9c816
Commits on Sep 7, 2021
Removed unnecessary comments
tomaszslabon
committed
979ff72
Copy full SHA for 979ff72
Modified github workflow so it only pushes on dispatch
tomaszslabon
committed
98de9f2
Copy full SHA for 98de9f2
Commits on Sep 6, 2021
Used /mnt/electrs for storing electrs data
tomaszslabon
committed
e75550f
Copy full SHA for e75550f
Improved logging
tomaszslabon
committed
9d5435d
Copy full SHA for 9d5435d
Added a config map to store btc connectivity data
tomaszslabon
committed
5ab8824
Copy full SHA for 5ab8824
Added loggin to electrs
tomaszslabon
committed
6584183
Copy full SHA for 6584183
Commits on Sep 3, 2021
Made electrs be started by root
tomaszslabon
committed
a96be9e
Copy full SHA for a96be9e
Commits on Sep 2, 2021
Modify electrs commands so that it works with bcoin nodes
tomaszslabon
committed
4bf52ee
Copy full SHA for 4bf52ee
Commits on Sep 1, 2021
Added initcontainer publish job
tomaszslabon
committed
277b800
Copy full SHA for 277b800
Commits on Aug 30, 2021
cleanup of configuration files
tomaszslabon
committed
7783d91
Copy full SHA for 7783d91
Commits on Aug 19, 2021
Added configuration
tomaszslabon
committed
63173b4
Copy full SHA for 63173b4
Commits on Aug 17, 2021
Add example configuration
tomaszslabon
committed
dc1a88b
Copy full SHA for dc1a88b
Commits on Jul 30, 2021
Merge pull request #450 from Kixunil/patch-4
Show description for 7ef39f4
Roman Zeyde
authored
7ef39f4
Copy full SHA for 7ef39f4
Update relevant versions in README to 0.8.10
Kixunil
authored
5b77773
Copy full SHA for 5b77773
Commits on Jul 22, 2021
Merge pull request #441 from romanz/toolchain
Show description for 3ef38fc
Roman Zeyde
authored
3ef38fc
Copy full SHA for 3ef38fc
Use rust-toolchain in GitHub actions
Show description for 941760b
romanz
committed
941760b
Copy full SHA for 941760b
Merge pull request #438 from Kixunil/patch-4
Show description for 89cad79
Roman Zeyde
authored
89cad79
Copy full SHA for 89cad79
Set toolchain in GitHub actions to 1.41.1
Show description for 5378e05
Kixunil
authored and
romanz
committed
5378e05
Copy full SHA for 5378e05
Merge pull request #437 from Kixunil/patch-3
Show description for 49031d5
Roman Zeyde
authored
49031d5
Copy full SHA for 49031d5
Use std::f32::EPSILON to fix the build in Rust 1.41.1
Show description for 2dda68a
romanz
committed
2dda68a
Copy full SHA for 2dda68a
Commits on Jul 21, 2021
Delete .travis.yaml
Show description for 05bb22c
Kixunil
authored
05bb22c
Copy full SHA for 05bb22c
Fix crates.io badge
romanz
committed
870540d
Copy full SHA for 870540d
Commits on Jul 20, 2021
Merge branch 'nightly-clippy-fixes'
romanz
committed
cc3fc05
Copy full SHA for cc3fc05
Commits on Jul 19, 2021
Use EPSILON to do float comparison
Show description for 39dce76
tcharding
committed
39dce76
Copy full SHA for 39dce76
Commits on Jul 16, 2021
Implement From instead of Into
Show description for cfa0f71
tcharding
committed
cfa0f71
Copy full SHA for cfa0f71
Remove unnecessary closure
Show description for 4eab87b
tcharding
committed
4eab87b
Copy full SHA for 4eab87b
Remove unnecessary ? operator
Show description for 583cbc9
tcharding
committed
583cbc9
Copy full SHA for 583cbc9
Remove unnecessary borrow
Show description for e94ff8b
tcharding
committed
e94ff8b
Copy full SHA for e94ff8b
Fix spelling of 'hyphens'
tcharding
committed
9e33cb6
Copy full SHA for 9e33cb6
Commits on Jul 14, 2021
Update bitcoin dependency
romanz
committed
21f11a8
Copy full SHA for 21f11a8
Commits on Jul 8, 2021
Merge pull request #425 from biteskola/master
Show description for 9c21a36
Roman Zeyde
authored
9c21a36
Copy full SHA for 9c21a36
Commits on Jul 7, 2021
inside contrib/addr.py example, add regtest and signet networks
aitorjs
committed
5854b20
Copy full SHA for 5854b20
Pagination
Previous
Next
You can’t perform that action at this time.