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

epic: new protobufs, revive nibi-stargate-perp, and cleanup #100

Merged
merged 22 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6423776
feat(scripts-proto-clean): handlers for nibiru proto cleaning + more …
Unique-Divine Nov 23, 2023
46392f9
chore(deps): update Cargo.lock
Unique-Divine Nov 23, 2023
7bea627
feat(nibiru-std): new protobuf types
Unique-Divine Nov 24, 2023
2da837a
chore(deps-nibi-stargate): update deps to workspace
Unique-Divine Nov 24, 2023
f8877c7
chore(nibiru-std): rm bindings
Unique-Divine Nov 25, 2023
2e7da9e
feat(nibiru-std): add prost::Name impls for new protobuf types
Unique-Divine Nov 25, 2023
8eaab35
feat(nibi-stargate-perp): revive perp bindings contract using CosmosM…
Unique-Divine Nov 25, 2023
582d315
refactor(nusd-valuator): run tidy
Unique-Divine Nov 25, 2023
82f374d
fix(core-shifter): use new types + clean up tests
Unique-Divine Nov 25, 2023
833e15b
fix(core-controller): use new types + clean up tests [deprecated temp]
Unique-Divine Nov 25, 2023
c060517
feat(core-shifter): use cw-ownable, set_contract_version, better peri…
Unique-Divine Dec 3, 2023
0039bf4
refactor(core-shifter)!: make CanExecute logic more concise + tests
Unique-Divine Dec 3, 2023
5845195
refactor(contracts): mv core-controller to packages to prevent contra…
Unique-Divine Dec 4, 2023
2d6f37e
refactor(core-shifter): make tests more concise and easy to follow
Unique-Divine Dec 4, 2023
2b1907f
chore(artifacts): build all contracts
Unique-Divine Dec 4, 2023
975348b
chore(nibiru-std): impl NibiruStargateMsg and NibiruStargateQuery: co…
Unique-Divine Dec 4, 2023
388301f
chore(nibiru-std): impl NibiruStargateMsg and NibiruStargateQuery: co…
Unique-Divine Dec 4, 2023
8973775
feat(nibiru-std-proto): add pub mod definitions for many modules
Unique-Divine Dec 4, 2023
82211f9
feat(nibiru-std): trait impls for https://github.com/NibiruChain/nibi…
Unique-Divine Dec 4, 2023
195ec38
refactor: remove unnecessary imports of nibiru-macro
Unique-Divine Dec 4, 2023
60531ab
fix(nibiru-std): fix build by deleting prost::OneOf type in cosmos.st…
Unique-Divine Dec 4, 2023
535007e
ci: add codecov.yml
Unique-Divine Dec 4, 2023
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
20 changes: 20 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ref: https://docs.codecov.com/docs/codecovyml-reference

coverage:
range: 40..92
round: down
precision: 2
# status: See https://docs.codecov.com/docs/commit-status
status:
project:
default:
target: auto
threshold: 1% # Allow coverage to drop by X%, posting a success status.
# removed_code_behavior: Takes values [off, removals_only, adjust_base]
removed_code_behavior: adjust_base

# See https://docs.codecov.com/docs/pull-request-comments
comment:
layout: "files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
Loading