Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
745669c
migrate fn.
PFC-developer Jun 15, 2022
a957ab6
fix config query
PFC-developer Jun 15, 2022
6288ce1
fixed types, to specify token
PFC-developer Jun 15, 2022
c3db595
fix: emergency method to remove a validator with an invalid address. …
PFC-developer Jun 27, 2022
9ae505b
Merge remote-tracking branch 'origin/chore_upgrade_1.0' into multichain
PFC-developer Jun 27, 2022
50ba427
fix: emergency method to remove a validator with an invalid address. …
PFC-developer Jun 27, 2022
0f61d10
admin fn: allow admin to withdraw luna for user
PFC-developer Jun 29, 2022
d7c5ac8
admin fn: allow admin to withdraw luna for user
PFC-developer Jun 29, 2022
a060f76
admin fn: allow admin to withdraw luna for user
PFC-developer Jun 29, 2022
cfe4dbc
fix: batches should be reconciled regardless if the amounts need to b…
PFC-developer Jun 29, 2022
632623e
chore: add contracts to README
PFC-developer Jun 29, 2022
594326d
fix: batches should be marked as reconciled regardless if they need t…
PFC-developer Jun 29, 2022
d929730
feat: withdraw_unbonded_admin - allow admin to perform withdraw on be…
PFC-developer Jun 29, 2022
985cacf
bug: forgot to migrate 'batch' table. so revert to 'uluna' until migr…
PFC-developer Aug 5, 2022
15c5b1e
feat: Batch now has 'amount' not uluna. rebalance takes a minimum amount
PFC-developer Aug 12, 2022
bce7439
Merge remote-tracking branch 'origin/multichain'
PFC-developer Aug 12, 2022
2c689e5
merge multichain into main.
PFC-developer Aug 12, 2022
9fac919
ignore notes dir
PFC-developer Aug 23, 2022
54403ba
fix: change error message to say 'no rewards' explictly.
PFC-developer Aug 26, 2022
a3066ba
feat: 2.1.8. change method of determining how much staking rewards we…
PFC-developer Aug 28, 2022
ed3546c
feat: 2.1.9. add ability to send fees to a smart contract (fee_split …
PFC-developer Oct 20, 2022
2d52229
fix: 2.1.10. actually send fees to fee_split
PFC-developer Oct 20, 2022
40918cc
Merge pull request #2 from PFC-developer/feat_sp_native
PFC-developer Oct 20, 2022
ec79289
feat: 2.1.11 - pass in marketing info and cw20 token label
PFC-developer Oct 21, 2022
426f7e8
feat: 2.1.12 - rename cargo package to pfc-steak... to avoid collisio…
PFC-developer Nov 21, 2022
6227b50
fix: 2.1.14 - mint doesn't send a message on minting. so switch to mi…
PFC-developer Dec 7, 2022
6fd2437
revert: 2.1.14 - mint doesn't send a message on minting. so switch to…
PFC-developer Dec 7, 2022
e899f80
fix: 2.1.14 - mint will now send (or transfer) tokens
PFC-developer Dec 7, 2022
ddb9744
fix: 2.1.15 - delegations should display ALL validators, not just whi…
PFC-developer Jan 14, 2023
ff2619e
add stars testnet init
PFC-developer Jan 15, 2023
bcfb2e6
fix: 2.1.16 -fix mint/unmint calculations where paused validators hav…
PFC-developer Jan 20, 2023
34860bd
fix: 2.1.17 - underflow issues, thank-you to @eris/ampLuna for the no…
PFC-developer Feb 4, 2023
a82edf4
fix: 2.1.17a - correct saturating sub line.
PFC-developer Feb 24, 2023
6c73082
feat: tf
PFC-developer Feb 24, 2023
6475c20
feat: tf
PFC-developer Feb 24, 2023
74ebc6f
feat: re-enable reply function for dust-collector
PFC-developer Feb 24, 2023
3749422
feat: kuji version works
PFC-developer Feb 26, 2023
857e98b
fix: add exec_msg to main hub
PFC-developer Mar 3, 2023
f791e1e
chore: more init messages
PFC-developer Mar 10, 2023
841d3f5
feat: INJ/v3.0.3
PFC-developer Mar 22, 2023
e57a3ea
Merge pull request #3 from PFC-developer/tf-2023-02-21
PFC-developer Mar 22, 2023
30ef7f0
prep for 3.0.3
PFC-developer Apr 5, 2023
6fbc9f9
build 3.0.3
PFC-developer Apr 5, 2023
0da0b08
feat: v3.0.4 - special message to TRANSFER instead of SEND
PFC-developer May 10, 2023
ccc6ffc
feat: v3.0.4 - special message to TRANSFER instead of SEND
PFC-developer May 10, 2023
2d3fdd9
feat: v3.0.5 - change bond message to Binary, not String
PFC-developer May 12, 2023
f0cc13b
feat: v3.0.6 - still playing with messages
PFC-developer May 12, 2023
8b0d486
feat: v3.0.6 - still playing with messages
PFC-developer May 12, 2023
c6d5131
feat: v3.0.6 - messages hardcoded.
PFC-developer May 12, 2023
4258187
add admin-only redelegate
PFC-developer Jun 1, 2023
16784d5
feat: v3.0.8 - bond_ex - mint directly to receiver instead of SEND/TR…
PFC-developer Jul 30, 2023
8741097
feat: v3.0.8 - bond_ex - mint directly to receiver instead of SEND/TR…
PFC-developer Jul 30, 2023
9aed59c
feat: v3.0.8 - bond_ex - mint directly to receiver instead of SEND/TR…
PFC-developer Jul 30, 2023
77fb0c8
add admin redelegate function
PFC-developer Oct 6, 2023
c82d488
chore: fix clippy. switch to package for dust-collector
PFC-developer Oct 27, 2023
d1b8240
feat: dust-collection functional/tested
PFC-developer Oct 28, 2023
f5aeb53
feat: add osmosis tokenfactory support
PFC-developer Feb 2, 2024
1c5a56d
feat: v3.0.12 - new function - change TF type
PFC-developer Feb 23, 2024
150e0ed
remove ibc
PFC-developer Feb 23, 2024
b71a662
fix: v3.0.11 - hub - don't burn 0 tokens
PFC-developer Mar 6, 2024
13bd187
chore: use rustfmt.
PFC-developer Mar 6, 2024
de10dd9
chore: minor tweaks to cosmwasm-std 1.5.x
PFC-developer Mar 26, 2024
e659683
security: upgrade to cosmwasm-std 1.5.4
PFC-developer Apr 24, 2024
3cec058
feat: add .github actions
PFC-developer Apr 24, 2024
a0d9e47
chore: fmt
PFC-developer Apr 24, 2024
432c0b2
chore: clippy on tests
PFC-developer Apr 24, 2024
def0b49
3.0.16: add feature to change base denom.
PFC-developer May 5, 2024
a0a6626
chore: clippy + fmt
PFC-developer May 5, 2024
da6a11c
chore: fmt
PFC-developer May 5, 2024
99ba5ee
fix: don't try to burn 0 TF tokens
PFC-developer May 9, 2024
1b71a52
fix: don't try to burn 0 TF tokens. update lock
PFC-developer May 9, 2024
84eba8e
feat: add changelog
PFC-developer May 9, 2024
3333f28
chore: add inj init
PFC-developer May 18, 2024
959a1a4
fix: UnbondRequestsIndexes.user index had wrong PK defined.
PFC-developer Jul 15, 2024
abb5487
fix: UnbondRequestsIndexes.user index had wrong PK defined.
PFC-developer Jul 15, 2024
f40186f
fix: UnbondRequestsIndexes.user index had wrong PK defined.
PFC-developer Jul 15, 2024
4cd9f35
fix: previous_batches.reconciled index had wrong PK defined.
PFC-developer Aug 7, 2024
b005765
fix: clippy warnings about docs
PFC-developer Aug 7, 2024
be754e0
fix: fix workspace members
PFC-developer Aug 7, 2024
2adf4a2
Merge pull request #4 from PFC-developer/fix/2024-08-07-previous-batches
PFC-developer Aug 7, 2024
05444ea
chore: versions, clippy, new format. remove backtrace feature
PFC-developer Oct 14, 2024
376a7fc
fix: use ALL delegations, instead of inactive ones
PFC-developer Oct 14, 2024
bf4d96d
Merge pull request #5 from PFC-developer/fix/counting-2024-10-14
PFC-developer Oct 14, 2024
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
File renamed without changes.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 👀 What is Changed?

*

## 📣 API Changes

*

## 📝 Notes

*

## ☑️ Checklist
- [ ] The code compiles successfully
- [ ] I've run `cargo clippy` to lint and check code style
- [ ] I've written the test code and runs successfully
- [ ] I've updated API docs and noticed to the co-workers for updates
37 changes: 37 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Release Artifacts

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5

jobs:
release-artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Generate Cargo.lock
run: |
cargo build --workspace
cargo fetch --verbose
- name: Build Artifacts
run: |
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.15.1
tar -zcvf cosmwasm-artifacts.tar.gz artifacts
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: cosmwasm-artifacts.tar.gz
body_path: CHANGELOG.md
61 changes: 61 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Formatting Check & Test

on:
pull_request:
push:
branches:
- main
- develop
- "release/*"

jobs:
clippy:
name: Actions - clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
profile: minimal
override: true
- run: cargo fetch --verbose
- run: cargo clippy --all --all-targets -- -D warnings

rustfmt:
name: Actions - rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt
profile: minimal
override: true
- run: cargo +nightly fmt -- --check

unit-test:
name: Actions - unit test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- run: cargo fetch --verbose
- run: cargo build
- run: cargo test --verbose --all
env:
RUST_BACKTRACE: 1
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ scripts/data/
scripts/keys/

# Misc notes
notes.txt
/notes*.txt
/notes
/prepared-tx.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# changelog

## 3.0.17
* started changelog
Loading