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: polynetwork/Zion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: polynetwork/Zion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: storage
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 140 files changed
  • 5 contributors

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    d1e507f View commit details
    Browse the repository at this point in the history
  2. update network id (#62)

    * use statedb for epoch checking
    
    * set devnet id to be 2
    
    * testnet should be 2
    dylenfu authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    bdb6708 View commit details
    Browse the repository at this point in the history
  3. delete neo3 and ont for now (#64)

    * use statedb for epoch checking
    
    * delete ineffective
    dylenfu authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    ad56163 View commit details
    Browse the repository at this point in the history
  4. update chain id (#65)

    dylenfu authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1422e26 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. duplicate signer check may cause voter halt (#66)

    Co-authored-by: zhang menghang <zhangmenghang@zhangs-MacBook-Pro.local>
    siovanus and zhang menghang authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5d154ab View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. add ont chain (#67)

    * add ont chain
    
    * fix notify name
    
    Co-authored-by: zhang menghang <zhangmenghang@zhangs-MacBook-Pro.local>
    siovanus and zhang menghang authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ad12e36 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. consensus update (#69)

    * update chain id
    
    * add proof key test
    
    * add proof key test
    
    * update block period and request timeout
    
    * consensus update
    
    * consensus update
    
    * update log
    
    * update config
    
    * delete useless feed
    
    * delete useless log
    
    * add member list before epoch change
    
    * delete todo
    
    * delete useless log
    dylenfu authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    9ce5f61 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. fix: use LatestBlockNumber as default state for estimateGas (#72)

    * heco sync header:use common key
    
    * estimate use latestBlockNr as default state
    
    * temp
    dylenfu authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    2452c57 View commit details
    Browse the repository at this point in the history
  2. rm useless (#73)

    zhiqiangxu authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    cc444c5 View commit details
    Browse the repository at this point in the history
  3. enhance verify (#71)

    zhiqiangxu authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3f91812 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. remove zion side chain content (#75)

    * delete useless side chain code
    
    * update miner gas floor and gas ceil
    
    * fix: allow faulty commit seal
    dylenfu authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d698628 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. update epoch info field (#77)

    * update epoch info field
    
    * fix: notifyEpochSwitchInfo, type of blockHeight is uint64
    dylenfu authored May 6, 2022
    Configuration menu
    Copy the full SHA
    c8c718b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. WIP: economic implement (#79)

    * use fixed contract address
    
    * implement economic rewarding
    
    * finalize with err
    
    * set genesis supply
    
    * rename file
    
    * add abi unit test
    dylenfu authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    546468f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. add signature manager (#81)

    * add signature manager
    
    * use rlp
    
    * fix
    
    * opt
    
    Co-authored-by: 徐志强 <xuzhiqiang@xuzhiqiangdeMacBook-Pro.local>
    zhiqiangxu and 徐志强 authored Jun 9, 2022
    2 Configuration menu
    Copy the full SHA
    b3f93e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. fix typo (#82)

    Co-authored-by: 徐志强 <xuzhiqiang@xuzhiqiangdeMacBook-Pro.local>
    zhiqiangxu and 徐志强 authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    6e3d53d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. p2p direct connect for consensus validators (#83)

    * update gas limit params
    
    * update test genesis block
    
    * update protocol
    
    * delete useless common files
    
    * add consensus event
    
    * implement timer for staticNodes broadcast
    
    * add stop signal
    
    * add some comment
    
    * format files
    
    * delete useless comment
    
    * import file
    
    * fix: broadcaster channel
    
    * update start
    
    * update commeen t
    dylenfu authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    81f5681 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. fix contract confilct (#85)

    siovanus authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    75e55aa View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. fix zil bug (#87)

    siovanus authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    44c10bd View commit details
    Browse the repository at this point in the history
Loading