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

v0.9.5 #2409

Merged
merged 9 commits into from
Aug 31, 2022
Merged

v0.9.5 #2409

merged 9 commits into from
Aug 31, 2022

Commits on Aug 20, 2022

  1. Implement solid entry points (#2373)

    Co-authored-by: Andrea V <[email protected]>
    jkrvivian and karimodm authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2b1cb27 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Activity committments and activity log based on epochs (#2345)

    Co-authored-by: jkrvivian <[email protected]>
    Co-authored-by: Andrea V <[email protected]>
    3 people authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e92df3e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Warpsync: epoch syncing (#2367)

    Co-authored-by: Jonas Theis <[email protected]>
    karimodm and jonastheis authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f1b453f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

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

Commits on Aug 29, 2022

  1. Implement simplified faucet (#2391)

    * Implement simplified faucet
    
    * Fix range
    
    * Fix range
    
    * Fix faucet test
    
    * Use wallet lib for faucet
    
    * Remove blacklisting logic
    
    * Fixes
    
    * Remove importing/exporting faucet wallet states
    
    * Fix Errorf error
    
    * Add faucetRequestWindow
    
    * Remove unused variable
    
    * Block at faucet Start function
    
    * Remove faucetRequestWindow
    
    * Send tx to faucet for mana pledging
    
    * Resolve comments
    
    * Removed unused variable
    
    * Fix bug where faucet could still send the main output when answering a faucet request in the second transaction and simplify code even more
    
    * Pledge consensus mana in first faucet transaction to empty nodeID
    
    * Prevent faucet from hanging while shutting down by passing the node's shutdown channel to SendFunds
    
    Co-authored-by: jonastheis <[email protected]>
    jkrvivian and jonastheis authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6c1b4e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Mana vector fixes (#2396)

    * Use mana delay param only from mana plugin
    
    * Update unit tests
    
    * Prune activity on epoch confirmed
    
    * Add missing expected calls
    
    * Update mana vector update event after merging
    
    * Tiny renames and comment
    
    * Update DiffUTXO test
    
    * Make SetEpochs private
    
    * Change NodesActivityLog to shrinking map. Serializing not works
    
    * Fix stackoverflow
    
    * Fix serialization
    
    * Unexport field
    
    * Fix comment and forEach
    
    * Fix channel close race condition
    
    * Return lowest processed epoch
    
    * deadlock fix
    
    * Warpsync more channel fixes
    
    * Fix snapshot mutable constructor
    
    * Use mutable model for Activity log to hide setEpochs
    
    * Fix: epochstorage deadlock
    
    * Warpsync: properly check for overlapping ranges
    
    * Make Inbound peer resource allocation synchronous
    
    Co-authored-by: Andrea V <[email protected]>
    daria305 and karimodm authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    999496f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caca706 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. WarpSync: simplify & fix send on closed channel (#2407)

    Co-authored-by: jonastheis <[email protected]>
    karimodm and jonastheis authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    da24869 View commit details
    Browse the repository at this point in the history
  2. Release v0.9.5 (#2408)

    karimodm authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    de8af2a View commit details
    Browse the repository at this point in the history