Skip to content

Commit

Permalink
Merge PR #2: Initialize Sommelier Chain, Add Oracle Module
Browse files Browse the repository at this point in the history
* WIP stargate migration, proto files compiling

* Fixed import errors in types, onto compilation errors

* WIP oracle migration

* Passing types tests

* go test ./x/oracle/keeper/... compiles and doesn't panic

* Passing keeper tests

* Simulation module compiliing

* Simulation tests passing

* GRPC query implementation, querier cleanup and test cleanup

* WIP CLI migration

* Client compiling and pssing tests, on to the handler

* Handler tests compiling, still debugging test panics

* proto file cleanup

* Fix test initialization issues

* WIP handler tests

* Passing module tests 🎉

* Running app ready for testing

* WIP GRPC msg_server impl

* Migrate handler to msgServer

* remove unnecessary annotations

* Remove unneeded file, audit the rest, update README.md
  • Loading branch information
jackzampolin authored Dec 9, 2020
1 parent d18c0e1 commit d407a78
Show file tree
Hide file tree
Showing 133 changed files with 22,093 additions and 10,190 deletions.
289 changes: 0 additions & 289 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# Primary repo maintainers
* @jackzampolin @zmanin
* @jackzampolin @zmanin @kkennis
24 changes: 6 additions & 18 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,17 @@ about: Create a report to help us squash bugs!

---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v Thanks for opening an issue!
v Before smashing the submit button please review the template.
v Please also ensure that this is not a duplicate issue :)
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
<!--
Thanks for opening an issue!
Before you do, please look at the existing
issues to ensure your's isn't a duplicate
-->

## Summary of Bug

<!-- Concisely describe the issue -->

## Version

<!-- git commit hash, output of `sommelier version` -->

## Steps to Reproduce

## Reproduction Steps
<!-- What commands in order should someone run to reproduce your problem -->

____

#### For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
32 changes: 8 additions & 24 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,17 @@ about: Create a proposal to request a feature

---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out proposals may be rejected
v without deliberation
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Summary

<!-- Short, concise description of the proposed feature -->
<!--
☺ Thanks for opening an issue! ☺
Before you do, please look at the existing
requests to ensure your's isn't a duplicate
-->

## Problem Definition
<!-- Why do we need this feature? -->

<!-- Why do we need this feature?
What problems may be addressed by introducing this feature?
What benefits does sommelier stand to gain by including this feature?
Are there any disadvantages of including this feature? -->
## Summary
<!-- Short, concise description of the proposed feature -->

## Proposal

<!-- Detailed description of requirements of implementation -->

____

#### For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
Loading

0 comments on commit d407a78

Please sign in to comment.