Anna Shaleva
|
82221b0ca7
|
*: fix Neo and NeoGo misuses
|
2022-12-07 17:29:09 +03:00 |
|
Roman Khimov
|
3c0ee9c3a3
|
config: switch to T5 testnet
See neo-project/neo-node#852, neo-project/neo-node#859.
|
2022-05-04 10:22:27 +03:00 |
|
Roman Khimov
|
df07ba505a
|
config: update mainnet magic
It's NEO3, see neo-project/neo-node#795.
|
2021-07-21 14:42:26 +03:00 |
|
Roman Khimov
|
f9a9d15490
|
config: update testnet magic for RC4
See neo-project/neo-node#798 and https://github.com/neo-project/neo-node/releases/tag/v3.0.0-rc4
|
2021-07-20 13:16:38 +03:00 |
|
Roman Khimov
|
02eb40376e
|
netmode: fix testnet magic
Somehow missed this in 134c7acff1 .
|
2021-05-07 16:40:08 +03:00 |
|
Roman Khimov
|
b2944bcf8a
|
config: adjust default testnet magic for RC1 testnet
It's 827601742, N3T1, see https://github.com/neo-project/neo-node/releases/tag/v3.0.0-rc1
|
2021-03-24 10:57:05 +03:00 |
|
Roman Khimov
|
c1b2a79cfe
|
netmode: use proper testnet magic number
Preview5 network used 'N3P5' as its magic, but the official testnet magic is
still 'NEOt', that's the way it's defined in neo-node, so use that.
|
2021-03-19 16:18:45 +03:00 |
|
Anna Shaleva
|
840104461b
|
config: update testnet netmode to preview5 magic
|
2021-02-05 18:57:54 +03:00 |
|
Roman Khimov
|
1c2318eed4
|
netmode: use non-zero unittest network
Using zero is a bit dangerous as it's the default type's value, so we can miss
some uninitialized variables when testing.
|
2020-06-18 12:10:12 +03:00 |
|
Roman Khimov
|
78ff11fe53
|
netmode: make default Magic String() more useful
|
2020-06-18 12:09:57 +03:00 |
|
Roman Khimov
|
26f11a52d9
|
config: move NetMode into its own micropackage
It's going to be used a bit more and pulling whole config just for one type is
a bit wrong.
|
2020-06-18 12:09:57 +03:00 |
|