Anna Shaleva
|
5a984fdf88
|
config: move config.go out of config/
closes #423
|
2020-03-31 17:55:59 +03:00 |
|
Roman Khimov
|
e41d434a49
|
*: move all packages from CityOfZion to nspcc-dev
|
2020-03-03 17:21:42 +03:00 |
|
Evgenii Stratonikov
|
05a3625b7d
|
wallet: implement (*Account).SignTx
It is used in both CLI and RPC.
|
2020-03-02 18:03:56 +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 |
|
Evgenii Stratonikov
|
b6bc4e580a
|
rpc: move functions for Tx building in request package/
|
2020-02-21 15:12:04 +03:00 |
|
Roman Khimov
|
ea3b76ded1
|
network: make NewServer return an error, fix #612
It can return nil in two cases, so we're better return an error and handle
it.
|
2020-01-22 11:17:51 +03:00 |
|
Evgenii Stratonikov
|
aecdf470e7
|
cli,pkg: use zap.Logger
|
2020-01-10 11:14: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
|
e685e9bf9a
|
address: move into its own package
Doesn't really belong to the crypto.
|
2019-12-25 15:22:02 +03:00 |
|
Vsevolod Brekelov
|
6ef7837614
|
performance: removed require call from benchmark test
|
2019-12-13 16:13:01 +03:00 |
|
Vsevolod Brekelov
|
eeb2fb7004
|
integration: add signing tx
|
2019-12-12 21:13:54 +03:00 |
|
Vsevolod Brekelov
|
a2dac4507b
|
performance: add performance test
In order to run it use:
go test -bench=. -benchmem
|
2019-12-12 16:01:22 +03:00 |
|