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

Pick/release-1.0.1 #4259

Merged
merged 30 commits into from
Nov 20, 2023
Merged

Pick/release-1.0.1 #4259

merged 30 commits into from
Nov 20, 2023

Conversation

dandanlen
Copy link
Collaborator

Cherry picks commits from main to create a 1.0.1 release.

All commits from main were included except 22e9288 to avoid a CFE-breaking change.

AlastairHolmes and others added 28 commits November 17, 2023 10:24
* feat: get new block streams from scc

* fix bad rebase
* chore: update tag to v1.0.0

* chore: added IVault's transferFallback
change assets in banana mode to comply with new uppercase assets in LP API
* added performAndTrackSwap:
which create and execute a swap tracking all the relative events

* added getSwapRate

* added chain to broadcastId:
we need to track the correct broadcaster, there can be different chain
with the same broadcastId

* add check before executing test

* address comments

* eslint

* added checks to make the test runnable concurrently

* added checks to make it run concurrently

* fix RpcAsset error

* addressed comments
chore: localnet asks binary locations before destroying
* Changed a DispatchError::Other() to a pallet error, so it can be displayed
on the front end properly.

* Replaced DispatchError::Other with module error for better display
Improved dry run's debug logging for more clarity

* minor rename
* chore: rename internal adapter to DepositAddresses

* chore: comments to use deposit instead of ingress
refactor: use btc client for mempool tracker
Co-authored-by: dandanlen <3168260+dandanlen@users.noreply.github.com>
* fix: don't unwrap on None tx receipt

* chore: nicer fmt
* refactor: shared source inside chunked_by adapters

* chore: address review
@dandanlen dandanlen requested review from a team as code owners November 17, 2023 17:13
@dandanlen dandanlen requested review from ahasna, tomjohnburton, jerryafr and niklasnatter and removed request for a team November 17, 2023 17:13
@dandanlen dandanlen marked this pull request as draft November 17, 2023 17:18
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Attention: 785 lines in your changes are missing coverage. Please review.

Comparison is base (1a27d50) 71% compared to head (d06d81e) 71%.
Report is 2 commits behind head on release/1.0.

Files Patch % Lines
...d_chain_source/chunked_by_vault/monitored_items.rs 0% 192 Missing ⚠️
engine/src/btc/rpc.rs 0% 153 Missing ⚠️
engine/src/state_chain_observer/client/mod.rs 20% 147 Missing and 6 partials ⚠️
...nked_chain_source/chunked_by_vault/egress_items.rs 0% 43 Missing ⚠️
...chain_source/chunked_by_vault/deposit_addresses.rs 0% 34 Missing ⚠️
...ngine/src/witness/common/chain_source/extension.rs 0% 18 Missing ⚠️
engine/src/witness/dot.rs 0% 17 Missing ⚠️
state-chain/pallets/cf-swapping/src/weights.rs 0% 16 Missing ⚠️
api/lib/src/lib.rs 36% 14 Missing ⚠️
state-chain/runtime-upgrade-utilities/src/lib.rs 0% 14 Missing ⚠️
... and 32 more
Additional details and impacted files
@@             Coverage Diff              @@
##           release/1.0   #4259    +/-   ##
============================================
  Coverage           71%     71%            
============================================
  Files              383     385     +2     
  Lines            62709   63320   +611     
  Branches         62709   63320   +611     
============================================
+ Hits             44831   45272   +441     
- Misses           15543   15705   +162     
- Partials          2335    2343     +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dandanlen and others added 2 commits November 20, 2023 13:52
* fix: use executive pallet to run tuple migrations

chore: remove on_runtime_upgrade calls from pallets

fix: upgrade utils

clippy

* doc: update README

* fix: run try-runtime tests on CI
@dandanlen dandanlen marked this pull request as ready for review November 20, 2023 15:12
@tomjohnburton tomjohnburton merged commit 818e630 into release/1.0 Nov 20, 2023
40 checks passed
@tomjohnburton tomjohnburton deleted the pick/release-1.0.1 branch November 20, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants