-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chain] Charge Write Fee on Allocate + Remove Cold/Warm (#608)
* outline some changes for cold fee charging * add failing test * add warm modifications test * add more TODOs * add more TODOs * use storageWrite and storageAllocate * remove cold/warm from dependencies * update tstate * tstate passes tests * test key suffix logic * cleaning up chunk handling * explore rollback -> ops likely broken * working on cleanup * passing all tests * remove unnecessary functions * add complex test * add failing tests * progress * fixing tests * tests passing * don't emit an op for a useless insert * work on renaming in chain/transaction * resolve errors in chain/transaction * chain package compiles * everything compiles * update comment for change * use allocate, not allocations * integration passing * tokenvm integration works * remove junk file * update frontend + cli * fix readme * reach 100% coverage on tstate
- Loading branch information
1 parent
bcee36d
commit 77b2026
Showing
29 changed files
with
777 additions
and
609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.