Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vanilla vigilante codebase #1

Merged
merged 28 commits into from Aug 11, 2022
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d6a6dff
btc client
SebastianElvis Aug 4, 2022
4d9c96e
rpc server
SebastianElvis Aug 4, 2022
0ee86e3
vigilantes
SebastianElvis Aug 4, 2022
19c0a6c
hello world vigilantes
SebastianElvis Aug 4, 2022
f9f8ac6
some refactor
SebastianElvis Aug 4, 2022
f801410
some init stuff
SebastianElvis Aug 4, 2022
4d83f34
log and main programs
SebastianElvis Aug 5, 2022
a3212a5
rpc server working
SebastianElvis Aug 5, 2022
d112653
cleanup config
SebastianElvis Aug 5, 2022
bf3b493
config for vigilantes
SebastianElvis Aug 5, 2022
8d21f37
tls for btc client
SebastianElvis Aug 5, 2022
91f849e
cleanup
SebastianElvis Aug 5, 2022
263a6cd
typo
SebastianElvis Aug 5, 2022
cb78621
read config file
SebastianElvis Aug 8, 2022
1c373f2
refactor
SebastianElvis Aug 8, 2022
fb17b8b
CLI flag for config file, and sample config
SebastianElvis Aug 9, 2022
5fc85d6
log for submodules
SebastianElvis Aug 9, 2022
df9e71f
typo fix
SebastianElvis Aug 9, 2022
cafe6dd
use btcwallet as dependency
SebastianElvis Aug 10, 2022
df55428
copyright
SebastianElvis Aug 10, 2022
4fc7bb7
censor directory
SebastianElvis Aug 10, 2022
22f5da0
version
SebastianElvis Aug 10, 2022
779c6e1
prometheus metrics
SebastianElvis Aug 10, 2022
53e49d0
lint log outputs
SebastianElvis Aug 10, 2022
3c64ae6
multiple cleanups
SebastianElvis Aug 10, 2022
e1e7cc8
server's access to submitter/reporter
SebastianElvis Aug 10, 2022
ead15ca
graceful shutdown of vigilante
SebastianElvis Aug 10, 2022
bc83eb4
prometheus middleware for grpc
SebastianElvis Aug 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -13,3 +13,6 @@

# Dependency directories (remove the comment below to include it)
# vendor/

.vscode/
main
3 changes: 3 additions & 0 deletions btcclient/README.md
@@ -0,0 +1,3 @@
# btcclient

This package implements a Bitcoin client. The code is adapted from https://github.com/btcsuite/btcwallet/tree/master/chain.