Bogdan-Ștefan Neacșu
405ca63c7b
Mixnet execute msg
2022-09-20 17:41:26 +03:00
Bogdan-Ștefan Neacșu
7f17522666
Working send!
2022-09-20 17:41:25 +03:00
Bogdan-Ștefan Neacșu
ba158f822d
Have Clone and Debug for CosmosLedger
2022-09-20 17:40:23 +03:00
Bogdan-Ștefan Neacșu
0f147750ae
Add sign function
2022-09-20 17:40:23 +03:00
Bogdan-Ștefan Neacșu
60d17389d0
Get address and add docs
2022-09-20 17:40:23 +03:00
Bogdan-Ștefan Neacșu
94d70e47fc
Get version of ledger
2022-09-20 17:40:23 +03:00
Jon Häggblad
ecbf5296a5
validator-api: guard against funny numbers in apy calc ( #1636 )
2022-09-19 14:37:09 +02:00
Jon Häggblad
f3454409f8
Upgrade nym-connect to tauri 1.1.1 ( #1635 )
2022-09-19 11:34:33 +02:00
Gala
7d2e90b69f
Merge pull request #1625 from nymtech/407-ne-filters-granularity
...
NE: 407 filters granularity
2022-09-19 11:28:26 +02:00
Gala
bb2732bcc6
Merge pull request #1619 from nymtech/413-ne-content
...
NE: Display raw bond instead of self %
2022-09-19 11:16:16 +02:00
Gala
d196993993
fix build
2022-09-19 11:08:16 +02:00
Jon Häggblad
065fe812ae
Rename crate to nym-wallet-recovery-cli ( #1633 )
...
* Rename to nym-wallet-recovery-cli
* Rename crate name too
* Rename workspace member too
* Cargo.lock
2022-09-19 10:22:37 +02:00
Jon Häggblad
2aa18fb77c
nym-wallet: add log window ( #1618 )
...
* Add a second entry point to the webpack config for the logging window
* tauri operations to show a log window
* LogViewer react component
* Upgrade tauri and use default tauri app menu for MacOS and add `Help` menu with `Show log` entry to show the logging window
* wip
* Proof of concept
* Fix format inside debug with ferm
* Put new menubar and log behind env variable flag
* Remove unused deps
* rustfmt
* Add changelog note
* Fix up imports
* Remove old code
* Improve log viewer
* Remove old code
* Add color to output, even if tauri hides it
* Remove redundant level from tauri log msg
* Since menu bar visible by default, change feature flag name
* Fix up webpack config so correct chunks get injected into entry points and remove inline CSS causing CSP issue
Co-authored-by: Mark Sinclair <mmsinclair@gmail.com >
2022-09-16 09:38:52 +01:00
Jon Häggblad
8a0e7fb9d6
validator-api: add missing clap argument ( #1629 )
2022-09-15 22:31:31 +02:00
Dave Hrycyszyn
13c2ca4a78
Noted a correct npm publish command
2022-09-15 16:28:56 +01:00
Dave Hrycyszyn
6af84535fa
Formatting
2022-09-15 16:27:44 +01:00
Mark Sinclair
c8699cbe8d
wasm-client: fix up dependencies and feature flags so that wasm-pack build works ( #1585 )
...
* wasm-client: fix up dependencies and feature flags so that wasm-pack build works
* Update CHANGELOG
2022-09-15 16:11:49 +01:00
Drazen Urch
974163da97
Reduce iterations when delegator last_claimed_height is 0 ( #1609 )
...
* Reduce iterations when delegator last_claimed_height is 0
* Fix typo
2022-09-15 17:10:35 +02:00
Raphaël Walther
7290e479db
Notification test
2022-09-15 17:01:49 +02:00
Raphaël Walther
c7b728318c
Notification test
2022-09-15 16:57:25 +02:00
Dave Hrycyszyn
5c6d31bcb5
README fix
2022-09-15 15:48:58 +01:00
Dave Hrycyszyn
3823292ba8
Bumping version number to 1.0.0
2022-09-15 15:48:42 +01:00
Bogdan-Ștefan Neacşu
3eeda4a421
Apply fix for socket_state too ( #1627 )
2022-09-15 17:35:41 +03:00
Gala
d039c25b55
create a custom label for stake sat
2022-09-15 14:27:52 +02:00
Drazen Urch
16ef1c547b
Remove eth feature, and BBBC related code ( #1612 )
...
* Remove eth feature, and BBBC related code
* Burn some more, especially clients
2022-09-15 13:58:44 +02:00
Dave Hrycyszyn
e804b014a8
Cargo lock excluding webassembly client
2022-09-15 12:25:36 +01:00
Dave Hrycyszyn
e406a05694
Re-excluding clients/webassembly which breaks cargo build --all
2022-09-15 12:24:04 +01:00
Gala
057b3456a7
more granulatity on filters
2022-09-15 12:49:27 +02:00
Dave Hrycyszyn
5ac124e159
Adding the webassembly client to the main build
...
This gives type hinting in editors. I can no longer remember why we
didn't set it up like this a long time ago, but it builds and tests
fine. Feel free to revert if it causes any problems.
2022-09-15 11:33:16 +01:00
Jon Häggblad
f29c6a0550
Merge pull request #1622 from nymtech/jon/fix/shutdown-in-gateway-client
...
gateway-client: fix shutdown
2022-09-14 17:00:48 +02:00
Jon Häggblad
242a6d13af
gateway-client: fix shutdown
2022-09-14 16:24:05 +02:00
Gala
7816b4c839
some refactor
2022-09-14 13:58:04 +02:00
Gala
e7ed48e55e
trying to fix the build
2022-09-14 13:35:22 +02:00
Gala
63855f6ca4
display pledge_amount instead of self on mix nodes page
2022-09-14 13:13:08 +02:00
Dave Hrycyszyn
2f53e40355
Switching to mainnet validator API
2022-09-14 11:49:06 +01:00
Dave Hrycyszyn
bb9753cda6
Switching webassembly client to sync web assembly (async loading doens't work)
2022-09-14 11:49:06 +01:00
Dave Hrycyszyn
95d0afdeb6
Whitespace fix
2022-09-14 11:49:06 +01:00
mx
fbe02fa7fb
added new blockstream endpoint to example allowed.list ( #1611 )
...
* added new blockstream endpoint to example allowed.list
* updated changelog
2022-09-14 11:07:19 +01:00
dependabot[bot]
46e206e8f0
build(deps): bump terser from 4.8.0 to 4.8.1 ( #1468 )
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 11:07:05 +01:00
dependabot[bot]
55bdcecffb
Bump parse-url from 6.0.0 to 6.0.5 ( #1497 )
...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url ) from 6.0.0 to 6.0.5.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases )
- [Commits](https://github.com/IonicaBizau/parse-url/compare/6.0.0...6.0.5 )
---
updated-dependencies:
- dependency-name: parse-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 11:05:39 +01:00
dependabot[bot]
2ee4b8fec6
Bump @openzeppelin/contracts in /contracts/basic-bandwidth-generation ( #1545 )
...
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts ) from 4.5.0 to 4.7.3.
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases )
- [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md )
- [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.5.0...v4.7.3 )
---
updated-dependencies:
- dependency-name: "@openzeppelin/contracts"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 11:05:07 +01:00
dependabot[bot]
67900956f8
Bump terser in /clients/native/examples/js-examples/websocket ( #1620 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.12.1 to 5.15.0.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.12.1...v5.15.0 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 11:04:14 +01:00
dependabot[bot]
29166c1d6a
Bump terser from 5.10.0 to 5.15.0 in /testnet-faucet ( #1621 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.15.0.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.10.0...v5.15.0 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 11:03:56 +01:00
Dave Hrycyszyn
db24170752
Fixing npm audit in js example code
2022-09-14 10:32:39 +01:00
Jon Häggblad
fc90d5a389
ci: more cargo clean for windows
...
Not ideal, we need runners with more disk space
2022-09-14 08:31:05 +02:00
Raphaël Walther
af1a83fe83
Test for notification
2022-09-13 19:35:22 +02:00
Raphaël Walther
e12b69e58f
Test for notification
2022-09-13 19:28:46 +02:00
Raphaël Walther
d38614b15c
Test for notification
2022-09-13 19:22:09 +02:00
Raphaël Walther
627d12239e
Added keybase team variable ( #1537 )
...
* Added keybase team variable
* Amended notification
2022-09-13 18:13:18 +01:00
Gala
1af1370f23
display raw bond instead of self %
2022-09-13 17:00:37 +02:00