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

Bugfix: actually whitelist oracle account #1865

Merged
merged 2 commits into from
Nov 27, 2019

Conversation

yerdua
Copy link
Contributor

@yerdua yerdua commented Nov 26, 2019

Description

Due to a typo, the oracle for StableToken got moved out of the expected part of the config overrides. This lead to the account not getting whitelisted during migrations on baklavastaging. This puts it back where it's intended to go.

Note: This should be merged before deploying contracts on baklava

@nambrot nambrot assigned yerdua and unassigned nambrot Nov 27, 2019
@codecov
Copy link

codecov bot commented Nov 27, 2019

Codecov Report

Merging #1865 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1865      +/-   ##
=========================================
- Coverage    74.2%   74.2%   -0.01%     
=========================================
  Files         278     278              
  Lines        7673    7653      -20     
  Branches      674     672       -2     
=========================================
- Hits         5694    5679      -15     
+ Misses       1862    1857       -5     
  Partials      117     117
Flag Coverage Δ
#mobile 74.2% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
packages/mobile/src/app/saga.ts 58.33% <0%> (-3.78%) ⬇️
packages/mobile/src/identity/reducer.ts 46.15% <0%> (-2%) ⬇️
packages/mobile/src/app/actions.ts 83.87% <0%> (-1.43%) ⬇️
packages/mobile/test/schemas.ts 100% <0%> (ø) ⬆️
packages/mobile/src/identity/verification.ts 66.14% <0%> (+1.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 220a981...54dea5b. Read the comment docs.

@nambrot nambrot added the automerge Have PR merge automatically when checks pass label Nov 27, 2019
@celo-ci-bot-user celo-ci-bot-user merged commit 9a92271 into master Nov 27, 2019
@celo-ci-bot-user celo-ci-bot-user deleted the yerdua/bug-fixes-for-oracle-whitelist branch November 27, 2019 04:03
aaronmgdr added a commit that referenced this pull request Nov 27, 2019
* master:
  Fix celotool expected cluster check (#1932)
  Build Page for Baklava Launch Part 1  (#1866)
  cli: Fix for #1875 (#1920)
  cli: Fixes for #1880 and #1874 (#1918)
  Minor edits to full-node and other docs (#1917)
  Check that we have provisioned phone numbers (#1927)
  Sort invite contact list (#1936)
  Generate the pop for the attestation service with geth (#1931)
  Have validators use ephemeral node keys by default (#1922)
  Enhanced Validator Setup Docs (#1926)
  Indicate account registration (#1928)
  Bugfix: actually whitelist oracle account (#1865)
  Display current account locked gold requirement in lockedgold:show (#1923)
aaronmgdr added a commit that referenced this pull request Nov 27, 2019
* master: (97 commits)
  Fix celotool expected cluster check (#1932)
  Build Page for Baklava Launch Part 1  (#1866)
  cli: Fix for #1875 (#1920)
  cli: Fixes for #1880 and #1874 (#1918)
  Minor edits to full-node and other docs (#1917)
  Check that we have provisioned phone numbers (#1927)
  Sort invite contact list (#1936)
  Generate the pop for the attestation service with geth (#1931)
  Have validators use ephemeral node keys by default (#1922)
  Enhanced Validator Setup Docs (#1926)
  Indicate account registration (#1928)
  Bugfix: actually whitelist oracle account (#1865)
  Display current account locked gold requirement in lockedgold:show (#1923)
  Dedicated signing of attestation messages (#1913)
  Allow BLS info to be passed to validator:register without 0x prefix (#1919)
  Use cert manager instead of lego for k8s SSL certificates (#1924)
  Fix protocol tests (#1835)
  Fix bug in LockedGold.relock wrapper (#1915)
  Add account:show command (#1916)
  Add warning about misusing pumba (#1857)
  ...

# Conflicts:
#	packages/web/pages/_app.tsx
#	yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants