Drazen Urch
8288d38257
Audit fixes ( #2922 )
...
* oak-2
* oak-8
* oak-13
* oak-15
* oak-18
* Minor clippy nit
* 2023-01-13-OAK-6
* 2023-01-13-OAK-3
* 2023-01-13-OAK-13
Implemented via direct dependency on cw2 and calling the appropriate code on migration
* Removed few instances of password being unecessarily copied
* 2023-01-13-OAK-10
* 2023-01-13-OAK-12
* 2021-09-13-JP-S-NYM-02
* 2021-09-13-JP-S-NYM-03
* Removed further instances of needlessly copying the mnemonic
* 2021-09-13-JP-O-PROT-03
* 2021-09-13-JP-S-NYM-01*
*: we still have one vulnerability on 'time' pulled from chrono via sqlx. However, apparently its usage is fine... Having said that, I'd still recommend removing all dependencies on chrono, but this will require some database migrations...
* 2023-01-13-OAK-11 (#3009 )
* wip
* Introducing the concept of starting epoch transition in `nym-api`
* split epoch operations into multiple files
* epoch operation failure recovery
* sending rewarding transactions in correct order
* tests and fixes due to epoch state progression
* lint
* missed rebasing import changes
* Setting cw2 contract version during first migration run
* calling 'reconcile_epoch_events' at least once
* Made message to BeginEpochTransition more consistent with other variants
* Merge layer assignment updates
---------
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2023-03-03 14:15:38 +00:00
Jędrzej Stuczyński
1cd560c85e
fixed standalone build of 'client-core'
2023-03-03 11:39:59 +00:00
Jędrzej Stuczyński
ad35c4006e
Fixed logged hours value when determining staleness of persisted surb data ( #2690 )
2023-03-01 14:30:49 +00:00
Pierre Dommerc
2ec790e851
fix(explorer): fix layout responsiveness in mixnode details view ( #3130 )
2023-03-01 15:16:40 +01:00
Jędrzej Stuczyński
8f8cec0785
Fixed the build badge
2023-03-01 10:37:44 +00:00
farbanas
4a80cd301b
fix: add step to install wasm-opt to our CI for building and uploading binaries
2023-03-01 11:06:40 +01:00
farbanas
63524eceff
fix: update versions of the latest release in changelogs from 1.0.11 to 1.1.11
2023-03-01 11:06:40 +01:00
Fouad
a477b007e1
TS Validator Client updates ( #3085 )
...
* Squashed clients/validator content from old branch
* fix up tests
fix up linting
* add bundle script
* add build prod script to package json
update tests
* update readme + copy to dist output
update global types
update types and tests!
* update package build
* move types and tests into src
* Squashed clients/validator content from old branch
fix up tests
fix up linting
* add bundle script
* add build prod script to package json
update tests
* update readme + copy to dist output
update global types
update types and tests!
update package build
* move types and tests into src
* build to sub-dir
* Fixing the few broken tests
---------
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
Co-authored-by: benedettadavico <benedetta.davico@gmail.com >
2023-03-01 10:22:35 +01:00
Jędrzej Stuczyński
5b81510325
added additional makefile targets that skip mobile-related steps ( #3127 )
2023-03-01 09:12:47 +00:00
farbanas
bc5bb271d8
feat: remove unused workflows, update a couple of if conditions in github workflows and add the command for optimizing contract sizes to Makefile
2023-02-28 17:26:39 +01:00
farbanas
158e3cb073
Merge branch 'master' into develop
2023-02-28 17:09:58 +01:00
farbanas
36fb0eba29
Update versions as part of release/v1.1.11
nym-binaries-v1.1.11
nym-connect-v1.1.11
2023-02-28 13:53:14 +01:00
farbanas
1b37e85418
Update changelogs as part of release/v1.1.11
2023-02-28 13:43:32 +01:00
Bogdan-Ștefan Neacşu
6a93497c8f
Extend public key submission in case no dealer registered ( #3106 )
2023-02-28 12:58:01 +01:00
Tommy Verrall
b8ee3465f8
Update build_and_run.sh
...
remove unnecessary environment variable
2023-02-28 10:33:45 +01:00
Mark Sinclair
a7dfb36a84
Merge pull request #3111 from nymtech/feature/sdk-1.1.7
...
Typescript SDK 1.1.7
2023-02-27 18:07:08 +00:00
Mark Sinclair
14a7b5bdc8
Typescript SDK 1.1.7
2023-02-27 17:55:41 +00:00
Tommy Verrall
ffbd76539a
Merge pull request #3108 from nymtech/feature/nym-connect-select-sp
...
Feature/nym connect select sp
2023-02-27 17:48:31 +02:00
fmtabbara
bdcc19e86a
PR update
2023-02-27 15:33:54 +00:00
fmtabbara
7929bac685
turn off user defined SP address is input it empty
2023-02-27 14:20:16 +00:00
Jon Häggblad
f590aad42c
nym-api: uptime rework ( #3053 )
...
* nym-api: cache updates as node performance
* nym-api: update get mixnode avg_uptime endpoint
* nym-api: mixnode report to use cached data
* nym-api: annotate gateway bond with node performance
* nym-api: gateway report to use cached data
* wip
* Add get_gateway_avg_uptime
* Add comment
* update NR gateways to include node_performance on frontend
* use node_performance values on frontend
* fixup select gateway from list
* fix up lint errors
---------
Co-authored-by: fmtabbara <fmtabbara@hotmail.co.uk >
2023-02-27 12:40:00 +01:00
fmtabbara
ec23f3dcb7
disable input when connected
...
fix lint errors
2023-02-27 11:28:38 +00:00
fmtabbara
9644eb4329
pick service provider
2023-02-27 11:28:38 +00:00
fmtabbara
7a4c6e4ed4
storage type
...
update types
2023-02-27 11:28:36 +00:00
fmtabbara
d5ad504104
reuseable storage functions
2023-02-27 11:28:36 +00:00
Tommy Verrall
d684f6d7ae
Merge pull request #3099 from nymtech/feature/nym-connect-select-sp
...
NymConnect Select a service provider
2023-02-27 12:26:00 +02:00
farbanas
1ba6444e72
delete gitlab agent
2023-02-27 10:10:42 +01:00
farbanas
dc08b1170a
add gitlab agent
2023-02-27 10:03:28 +01:00
Bogdan-Ștefan Neacşu
f0d9703587
Feature/fix db name collision ( #3103 )
...
* Fix db naming collision
* Increase gateway timeout to accommodate bandwidth spending time
2023-02-24 16:52:56 +02:00
Tommy Verrall
aa78bf702c
Merge pull request #3104 from nymtech/feature/nym-api-tests
...
some small api test fixes
2023-02-24 15:09:32 +02:00
benedettadavico
cd9cdfa5bb
some small api test fixes
2023-02-24 14:06:56 +01:00
Pierre Dommerc
7e1e86bc77
build(nc-mobile): prepare for fdroid inclusion ( #3102 )
...
* ci(nc-android): remove uneeded deps
* chore(nc-mobile): improve android build
* ci(nc-mobile): remove useless system deps
* ci(nc-mobile): remove useless system deps
* Revert "ci(nc-mobile): remove useless system deps"
This reverts commit 011db2c58e .
* ci(nc-mobile): restore uneeded sys deps (<3 debian based distro)
2023-02-24 14:06:41 +01:00
Raphaël Walther
2178f2b509
Github Actions: fix notification display issue
2023-02-24 11:12:53 +01:00
fmtabbara
c08efef8ed
add autofocus to IdentityKeyComponent
2023-02-23 22:58:59 +00:00
fmtabbara
6d29774744
style tweaks
2023-02-23 22:57:21 +00:00
fmtabbara
af6bab7703
fix lint error
2023-02-23 17:40:39 +00:00
fmtabbara
7033f92d82
add UI for picking service provider
2023-02-23 17:33:03 +00:00
Jędrzej Stuczyński
128dfa6d81
Feature/latency based gateway selection ( #3081 )
...
* wip
* new option to select gateways based on latency
* further changes for wasm-compatibility
* post rebase fixes + clippy
I know, I should have probably included them properly during rebasing ¯\_(ツ)_/¯
* android change
* wasm: the gift that keeps on giving
2023-02-23 17:09:22 +00:00
Tommy Verrall
8ed808124e
Update build-and-upload-binaries-ci.yml
...
publish credential binary
2023-02-23 17:15:32 +01:00
Tommy Verrall
0deef37778
Update ci-binary-checker.yml
...
correct positioning on install
2023-02-23 16:56:25 +01:00
Tommy Verrall
d759462e4e
Update ci-binary-checker.yml
...
install jq
2023-02-23 16:53:23 +01:00
Tommy Verrall
f36cb3a00b
Update ci-binary-checker.yml
...
use custom runner
2023-02-23 16:50:02 +01:00
Tommy Verrall
6428f90b5a
Update README.md
2023-02-23 15:38:20 +01:00
Tommy Verrall
e2d00fb002
Merge pull request #3098 from nymtech/feature/update-checker-to-use-master
...
Feature/update checker to use master
2023-02-23 16:37:37 +02:00
Bogdan-Ștefan Neacşu
0b0ec075bb
Use saturating_sub with an additional 1 second buffer ( #3095 )
2023-02-23 13:44:54 +01:00
Tommy Verrall
dc556706c1
Update ci-binary-checker.yml
...
update the to run from the branch
2023-02-23 13:25:46 +01:00
Tommy Verrall
cca4d21e7c
Merge pull request #3097 from nymtech/feature/update-checker-to-use-master
...
Feature/update checker to use master
2023-02-23 14:24:59 +02:00
Tommy Verrall
01f4773a5d
update
2023-02-23 14:23:06 +02:00
Tommy Verrall
6d15b444a0
use master on the build agent to fetch the latest release binaries
2023-02-23 14:22:20 +02:00
Tommy Verrall
18a3366cf3
Update ci-binary-checker.yml
2023-02-23 12:37:41 +01:00