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

[Feature] Add Opcode for list remove #140

Closed
chris-poli opened this issue Jan 9, 2018 · 5 comments
Closed

[Feature] Add Opcode for list remove #140

chris-poli opened this issue Jan 9, 2018 · 5 comments

Comments

@chris-poli
Copy link

Append is working! Remove would be a great addition to have 👍

@erikzhang
Copy link
Member

Can you port this to https://github.com/CityOfZion/neo-python ?

@localhuman localhuman changed the title No .remove method for lists in neo-python [Feature] Add Opcode for list remove Jan 9, 2018
@localhuman
Copy link
Contributor

I think the issue is that there is no VM Opcode to remove an item from a list.

@erikzhang
Copy link
Member

So, can you port this issue to https://github.com/neo-project/neo-vm?

@shargon
Copy link
Member

shargon commented Jan 11, 2018

It could be easy to add.
Pop index and length, then remove it.

@localhuman
Copy link
Contributor

Moved.

Thacryba pushed a commit to simplitech/neo that referenced this issue Feb 17, 2020
* 更新了一些过时的文档;修改了 "用 C# 编写智能合约" 的文档,为可能出现的一些“坑”添加了解决办法。

* 修改了 es-es/toc.yml 文件的一个导致编译失败的错误

* 添加对旧版客户端配置文件修改的说明

* 修改了测试网的图片

* 修改截图

* 将这两个非特定语言的图片放在全局图片目录中

* 修改图片

* 修改中文文档
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

4 participants