Jon Häggblad
9d03bec14b
clippy: fix lints from beta toolchain
2022-03-11 10:17:39 +01:00
Mark Sinclair
7c826ef881
Remove GitHub Action for TS type generation
...
Please generate type manually before committing.
2022-03-10 18:07:08 +00:00
Jon Häggblad
ac666b7a1d
wallet: fix unused use
2022-03-10 17:18:08 +01:00
Jon Häggblad
83a9b993a1
wallet: add a 3 sec timeout for detecting validator
2022-03-10 17:16:03 +01:00
Jon Häggblad
fe4fcc7fdf
rustfmt
2022-03-10 11:28:32 +01:00
Jon Häggblad
a6e40443a4
ci: add --all-targets to nightly clippy
2022-03-10 11:24:01 +01:00
Jon Häggblad
0a583bd48a
clippy: remove unnecessary mut
2022-03-10 11:17:43 +01:00
Jon Häggblad
96ccce1049
clippy: run clippy fix on coconut tests
2022-03-10 11:03:23 +01:00
Jon Häggblad
89d0ff5624
ci: run nightly clippy with --workspace
2022-03-10 10:53:49 +01:00
Jon Häggblad
2391d11758
ci: replace deprecated --all with --workspace
...
According to the docs `--all` is a deprecated alias for `--workspace`
2022-03-10 10:19:43 +01:00
Jon Häggblad
902c674ff1
makefile: replace deprecated flag
2022-03-10 09:13:34 +01:00
Jon Häggblad
160328a08e
wallet: try validators one by one if available ( #1143 )
2022-03-10 07:38:39 +01:00
Mark Sinclair
9fea869bbc
Regenerate icon for nym-wallet
2022-03-10 00:04:05 +00:00
Mark Sinclair
c66d7ed489
Update Network Explorer Packages and add mix node identity key copy ( #1142 )
...
* Use new eslint rules and apply fixes. Use new logo component and shared theme + webpack config.
* Add shared component to display a copy icon and copy to clipboard with confirmation state
* Organise imports
* Add copy mixnode identity key to list of mixnodes and detail view
* Update nvm node version to 16
* Update GitHub Actions for Network Explorer to use yarn and yarn workspaces
* Switch favicon for smaller N icon
* Update README
* Add error boundary
2022-03-09 19:08:21 +00:00
Mark Sinclair
19d603ba1a
Fix package.json
2022-03-09 14:29:45 +00:00
Drazen Urch
b30f680549
Refactor to a lazy rewarding system ( #1127 )
...
* Remove eager operator and delegator rewarding
* Add mixnodes snapshoting
* Add Intervals map, getter and setter
* Refactor reward params
* Refactor MixnodeToReward
* Persist node reward params and results on chain
* Update cw-storage-plus to 0.12.1
* Refactor delegation storage
* Compound delegator reward command
* Compound delegator reward command
* Add defered delegate and undelegate
* Compound on behalf command
* Scale calculations to epoch
* Rename interval -> epoch where practical
* Store epochs on chain
* Cleanup first pass
* Adapt reporting to lazy rewarding
* make clippy --all
2022-03-09 14:28:16 +01:00
Mark Sinclair
379dd1f02b
Merge pull request #1139 from nymtech/feature/ts-packages
...
Add `ts-packages` for shared Typescript packages
2022-03-09 12:09:40 +00:00
Mark Sinclair
38804279e8
Fix up dependency
2022-03-09 11:52:52 +00:00
Mark Sinclair
3907cd17fe
Improve eslint rules and fix up issues
2022-03-09 11:41:04 +00:00
Mark Sinclair
67c69cbec9
Add Network Explorer to yarn workspaces
2022-03-08 18:29:25 +00:00
Mark Sinclair
abc5dd8b92
Add theme and palette explorer
2022-03-08 18:29:20 +00:00
Mark Sinclair
c791de426a
Add GitHub Action to build @nymproject/react storybook and example
2022-03-08 13:09:52 +00:00
Mark Sinclair
4c5d4ac4a4
Add docs
2022-03-08 10:50:41 +00:00
Mark Sinclair
48c1fcaf93
Add network selector component and storybook support for Nym themes
2022-03-08 10:50:41 +00:00
Mark Sinclair
31594c7a79
Add ts-packages for shared Typescript packages using yarn workspaces
2022-03-08 10:50:36 +00:00
Bogdan-Ștefan Neacșu
8ec3c04a39
Use 1.. indices and fix the blind sign request multiple generation
2022-03-08 10:59:57 +02:00
Jon Häggblad
ba7fecde6f
wallet: use custom validator urls if configured
2022-03-07 13:24:37 +01:00
Jon Häggblad
835a915f25
wallet: initial backend support for config file with validator urls
2022-03-07 10:53:31 +01:00
durch
9c16e5ebfa
Remove core-graphics pin
2022-03-04 14:21:32 +01:00
durch
5dc57d2a3e
Fix type generation, upgrade ts-rs
2022-03-03 22:17:35 +01:00
Raphaël Walther
fd619cad51
Moved clean task at an earlier stage
2022-03-03 18:47:28 +01:00
durch
953c0915d1
Lock tauri-versions, break type generation
2022-03-03 18:10:58 +01:00
Jon Häggblad
acb1aa8df0
network-defaults: make defaults a bit more dynamic
...
By attaching network defaults to the selector enum, we can get them
either from DEFAULT_NETWORK or a selector passed as a dependency.
Hopefully this opens up some venues for being able to toggle between
networks at runtime.
2022-03-03 13:26:53 +01:00
fmtabbara
b9ef848523
fix clipboard and screen maximize
2022-03-03 12:18:08 +00:00
Tommy Verrall
b7bc713cd4
Merge pull request #1137 from nymtech/feature/allow-mainnet
...
allow main-net prefix and denom to work
2022-03-02 17:08:28 +00:00
Tommy Verrall
b966f962c8
allow main-net prefix and denom to work
2022-03-02 17:07:15 +00:00
Mark Sinclair
698cdc524d
Merge pull request #1136 from nymtech/feature/upgrade-blake3
...
Upgrade blake3 to v1.3.1 and tauri to 1.0.0-rc.3
2022-03-02 15:25:20 +00:00
Jędrzej Stuczyński
448aba0917
Fixed dependencies in mixnet contract tests
2022-03-02 12:51:58 +00:00
fmtabbara
b813e1fee0
refactor and bug fix
2022-03-02 11:08:19 +00:00
Jędrzej Stuczyński
23de430f93
Running tests with all features in CI
2022-03-02 10:34:45 +00:00
Jędrzej Stuczyński
9462bc726d
Feature-locking parts of common/crypto
2022-03-02 10:34:27 +00:00
fmtabbara
3d2eaeeabb
rebuild vesting timeline
2022-03-02 00:21:52 +00:00
fmtabbara
a732a676e0
Merge branch 'develop' into feature/vesting-actions
2022-03-01 20:52:09 +00:00
fmtabbara
d6a8fcda9c
start svg based vesting timeline
2022-03-01 20:51:42 +00:00
fmtabbara
3628cd92c9
start token pool selector
2022-03-01 20:51:25 +00:00
Mark Sinclair
8d26acbc7e
Upgrade tauri packages in nym-wallet
2022-03-01 18:50:05 +00:00
Mark Sinclair
07b971fe92
Upgrade tauri version on tauri-client
2022-03-01 18:50:05 +00:00
Jędrzej Stuczyński
2a539dc3cc
Upgrade blake3 to v1.3.1
2022-03-01 18:50:05 +00:00
Mark Sinclair
562eb639a2
Merge pull request #1133 from nymtech/bugfix/explorer-map-data
...
Use network explorer map data with disputed areas
2022-03-01 14:08:56 +00:00
Mark Sinclair
91dd830a5e
Network Explorer: move Crimea arcs from Russia to Ukraine according to https://github.com/nvkelso/natural-earth-vector/issues/489#issuecomment-903066759
2022-03-01 13:59:41 +00:00