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

movement branch #115

Open
wants to merge 451 commits into
base: main
Choose a base branch
from
Open

movement branch #115

wants to merge 451 commits into from

Conversation

0xmovses
Copy link
Collaborator

Description

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Performance improvement
  • Refactoring
  • Dependency update
  • Documentation update
  • Tests

Which Components or Systems Does This Change Impact?

  • Validator Node
  • Full Node (API, Indexer, etc.)
  • Move/Aptos Virtual Machine
  • Aptos Framework
  • Aptos CLI/SDK
  • Developer Infrastructure
  • Other (specify)

How Has This Been Tested?

Key Areas to Review

Checklist

  • I have read and followed the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I identified and added all stakeholders and component owners affected by this change as reviewers
  • I tested both happy and unhappy path of the functionality
  • I have made corresponding changes to the documentation

andyjsbell and others added 30 commits August 27, 2024 17:30
Replaced with instruction during choose network prompt.
Fix: Recommend --skip-faucet flag on movement init with testnet and link to faucet after creating profile
We were returning `            return Err(
                "For testnet, start over and run movement init --skip-faucet");`

which compiled locally for me, but I noticed it caused CI to fail [this job](movementlabsxyz/movement#506) with error

```
   Compiling aptos-node v0.0.0-main (/home/runner/actions-runner/_work/movement/movement/aptos-core/aptos-node)
error[E0308]: mismatched types
   --> crates/aptos/src/common/init.rs:130:24
    |
130 |             return Err("For testnet, start over and run movement init --skip-faucet");
    |                    --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `CliError`, found `&str`
    |                    |
    |                    arguments to this enum variant are incorrect
    |
help: the type constructed contains `&'static str` due to the type of the argument passed
   --> crates/aptos/src/common/init.rs:130:20
    |
130 |             return Err("For testnet, start over and run movement init --skip-faucet");
    |                    ^^^^-------------------------------------------------------------^
    |                        |
    |                        this argument influences the type of `Err`
```

It looks like we need to specify the arg type, hence this fix.
…t-fix

Fix error return format in init.rs
When removing entries from the registry,
defer drop to after the lock is released.
…grpc_convertion

remove panic in write_set_change grpc convertion
…cy-in-state-key-registry

Break lock reentrancy in StateKey registry
0xmovses and others added 30 commits January 28, 2025 13:23
…ease-builder

Movement Labs Release Builder
fix: use direct set gas schedule on testnet.
A temporary fix to get movement CLI to compile,
until diesel-rs/diesel#4477 is fixed.
…imal

Downgrade bigdecimal dependency to 0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants