Jędrzej Stuczyński
ffff596d45
Removed redundant lock file on explorer api ( #1424 )
2022-07-04 09:47:38 +01:00
dependabot[bot]
ad826da782
build(deps): bump got from 11.8.2 to 11.8.5 in /nym-wallet/webdriver ( #1394 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.8.2 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:45:31 +01:00
dependabot[bot]
3414eeea7a
build(deps): bump protobufjs from 6.10.2 to 6.10.3 in /clients/validator ( #1407 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.10.2 to 6.10.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/commits )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:45:10 +01:00
dependabot[bot]
3a32d34fb4
build(deps): bump protobufjs ( #1408 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.10.2 to 6.10.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/commits )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:45:04 +01:00
dependabot[bot]
248052aec7
build(deps): bump protobufjs from 6.10.2 to 6.10.3 in /testnet-faucet ( #1409 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.10.2 to 6.10.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/commits )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:44:58 +01:00
dependabot[bot]
90c00fc343
build(deps): bump protobufjs from 6.10.2 to 6.10.3 ( #1410 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.10.2 to 6.10.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/commits )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:44:51 +01:00
Tommy Verrall
7bdfbfdcc5
Merge pull request #1384 from Tonycrypto44/Tonycrypto44-patch-1
...
Update README.md
2022-07-04 09:15:06 +01:00
Jon Häggblad
44e22b74a5
all: fix more clippy::derive-partial-eq-without-eq ( #1423 )
2022-07-03 23:37:25 +02:00
Jon Häggblad
7920c27648
nym-connect: Cargo.lock ( #1422 )
2022-07-03 19:34:13 +02:00
Jon Häggblad
be733fab5a
contracts: comment out failing tests ( #1418 )
...
Comment out 3 failing tests. These have been failing for some time
(forever?), and were beind `ignore` flags. However recently we've
started using `ignore` for slow tests per the suggestion in the Rust
book, so we can't have failing ignored tests anymore.
2022-06-29 20:50:11 +02:00
Jon Häggblad
1fc3c2b792
all: fix clippy on beta toolchain ( #1420 )
...
* all: fix clippy::derive-partial-eq-without-eq
* all: fix clippy::let-and-return
* all: fix clippy::unnecessary-to-owned
* all: fix clippy::needless-return
2022-06-29 20:49:29 +02:00
Jon Häggblad
f09b984b20
mixnode: handle SIGTERM ( #1417 )
...
* all: cargo upgrade dirs --workspace
* mixnode: remove unused serial dependency
* mixnode: handle SIGTERM and SIGQUIT on unix
* mixnode: some clippy warnings
* changelog: add note
2022-06-29 16:47:03 +02:00
Jon Häggblad
f2afb42daf
github: clippy review annotations for the workspace too ( #1416 )
...
* github: clippy review annotations for the workspace too
* client-libs: remove unused imports
* client-libs: tweak use dep
* client-libs: try to regroup cfg conditional use items
2022-06-29 08:47:12 +02:00
Bogdan-Ștefan Neacşu
03a78c04ef
Get auto fee values for payer different then signer ( #1414 )
2022-06-29 09:34:19 +03:00
Jon Häggblad
ea22a6f80f
connect: allow user select gateway on backend ( #1415 )
...
* connect: allow user selected gateway
* rustfmt
2022-06-28 17:39:33 +02:00
Fouad
bb0c3d251e
Merge pull request #1357 from nymtech/feature/wallet-delegation-fees
...
Wallet: simulated delegation fees
2022-06-28 16:13:50 +01:00
Jon Häggblad
3e2c54c283
connect: expose tauri get_config_file_location ( #1413 )
...
* connect: expose get_config_file_location
* rustfmt
2022-06-28 17:11:03 +02:00
Mark Sinclair
6c9c961152
GitHub Actions: Nym Connect - fix filename
2022-06-28 16:07:56 +01:00
Jon Häggblad
64c3009aa9
connect: reuse the same id ( #1412 )
...
* connect: reuse the same id
* changelog: add note
* rustfmt
* clippy
2022-06-28 16:32:15 +02:00
Jędrzej Stuczyński
a2409c0a84
Chore/network config ( #1335 )
...
* Definition of NymNetworkDetails
* Initial attempt at changing network usage for nymd client
* Removed deprecated denom call and added constructor for custom network
* Cargo fmt
2022-06-28 15:10:20 +01:00
Mark Sinclair
a646f84221
GitHub Actions: fix up and adjust retention time
2022-06-28 14:53:59 +01:00
Mark Sinclair
33a6cb1f3e
GitHub Actions: fix up Nym Connect output package paths
2022-06-28 13:55:56 +01:00
Jon Häggblad
f8ceb0881f
connect: update the hardcoded provider
2022-06-28 12:26:45 +02:00
Jon Häggblad
a05830304f
wallet-recovery-cli: add raw mode ( #1411 )
2022-06-28 07:46:11 +02:00
Mark Sinclair
8c25bc47c4
GitHub Actions: Nym Connect troubleshooting
2022-06-27 22:18:35 +01:00
Mark Sinclair
c39046c4aa
GitHub Actions: fix check
2022-06-27 21:05:14 +01:00
Mark Sinclair
c2e4309212
GitHub Actions: add manual build steps and artifact uploads
2022-06-27 20:58:03 +01:00
Mark Sinclair
11d1397906
Nym Connect: add GitHub Actions to build signed binary
2022-06-27 20:54:07 +01:00
Jon Häggblad
479cc20083
connect: add tauri methods to get and set provider ( #1406 )
2022-06-27 20:54:58 +02:00
Jon Häggblad
97f77c4549
client: consolidate and de-duplicate initialization between clients and nym-connect ( #1405 )
...
* clients: consolidate and dedup init logic between clients and nym-connect
* changelog: add note
* connect: tweak print
2022-06-27 18:03:56 +02:00
Jon Häggblad
1de8b2abe9
explorer-api: add apy values to mix_nodes endpoint ( #1401 )
...
* explorer-api: add apy fields to PrettyDetailedMixNodeBond
* explorer-api: clippy warnings
* explorer-api: use uptime from mixnodes endpoint
* changelog: add note
* rustfmt
2022-06-27 16:18:56 +02:00
Mark Sinclair
70b01783bf
ts-packages/react: Fix currency amount display key bug
2022-06-27 12:21:45 +01:00
Raphaël Walther
c2375850f9
Changed cron time of nightly builds
2022-06-27 09:17:01 +02:00
Bogdan-Ștefan Neacşu
0df801ab4e
Feature/expose validator cosmos address ( #1404 )
...
* Move coconut validator api req out of coconut interface
and expose a new cosmos-address endpoint
* Finish cosmos address endpoint
* Guard under coconut feature gateway & validator-api code
* Update CHANGELOG
2022-06-24 18:36:13 +03:00
Bogdan-Ștefan Neacşu
fe9cb8a4e6
Feature/fix validator api ( #1403 )
...
* Include CoconutSigner in build for template completion
* Use dummy mnemonic for validator-api
2022-06-24 16:28:45 +03:00
fmtabbara
6f5878b6a7
add fees to operations
2022-06-24 12:49:07 +01:00
fmtabbara
f4b15a8976
update type
2022-06-24 09:49:36 +01:00
fmtabbara
bae495249c
Merge branch 'develop' into feature/wallet-delegation-fees
2022-06-23 20:18:05 +01:00
Jędrzej Stuczyński
aa3310fb9c
Feature/wallet sim gas adjustment ( #1388 )
...
* Incorporating GasAdjustment into wallet fee simulation
* Adjusting the gas only a single time
* Hacky implementation of ts_rs on FeeDetails
* changelog
2022-06-23 17:31:02 +01:00
Jon Häggblad
bfcc49ab78
validator-api: parametrized node reward endpoint ( #1400 )
...
* validator-api: initial work on compute reward endpoint
* validator-api: dedup and clean up
* cargo.lock
2022-06-23 13:54:45 +02:00
Jon Häggblad
3bd21300e0
validator-api: add apy data to mixnodes endpoint ( #1393 )
...
* validator-api: compute and return APY for all mixnode bonds
* validator-api: tidy
* validator-api: handle the absence of storage
* validator-api: some comments
* validator-api: refinements to apy calc
* validator-api: extract out some calculations
* changelog: add note
2022-06-23 13:42:29 +02:00
Mark Sinclair
63692eb30d
GitHub Actions: fix paths
2022-06-23 11:58:16 +01:00
Mark Sinclair
6172f03ada
GitHub Actions: fix typo
2022-06-23 11:57:20 +01:00
Mark Sinclair
5bb631fe8f
GitHub Actions: new action to build release version of the smart contracts
2022-06-23 11:55:45 +01:00
Jędrzej Stuczyński
03aec96592
Defined DenomDetails that explicitly sets base and display names ( #1389 )
...
* Defined DenomDetails that explicitly sets base and display names
* missed substitutions
* Unused imports
2022-06-23 11:31:59 +01:00
Jon Häggblad
8c3d6fa54b
wallet: fix error in unit test on windows ( #1399 )
2022-06-23 11:57:32 +02:00
Bogdan-Ștefan Neacşu
ae88e25300
Feature/include nymd client in gateway ( #1398 )
...
* Reinclude custom validators in coconut
* Check mnemonic validity early
* Include nymd client in coconut verifier
and simplify the erc20 bridge part
2022-06-23 12:28:40 +03:00
Jon Häggblad
6b07f31a87
wallet: remove broken platform constants ( #1395 )
...
Due to a bug (typo) these constants were actually never used, and at
this point we can't fix it without breaking backwards compatibility.
2022-06-23 11:08:31 +02:00
Jon Häggblad
736fcafa9b
rustfmt
2022-06-22 22:14:55 +02:00
Jędrzej Stuczyński
64687e9656
Removed mixnet contract migration
2022-06-22 17:55:14 +01:00