Skip to content

Commit

Permalink
fix: added fee calculation , benchmarking, test cases, migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Aug 31, 2023
1 parent b217ece commit 2c37913
Show file tree
Hide file tree
Showing 35 changed files with 2,948 additions and 1,802 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Roadmap
about: Add a new item to the roadmap
title: ''
labels: 'roadmap'
assignees: ''

---

# Abstract

[ADD HERE]

A 2-3 sentence description of the proposal.

# Motivation

[ADD HERE]

Provide a motivation for including this proposal.

# Specification

[ADD HERE]

Provide a high-level, functional specification. The specification should be focussed on what the proposal is trying to achieve.

## [OPTIONAL]Extensions

[OPTIONAL][ADD HERE]

### [OPTIONAL][TITLE]

[OPTIONAL][ADD HERE]

# Reference Implementation

[OPTIONAL][ADD HERE]

Provide a reference implementation, proof of concept, or basic pseudo-code for a better grounds to discuss the suggested implementation. The reference implementation focusses on the how.

# Security Considerations

[ADD HERE]

Provide reasoning around security implications:

- The proposal itself
- The propsals implications to the existing system
103 changes: 0 additions & 103 deletions .github/workflows/benchmark.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ jobs:
with:
project-url: https://github.com/orgs/interlay/projects/3
github-token: ${{ secrets.PROJECTS }}
label: roadmap
label-operator: NOT
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/interlay/projects/4
github-token: ${{ secrets.PROJECTS }}
label: roadmap
label-operator: OR
Loading

0 comments on commit 2c37913

Please sign in to comment.