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: ipfs/protons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: protons-v7.0.1
Choose a base ref
...
head repository: ipfs/protons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: protons-v7.0.2
Choose a head ref
  • 2 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 8, 2023

  1. fix: remove writing default values (#88)

    With correct singular/optional handling it's not necessary to write
    default values.
    
    This was previously implemented to write default values for repeated
    message fields where all fields were singular but those messages are
    written as zero-length buffers and their fields are set to the
    default value during decoding so there's no reason to have their
    values in the buffer.
    achingbrain authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    078c62f View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.0.2 [skip ci]

    ## [protons-v7.0.2](protons-v7.0.1...protons-v7.0.2) (2023-02-08)
    
    ### Bug Fixes
    
    * remove writing default values ([#88](#88)) ([078c62f](078c62f))
    semantic-release-bot committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c7b136e View commit details
    Browse the repository at this point in the history
Loading