Skip to content

Instantly share code, notes, and snippets.

@hal0x2328
Last active October 17, 2017 02:18
Show Gist options
  • Save hal0x2328/df7519e4c340f5d375886ac3b88e634c to your computer and use it in GitHub Desktop.
Save hal0x2328/df7519e4c340f5d375886ac3b88e634c to your computer and use it in GitHub Desktop.
hal0x2328 contributions Oct 1 to Oct 17, 2017

Fix for wallet corruption issue in neo-python when creating new wallet

CityOfZion/neo-python#31

Found and reported critical bug in neo compiler (neon) impacting address offset calculations

https://github.com/neo-project/neo-compiler/pull/46 (fix implemented in PR 47)

Found and reported bug in neo compiler (neon) impacting Block_GetTransaction and Account_GetBalance

neo-project/neo#83 (fix implemented in neo-compiler PR 49)

Added THROW and THROWIFNOT opcodes to neo-python VM engine

CityOfZion/neo-python#24

Fix for bytearray slice end calculation for SUBSTR opcode

CityOfZion/neo-python#21

Fix for reverse order an array object if found inside of params in neo-python

CityOfZion/neo-python#20

Fix for array length and PACK positioning in invocation preamble in neo-python

CityOfZion/neo-python#18

Submitted PR to fix GAS balance reporting in neo-admin-portal

CityOfZion/neo-admin-portal#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment