Evgenii Stratonikov
|
7b4ca57e33
|
*: change address to the new format
NEO3 uses new prefix for address (53 = 0x35), thus string representations as
well as encrypted WIFs should be changed.
|
2020-06-17 15:58:21 +03:00 |
|
Evgenii Stratonikov
|
b3b1137030
|
cli: allow to convert wallet from NEO2 to NEO3 format
This command may be helpful to have during transition.
|
2020-06-17 15:49:34 +03:00 |
|
Anna Shaleva
|
7ca2807875
|
vm/encoding: move bigint from vm to encoding package
|
2020-06-08 13:27:13 +03:00 |
|
Roman Khimov
|
e41d434a49
|
*: move all packages from CityOfZion to nspcc-dev
|
2020-03-03 17:21:42 +03:00 |
|
Evgenii Stratonikov
|
a3dacd3b74
|
tests: replace t.Fatal with require where possible
This makes tests less verbose and unifies the style
they are written in.
|
2020-03-02 17:22:27 +03:00 |
|
Roman Khimov
|
b246653f62
|
address: rename functions as per #579 comments
Make them more clear to understand.
|
2019-12-25 17:34:18 +03:00 |
|
Roman Khimov
|
53e6fbbbf9
|
base58: add a test for a025b9c42d
As noted by @fyrchik in #579 comments.
|
2019-12-25 17:33:48 +03:00 |
|
Roman Khimov
|
b7702f3a2e
|
address: improve testing, make it 100% covered
|
2019-12-25 15:55:39 +03:00 |
|
Roman Khimov
|
c5ceb9128a
|
address: check for prefix when decoding
|
2019-12-25 15:50:52 +03:00 |
|
Roman Khimov
|
89b6cbf795
|
address: make Prefix overridable
As it should be, it's specified in the configuration file (and it should be
treated as byte in the config)
|
2019-12-25 15:42:18 +03:00 |
|
Roman Khimov
|
e685e9bf9a
|
address: move into its own package
Doesn't really belong to the crypto.
|
2019-12-25 15:22:02 +03:00 |
|
Roman Khimov
|
a025b9c42d
|
base58: remove bogus code from CheckDecode
No other implementation does that and it looks weird, I see nothing meaninful
here.
|
2019-12-25 15:07:11 +03:00 |
|
Roman Khimov
|
369ac01a27
|
base58: move into its own package
It doesn't belong to crypto in any way other than it uses hash function
internally.
|
2019-12-25 15:05:54 +03:00 |
|