Commit Graph

63 Commits

Author SHA1 Message Date
Gustavo Chain
fdb8d4002f
update broken ws endpoint
Some checks failed
release / goreleaser (push) Has been cancelled
2023-03-27 11:34:27 +02:00
Gustavo Chaín
1e149e7a50
Merge pull request #15 from mempool/dependabot/go_modules/github.com/fatih/color-1.14.1
Bump github.com/fatih/color from 1.13.0 to 1.14.1
2023-01-30 16:37:02 +00:00
dependabot[bot]
c85f24abe7
Bump github.com/fatih/color from 1.13.0 to 1.14.1
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.13.0...v1.14.1)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 15:07:00 +00:00
naveensrinivasan
d6320efe88
Updated the release to use go 1.17 2022-05-05 20:13:16 +02:00
naveensrinivasan
7461e85495
Upgraded to go 1.17
- Upgraded to go 1.17 as 1.14 is not supported anymore.
- Pinned the docker file to a hash https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-05-05 20:13:13 +02:00
Gustavo Chain
595040d46f
go get -u 2022-05-05 20:12:46 +02:00
Naveen
9b11358fb2
Create dependabot.yml 2022-03-06 10:19:24 -05:00
Gustavo Chain
dc9662b509
Update client's endpoint
Some checks failed
release / goreleaser (push) Has been cancelled
2021-01-22 13:21:33 +01:00
Gustavo Chain
1ac079b082
Add halving banner
Some checks failed
release / goreleaser (push) Has been cancelled
2020-04-10 19:20:14 +02:00
Gustavo Chain
ba84b32f05
rename fee_range to feeRange 2020-04-07 10:21:33 +02:00
Gustavo Chain
5e57b325d9
Add Dockerfile
Some checks failed
release / goreleaser (push) Has been cancelled
This commit also disable the docker building process performed by
 goreleaser. Docker containers are built now by hub.docker.com.
2020-03-31 20:42:03 +02:00
Gustavo Chain
89085c721c
Update Dockefile
Some checks failed
release / goreleaser (push) Has been cancelled
2020-03-29 23:04:56 +02:00
Gustavo Chain
e6b74bc6da
Update README.md and goreleaser 2020-03-29 22:58:52 +02:00
Gustavo Chain
07a4573c46
Rename to mempool/mempool-cli 2020-03-29 22:57:15 +02:00
Gustavo Chain
7d6d22186f
Update README.md 2020-03-29 16:32:14 +02:00
Gustavo Chain
395198c4e7
rename projected to mempool 2020-03-29 16:30:31 +02:00
Gustavo Chain
89f05b151b
drop freebsd releases
Some checks failed
release / goreleaser (push) Has been cancelled
2020-03-29 16:15:02 +02:00
Gustavo Chain
252edaf84b
Update code to use new v2 API 2020-03-29 16:05:20 +02:00
Gustavo Chain
616593ce4d
Rename projected to mempool 2020-03-29 15:50:20 +02:00
Gustavo Chaín
f5cdc20b4f
Update README.md 2020-02-27 23:16:57 +01:00
Gustavo Chain
fd071a4aff
Update README.md 2020-02-27 19:43:56 +01:00
Gustavo Chain
37a40a30f9
Fix docker in actions 2020-02-27 19:39:53 +01:00
Gustavo Chaín
71d5c58193
Update README.md 2020-02-27 19:32:47 +01:00
Gustavo Chain
187d5aa88a
Expand releases
Freebsd and Windows added to the OSs
arm and arm64 added to the Archs
Added Docker
2020-02-27 18:47:30 +01:00
Gustavo Chain
1ec586f409
Add tx tracking
Some checks failed
release / goreleaser (push) Has been cancelled
2020-02-27 17:46:55 +01:00
Gustavo Chain
98f1ccbfdc
Update README.md 2020-02-22 09:25:12 +01:00
Gustavo Chain
e5642940f2
Code reorg and feedist coloring
Some checks failed
release / goreleaser (push) Has been cancelled
2020-02-22 09:20:35 +01:00
Gustavo Chain
c28fc0167a
Fee distribution refactor 2020-02-22 08:57:17 +01:00
Gustavo Chain
ef1b2e12ba
Initial fee distribution implementation 2020-02-21 20:13:49 +01:00
Gustavo Chain
6d6631fc62
skip changelog generation 2020-02-21 13:53:09 +01:00
Gustavo Chain
a8e38344e6
fix typo
Some checks failed
release / goreleaser (push) Has been cancelled
2020-02-21 13:47:39 +01:00
Gustavo Chaín
b6f18d09bc
Add files via upload 2020-02-20 17:49:14 +01:00
Gustavo Chaín
01490dc5bc
Add files via upload 2020-02-20 17:44:49 +01:00
Gustavo Chaín
d5b6957377
Update README.md 2020-02-20 17:41:29 +01:00
Gustavo Chaín
91ebc95eb9
Update README.md 2020-02-18 12:31:31 +01:00
Gustavo Chain
36b4c8bfd3
add vBytes/s label on info bar 2020-02-17 09:30:30 +01:00
Gustavo Chain
26a89e1368
remove .goreleaser hooks
Some checks failed
release / goreleaser (push) Has been cancelled
2020-02-16 11:52:14 +01:00
Gustavo Chain
112a2c5ea0
show vBytes/sec 2020-02-16 11:40:42 +01:00
Gustavo Chain
2c82cf9819
go tidy 2020-02-16 11:37:27 +01:00
Gustavo Chaín
8b45fa49f2
Create release.yml 2020-02-16 10:37:37 +01:00
Gustavo Chain
7fa88f2394
add .goreleaser 2020-02-16 10:29:08 +01:00
Gustavo Chain
b08d455969
fix block filling 2020-02-15 21:27:38 +01:00
Gustavo Chain
6c91f757aa
fix remaining blocks info msg 2020-02-14 23:00:58 +01:00
Gustavo Chain
fd4272886b
add loader 2020-02-14 14:05:21 +01:00
Gustavo Chain
9abe9905d7
ui refactor 2020-02-14 13:55:08 +01:00
Gustavo Chain
2eb974ca2a
fix panic on projecteblocks 2020-02-14 11:54:30 +01:00
Gustavo Chain
25daa49e22
Better layout identification 2020-02-14 10:45:15 +01:00
Gustavo Chaín
ee6063375a
Update README.md 2020-02-14 10:35:28 +01:00
Gustavo Chain
fc6ef21a38
Update README.md 2020-02-14 10:29:46 +01:00
Gustavo Chain
aeeb021b59
fix new blocks ui 2020-02-14 10:27:51 +01:00