Mark Sinclair
a1ca330ce9
GitHub Actions: upload network requester to releases
2022-05-04 14:31:21 +01:00
Jon Häggblad
139e89643c
Endpoints for average mixnode uptime ( #1238 )
2022-05-04 11:28:41 +02:00
fmtabbara
a1e0087760
merge sprint branch updates£
2022-05-04 10:01:39 +01:00
fmtabbara
b15cc094ea
small refactors
2022-05-04 10:00:17 +01:00
Jędrzej Stuczyński
8eb3f6f862
Changed opt-level for test code to speed up especially dkg tests
2022-05-04 09:54:18 +01:00
Jędrzej Stuczyński
9032d81d52
Fixed dkg benchmarking code to take into account resharing attributes
2022-05-04 09:44:10 +01:00
Jon Häggblad
7adee63ebe
wallet: add show_mnemonic_for_account_in_password
2022-05-04 10:01:34 +02:00
Jon Häggblad
1a5580229b
wallet: more unit tests
2022-05-04 01:35:57 +02:00
Jon Häggblad
df4c6493d4
wallet: split and add more wallet_store tests
2022-05-03 23:20:16 +02:00
Jon Häggblad
30a41261ea
wallet: add more log statements
2022-05-03 20:03:46 +02:00
Fouad
f2e95d2fd5
Merge pull request #1244 from nymtech/feature/inclusion-probability-ui-update
...
update inclusion prob UI update
nym-wallet-v1.0.3
nym-binaries-1.0.0
v1.0.0
2022-05-03 16:57:22 +01:00
fmtabbara
5730c914e8
use coming soon chip
2022-05-03 16:38:15 +01:00
fmtabbara
7845e32742
update inclusion prob UI
2022-05-03 15:14:16 +01:00
Jon Häggblad
4cce235e13
validator-api: disable swagger temporarily
2022-05-03 15:49:44 +02:00
Jędrzej Stuczyński
521eb98f25
Generated changelog for 1.0.0
2022-05-03 14:27:54 +01:00
Jon Häggblad
c77ccddcb3
Add swagger for validator-api ( #1239 )
...
* validator-api: add swagger openapi
* Lock file
2022-05-03 14:40:11 +02:00
Drazen Urch
b8ce97e005
Mitigate PM change attack ( #1236 )
...
* Mitigate PM change attack
* More paranoid test
2022-05-03 14:36:29 +02:00
Bogdan-Ștefan Neacşu
49e29af5f4
Fix gateway test wallet address ( #1237 )
...
* Fix gateway test wallet address
Since we're switching to mainnet as default, use the correct wallet
address format.
* Fix other test with prefix problems
2022-05-03 14:36:29 +02:00
durch
41319fe7ad
Fix unbonding for new nodes
2022-05-03 14:36:29 +02:00
durch
4fcf0da5c0
Move amount to liquidate to const
2022-05-03 14:36:29 +02:00
durch
0a6b2a8aaf
Fix vesting accounting
2022-05-03 14:36:29 +02:00
Drazen Urch
b09db50bba
Fix checkpointing ( #1230 )
...
* Fix checkpoint strategy and order, test
* Debug pending delegation events
* Debug print
* Switch print to log
* Add debug print
* More printing
* Remove problematic checkpoint
* checkpoint mixnodes in separate block
* more debugs
* Removing old migration just in case
* Printing all checkpoint heights at migration
* Purging old checkpoint from storage
* Attempting to load raw storage value
* More printing...
* Removed expect
* deserialization changes
* error handling
* cleanup
* clippy
* dead code
* Reduce minimum age for rewarding to 1 epoch
* Add checkpoint query
* Get checkpoint at height
* Fix delegation compounding, fix undelegate accumulate_rewards
* Fix potential overflow, add debug logging
* Moar logging
* Fix total_delegations + rewards
* Better error for horrible overflow
* fmt
* Fixed unit test assertions in bech32 validation
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2022-05-03 14:36:29 +02:00
Jędrzej Stuczyński
82e6d7335b
Bandwidth credentials disabled by default
2022-05-03 14:36:29 +02:00
Jędrzej Stuczyński
21d19d2447
Renamed testnet mode to disabled credentials mode
2022-05-03 14:36:29 +02:00
Jędrzej Stuczyński
5f116f8104
Set mainnet as the default network build target
2022-05-03 14:36:29 +02:00
Jędrzej Stuczyński
04f633446e
Updated binaries versions to 1.0.0
2022-05-03 14:36:29 +02:00
durch
be5421719c
Fix undelegations
2022-05-03 14:36:29 +02:00
Jon Häggblad
6d874cc34a
wallet: remove list_accounts_for_password
2022-04-29 16:54:25 +02:00
Jon Häggblad
7e356ea3b3
wallet: simplify account handling
2022-04-29 16:49:57 +02:00
Jon Häggblad
f7be9e7e6f
wallet: remove DecryptedAccount and make Accounts clone
2022-04-29 16:27:24 +02:00
Jędrzej Stuczyński
5db7f7e0bc
Fixing some dependencies
2022-04-29 14:39:42 +01:00
Jon Häggblad
05374393ef
wallet: contructors for DecryptedAccount
2022-04-29 15:36:06 +02:00
fmtabbara
580656c002
refactor + wip
2022-04-29 14:12:47 +01:00
Jon Häggblad
a7caf97b73
wallet: derive_address
2022-04-29 15:12:07 +02:00
Fouad
96f2718b94
Feature/show pending delegations ( #1229 )
...
* remove unused import
* use correct types
* set up pending delegations
* remove unused import
2022-04-29 12:53:52 +01:00
fmtabbara
091507b6d8
Merge branch 'sprint/wallet-multiple-accounts' into feature/multi-accounts-integrate-rust
2022-04-29 11:10:21 +01:00
Jon Häggblad
71b5bc9e71
wallet: backend account switching
2022-04-29 11:48:07 +02:00
fmtabbara
8bbffb6a88
prevent bubbling
2022-04-29 10:45:43 +01:00
fmtabbara
31c4fc6807
update display mnemonic component
2022-04-29 10:45:23 +01:00
fmtabbara
66b9b13edc
refactor and add more mocks
2022-04-29 10:05:18 +01:00
Mark Sinclair
2422f090cc
wip: add client
2022-04-27 14:30:17 +01:00
fmtabbara
1b945ae918
use account switch function
2022-04-27 13:43:39 +01:00
fmtabbara
be9b83a87d
set up account switching mechanism
2022-04-27 11:19:19 +01:00
Fouad
ba1fb17908
Merge pull request #1209 from nymtech/feature/multi-address-wallet
...
Feature/multi address wallet
2022-04-26 20:51:50 +01:00
Mark Sinclair
1362d8a3eb
Bump rust version and make dependencies match wallet
2022-04-26 17:14:10 +01:00
Drazen Urch
632612eca0
Bucket inclusion probabilities ( #1224 )
...
* Bucket inclusion probabilities
* Make display equal variant name for TS
2022-04-26 16:23:32 +02:00
Mark Sinclair
40274689e3
Add pinned versions from develop
2022-04-26 14:50:48 +01:00
Mark Sinclair
3f9d6b2f1c
wip
2022-04-26 14:50:47 +01:00
fmtabbara
5446874ebe
align top bar with nav
2022-04-26 14:29:17 +01:00
Drazen Urch
c250492f50
Create a new bundled delegation when compounding rewards ( #1221 )
...
* Create a new bundled delegation when compounding rewards
* Cleanup migration code
* Revert "Cleanup migration code"
This reverts commit 21d8ad6388 .
2022-04-25 20:34:43 +02:00