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

Remove collect coins testnet #1681

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
024f596
feat: comment out everything collect_coins related, tests are wip
beqaabu Jul 29, 2024
3edf191
feat: making tests compile
beqaabu Jul 30, 2024
3df7037
chore: fmt
beqaabu Jul 30, 2024
9adcb15
chore: cleanup, check, clippy, fmt, fix tests and benchmarking
beqaabu Aug 2, 2024
8c57b33
chore: update runtime and toolchain version
beqaabu Aug 2, 2024
bb57ac5
chore: switch the way ci sources rust toolchain version and pr comments
beqaabu Aug 2, 2024
39dd7c6
chore: remove transaction-provider repo from the ci
beqaabu Aug 2, 2024
8e4d85f
chore: bring back storage items for collect coins
beqaabu Aug 5, 2024
2216561
chore: try to use an updated rustc version on creditcoin-transaction-…
beqaabu Aug 5, 2024
5a9ea12
chore: bring back migrations and cleanup
beqaabu Aug 5, 2024
2cda480
chore: clippy
beqaabu Aug 5, 2024
c4b857a
chore: removing some integration tests related to colect_coins
beqaabu Aug 6, 2024
9d1692b
chore: fix more tests and weights
beqaabu Aug 6, 2024
c049a12
Auto-update creditcoin-js type definitions
Aug 6, 2024
ae1c16c
chore: ci again
beqaabu Aug 6, 2024
3d2e73c
chore: fix migration weights for v6
beqaabu Aug 7, 2024
6b92c5b
chore: remove deleted extrinsics from the client
beqaabu Aug 7, 2024
6d37575
chore: fix js lint
beqaabu Aug 7, 2024
4e5d93a
chore: more lints
beqaabu Aug 7, 2024
2db708a
chore: fix migration benchmarks
beqaabu Aug 7, 2024
1ea70bb
chore: more js
beqaabu Aug 7, 2024
f580258
chore: pr comments
beqaabu Aug 7, 2024
f7938d6
chore: try to fix ci
beqaabu Aug 8, 2024
ea9fc76
chore: revert to old toolchain version
beqaabu Aug 8, 2024
a718c27
feat: remove setting gate contract and update js client
beqaabu Aug 8, 2024
b3ee272
Auto-update creditcoin-js type definitions
Aug 8, 2024
ceb48a0
chore: update readme
beqaabu Aug 8, 2024
efc489f
chore: fix missing imports in pallet creditcoin
beqaabu Aug 11, 2024
bd6e237
Auto-update creditcoin-js type definitions
Aug 11, 2024
79d7313
chore: update readme to restart regular ci jobs
beqaabu Aug 11, 2024
13e1a4d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 11, 2024
264398e
Auto-update pallet weights
Aug 12, 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
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ jobs:

build-creditcoin-transaction-producer:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand Down
Loading
Loading