Files
Jędrzej Stuczyński 668325a4ce Feature/active sets (#764)
* Added separate gateway active set size

* Grabbing contract state

* Defined PartialOrd on MixnodeBond and GatewayBond

* Some initial stub for active set

* Unit tests for mixnode and gateway bond partialord implementation

* Obtaining active sets

* Active nodes routes

* Additional methods on validator client

* Added state migration

* Feature locking unused import

* Fixed State test fixture

* Included block height for partial_ord

* Missing post-merge imports

* api on the client for active nodes

* Native/socks5/wasm clients using active nodes

* Rewarding only active nodes

* Updated validator client StateParams definition

* Gateway active set size

* Contract migration update

* Cargo fmt

* Updated TauriStateParams

* [ci skip] Generate TS types

Co-authored-by: jstuczyn <jstuczyn@users.noreply.github.com>
2021-09-28 09:38:22 +01:00

38 lines
1.1 KiB
JSON

{
"name": "nym-wallet-web",
"version": "0.11.0",
"private": true,
"description": "Bond, unbond, and delegate stake on Nym mixnodes, transfer Nym coins, and run Nym privacy clients.",
"author": "Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@nymproject/nym-validator-client": "0.18.0",
"@types/react-dom": "^17.0.3",
"bs58": "^4.0.1",
"next": "11.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"semver": "^7.3.5"
},
"devDependencies": {
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.24",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"babel-jest": "^27.0.6",
"jest": "^27.0.6",
"typescript": "^4.2.2"
}
}