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

chore(bouncer): Update sdk to 0.0.40 #3945

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

niklasnatter
Copy link
Contributor

No description provided.

@@ -1,7 +1,7 @@
import { getBtcClient } from './utils';

export async function getBtcBalance(bitcoinAddress: string): Promise<number> {
const client = getBtcClient(process.env.BTC_ENDPOINT);
const client = getBtcClient();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method has no parameters

@@ -15,7 +15,7 @@ async function getGovernanceMembers(): Promise<string[]> {
async function setGovernanceMembers(members: string[]) {
const chainflip = await getChainflipApi();

await submitGovernanceExtrinsic(chainflip.tx.governance.newMembershipSet(members), true);
await submitGovernanceExtrinsic(chainflip.tx.governance.newMembershipSet(members));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method has a single parameter only

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #3945 (6cc5ca6) into main (e32d244) will decrease coverage by 0%.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #3945   +/-   ##
=====================================
- Coverage     72%     72%   -0%     
=====================================
  Files        366     366           
  Lines      56789   56789           
  Branches   56789   56789           
=====================================
- Hits       40952   40949    -3     
- Misses     13752   13754    +2     
- Partials    2085    2086    +1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@niklasnatter niklasnatter merged commit a841d84 into main Sep 6, 2023
42 checks passed
@niklasnatter niklasnatter deleted the chore/update-sdk-2 branch September 6, 2023 10:19
dandanlen pushed a commit that referenced this pull request Sep 6, 2023
dandanlen pushed a commit that referenced this pull request Sep 6, 2023
syan095 added a commit that referenced this pull request Sep 8, 2023
…on-integration

* origin/main:
  fix: scale encoding skip phantom data (#3967)
  chore: make platform team code owner of CI settings.toml and localnet (#3957)
  fix: prefer finalize_signed_extrinsic in engine (#3956)
  fix: CanonicalAssetPair encoding issue (#3958)
  chore(bouncer): Update sdk to 0.0.40 (#3945)
  fix: tweak cli generate-keys output (#3943)
  chore: add `preinst` script unit tests 🧪 (#3942)
  Better LP/Broker API RPC Errors (#3931)
  fix: update substrate ref to use Kademlia fix (#3941)
  doc: update funding readme with redemption restrictions (#3914)
  feat: PRO-474 broadcast safe mode (#3902)
  feat: more forgiving dot address parsing (#3938)
  fix: duplicate logging (#3939)
  feat: new lp interface (#3886)

# Conflicts:
#	Cargo.lock
#	state-chain/cf-integration-tests/Cargo.toml
#	state-chain/cf-integration-tests/src/authorities.rs
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

2 participants