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: starcoinorg/starcoin
base: v1.13.8-alpha.3
Choose a base ref
...
head repository: starcoinorg/starcoin
compare: v1.13.8-beta
Choose a head ref
  • 2 commits
  • 116 files changed
  • 4 contributors

Commits on Nov 20, 2023

  1. fix jh_hash function optimize bug in gcc11.4 (#3978)

    * remove cryptonight cpp compiler flag Ofast
    
    * add block header nonce unit test
    
    * add block header nonce unit test
    
    * set opt-level=2 for cryptonight-rs package
    
    * fmt code
    
    * ubuntu 22 cryptonight use O2
    
    * add hash_extra_jh_r rust function and unit test
    
    * remove Ofast
    
    * fix jh_hash function optimize bug in gcc11.4
    
    * remove unused code
    
    * fix jh_hash optimize bug
    
    * fix ffi code
    
    * fix typo
    
    * add barnard block5061847 ubuntu20
    
    * add barnard block5061847 ubuntu20 test
    
    * dev_setup: Update sccache version
    
    ---------
    
    Co-authored-by: simonjiao <simonjiaoh@gmail.com>
    Co-authored-by: sanlee42 <hit.cs.lijun@gmail.com>
    3 people committed Nov 20, 2023
    Copy the full SHA
    35c9a40 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Copy the full SHA
    2d820da View commit details
    Browse the repository at this point in the history