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

add json marshal and unmarshal api for neovm contractt #984

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2019

  1. add block height check when run transaction (ontio#916)

    * add block height check when run transaction
    
    * finetune the config height
    
    * update blockheight, estimate by ((two weeks block) * 2 + current blockheight)
    
    * make pickitem support both big.int and bytearray. ensure big.int do not expose to user
    
    * update opcode hight constant to future block
    carltraveler authored and laizy committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    d3b0e46 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    d0c7c63 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    e824576 View commit details
    Browse the repository at this point in the history
  2. fix json unmarshal bug

    JasonZhouPW committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    9d0411d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. fix the unit test failed

    JasonZhouPW committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c0546cf View commit details
    Browse the repository at this point in the history