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
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
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
Tommy Verrall
ea350ef7dd
Merge pull request #990 from nymtech/feature/fix-success-text
...
Fix success view messages.
2021-12-21 10:16:41 +00:00
Bogdan-Ștefan Neacșu
112820ad7b
Fix rebase going wrong
2021-12-21 12:15:07 +02:00
Tommy Verrall
fe27cbe7e2
Fix success view messages.
2021-12-21 10:07:35 +00:00
Bogdan-Ștefan Neacșu
bd892e00bd
Switch to sandbox as default build
2021-12-21 11:16:30 +02:00
Dave Hrycyszyn
8d2863e085
Back down on caching and we're good to redeploy
2021-12-20 18:01:19 +00:00
Dave Hrycyszyn
89cb931775
Cranking caching back up
2021-12-20 17:25:29 +00:00
Dave Hrycyszyn
0f58fb6437
Cutting client-side caching from 3.5 minutes to 5 seconds
2021-12-20 16:40:26 +00:00
Dave Hrycyszyn
837575c8d3
Knocking down cache interval some more
2021-12-20 15:19:48 +00:00
Dave Hrycyszyn
4cbe789f42
Merge branch 'develop' of github.com:nymtech/nym into develop
2021-12-20 15:13:29 +00:00
Dave Hrycyszyn
822c993f24
Setting cache to 2 seconds for explorer api
2021-12-20 15:13:22 +00:00
Bogdan-Ștefan Neacşu
9480233ca3
Feature/enable signature check ( #989 )
...
* Revert "Do not set proxy only for this time"
This reverts commit 47946ad79e .
* Reinstate signature check
* Enable migrate entry point
2021-12-20 16:09:42 +02:00
Dave Hrycyszyn
72944905cd
Knocking down cache validation time
2021-12-20 14:08:49 +00:00
Dave Hrycyszyn
effb756e2f
Setting mixnode cache refresh to 30 seconds
2021-12-20 14:07:40 +00:00
Dave Hrycyszyn
583f5083e5
Merge branch 'develop' of github.com:nymtech/nym into develop
2021-12-20 14:00:04 +00:00
Dave Hrycyszyn
941e91d250
Re-enabling owner signature form on settings page
2021-12-20 13:59:52 +00:00
Bogdan-Ștefan Neacşu
0f1b9d138e
Update mixnet contract address ( #988 )
2021-12-20 15:52:34 +02:00