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

Activate CIP20 #5

Merged
merged 4 commits into from
May 12, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Having a CIP listed here doesn't guarantee it is an accepted standard until its
| [17](cip-0017.md "wikilink") | Enhancement | Differential UT Propagation in push & pull | @Brabantian | Standard | Active |
| [18](cip-0018.md "wikilink") | Applications | Cross-Platform Wallet UI | @blankey1337, @ohager | Standard | Active |
| [19](cip-0019.md "wikilink") | Enhancement | Multi-Out: View Incoming Transactions | @harry1453 | Standard | Active |
| [20](cip-0020.md "wikilink") | Enhancement (Hard Fork) | Updated AT fees | @frank_the_tank, @jjos, @burstjack | Standard | Draft |
| [20](cip-0020.md "wikilink") | Enhancement (Hard Fork) | Updated AT fees | @frank_the_tank, @jjos, @burstjack | Standard | Active |

<!-- IMPORTANT! See the instructions at the top of this page, do NOT JUST add CIPs here! -->
11 changes: 7 additions & 4 deletions cip-0020.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
CIP: 20
Title: Updated AT fees
Author: frank_the_tank, jjos, burstjack
Comments-Summary: No comments yet.
Comments-URI:
Status: Draft
Comments-URI: https://github.com/burst-apps-team/CIPs/pull/5
Status: Active
Type: Enhancement (Hard Fork)
Created: 2019-04-07

Expand All @@ -22,7 +21,7 @@ The parameters for the AT fee structure are handled in the `AT_Constants.java` f

| Constant | AT version 1 | AT version 2|
|----------|-------------|-------------|
| `STEP_FEE` | `10.1 BURST` | `FEE_QUANT/10 BURST` |
| `STEP_FEE` | `1 BURST` | `FEE_QUANT/10 BURST` |
harryjph marked this conversation as resolved.
Show resolved Hide resolved
| `MAX_STEPS` | `2000` | `100000` |
| `COST_PER_PAGE`| `1 BURST` | `FEE_QUANT*10 BURST` |

Expand Down Expand Up @@ -62,6 +61,10 @@ Unlike other blockchains, BURST does not have its own colored coin for running A

The change will require a hard-fork. Any ATs created before the fork will be subject to the previous set of fees and will operate without any change. Only ATs created after the fork will run under the new fees.

## Additional notes

Upon activation, this CIP will be implemented in BRS and the changes to fee structure will take effect during the next hard fork.

harryjph marked this conversation as resolved.
Show resolved Hide resolved
## References

* [BRS version example with new setup](https://github.com/jjos2372/burstcoin/commit/53ba6c6dea775371c017256529e16289e808257b)
Expand Down
Binary file modified cip-0020/AT-cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.