-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sc-platform): Remove stake subsidy fund (#1186)
* feat(iota-framework): updating SystemEpochInfoEvent with new fields, renamed leftover_storage_fund_inflow to burnt_leftover_amount * feat(iota-indexer): updating indexer epoch info types with new fields, renamed leftover_storage_fund_inflow to burnt_leftover_amount Updating migration db scripts * fix migration script * feat(iota-indexer/migrations): revert epochs script changes, add new, separate migration to alter epochs table * feat: Remove `stake_subsidy_amount` from epochs table * feat: Remove stake subsidy fund * fix: Calculate APY API * fix: Remove stake subsidy fields from e2e tests * fix: Remove stake subsidy fields in all e2e tests * refactor: Rename stake subsidy test * fix: Correct comment about subsidy fund * feat: Regenerate framework snapshot * feat: Remove subsidy fields from graphql schema * fix: Update test snapshots with removed subsidy fund * fix: Remove unused insta snapshots * feat: Remove subsidy fields from graphql query * feat: Update graphql rpc `examples.md` * fix(iota-indexer, iota-types): cargo fmt * feat: Update iota system docs again * feat(iota-framework-snapshot): Update snapshot * feat(iota-framework-snapshot): Update snapshot * feat(iota-json-rpc): Remove subsidy fields * fix(iota-config): Update test data after serde_yaml update * fix(iota-swarm-config): Update test snapshots --------- Co-authored-by: Dkwcs <[email protected]> Co-authored-by: Mirko Zichichi <[email protected]>
- Loading branch information
1 parent
351ce4a
commit 9196ddd
Showing
51 changed files
with
40 additions
and
1,439 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
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
Binary file modified
BIN
-1.29 KB
(97%)
...ot/bytecode_snapshot/1/0x0000000000000000000000000000000000000000000000000000000000000003
Binary file not shown.
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.