plugeth/accounts/testdata/keystore
2016-04-12 15:58:07 +02:00
..
foo cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
.hiddenfile cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
empty cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
garbage cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
no-address cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
README cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
UTC--2016-03-22T12-57-55.920751759Z--7ef5a6135f1fd6a02593eedc869c6d41d934aef8 cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
UTC--2016-03-23T09-30-22.528630983Z--f466859ead1932d743d622cb74fc058882e8648a cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
UTC--2016-03-23T09-30-26.532308523Z--289d485d9771714cce91d3393d764e1311907acc cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
zero cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00

This directory contains accounts for testing.
The passphrase that unlocks them is "foobar".

The "good" key files which are supposed to be loadable are:

- File: UTC--2016-03-22T12-57-55.920751759Z--7ef5a6135f1fd6a02593eedc869c6d41d934aef8
  Address: 0x7ef5a6135f1fd6a02593eedc869c6d41d934aef8
- File: UTC--2016-03-23T09-30-22.528630983Z--f466859ead1932d743d622cb74fc058882e8648a
  Address: 0xf466859ead1932d743d622cb74fc058882e8648a
- File: UTC--2016-03-23T09-30-26.532308523Z--289d485d9771714cce91d3393d764e1311907acc
  Address: 0x289d485d9771714cce91d3393d764e1311907acc

The other files (including this README) are broken in various ways
and should not be picked up by package accounts:

- File: no-address (missing address field, otherwise same as "aaa")
- File: garbage (file with random data)
- File: empty (file with no content)
- File: swapfile~ (should be skipped)
- File: .hiddenfile (should be skipped)
- File: foo/... (should be skipped because it is a directory)