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

Reduce the fee to a maximum of 20 GAS #1459

Closed
shargon opened this issue Mar 2, 2020 · 6 comments
Closed

Reduce the fee to a maximum of 20 GAS #1459

shargon opened this issue Mar 2, 2020 · 6 comments
Labels
Question Used in questions

Comments

@shargon
Copy link
Member

shargon commented Mar 2, 2020

As we commented here #1430 (comment)

If we reduce the Max fee to 20 of GAS, we can use integer instead of long.

Taking into account:

  • We can save 8 bytes in all transactions, 4 if we decide to join the fees.
  • If we have plans to increate the decimals in the future, we should increase to long again

What do you think?

Draft: #1460

@shargon shargon added the Question Used in questions label Mar 2, 2020
@vncoelho
Copy link
Member

vncoelho commented Mar 2, 2020

I agree with both.

@erikzhang
Copy link
Member

I agree to reduce the max fee to 20 of GAS and use int instead of long.

@Tommo-L
Copy link
Contributor

Tommo-L commented Mar 3, 2020

Agree.

4 if we decide to join the fees.

I think we can wait until the economic model is decided.

@shargon
Copy link
Member Author

shargon commented Sep 4, 2020

@Tommo-L do you think that it's a good change after study the cost of Defi?

@erikzhang
Copy link
Member

I think it's good because the price of each opcode is much lower in neo3 then neo2.

1 similar comment
@erikzhang
Copy link
Member

I think it's good because the price of each opcode is much lower in neo3 then neo2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Used in questions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants