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

Implement bitwise numeric OR, AND, XOR, inversion, bit shifts #474

Closed
5 tasks
greenhat opened this issue Apr 21, 2019 · 1 comment
Closed
5 tasks

Implement bitwise numeric OR, AND, XOR, inversion, bit shifts #474

greenhat opened this issue Apr 21, 2019 · 1 comment
Labels
soft-fork Implementation requires soft-fork
Milestone

Comments

@greenhat
Copy link
Member

greenhat commented Apr 21, 2019

from #400

  • ~ (bitwise inversion);
  • | (bitwise OR for Numeric);
  • & (bitwise AND for Numeric);
  • ^ (bitwise XOR for Numeric);
  • <<, >>, >>> (bit shifts for Numeric);
@greenhat greenhat added this to the Mainnet milestone Apr 21, 2019
@gostkin gostkin self-assigned this Apr 24, 2019
@gostkin gostkin added the S-wip Status: Work in progress label Apr 30, 2019
@aslesarenko aslesarenko modified the milestones: Mainnet, After Mainnet May 7, 2019
@aslesarenko aslesarenko changed the title Implement costing for numeric OR, AND, XOR, bitwise inversion, bit shifts Implement bitwise numeric OR, AND, XOR, inversion, bit shifts May 7, 2019
@aslesarenko aslesarenko removed the S-wip Status: Work in progress label May 7, 2019
@aslesarenko aslesarenko added the soft-fork Implementation requires soft-fork label May 7, 2019
@kushti
Copy link
Member

kushti commented Jun 10, 2024

duplicate of #1006

@kushti kushti closed this as completed Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
soft-fork Implementation requires soft-fork
Projects
None yet
Development

No branches or pull requests

4 participants