Jędrzej Stuczyński
a43a24faa8
Exposed direct queries to smart contract on NymdClient ( #1558 )
...
* Exposed direct queries to smart contract on NymdClient
* Updated changelog
2022-08-23 15:45:43 +01:00
Jędrzej Stuczyński
39ee215005
Storing delegations using block timestamp as opposed to block height ( #1544 )
...
* Storing delegations using block timestamp as opposed to block height
* Updated changelog
2022-08-23 09:42:34 +01:00
Mark Sinclair
ef7961f58e
Update nym-release-publish.yml
2022-08-19 18:32:28 +01:00
Mark Sinclair
e628338b33
GitHub Actions: add manual dispatch and artifact upload
2022-08-19 18:23:16 +01:00
Pierre Dommerc
1bb137f87f
Nym-connect - service provider persistant storage ( #1540 )
...
* feat(nym-connect): local storage service provider
* feat(nym-connect): local storage service provider
* feat(nym-connect): local storage service provider
* Add some extra height to the window to stop the scrollbar apearing
* Show the service description when selecting a Service Provider
* Bump version
* Update changelog
* fix(nym-connect): hotfix
* fix(nym-connect): hotfix
* fix(nym-connect): wrong disabled state for connection button
Co-authored-by: Mark Sinclair <mmsinclair@gmail.com >
2022-08-18 18:53:03 +02:00
Dave Hrycyszyn
773f9e5ead
Moving helpful comment into docs comment
2022-08-18 10:45:42 +01:00
Pierre Dommerc
79f695f138
Wallet: new UI for pending delegation ( #1499 )
...
* refactor(wallet-delegation): new delegation pending ui
* refactor(wallet-delegation): remove pending delegation table
* refactor(wallet-delegation): new pending delegation ui
* refactor(wallet-delegation): remove logs
* refactor(wallet-delegation): better typing
* refactor(wallet-balance): feedback review
2022-08-18 11:20:32 +02:00
Pierre Dommerc
3aabbcf876
fix(nym-wallet): make get_operator_rewards request success optional ( #1542 )
2022-08-17 17:21:36 +02:00
Jędrzej Stuczyński
d96b7408db
Allowing optional fee for top-level NymdClient ( #1541 )
...
* Allowing optional fee for top-level NymdClient
* Updated changelog
* Fixed usages of said methods in validator-api
2022-08-17 13:27:53 +01:00
Jon Häggblad
728b0f4549
inclusion-probability: new crate for simulation active set inclusion ( #1534 )
2022-08-16 14:19:55 +02:00
tommy
0a37c81709
remove not needed prior state of denom
2022-08-16 12:05:38 +02:00
Jędrzej Stuczyński
957cbb45b0
Chore/linter updates ( #1530 )
...
* Removed needless return
* Added Eq derivation where applicable for types with PartialEq
2022-08-12 17:56:49 +01:00
Pierre Dommerc
8ec074cb1f
fix(wallet): typo ( #1527 )
2022-08-12 16:02:27 +02:00
Jess
ab5740087f
Update CHANGELOG.md
2022-08-12 14:55:39 +01:00
Jess
6af59c303e
Update CHANGELOG.md
2022-08-12 14:54:09 +01:00
Jess
27b384e034
Update CHANGELOG.md
2022-08-12 14:53:40 +01:00
Dave Hrycyszyn
7f5ce3ffeb
Removing wallet entries from main changelog
2022-08-12 12:58:49 +01:00
Dave Hrycyszyn
89b6667c75
Splitting changelogs into their own files
2022-08-12 12:50:17 +01:00
Tommy Verrall
a94a9aeaf5
Update README.md
2022-08-11 16:18:06 +01:00
tommy
6bc8b88a20
WIP - validator-api-tests
...
- Test base line
- Jest / Typescript / Node
2022-08-11 17:14:04 +02:00
Fouad
21f3991714
update sample env ( #1523 )
2022-08-11 12:21:19 +01:00
Tommy Verrall
cd8eba988a
Merge pull request #1522 from nymtech/release/wallet-v1.0.8
...
Release/wallet v1.0.8
2022-08-11 11:45:53 +01:00
Tommy Verrall
d2b3841bbd
Update Cargo.toml
2022-08-11 11:45:28 +01:00
Tommy Verrall
de877fb337
Merge pull request #1521 from nymtech/release/nym-binaries-1.0.2
...
Release/nym binaries 1.0.2
2022-08-11 11:42:36 +01:00
Tommy Verrall
d4c2b9060f
Update changelog for v1.0.2 -reference
2022-08-11 10:02:34 +01:00
Bogdan-Ștefan Neacşu
41ac866729
Feature/validator api panics ( #1520 )
...
* Coconut unwraps
* Fail softly on epoch queries
* Update changelog
* Retry a few times before failing as before
2022-08-11 11:58:17 +03:00
Raphaël Walther
a7afd2a1c7
Added audit workflow
2022-08-11 10:41:57 +02:00
Jon Häggblad
df03daf2cc
socks5: remove pub mod not needed anymore ( #1517 )
...
* socks5: remove pub mod not needed anymore
* all: dedup parse_validators and move to common
* rustfmt
2022-08-10 21:14:12 +02:00
Raphaël Walther
b3f5a4f496
Added audit workflow
2022-08-10 16:35:49 +02:00
Raphaël Walther
d080d661f7
Added audit workflow
2022-08-10 16:29:54 +02:00
Raphaël Walther
6deb481e5d
Added audit workflow
2022-08-10 16:09:05 +02:00
Raphaël Walther
5b98e18a4e
Added audit workflow
2022-08-10 16:03:11 +02:00
Raphaël Walther
506a0da89c
Added audit workflow
2022-08-10 16:00:50 +02:00
Bogdan-Ștefan Neacșu
c7fdcf0a79
Change for default mainnet and fix typo
nym-binaries-1.0.2
2022-08-10 13:40:28 +03:00
Fouad
f7d38a7ec6
modal style updates ( #1508 )
...
remove commented code
remove unused props
fix props
2022-08-10 10:14:48 +01:00
tommy
8edc762df9
Update
...
- update the cargo toml
- amend the work flow file
- and the envs to mainnet (disclaimer add qa after)
2022-08-10 11:10:38 +02:00
Pierre Dommerc
4459aca933
fix(wallet-delegation): add error feedback on wrong address ( #1510 )
...
* fix(wallet-delegation): add error feedback on wrong address
* fix(wallet-delegation): use generic component for modal error
2022-08-10 09:31:14 +01:00
Pierre Dommerc
5b84c58985
feat(wallet-balance): hide vesting ui when vesting balance is empty ( #1505 )
...
* feat(wallet-balance): hide vesting ui when vesting balance is empty
* refactor(wallet-balance): feedback review
2022-08-10 09:29:01 +01:00
Fouad
4301d91f6c
Feature/wallet style updates ( #1506 )
...
* update buttons hover colours
* fix nymcard title size
* style updates for accounts!
* fix delegations page lock-up on network switch
2022-08-10 09:28:03 +01:00
Fouad
03d28c115e
delegations page style updates ( #1507 )
2022-08-10 09:27:03 +01:00
tommy
7b15f350cd
add service-provider vesioning to match other binaries
2022-08-10 10:14:07 +02:00
tommy
2b4917b8b1
fix messaging on init for nym-client
2022-08-10 10:11:00 +02:00
Jędrzej Stuczyński
de78ca8d9b
Removed unnecessary to-owned conversion
2022-08-09 15:25:45 +01:00
Gala
58d09e382a
Merge pull request #1504 from nymtech/smooth-filter-slider
...
Smooth filter slider
2022-08-09 14:59:11 +02:00
Gala
0cef12d05b
Merge pull request #1502 from nymtech/1501-contrast-text
...
fixing text color
2022-08-09 14:58:07 +02:00
Jon Häggblad
30e73ee795
Explorer: tweak selection probability categories ( #1503 )
...
* validator-api: tweak SelectionChance
* wallet: update SelectionChance colorMap
* changelog: add note
2022-08-09 12:57:47 +02:00
Tommy Verrall
d918b69664
Update .env.qa
...
Fix wrong denoms for the qa.env
2022-08-09 11:53:11 +01:00
tommy
921e558660
Update versions on binaries
2022-08-09 11:56:54 +02:00
Gala
b3b8d2ab46
adding the value to the cursor
2022-08-08 17:03:05 +02:00
tommy
d62638b8e2
update wallet version
nym-wallet-v1.0.8
2022-08-08 16:53:00 +02:00