This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Test PR #198
Open
albertog78
wants to merge
1,930
commits into
zen_master
Choose a base branch
from
master
base: zen_master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test PR #198
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The CProofVerifierItem struct had two boost::optional fields to alternatively store a certInput or a cswInputs vector. Now we switched to a single boost::variant field to enforce that the CProofVerifierItem can contain one type or another (but not both).
…uf for having unbuffered output on console
Added a Python test to check that whenever the mempool accepts a transaction containing any CSW input, the balance of the sidechain referred by such input is updated accordingly. For instance, supposing that there is a sidechain with a balance of 10 coins, if the mempool contains 10 CSW inputs withdrawing 1 coin each, the resulting sidechain amount should be considered to be 0 coins. For this reason, any additional incoming CSW input must be rejected for that sidechain.
…egration_step4_code_review
…tep4_code_review Sidechains integration step4 code review
…ased on a list of transactions and certificates
…ased on a list of transactions and certificates
Cert submitter optimization
…tep4_batch_verification_improvement Sidechains integration step4 batch verification improvement
…for all RPC commands. JSON view modified. Tests updated.
…om failures for weak machines.
…added negative cases in py tests
RPC changes: pubkeyhash replaced with taddr
Added version in gettransaction and CTP fields only if it's a sidecha…
As/max epoch len
This reverts commit 9478da7.
This reverts commit db37206.
This reverts commit 663d07a.
This reverts commit e18c69c.
This reverts commit 522ab9c.
This reverts commit bf5e381.
…-beta1 cr/prepare release 3.0.0-beta1
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.