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

possible breaking change in vvm/interpreter/memory #11

Open
marlonhanks opened this issue Mar 2, 2021 · 0 comments
Open

possible breaking change in vvm/interpreter/memory #11

marlonhanks opened this issue Mar 2, 2021 · 0 comments

Comments

@marlonhanks
Copy link
Contributor

Before filing a new issue, please provide the following information.

If you think that your issue is an exploitable security vulnerability, please mail your bugreport to security@tetcoin.org instead; your submission might be eligible for our Bug Bounty.
You can find mode info on the reporting process in SECURITY.md

  • Tetsy Vapory version: 0.0.0
  • Operating system: Windows / MacOS / Linux
  • Installation: homebrew / one-line installer / built from source
  • Fully synchronized: no / yes
  • Network: vapory / ropsten / goerli / ...
  • Restarted: no / yes

Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.

line 36 changed from:

fn write_slice(&mut self, offset: U256, &[u8]);

TO

fn write_slice(&mut self, offset: U256, slice: &[u8]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant