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

feat: CUDOS merge #402

Merged
merged 86 commits into from
Oct 18, 2024
Merged

feat: CUDOS merge #402

merged 86 commits into from
Oct 18, 2024

Commits on Jun 27, 2024

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

Commits on Jul 24, 2024

  1. Cudos upgrade handler

    MissingNO57 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9fd52c7 View commit details
    Browse the repository at this point in the history
  2. balances

    MissingNO57 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c2aec55 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. accounts processing

    MissingNO57 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    84852d0 View commit details
    Browse the repository at this point in the history
  2. auth processing

    MissingNO57 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0e3125e View commit details
    Browse the repository at this point in the history
  3. Removed redundand line

    MissingNO57 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    51ff17a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Balances conversion

    MissingNO57 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bed9f4b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Minting

    MissingNO57 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    488cbc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

    MissingNO57 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    460ad48 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Manifest mint upgrade

    MissingNO57 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aa49805 View commit details
    Browse the repository at this point in the history
  2. Name gix

    MissingNO57 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9ac4fec View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update

    MissingNO57 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5d0d44f View commit details
    Browse the repository at this point in the history
  2. Stake calculation fix

    MissingNO57 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d1baad3 View commit details
    Browse the repository at this point in the history
  3. delegated balance map

    MissingNO57 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    35141eb View commit details
    Browse the repository at this point in the history
  4. Balance auth check

    MissingNO57 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d9224ce View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

    MissingNO57 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c582eb3 View commit details
    Browse the repository at this point in the history
  3. Contract owner resolution

    MissingNO57 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    281fab0 View commit details
    Browse the repository at this point in the history
  4. Balances resolution

    MissingNO57 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5a98ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Refactor

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9eaefd2 View commit details
    Browse the repository at this point in the history
  2. Deleted recons data

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b771858 View commit details
    Browse the repository at this point in the history
  3. Undo change

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ba9ffcf View commit details
    Browse the repository at this point in the history
  4. Network config

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    db4a528 View commit details
    Browse the repository at this point in the history
  5. Account info update

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fd2c08d View commit details
    Browse the repository at this point in the history
  6. Rework

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bd6a232 View commit details
    Browse the repository at this point in the history
  7. Refactor

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7b9212a View commit details
    Browse the repository at this point in the history
  8. Removed unused sequence

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2dd9390 View commit details
    Browse the repository at this point in the history
  9. Refactor

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ad5613f View commit details
    Browse the repository at this point in the history
  10. Refactor

    MissingNO57 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    42ef451 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Refactor

    MissingNO57 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8e40f8a View commit details
    Browse the repository at this point in the history
  2. Delegation

    MissingNO57 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f1332c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Error format fix

    MissingNO57 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    372b3b3 View commit details
    Browse the repository at this point in the history
  2. OrderedMap

    MissingNO57 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    82b756f View commit details
    Browse the repository at this point in the history
  3. Changes

    MissingNO57 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a17c2bb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    8f13455 View commit details
    Browse the repository at this point in the history
  2. Bugfix

    MissingNO57 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9c3dabd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Rework

    MissingNO57 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    176a5c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Refactor

    MissingNO57 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1438e60 View commit details
    Browse the repository at this point in the history
  2. Community pool funding

    MissingNO57 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0a06738 View commit details
    Browse the repository at this point in the history
  3. Remaining balance checks

    MissingNO57 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    62459c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Undo gomod changes

    MissingNO57 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ad7be05 View commit details
    Browse the repository at this point in the history
  2. Rework

    MissingNO57 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ba58020 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Rework

    MissingNO57 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bfa9ddf View commit details
    Browse the repository at this point in the history
  2. Style fix

    MissingNO57 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    499111e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix

    MissingNO57 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    83b1257 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Vesting account handling

    MissingNO57 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    26c0f0c View commit details
    Browse the repository at this point in the history
  2. Vesting collisions

    MissingNO57 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    df10389 View commit details
    Browse the repository at this point in the history
  3. Renaming

    MissingNO57 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1a26281 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    7425b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21979ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ef132d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf3fdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ed8b7f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from fetchai/feat/cudos-reinstate-reconciliation

    feat: Reinstating reconciliation from the PR#375
    pbukva authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9f32ea8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 18, 2024

  1. Vesting collision resolution (#4)

    ## Proposed Changes
    
    _[describe the changes here...]_
    
    ## Linked Issues
    
    _[if applicable, add links to issues resolved by this PR]_
    
    ## Types of changes
    
    _What type of change does this pull request make (put an `x` in the
    boxes that apply)?_
    
    - [ ] Bug fix (non-breaking change that fixes an issue).
    - [ ] New feature added (non-breaking change that adds functionality).
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to stop working as expected).
    - [ ] Documentation update.
    - [ ] Something else (e.g., tests, scripts, example, deployment,
    infrastructure).
    
    ## Checklist
    
    _Put an `x` in the boxes that apply:_
    
    - [ ] I have read the
    [CONTRIBUTING](https://github.com/fetchai/fetchd/blob/main/CONTRIBUTING.md)
    guide
    - [ ] Checks and tests pass locally
    
    ### If applicable
    
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have checked that code coverage does not decrease
    - [ ] I have added/updated the documentation
    
    ## Further comments
    
    _[if this is a relatively large or complex change, kick off a discussion
    by explaining why you chose the solution you did, what alternatives you
    considered, etc...]_
    
    ---------
    
    Co-authored-by: Peter Bukva <peter.bukva@gmail.com>
    MissingNO57 and pbukva authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e1bdf62 View commit details
    Browse the repository at this point in the history
  2. feat: New supply strategy (#5)

    ## Proposed Changes
    
    _[describe the changes here...]_
    
    ## Linked Issues
    
    _[if applicable, add links to issues resolved by this PR]_
    
    ## Types of changes
    
    _What type of change does this pull request make (put an `x` in the
    boxes that apply)?_
    
    - [ ] Bug fix (non-breaking change that fixes an issue).
    - [ ] New feature added (non-breaking change that adds functionality).
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to stop working as expected).
    - [ ] Documentation update.
    - [ ] Something else (e.g., tests, scripts, example, deployment,
    infrastructure).
    
    ## Checklist
    
    _Put an `x` in the boxes that apply:_
    
    - [ ] I have read the
    [CONTRIBUTING](https://github.com/fetchai/fetchd/blob/main/CONTRIBUTING.md)
    guide
    - [ ] Checks and tests pass locally
    
    ### If applicable
    
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have checked that code coverage does not decrease
    - [ ] I have added/updated the documentation
    
    ## Further comments
    
    _[if this is a relatively large or complex change, kick off a discussion
    by explaining why you chose the solution you did, what alternatives you
    considered, etc...]_
    
    ---------
    
    Co-authored-by: Peter Bukva <peter.bukva@gmail.com>
    MissingNO57 and pbukva authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5979047 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Cudos merge refactoring and fixes (#6)

    ## Proposed Changes
    
    _[describe the changes here...]_
    
    ## Linked Issues
    
    _[if applicable, add links to issues resolved by this PR]_
    
    ## Types of changes
    
    _What type of change does this pull request make (put an `x` in the
    boxes that apply)?_
    
    - [ ] Bug fix (non-breaking change that fixes an issue).
    - [ ] New feature added (non-breaking change that adds functionality).
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to stop working as expected).
    - [ ] Documentation update.
    - [ ] Something else (e.g., tests, scripts, example, deployment,
    infrastructure).
    
    ## Checklist
    
    _Put an `x` in the boxes that apply:_
    
    - [ ] I have read the
    [CONTRIBUTING](https://github.com/fetchai/fetchd/blob/main/CONTRIBUTING.md)
    guide
    - [ ] Checks and tests pass locally
    
    ### If applicable
    
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have checked that code coverage does not decrease
    - [ ] I have added/updated the documentation
    
    ## Further comments
    
    _[if this is a relatively large or complex change, kick off a discussion
    by explaining why you chose the solution you did, what alternatives you
    considered, etc...]_
    
    ---------
    
    Co-authored-by: Peter Bukva <peter.bukva@gmail.com>
    MissingNO57 and pbukva authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ccdf708 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Not delegated accounts support (#7)

    ## Proposed Changes
    
    _[describe the changes here...]_
    
    ## Linked Issues
    
    _[if applicable, add links to issues resolved by this PR]_
    
    ## Types of changes
    
    _What type of change does this pull request make (put an `x` in the
    boxes that apply)?_
    
    - [ ] Bug fix (non-breaking change that fixes an issue).
    - [ ] New feature added (non-breaking change that adds functionality).
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to stop working as expected).
    - [ ] Documentation update.
    - [ ] Something else (e.g., tests, scripts, example, deployment,
    infrastructure).
    
    ## Checklist
    
    _Put an `x` in the boxes that apply:_
    
    - [ ] I have read the
    [CONTRIBUTING](https://github.com/fetchai/fetchd/blob/main/CONTRIBUTING.md)
    guide
    - [ ] Checks and tests pass locally
    
    ### If applicable
    
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have checked that code coverage does not decrease
    - [ ] I have added/updated the documentation
    
    ## Further comments
    
    _[if this is a relatively large or complex change, kick off a discussion
    by explaining why you chose the solution you did, what alternatives you
    considered, etc...]_
    MissingNO57 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a215a20 View commit details
    Browse the repository at this point in the history
  2. Pointers rework (#8)

    ## Proposed Changes
    
    _[describe the changes here...]_
    
    ## Linked Issues
    
    _[if applicable, add links to issues resolved by this PR]_
    
    ## Types of changes
    
    _What type of change does this pull request make (put an `x` in the
    boxes that apply)?_
    
    - [ ] Bug fix (non-breaking change that fixes an issue).
    - [ ] New feature added (non-breaking change that adds functionality).
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to stop working as expected).
    - [ ] Documentation update.
    - [ ] Something else (e.g., tests, scripts, example, deployment,
    infrastructure).
    
    ## Checklist
    
    _Put an `x` in the boxes that apply:_
    
    - [ ] I have read the
    [CONTRIBUTING](https://github.com/fetchai/fetchd/blob/main/CONTRIBUTING.md)
    guide
    - [ ] Checks and tests pass locally
    
    ### If applicable
    
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have checked that code coverage does not decrease
    - [ ] I have added/updated the documentation
    
    ## Further comments
    
    _[if this is a relatively large or complex change, kick off a discussion
    by explaining why you chose the solution you did, what alternatives you
    considered, etc...]_
    MissingNO57 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    118b9c6 View commit details
    Browse the repository at this point in the history
  3. feat: Community pool balance destination address (#9)

    - Reworked delegations to support moving
    - Added move delegations command
    - Added move balance+delegations to config
    - Added option to move community pool balance to separate account
    
    ## Proposed Changes
    
    _[describe the changes here...]_
    
    ## Linked Issues
    
    _[if applicable, add links to issues resolved by this PR]_
    
    ## Types of changes
    
    _What type of change does this pull request make (put an `x` in the
    boxes that apply)?_
    
    - [ ] Bug fix (non-breaking change that fixes an issue).
    - [ ] New feature added (non-breaking change that adds functionality).
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to stop working as expected).
    - [ ] Documentation update.
    - [ ] Something else (e.g., tests, scripts, example, deployment,
    infrastructure).
    
    ## Checklist
    
    _Put an `x` in the boxes that apply:_
    
    - [ ] I have read the
    [CONTRIBUTING](https://github.com/fetchai/fetchd/blob/main/CONTRIBUTING.md)
    guide
    - [ ] Checks and tests pass locally
    
    ### If applicable
    
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have checked that code coverage does not decrease
    - [ ] I have added/updated the documentation
    
    ## Further comments
    
    _[if this is a relatively large or complex change, kick off a discussion
    by explaining why you chose the solution you did, what alternatives you
    considered, etc...]_
    MissingNO57 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a6bb099 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Refactoring (#10)

    ## Proposed Changes
    
    _[describe the changes here...]_
    
    ## Linked Issues
    
    _[if applicable, add links to issues resolved by this PR]_
    
    ## Types of changes
    
    _What type of change does this pull request make (put an `x` in the
    boxes that apply)?_
    
    - [ ] Bug fix (non-breaking change that fixes an issue).
    - [ ] New feature added (non-breaking change that adds functionality).
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to stop working as expected).
    - [ ] Documentation update.
    - [ ] Something else (e.g., tests, scripts, example, deployment,
    infrastructure).
    
    ## Checklist
    
    _Put an `x` in the boxes that apply:_
    
    - [ ] I have read the
    [CONTRIBUTING](https://github.com/fetchai/fetchd/blob/main/CONTRIBUTING.md)
    guide
    - [ ] Checks and tests pass locally
    
    ### If applicable
    
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have checked that code coverage does not decrease
    - [ ] I have added/updated the documentation
    
    ## Further comments
    
    _[if this is a relatively large or complex change, kick off a discussion
    by explaining why you chose the solution you did, what alternatives you
    considered, etc...]_
    
    ---------
    
    Co-authored-by: Peter Bukva <peter.bukva@gmail.com>
    MissingNO57 and pbukva authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9fb1f64 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9291bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4414430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdc685f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    64703cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b75271 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    8872709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c5f0fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c371060 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    d797049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05a6bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0be6e3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b752425 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 14, 2024

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

Commits on Oct 17, 2024

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

Commits on Oct 18, 2024

  1. fix: CUDOS delegations movement fix (#401)

    * fix
    
    * Better fix
    MissingNO57 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    38dd028 View commit details
    Browse the repository at this point in the history
  2. feat: CUDOS Extract address info cmd [1] (#397)

    * Changes
    
    * Info command
    
    * Refactor
    
    * Rewards withdrawal refactor
    
    * Removed unwanted changes
    
    * Removed unwanted comments and strings changes
    MissingNO57 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    28af5cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62fbfe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e10597 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afafb6c View commit details
    Browse the repository at this point in the history