Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/v1.2.0 update #2666

Merged
merged 159 commits into from
Dec 13, 2022
Merged

Chore/v1.2.0 update #2666

merged 159 commits into from
Dec 13, 2022

Commits on Nov 25, 2022

  1. Network-requester: throttle inbound connections (#1789)

    * Return and handle ClientRequest::LaneQueueLenghts
    
    * Pass lane queue lengths to inbound future
    
    * Remove unused self reference
    
    * Request lane queue lengths periodically for all open connections
    
    * Add timeouts
    
    * Rename to ConnectionCommandSender and Receiver
    
    * Rename to client_connection_tx/rx
    
    * Fix wasm build
    
    * Replace bool with enum
    octol committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c6d624a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9779df View commit details
    Browse the repository at this point in the history
  3. Add step to release GH actions (#1792)

    * feat: add a release step to nym contracts GH action
    
    * feat: add shrinking the size of wasm
    farbanas authored and octol committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4ff741e View commit details
    Browse the repository at this point in the history
  4. Possibilty to change gateway ws listener (#1779)

    * add: set gatewayListener
    
    * Update types.ts
    
    * Update worker.ts
    sven-hash authored and octol committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    39ca9c2 View commit details
    Browse the repository at this point in the history
  5. Update contracts-build.yml

    mmsinclair authored and octol committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f1378c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30dc929 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb98d79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb31dbe View commit details
    Browse the repository at this point in the history
  9. Fix decrypting stored received msg (#1786)

    * Fix decrypting stored received msg
    
    * rustfmt
    
    * Moving binary message recovery to separate function
    
    Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com>
    octol and jstuczyn committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    358687f View commit details
    Browse the repository at this point in the history
  10. Feature/use expect instead of panicking (#1797)

    * Implementation of 'Debug' on 'RealMessage'
    
    * expect with failed channel name instead of throwing empty panics
    
    * Introduced Debug trait constraint in ProxyRunner
    
    * Derive Debug for socks5_requests::Message
    jstuczyn authored and octol committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0be6fe5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17f89ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb7e57b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2ba85c View commit details
    Browse the repository at this point in the history
  14. Fix export dkg contract addr (#1800)

    * Export dkg contract for mainnet when no config file present
    
    * Remove redundant env files
    neacsu authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    bff079a View commit details
    Browse the repository at this point in the history
  15. nym-cli: improve error reporting/handling and changed `vesting-schedu…

    …le` queries to use query client instead of signing client
    mmsinclair committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    df90ff8 View commit details
    Browse the repository at this point in the history
  16. Feature/gateway client protocol version (#1795)

    * Introducing concept of gateway protocol version
    
    * Remove version-based gateway filtering
    
    * Fixed the unit test
    
    * grammar
    jstuczyn authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    186896b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0084ba2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    4c2c101 View commit details
    Browse the repository at this point in the history
  2. feat(wallet-buy): tutorial

    doums committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fb2a61b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77d1035 View commit details
    Browse the repository at this point in the history
  4. Revert "feat(explorer-api): add route to fetch nym terms&cdts"

    This reverts commit 876f752.
    doums committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    247a7ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e1109a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32b535d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdb6aa8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d25848e View commit details
    Browse the repository at this point in the history
  9. socks5: if any task panics, signal all other tasks to shutdown (#1805)

    * socks5: signal shutdown on error
    
    * Mark as success
    
    * Tidy
    
    * Reduce wait to 5 sec
    
    * Replace unwrap with expect
    
    * Two more unwraps
    
    * Update changelog
    octol authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    65a69b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    018bf8c View commit details
    Browse the repository at this point in the history
  11. Feature/nym connect UI updates (#1784)

    * create custom titlebar
    
    * create help page
    
    * create generic modal component
    
    * create separate connection time component
    
    * link to shipyard docs
    
    * move timer to separate component and update connection status component usage
    
    * use separate component for copying ip and port details
    
    * only show infomodal once after connection
    
    * set service provider on tauri side
    
    * Emit events when stopped
    
    * listen and unlisten for tauri events
    
    * connect: add trace log to get_services
    
    * Add back CI notifications
    
    * Update README
    
    Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com>
    Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com>
    3 people authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d004db8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3e226b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c605a9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6625766 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c02bcb4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    136202f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    822a3b7 View commit details
    Browse the repository at this point in the history
  18. refactor(wallet): clean code

    doums committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7317809 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. set flag to false

    gala1234 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f663623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ef50d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b35c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1812 from nymtech/no-display-maintenance

    No display maintenance banner
    gala1234 authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    bdb724e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24e2eee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca7c5d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d60de0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3857313 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7735f64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b94fbcb View commit details
    Browse the repository at this point in the history
  11. Fix typo in changelog

    octol committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    de2e721 View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG.md

    fmtabbara authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    22f3c8a View commit details
    Browse the repository at this point in the history
  13. Experiment/client refactoring (#1814)

    * experimenting with extracting more common client code
    
    * drying up the wasm client
    
    * allowing some dead code for the time being
    
    * fixed formatting in nym-connect
    
    * made socks5 client inside nym-connect immutable
    
    * made clippy a bit happier
    
    * hidden away target locking for recv timeout
    jstuczyn authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8de9f36 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9be8a6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a77f364 View commit details
    Browse the repository at this point in the history
  16. unit tests

    jstuczyn committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ab0180c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    09cad3c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3a001e2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bc25288 View commit details
    Browse the repository at this point in the history
  20. Feature/dkg integration tests (#1815)

    * DKG contract e2e test
    
    * Refactor to the same format as other contracts
    
    * Vk share tests
    
    * State tests
    
    * Dealings tests
    
    * Dealer tests
    
    * Api dkg tests
    
    * Fix path to contract after refactor
    
    * Fix test target clippy
    neacsu authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5d51f4d View commit details
    Browse the repository at this point in the history
  21. Bumping version numbers

    futurechimp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c178438 View commit details
    Browse the repository at this point in the history
  22. Changelog for v1.1.1

    futurechimp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5044764 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e4f3483 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b541d1a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    41b3798 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. socks5-client: SOCKS4a support (#1822)

    * socks5-client: SOCKS4a support
    
    * Tidy
    octol authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1507938 View commit details
    Browse the repository at this point in the history
  2. Fix a few errors in socks5 client and network-requester (#1823)

    * Fix two unwraps in socks5 and network-requester
    
    * Make sure client task never sends shutdown signal
    
    * Fix panic on getting socks version
    octol authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    52d0678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eedf3d9 View commit details
    Browse the repository at this point in the history
  4. wip

    gala1234 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a269bd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bc94d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bca20e1 View commit details
    Browse the repository at this point in the history
  7. display details modal

    gala1234 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4069b03 View commit details
    Browse the repository at this point in the history
  8. logs removal

    gala1234 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    bf207ab View commit details
    Browse the repository at this point in the history
  9. Feature/pledge more (#1679)

    * New transactions for increasing amount of pledged tokens
    
    * unit tests
    
    * Added an option to pledge extra tokens through the vesting contract
    
    * Introduced wallet endpoints for new operations
    
    * Using updated pledge cap in the vesting contract
    
    * Changelog update
    jstuczyn authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    033333b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96c0256 View commit details
    Browse the repository at this point in the history
  11. Feature/pledge more (#1679)

    * New transactions for increasing amount of pledged tokens
    
    * unit tests
    
    * Added an option to pledge extra tokens through the vesting contract
    
    * Introduced wallet endpoints for new operations
    
    * Using updated pledge cap in the vesting contract
    
    * Changelog update
    jstuczyn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    66e5119 View commit details
    Browse the repository at this point in the history
  12. Fix a few errors in socks5 client and network-requester (backport) (#…

    …1824)
    
    * Fix two unwraps in socks5 and network-requester
    
    * Make sure client task never sends shutdown signal
    octol authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ab4e39e View commit details
    Browse the repository at this point in the history
  13. nym-connect: update lock file

    octol committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    25212f2 View commit details
    Browse the repository at this point in the history
  14. fix(wallet): typo

    doums committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4ccd4d2 View commit details
    Browse the repository at this point in the history
  15. avoid mix tokens pools

    gala1234 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3d2dee3 View commit details
    Browse the repository at this point in the history
  16. fix(wallet): typo

    doums committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    39ab252 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e151830 View commit details
    Browse the repository at this point in the history
  18. amount error

    gala1234 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    78af0bf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    10e28c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    11051ba View commit details
    Browse the repository at this point in the history
  2. gateway-client: handle shutdown listener (#1829)

    * WIP
    
    * WIP: try another approach
    
    * WIP
    
    * Reworked
    
    * Tidy
    
    * fix
    octol authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a872b47 View commit details
    Browse the repository at this point in the history
  3. validator-api: remove storage dependency in contract cache (#1685)

    * validator-api: remove storage dependency in contract cache
    
    * validator-client: update detailed routes
    
    * contract_cache: forward to new endpoints for compat
    
    * Move reward_estimate
    octol authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6943271 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Node family management (#1670)

    * Family management messages
    
    * Add family queries
    
    * Add queries to client
    
    * Layer assignment message
    
    * Paged family queries, annotate mixnodes with family
    
    * Add layer assignments to epoch operations
    
    * Remove family layer peristence
    
    * Add NotImplemented error for kick
    
    Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com>
    durch and jstuczyn authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7e3bc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c073d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f7c48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a21be84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b51aac6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce4fd05 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1828 from nymtech/feat-508-bond-more

    Feat 508 bond more
    gala1234 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    667d5f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d495aef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a16c566 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74d34ae View commit details
    Browse the repository at this point in the history
  11. Feature/simplify credential binary (#1841)

    * Expose name of standard directories
    
    * Use one command instead of two
    neacsu authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2515646 View commit details
    Browse the repository at this point in the history
  12. nym-connect: append error to failed message (#1839)

    * nym-connect: append error to failed message
    
    * changelog: add note
    octol authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    028bee8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Fix clippy

    neacsu committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1171f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd5c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52136d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4979c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b273df2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e56a7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    957c6fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fee7804 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31be7a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c39afd0 View commit details
    Browse the repository at this point in the history
  11. Feature/wallet content updates (#1825)

    * fix up balance screen
    
    * fix up app bar and nym logo alignment
    
    * fix up delegation action icon font weight
    
    * fix up bond page
    fmtabbara authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9a8c5c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6fca0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a82189 View commit details
    Browse the repository at this point in the history
  14. Feature/dkg integration tests (#1815)

    * DKG contract e2e test
    
    * Refactor to the same format as other contracts
    
    * Vk share tests
    
    * State tests
    
    * Dealings tests
    
    * Dealer tests
    
    * Api dkg tests
    
    * Fix path to contract after refactor
    
    * Fix test target clippy
    neacsu authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    5c841de View commit details
    Browse the repository at this point in the history
  15. Node family management (#1670)

    * Family management messages
    
    * Add family queries
    
    * Add queries to client
    
    * Layer assignment message
    
    * Paged family queries, annotate mixnodes with family
    
    * Add layer assignments to epoch operations
    
    * Remove family layer peristence
    
    * Add NotImplemented error for kick
    
    Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com>
    durch and jstuczyn committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    03a974e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7ddc8e8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd8cea3 View commit details
    Browse the repository at this point in the history
  18. Fix comment in configuration file (#1836)

    neacsu authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c5252f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2676c68 View commit details
    Browse the repository at this point in the history
  20. Feature/simplify credential binary (#1841)

    * Expose name of standard directories
    
    * Use one command instead of two
    neacsu authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    502e23b View commit details
    Browse the repository at this point in the history
  21. Fix clippy

    neacsu authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cb2a89d View commit details
    Browse the repository at this point in the history
  22. feat(wallet): buy page bootstrap

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8a21f18 View commit details
    Browse the repository at this point in the history
  23. feat(wallet-buy): tutorial

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e2c9f69 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3da9d29 View commit details
    Browse the repository at this point in the history
  25. Revert "feat(explorer-api): add route to fetch nym terms&cdts"

    This reverts commit 876f752.
    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a33e848 View commit details
    Browse the repository at this point in the history
  26. feat(wallet-buy-nym): buy page new ui

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e9ba34b View commit details
    Browse the repository at this point in the history
  27. fix(wallet-buy-nym): signature output

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    5644726 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d58c2da View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    51b29a9 View commit details
    Browse the repository at this point in the history
  30. refactor(wallet): clean code

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    31ca88f View commit details
    Browse the repository at this point in the history
  31. fix(wallet): typo

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8c7e7df View commit details
    Browse the repository at this point in the history
  32. fix(wallet): typo

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7ff06cf View commit details
    Browse the repository at this point in the history
  33. fix(wallet): buy tutorial ui responsivness

    doums authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f93aab2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0b465e1 View commit details
    Browse the repository at this point in the history
  35. changed nym-connect version to 1.1.1

    farbanas authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2f63d91 View commit details
    Browse the repository at this point in the history
  36. Modifying changelog for v1.1.2

    futurechimp authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8e45e3e View commit details
    Browse the repository at this point in the history
  37. changed nym-connect version to 1.1.2

    farbanas authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e38a20f View commit details
    Browse the repository at this point in the history
  38. update nym-connect CHANGELOG

    farbanas authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    67321d7 View commit details
    Browse the repository at this point in the history
  39. Updated changelog for wallet

    futurechimp authored and durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2f7d925 View commit details
    Browse the repository at this point in the history
  40. Resolve merge conflicts

    durch committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9404277 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Update qa-qwerty.env

    tommyv1987 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e258f62 View commit details
    Browse the repository at this point in the history
  2. Fixed URL to branch

    raphael-walther committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    edf38e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5825585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b08dace View commit details
    Browse the repository at this point in the history
  5. docs: updated changelog for contracts release v1.1.2 and updated vers…

    …ions of mixnet and vesting contracts as well
    farbanas committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7f7d30c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c966680 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b760518 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c3e716 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0eba07 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Feature/fix client multi cred consume (#1859)

    * Mark consumed credentials in the db
    
    * Add signature log
    
    * Fix wasm mock Storage trait
    
    * Fix clippy
    neacsu authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1500d27 View commit details
    Browse the repository at this point in the history
  2. Feature/verify bte proof (#1866)

    * Update lock file
    
    * Include bte public key verification
    neacsu authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e1b511e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48d094 View commit details
    Browse the repository at this point in the history
  4. use mix_id for account to get correct pending cost event (#1869)

    * use mix_id for account to get correct pending cost event
    fmtabbara authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    fea9ec0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ff4051 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1df407 View commit details
    Browse the repository at this point in the history
  7. Clients: save init results to JSON (#1865)

    * clients: output results of init to json
    
    * Remove leftover dbg
    
    * Tidy
    
    * Fix nym-connect
    octol authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ec60966 View commit details
    Browse the repository at this point in the history
  8. Client: dedup setup gateway during init (#1871)

    * clients: dedup gateway setup logic
    
    * nym-connect: extract out print_save_config
    octol authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    85515fe View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. 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
    neacsu authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ebaf99f View commit details
    Browse the repository at this point in the history
  2. network-requester: return error on socket close (#1876)

    * network-requester: return error when the socket closes
    
    * changelog: add note
    octol authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    39cb6f6 View commit details
    Browse the repository at this point in the history
  3. 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
    octol authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    b694e67 View commit details
    Browse the repository at this point in the history
  4. client: pick from old lanes probabilisticlly (#1877)

    * Pick from old lanes probabilisticly
    
    * changelog: update
    octol authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cd1d9d1 View commit details
    Browse the repository at this point in the history
  5. clients: dont panic in base client gateway client handling (#1878)

    * client-core: fix some panics related to gateway-client
    
    * changelog: update
    
    * fix
    octol authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    29dd121 View commit details
    Browse the repository at this point in the history
  6. changelog: fix wording

    octol committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5283329 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    00f17c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    c7c6ff0 View commit details
    Browse the repository at this point in the history