fmtabbara
31624cf4e4
fix Rust u128 -> TS BiInt issue
2022-01-13 11:22:04 +00:00
fmtabbara
e6a69170a4
raise mixnodedetails to main context
2022-01-13 11:22:04 +00:00
fmtabbara
a9526c216f
[ci skip] Generate TS types
2022-01-12 21:49:08 +00:00
fmtabbara
903af16a6b
update settings state
2022-01-12 21:39:12 +00:00
fmtabbara
0de79b6953
create fee component
2022-01-12 21:38:06 +00:00
fmtabbara
fd2fafb52a
[ci skip] Generate TS types
2022-01-12 20:39:36 +00:00
fmtabbara
fadb5b4ff9
update ui and state
2022-01-12 20:30:56 +00:00
fmtabbara
955583d0f0
merge develop
2022-01-12 16:04:48 +00:00
Fouad
3924c53d09
Merge pull request #1014 from nymtech/feature/update-profit-percentage
...
update frontend to use new profit update api
2022-01-12 15:33:28 +00:00
fmtabbara
c0025ee9c6
update getfee function
2022-01-12 15:30:47 +00:00
fmtabbara
7dd0516b63
only request when settings open
2022-01-12 14:07:46 +00:00
fmtabbara
d3cd3c9157
Merge branch 'develop' into feature/update-profit-percentage
...
merge develop
2022-01-12 12:49:59 +00:00
fmtabbara
83680473e0
Merge branch 'develop' into feature/additional-node-details
...
merge develop
2022-01-12 11:38:08 +00:00
Bogdan-Ștefan Neacşu
1f4c19d396
Add network defaults for qa ( #1017 )
...
* Add network defaults for qa
* update contract addresses
- have not updated the bandwith credential address - currently vesting
Co-authored-by: Tommy Verrall <tommyvez@protonmail.com >
2022-01-12 09:56:20 +01:00
fmtabbara
64842f40d7
integrate with new api
2022-01-11 19:41:16 +00:00
Jędrzej Stuczyński
6b3700aefe
Feature/expanded events ( #1015 )
...
* Expanded emitted events for delegation-related transactions
* Expanded emitted events for gateway-related transactions
* Expanded emitted events for mixnode-related transactions
* Expanded emitted events for settings update transaction
* Expanded emitted events for rewarding-related transactions
* Fixed attribute look up in tests
* Making linter happier
* Reorganised cosmwasm contract-related modules
* Introduced similar event handling to the vesting contract
2022-01-11 16:56:12 +00:00
Jędrzej Stuczyński
e2e06df4e6
Feature/validator api client endpoints ( #1024 )
...
* Moved mixnode status route to node status api module
* Introduced validator-api endpoint for estimating mixnode's reward
* Stake saturation endpoint
* kebab-cased coconut routes
* Created separate crate for validator API models
* Additional routes in validator API client
* Introduced support for new queries in the wallet
* Typescript type derivation
* Fixed up date in license notice
2022-01-11 16:37:07 +00:00
Jędrzej Stuczyński
835d4f46f6
Introduced denom check when trying to withdraw vested coins ( #1018 )
...
* Introduced denom check when trying to withdraw vested coins
* Using correct denom in the relevant unit test
2022-01-11 16:31:39 +00:00
Jędrzej Stuczyński
d71ef635e2
Restricted blake3 dependency ( #1025 )
2022-01-11 16:22:55 +00:00
Bogdan-Ștefan Neacşu
6e3773a095
Feature/remove unused profit margin ( #1011 )
...
* Remove unused field, to avoid confusion
* Add migration code
* Update tests
* Make clippy happy
2022-01-11 16:05:15 +01:00
Jędrzej Stuczyński
050d370396
Updated cosmrs to 0.4.1 ( #1023 )
2022-01-11 11:26:34 +00:00
Jędrzej Stuczyński
29340ed00c
Feature/additional mixnode endpoints ( #1019 )
...
* Moved mixnode status route to node status api module
* Introduced validator-api endpoint for estimating mixnode's reward
* Stake saturation endpoint
2022-01-11 09:38:39 +00:00
Mx
11a458a43d
Merge pull request #1020 from RiccardoMasutti/patch-1
...
Fix 404 link
2022-01-10 18:00:58 +01:00
Jędrzej Stuczyński
1fbf37e0ec
Changed wallet's client to a full validator client ( #1021 )
...
So that it could use validator API calls in the near future
2022-01-10 11:17:08 +00:00
Riccardo Masutti
bc8efda08f
Add wallet build instructions
...
Added wallet link
2022-01-09 16:00:17 +01:00
Riccardo Masutti
cecd0b2b0a
Fix 404 link
2022-01-09 15:56:45 +01:00
Jędrzej Stuczyński
62fa2ae5e4
Feature/node state endpoint ( #1013 )
...
* Introduced route to check mixnode's status (active/standby/inactive/not_found)
* Restored default validator API caching interval to a more sane value
* Changed status route
2022-01-07 11:57:38 +00:00
fmtabbara
db2ce8070c
display mixnode update fee
2022-01-06 16:16:32 +00:00
fmtabbara
70138ff54a
update frontend to use new profit update api
2022-01-06 13:00:50 +00:00
Bogdan-Ștefan Neacşu
30e93c33bb
Feature/configure profit ( #1008 )
...
* Introduce a method to update mixnode configuration
Right now, only for profit_margin_percent
* Check that the new profit margin is valid
* Extend a bit the test coverage of mixnode update
* Create validator client function
* [ci skip] Generate TS types
* Update wallet
* Update the bond height as well, as if a rebond was made
Co-authored-by: neacsu <neacsu@users.noreply.github.com >
2022-01-06 13:03:14 +01:00
Jędrzej Stuczyński
ec4955f814
Feature/explorer node status ( #1010 )
...
* Restored mixnode refresh rate to a more sane value
* Moved PrettyMixNodeBondWithLocation to models.rs
* Renaming
* Exposed ability to query for rewarded mixnodes in the validator client
* Reorganised mix_nodes module
* Determining mixnode status (active/standby/inactive)
* Moved LocationCache to separate lock
* Minor cleanup
* Changed serialization case of status enum
* Made clippy happier
* Slightly better grammar
2022-01-06 10:38:14 +00:00
Drazen Urch
e013517348
Use serial integer instead of random ( #1009 )
...
* Use serial integer instead of random
* [ci skip] Generate TS types
* cargo fmt
* Return u32
2022-01-05 15:28:17 +01:00
Bogdan-Ștefan Neacșu
2041b03046
Missed takes_value() call
2022-01-04 17:12:41 +01:00
Bogdan-Ștefan Neacşu
0b6adf59ce
Feature/fix gateway sign ( #1004 )
...
* Include version check in sign command
* Ask for wallet address the same way as mixnode
The reason for this is that the cosmos mnemonic that is asked at
init is for the address that gets rewarded for gateway usage.
Since that address is not necessarly set now and it can take a
default value, we won't be using that to derive the address in the
signing process.
2022-01-04 13:49:24 +01:00
Jędrzej Stuczyński
d95df4b286
Feature/implicit runtime ( #973 )
...
* Made mixnode runtime implicit
* Ibid for native and socks5 clients
2022-01-04 11:00:48 +00:00
Bogdan-Ștefan Neacşu
4f109169af
Fix clippy ( #1003 )
2022-01-03 14:32:37 +01:00
Bogdan-Ștefan Neacșu
0cef1abbb2
Update mixnode version
2021-12-23 15:05:11 +02:00
Tommy Verrall
1871c6b2e3
Merge pull request #998 from nymtech/feature/wallet-update-version
...
Update wallet version
2021-12-23 10:01:13 +00:00
Tommy Verrall
75ad2a113f
Update wallet version
...
- keep all the binaries aligned
2021-12-23 10:00:13 +00:00
Bogdan-Ștefan Neacşu
1d1496aa49
Make the separation between testnet-mode and erc20 bandwidth mode clearer ( #994 )
...
* Make the separation between testnet-mode and erc20 bandwidth mode more clear
* Update Cargo.toml
* Remove eth bw from native client under a feature flag
* Remove eth bw from socks5 client under a feature flag
* Remove eth bw from gateway under a feature flag
* Update gateway version
* Fix coconut build warnings
2021-12-23 11:55:01 +02:00
Tommy Verrall
a48e06fe51
Fix wallet build instructions ( #997 )
...
* Fix wallet build instructions
- Supplying the .env file requirement
* re-added the admin - address
2021-12-23 11:54:34 +02:00
Drazen Urch
614b99a36e
Differentiate staking and ownership ( #961 )
...
* Differentiate staking and ownership
* Ownership transfer, tests
* Consistent random keys
* Improve account tests
* Update Cargo.lock
* Make everybody happy
Co-authored-by: Drazen Urch <durch@users.noreply.guthub.com >
2021-12-22 13:22:46 +01:00
dependabot[bot]
d8cb6199e0
Bump @openzeppelin/contracts in /contracts/basic-bandwidth-generation ( #983 )
...
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts ) from 3.4.0 to 4.4.1.
- [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/v3.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: "@openzeppelin/contracts"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-22 11:42:37 +01:00
Tommy Verrall
424c1695b3
Merge pull request #991 from nymtech/feature/change-wallet-version
...
Update wallet to align with versioning on nodes and gateways
v0.12.0
2021-12-21 11:39:12 +00:00
Tommy Verrall
3ceb6d711f
Update wallet to align with versioning on nodes and gateways
2021-12-21 11:38:13 +00:00
Dave Hrycyszyn
23d2279549
Merge branch 'develop' of github.com:nymtech/nym into develop
2021-12-21 11:21:28 +00:00
Dave Hrycyszyn
84d1909b18
Changelog for v0.12.0
2021-12-21 11:21:20 +00:00
Dave Hrycyszyn
29a22e95e6
Adding github_changelog_generator config files
2021-12-21 11:21:00 +00:00
Jess
0e0f9ed270
Update README.md
2021-12-21 10:34:29 +00:00
Jess
4c0c0bc49f
Update README.md
2021-12-21 10:33:32 +00:00