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

DELETE #1735

Closed
wants to merge 29 commits into from
Closed

DELETE #1735

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
acaa947
Improve rust integration tests (#1686)
Neopallium Jul 28, 2024
2519d25
Fix NFT transfer (#1695)
adamdossa Jul 29, 2024
8829e52
chore: Mesh 2190 cleanup schema (#1667)
Neopallium Jul 30, 2024
140b6e3
Mesh 2188/new ticker approach (#1694)
HenriqueNogara Aug 13, 2024
b4f0e84
Mesh 2188/migrations (#1699)
HenriqueNogara Aug 14, 2024
0d3a34e
Bump versions for 7.0.0 release (#1701)
adamdossa Aug 15, 2024
e292afc
Change VenueId to Option (#1700)
HenriqueNogara Aug 15, 2024
a80bebd
MESH-2006 multisig improvements part 1 (#1687)
Neopallium Aug 15, 2024
d2749e2
Rename struct (#1702)
HenriqueNogara Aug 15, 2024
e568106
Improve secondary key permissions. (#1679)
Neopallium Aug 15, 2024
e2a4739
Mesh 2149/staking update part2 (#1678)
HenriqueNogara Aug 16, 2024
e5cc1de
Clean Old Storage; Add Id to Event; Improve rpc call (#1704)
HenriqueNogara Aug 19, 2024
7a2ede3
Move from 2048 to 1024 max nominators per validator (#1706)
adamdossa Aug 23, 2024
3b793ca
Update json schema (#1708)
HenriqueNogara Aug 27, 2024
c390efe
Calculate staking UnsignedPhase from epoch duration. (#1707)
Neopallium Aug 27, 2024
4ba0cd9
Run all benchmarks (#1705)
HenriqueNogara Aug 29, 2024
fb198bd
Fix v7 migrations (#1709)
Neopallium Sep 10, 2024
4281092
Update cli params and srtools (#1722)
adamdossa Sep 17, 2024
1afd1fd
Mesh 2202 remove state-trie migration (#1718)
Neopallium Sep 17, 2024
e5d9316
Add transfer_restrictions_report (#1714)
HenriqueNogara Sep 17, 2024
db18fa5
Reject instruction with offchain assets without a venue (#1715)
HenriqueNogara Sep 17, 2024
6a479a8
Make max_weight optional in multisig.approve. (#1716)
Neopallium Sep 17, 2024
5414c35
MESH-2195: Check DID & Portfolio for settlements (#1724)
adamdossa Sep 17, 2024
1cb6198
MESH-2221: Remove minimum balance for multisigs (#1723)
adamdossa Sep 18, 2024
858185d
Return the actual weight when redeeming an NFT (#1725)
HenriqueNogara Sep 19, 2024
9671d51
Invalidate Proposals After Multsig Change (#1726)
HenriqueNogara Oct 3, 2024
4ba8aad
Add unlink_ticker_from_asset_id extrinsic; Add unit tests form lin/un…
HenriqueNogara Oct 9, 2024
d454888
Fix sto migration (#1730)
HenriqueNogara Oct 10, 2024
8965d41
Add portfolios to settlement weights (#1734)
HenriqueNogara Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands:
command: rustc --version > rust.version
- restore_cache:
name: Restore sccache cache
key: sccache-cache-stable-v2-{{ checksum "./rust.version" }}-{{ checksum "./Cargo.lock" }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
key: sccache-cache-stable-v2-{{ checksum "./rust.version" }}-{{ checksum "./Cargo.lock" }}-{{ checksum "./integration/Cargo.lock" }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
- run:
name: Show cache size
command: /usr/local/cargo/bin/sccache -s
Expand All @@ -32,7 +32,7 @@ commands:
# Of course, restore_cache will not find this exact key,
# but it will fall back to the closest key (aka the most recent).
# See https://discuss.circleci.com/t/add-mechanism-to-update-existing-cache-key/9014/13
key: sccache-cache-stable-v2-{{ checksum "./rust.version" }}-{{ checksum "./Cargo.lock" }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ epoch }}
key: sccache-cache-stable-v2-{{ checksum "./rust.version" }}-{{ checksum "./Cargo.lock" }}-{{ checksum "./integration/Cargo.lock" }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ epoch }}
paths:
- "/usr/local/cargo"
- "~/.cache/sccache"
Expand Down Expand Up @@ -248,14 +248,12 @@ jobs:
rust-integration-test:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
resource_class: medium+
resource_class: large
environment:
- VERBOSE: "1"
- RUSTFLAGS: -D warnings
steps:
- checkout
- setup-sccache
- restore-sccache-cache
- attach_workspace:
at: ./target/release
- run:
Expand All @@ -270,12 +268,15 @@ jobs:
name: Reset accounts db
command: ./reset_db.sh
working_directory: ./integration
- run:
name: Clear polymesh-api to force re-compile (chain metadata might have changed).
command: cargo clean -p polymesh-api
working_directory: ./integration
- run:
name: Run polymesh-api integration tests.
command: cargo nextest run --locked
working_directory: ./integration
no_output_timeout: 30m
- save-sccache-cache
integration-test:
docker:
- image: node:18-bookworm
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
echo - prop: ${{ steps.srtool_build.outputs.proposal_hash }}
echo "Runtime location: ${{ steps.srtool_build.outputs.wasm }}"
- name: Archive Runtime
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.chain }}-runtime-${{ github.sha }}
path: |
${{ steps.srtool_build.outputs.wasm }}
${{ steps.srtool_build.outputs.wasm_compressed }}
${{ matrix.chain }}-srtool-digest.json
Loading
Loading