Skip to content

Conversation

@awrichar
Copy link
Contributor

No description provided.

@awrichar awrichar marked this pull request as draft January 28, 2022 17:11
@codecov-commenter
Copy link

codecov-commenter commented Jan 28, 2022

Codecov Report

Merging #460 (4e6626f) into main (5526967) will decrease coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main     #460      +/-   ##
===========================================
- Coverage   100.00%   99.92%   -0.08%     
===========================================
  Files          279      282       +3     
  Lines        15077    15176      +99     
===========================================
+ Hits         15077    15165      +88     
- Misses           0       11      +11     
Impacted Files Coverage Δ
internal/database/sqlcommon/tokenpool_sql.go 100.00% <ø> (ø)
internal/events/token_pool_created.go 100.00% <100.00%> (ø)
internal/tokens/fftokens/fftokens.go 100.00% <100.00%> (ø)
pkg/fftypes/event.go 100.00% <0.00%> (ø)
internal/assets/manager.go 100.00% <0.00%> (ø)
pkg/fftypes/stringarray.go 100.00% <0.00%> (ø)
pkg/wsclient/wstestserver.go 100.00% <0.00%> (ø)
internal/assets/token_pool.go 100.00% <0.00%> (ø)
internal/batchpin/batchpin.go 100.00% <0.00%> (ø)
internal/contracts/manager.go 100.00% <0.00%> (ø)
... and 12 more

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 5526967...4e6626f. Read the comment docs.

@awrichar awrichar marked this pull request as ready for review January 28, 2022 21:13
Signed-off-by: Andrew Richardson <[email protected]>
@awrichar awrichar requested a review from nickgaski as a code owner January 28, 2022 22:10
The transaction ID must be present in the response to /createpool, but it is
optional in the response to /activatepool (because on that flow, the TokenPool has
already been initialized by the definition broadcast handler).

Signed-off-by: Andrew Richardson <[email protected]>
@@ -0,0 +1,3 @@
BEGIN;
ALTER TABLE tokenpool DROP COLUMN key;
Copy link
Contributor

Choose a reason for hiding this comment

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

Glad to see this drop 👍

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.

3 participants