Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MystenLabs/sui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dbc0db45eae3d9676b48cb9b562c5ddb7efba6fe
Choose a base ref
...
head repository: MystenLabs/sui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c58c5a4f416025e1c8989003e1bbfb805976bbf
Choose a head ref
  • 2 commits
  • 85 files changed
  • 2 contributors

Commits on Sep 11, 2024

  1. [move] Enable serialization of source maps into json (#18727)

    ## Description 
    
    Pretty simple -- allows serialization and deserialization of Move source
    maps into a json format. This is to make it more amenable to being
    utilized by tools written in languages that don't have access to BCS
    (e.g., for use alongside tracing).
    
    ### PR Stack:
    1. #18727 **<<<<< You are here**
    2. #18729 
    3. #18730 
    
    ## Test plan 
    
    CI
    
    ---
    
    ## Release notes
    
    Check each box that your changes affect. If none of the boxes relate to
    your changes, release notes aren't required.
    
    For each box you select, include information after the relevant heading
    that describes the impact of your changes that a user might notice and
    any actions they must take to implement updates.
    
    - [ ] Protocol: 
    - [ ] Nodes (Validators and Full nodes): 
    - [ ] Indexer: 
    - [ ] JSON-RPC: 
    - [ ] GraphQL: 
    - [ ] CLI: 
    - [ ] Rust SDK:
    - [ ] REST API:
    tzakian authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    65e9b4a View commit details
    Browse the repository at this point in the history
  2. Version Packages

    github-actions[bot] committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3c58c5a View commit details
    Browse the repository at this point in the history
Loading