Commit Graph

136 Commits

Author SHA1 Message Date
Michele Balistreri 31a238c3d6
update keycard-go 2023-10-11 17:29:37 +09:00
Michele Balistreri 9a8018e552
add verification command 2023-10-09 20:50:55 +09:00
Jakub Sokołowski 691380d8d0
ci: use crazymax/xgo:1.18.1 docker image as base (#17)
* ci: add Jenkins user to dockerfile

Otherwise the `$HOME` variable is not set which results in:
```
+ make test
go test -v ./...
failed to initialize build cache at /.cache/go-build: mkdir /.cache: permission denied
Makefile:31: recipe for target 'test' failed
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>

* ci: use crazymax/xgo:1.18.1 docker image as base

The old `xgo` image does not work:
```
../../../../pkg/mod/github.com/ethereum/go-ethereum@v1.10.26/common/test_utils.go:27:18: undefined: os.ReadFile
note: module requires Go 1.17
Makefile:31: recipe for target 'test' failed
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-09 19:11:43 +01:00
Michele Balistreri eab69a14aa remove deprecated flag 2022-11-09 08:01:11 +01:00
Michele Balistreri 3460922804 tidy deps 2022-11-09 07:38:09 +01:00
Guillaume Ballet d40d69396c
fix cap file flag name in error message (#14)
Co-authored-by: Michele Balistreri <opensource@bitgamma.com>
2022-11-09 07:23:12 +01:00
willian.eth 80c74d831b
update keycard-go and other deps (#15) 2022-11-09 07:12:45 +01:00
Andrea Franz f6a0f3daf6
update deps 2021-11-09 12:10:54 +01:00
Andrea Franz 14ac70a305
remove status and pair commands from cli in favour of shell scripts 2021-11-09 12:10:28 +01:00
Andrea Franz 5b293d23cd
update README 2021-11-09 12:10:08 +01:00
Andrea Franz 7aad481338
add keycard-unblock-pin 2021-11-09 12:06:09 +01:00
Andrea Franz e64f09f9c0
add unblock-pin script 2021-11-09 12:04:44 +01:00
Andrea Franz 922bb5fca9
fix go-ethereum import 2021-10-21 15:29:39 +02:00
Andrea Franz 6ac94f0c5b
use status-im fork of go-ethereum 2021-10-21 14:59:57 +02:00
Andrea Franz 289fe5ad2e
specify version in deps task 2021-10-19 13:08:59 +02:00
Andrea Franz 48b5a85bcf
debug 2021-10-19 12:58:48 +02:00
Andrea Franz ddd9e54187
debug 2021-10-19 12:57:20 +02:00
Andrea Franz eec2f9cf44
use go install insted of go get 2021-10-19 12:54:53 +02:00
Andrea Franz bf18188707
remove GOCACHE = "off" for CI 2021-10-19 12:47:45 +02:00
Andrea Franz ea1ff04f7b
bump karalabe/xgo docker version 2021-10-19 12:08:02 +02:00
Andrea Franz 8531978e9d
go mod tidy 2021-10-19 11:47:12 +02:00
Andrea Franz afd6df0477
bump version 2021-10-19 11:30:27 +02:00
Andrea Franz 60188cd7e7
add keycard-generate-mnemonic 2021-10-19 11:29:56 +02:00
Andrea Franz ac6aa7595a
add keycard-export-key-private and keycard-export-key-public 2021-10-19 10:48:19 +02:00
Andrea Franz 7f6683235a
upgrade keycard-go and return parsed exported key 2021-10-04 16:20:00 +02:00
Andrea Franz aa17c16920
add commandKeycardExportKey 2021-10-04 14:10:40 +02:00
Andrea Franz fd3c9d3451
remove old vendor pkgs 2021-10-04 14:10:22 +02:00
Andrea Franz 1e0885eee7
add export key command / add go mod 2021-10-04 14:07:46 +02:00
Andrea Franz acacf23199
install NDEF by default with empty data 2021-01-08 11:30:15 +01:00
Andrea Franz 14a203452b
add -keycard-applet and -cash-applet flags 2021-01-08 09:31:49 +01:00
Andrea Franz 7979faf8de
Update README.md 2020-06-19 10:13:33 +02:00
Andrea Franz a3ae0ddbfa
install NDEF record only if -ndef is specified 2020-06-06 11:56:05 +02:00
Andrea Franz 8ae462d000
Update README.md 2020-05-27 16:07:07 +02:00
Andrea Franz 9b07e5e3fe
fix info command crashing if cash applet not installed 2020-05-27 15:43:57 +02:00
Andrea Franz 9c338fee4d
upper case Applet in output 2020-04-02 12:48:00 +02:00
Andrea Franz fabedce4ab
add a colon in the cash info output 2020-04-02 12:46:36 +02:00
Andrea Franz 4f2209f2d1
remove one new line in the info command output 2020-04-02 12:41:13 +02:00
Andrea Franz cfe73494bb
bumb version to 0.3.1 2020-04-02 12:29:05 +02:00
Andrea Franz 939cac4b3e
info command shows cash applet info 2020-04-02 12:28:32 +02:00
Andrea Franz 60241043d8
add keycard-load-seed command 2020-01-07 13:01:43 +01:00
Andrea Franz 4baa54e4e6
bump version and add go-ndef to vendor 2019-11-19 18:05:56 +01:00
Andrea Franz f35c31a20a
add option to customize ndef data with custom url and cash address 2019-11-19 18:02:36 +01:00
Andrea Franz ee573468d4
add cash-sign shell example 2019-11-19 13:05:33 +01:00
Andrea Franz 90247e62fd
add cash applet features 2019-11-19 12:55:43 +01:00
Andrea Franz cc4e5638f2
fix CI build to pass version with -ldflags 2019-11-14 13:24:51 +01:00
Andrea Franz f617d6fc1c
bump version to 0.1.0 2019-11-14 12:58:37 +01:00
Andrea Franz 5d79f7868f
add keycard-sign-with-path command 2019-11-14 12:52:23 +01:00
Andrea Franz 9ab74c9fb1
fix example shell file 2019-10-08 23:20:27 +09:00
Andrea Franz ce4e7b2f6a
fix example shell file 2019-10-08 23:19:39 +09:00
Andrea Franz 491449f262
add shell example files 2019-10-08 23:16:10 +09:00