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

txsource: funding of accounts, fees #2744

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Feb 28, 2020

Part of: #2506

  • use test entity to fund accounts instead of hardcoding balances in genesis
  • update parallel tests to include fees
  • update staking genesis params

@ptrus ptrus force-pushed the ptrus/feature/txsource-fees branch 3 times, most recently from 94b7f71 to 0cc1a8e Compare February 28, 2020 16:14
@codecov
Copy link

codecov bot commented Feb 28, 2020

Codecov Report

Merging #2744 into master will increase coverage by 0.14%.
The diff coverage is 53.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2744      +/-   ##
==========================================
+ Coverage   62.78%   62.92%   +0.14%     
==========================================
  Files         383      384       +1     
  Lines       36159    36258      +99     
==========================================
+ Hits        22701    22815     +114     
+ Misses      10593    10567      -26     
- Partials     2865     2876      +11
Impacted Files Coverage Δ
.../cmd/debug/txsource/workload/runtimeplaceholder.go 0% <0%> (ø) ⬆️
go/oasis-node/cmd/debug/txsource/txsource.go 67.18% <16.66%> (-4%) ⬇️
...asis-node/cmd/debug/txsource/workload/oversized.go 66% <20%> (-5.74%) ⬇️
...s-node/cmd/debug/txsource/workload/registration.go 74.43% <40%> (-3.93%) ⬇️
...oasis-node/cmd/debug/txsource/workload/parallel.go 57.53% <40.9%> (-9.71%) ⬇️
...oasis-node/cmd/debug/txsource/workload/transfer.go 63.63% <48.27%> (-6.23%) ⬇️
...oasis-node/cmd/debug/txsource/workload/workload.go 77.77% <77.77%> (ø)
go/worker/common/host/interface.go 38.46% <0%> (-15.39%) ⬇️
go/worker/compute/txnscheduler/committee/node.go 62.34% <0%> (-2.17%) ⬇️
go/worker/common/p2p/p2p.go 70.27% <0%> (-0.91%) ⬇️
... and 25 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 0dee03d...d13e108. Read the comment docs.

@ptrus ptrus force-pushed the ptrus/feature/txsource-fees branch 8 times, most recently from 1329f01 to a7ad47b Compare March 3, 2020 13:40
@ptrus ptrus changed the title wip: txsource fees txsource: funding of accounts, fees Mar 3, 2020
@ptrus ptrus marked this pull request as ready for review March 3, 2020 13:42
@ptrus ptrus force-pushed the ptrus/feature/txsource-fees branch from a7ad47b to b97fcb8 Compare March 3, 2020 13:43
@ptrus ptrus force-pushed the ptrus/feature/txsource-fees branch from b97fcb8 to 17e5b04 Compare March 3, 2020 17:04
Copy link
Contributor

@pro-wh pro-wh left a comment

Choose a reason for hiding this comment

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

ok

.buildkite/scripts/daily_txsource.sh Outdated Show resolved Hide resolved
@ptrus ptrus force-pushed the ptrus/feature/txsource-fees branch 2 times, most recently from 3a52010 to 719a33c Compare March 4, 2020 09:02
@ptrus ptrus self-assigned this Mar 4, 2020
@ptrus ptrus force-pushed the ptrus/feature/txsource-fees branch from 719a33c to d13e108 Compare March 4, 2020 09:04
@ptrus ptrus merged commit 38cd0ed into master Mar 4, 2020
@ptrus ptrus deleted the ptrus/feature/txsource-fees branch March 4, 2020 09:21
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

3 participants