Skip to content

Commit

Permalink
Merge pull request #7 from SCslope/main
Browse files Browse the repository at this point in the history
keystore/readme
  • Loading branch information
Jackmeng1985 authored Aug 9, 2024
2 parents 841eb39 + 2fd19a3 commit ab81a4b
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions accounts/keystore/testdata/keystore/README
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
This directory contains accounts for testing.
The password that unlocks them is "foobar".
# Testing Accounts Directory

The "good" key files which are supposed to be loadable are:
This directory is designated for testing purposes and contains a set of accounts and key files. The master password to access these accounts is "foobar".

- File: UTC--2016-03-22T12-57-55.920751759Z--7ef5a6135f1fd6a02593eedc869c6d41d934aef8
Address: 0x7ef5a6135f1fd6a02593eedc869c6d41d934aef8
- File: aaa
Address: 0xf466859ead1932d743d622cb74fc058882e8648a
- File: zzz
Address: 0x289d485d9771714cce91d3393d764e1311907acc
## Loadable Key Files

The other files (including this README) are broken in various ways
and should not be picked up by package accounts:
The following key files are correctly formatted and intended to be loadable:

- 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)
- **File:** UTC--2016-03-22T12-57-55.920751759Z--7ef5a6135f1fd6a02593eedc869c6d41d934aef8
- **Address:** 0x7ef5a6135f1fd6a02593eedc869c6d41d934aef8

- **File:** aaa
- **Address:** 0xf466859ead1932d743d622cb74fc058882e8648a

- **File:** zzz
- **Address:** 0x289d485d9771714cce91d3393d764e1311907acc

## Non-Loadable Files

The following files are intentionally broken or formatted incorrectly and should not be processed by the package accounts system:

- **File:** no-address (Missing address field, otherwise identical to "aaa")
- **File:** garbage (Contains random data)
- **File:** empty (No content)
- **File:** swapfile~ (Should be ignored)
- **File:** .hiddenfile (Should be ignored)
- **File:** foo/... (Should be ignored as it is a directory)

0 comments on commit ab81a4b

Please sign in to comment.