Tommy Verrall
691ccb1306
merge in latest release
2022-12-13 12:32:40 +01:00
Jędrzej Stuczyński
c7c6ff0389
Merge branch 'develop' into release/v1.2.0
2022-12-13 11:21:05 +00:00
Bogdan-Ștefan Neacşu
00f17c376a
Use default mainnet values when nothing is specified ( #1884 )
2022-12-12 16:34:56 +02:00
Jędrzej Stuczyński
8622142c3d
Feature/prioritise surb retransmission ( #1883 )
...
* Improved error messages + removed redundant variants
* Improved estimation of 'expected_forward_delay'
* Removed old wasm-specific startup code
* Removed old unused reply-related code
* hacky and temporary way of buffering retransmission data
* offloading retransmission reply handling to ReplyController
* fixed linter errors + rebuffering retransmission data on failure
* Removed unused fields from wasm client debug config
2022-12-12 13:27:20 +00:00
Jon Häggblad
5283329914
changelog: fix wording
2022-12-09 22:35:37 +01:00
Jon Häggblad
29dd121282
clients: dont panic in base client gateway client handling ( #1878 )
...
* client-core: fix some panics related to gateway-client
* changelog: update
* fix
2022-12-09 21:43:37 +01:00
Jon Häggblad
cd1d9d1a0d
client: pick from old lanes probabilisticlly ( #1877 )
...
* Pick from old lanes probabilisticly
* changelog: update
2022-12-09 18:44:40 +01:00
Jon Häggblad
b694e675e6
clients: further deduplicate init code ( #1873 )
...
* client-core: move init helpers to module
* WIP
* socks5: return error instead of terminate in init
* Extract out reuse_existing_gateway_config
* rustfmt
* Remove comment out code
* nym-connect: use setup_gateway
* Linebreak
* changelog: update
* Tweak log
* rustfmt
2022-12-09 16:12:30 +01:00
Jon Häggblad
39cb6f6ec0
network-requester: return error on socket close ( #1876 )
...
* network-requester: return error when the socket closes
* changelog: add note
2022-12-09 15:04:47 +01:00
Jędrzej Stuczyński
1b7c048c96
Reverted hard requirement for gateway protocol presence ( #1875 )
2022-12-09 11:09:57 +00:00
Bogdan-Ștefan Neacşu
ebaf99fadb
Feature/dkg state to disk ( #1872 )
...
* Add PersistentState
* Save and load state to/from disk
* If in progress, don't continually write the same state
* Fix tests and add serde one
* Update changelog
* Fix clippy
2022-12-09 13:00:27 +02:00
Jon Häggblad
85515fe16e
Client: dedup setup gateway during init ( #1871 )
...
* clients: dedup gateway setup logic
* nym-connect: extract out print_save_config
2022-12-08 22:59:11 +01:00
Jon Häggblad
ec60966a85
Clients: save init results to JSON ( #1865 )
...
* clients: output results of init to json
* Remove leftover dbg
* Tidy
* Fix nym-connect
2022-12-08 19:39:11 +01:00
Jędrzej Stuczyński
825791f2c7
Feature/multi surbs basic wasm interface ( #1846 )
...
* Added builder to wasm client
* missing wasm_bindgen macros
* Added constructor macro on GatewayEndpointConfig
* Attempting to use updated wasm client api
* Removing dead code
* Exposed other messages types in wasm client
* cleanup in js-example
* Changed 'self_address' to be a method call
* Removed needless borrow when cloning an Arc
* Improving arguments in 'on_message' callback
* fixed wasm-client dependency/features
2022-12-08 17:10:42 +00:00
Jon Häggblad
d1df407bac
nym-connect: update Cargo.lock to 1.1.2
2022-12-08 16:58:41 +01:00
Bogdan-Ștefan Neacşu
9ff4051b0f
Properly add consumed to table ( #1870 )
2022-12-08 17:47:41 +02:00
Fouad
fea9ec0f9f
use mix_id for account to get correct pending cost event ( #1869 )
...
* use mix_id for account to get correct pending cost event
2022-12-08 15:42:26 +00:00
Pierre Dommerc
d48d094672
Wallet - Buy, copy changes ( #1855 )
2022-12-08 15:54:33 +01:00
Jędrzej Stuczyński
83af0d4d76
Remove panic if ReconstructedMessagesReceiver is closed ( #1868 )
...
Instead log error and return because presumably the shutdown procedure has started
2022-12-08 14:01:07 +00:00
Bogdan-Ștefan Neacşu
e1b511e788
Feature/verify bte proof ( #1866 )
...
* Update lock file
* Include bte public key verification
2022-12-08 14:06:24 +02:00
Jędrzej Stuczyński
75b7b12c46
Saving reply key timestamp on data flush ( #1867 )
2022-12-08 11:52:15 +00:00
Jędrzej Stuczyński
6286c6e2fd
Fixed clippy warning in test code
2022-12-08 09:55:36 +00:00
Bogdan-Ștefan Neacşu
1500d27ce5
Feature/fix client multi cred consume ( #1859 )
...
* Mark consumed credentials in the db
* Add signature log
* Fix wasm mock Storage trait
* Fix clippy
2022-12-08 11:06:31 +02:00
Fouad
a0eba073ec
refresh balance after sending tokens ( #1857 )
2022-12-07 17:17:58 +00:00
Fouad
2c3e716ba1
introduce minimize button in custom title bar ( #1843 )
2022-12-07 17:17:30 +00:00
Jędrzej Stuczyński
68142e7535
logging created tag details
2022-12-07 15:06:34 +00:00
Jędrzej Stuczyński
2c4611044c
Feature/multi surbs invalidation ( #1858 )
...
* Cleaned up RealMessagesController constructor
* introduced config field for maximum_reply_surb_age
* Handling edge-case reply-surb failures
* invalidating old reply surbs
* Removing old reply keys from cache
* Invalidating old reply keys
* missing config changes
2022-12-07 14:19:41 +00:00
Bogdan-Ștefan Neacşu
b76051832f
Add ignore to dkg expensive tests ( #1856 )
2022-12-07 13:53:28 +02:00
farbanas
c966680bba
Merge branch 'release/v1.1.2' into develop
2022-12-07 12:36:55 +01:00
farbanas
7f7d30c9b5
docs: updated changelog for contracts release v1.1.2 and updated versions of mixnet and vesting contracts as well
2022-12-07 12:36:24 +01:00
farbanas
b08dace119
changed ubuntu-latest on GH actions to ubuntu-20.04
2022-12-07 12:23:33 +01:00
Jon Häggblad
58255857e5
Merge remote-tracking branch 'origin/release/v1.1.2' into develop
2022-12-07 12:14:15 +01:00
Raphaël Walther
edf38e6356
Fixed URL to branch
2022-12-07 10:40:43 +01:00
Tommy Verrall
e258f62a26
Update qa-qwerty.env
2022-12-07 08:11:11 +01:00
durch
940427776c
Resolve merge conflicts
2022-12-06 20:30:57 +01:00
Dave Hrycyszyn
2f7d9254b8
Updated changelog for wallet
2022-12-06 19:13:08 +01:00
farbanas
67321d7d04
update nym-connect CHANGELOG
2022-12-06 19:13:07 +01:00
farbanas
e38a20fb58
changed nym-connect version to 1.1.2
2022-12-06 19:12:30 +01:00
Dave Hrycyszyn
8e45e3e995
Modifying changelog for v1.1.2
2022-12-06 19:12:27 +01:00
farbanas
2f63d916b6
changed nym-connect version to 1.1.1
2022-12-06 19:12:07 +01:00
farbanas
0b465e1f09
update versions for platfrom, nym-connect and nym-wallet to v1.1.2
2022-12-06 19:12:02 +01:00
pierre
f93aab2f5b
fix(wallet): buy tutorial ui responsivness
2022-12-06 19:09:38 +01:00
pierre
7ff06cfe3e
fix(wallet): typo
2022-12-06 19:09:38 +01:00
pierre
8c7e7dfcd1
fix(wallet): typo
2022-12-06 19:09:38 +01:00
pierre
31ca88fd7f
refactor(wallet): clean code
2022-12-06 19:09:38 +01:00
pierre
51b29a9dcf
feat(wallet): add link to nym exchange interface
2022-12-06 19:09:38 +01:00
pierre
d58c2da463
feat(wallet-buy-nym): update signature modal ui
2022-12-06 19:09:38 +01:00
pierre
5644726a7b
fix(wallet-buy-nym): signature output
2022-12-06 19:09:38 +01:00
pierre
e9ba34ba52
feat(wallet-buy-nym): buy page new ui
2022-12-06 19:09:38 +01:00
pierre
a33e848d6d
Revert "feat(explorer-api): add route to fetch nym terms&cdts"
...
This reverts commit 876f752697d89061b1904e1ddd1d5bcb7045dc5c.
2022-12-06 19:09:38 +01:00