Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Test PR #198

Open
wants to merge 1,930 commits into
base: zen_master
Choose a base branch
from
Open

Test PR #198

wants to merge 1,930 commits into from

Conversation

albertog78
Copy link
Contributor

No description provided.

Paolo Tagliaferri and others added 30 commits July 1, 2021 15:39
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).
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.
…tep4_code_review

Sidechains integration step4 code review
…ased on a list of transactions and certificates
…ased on a list of transactions and certificates
…tep4_batch_verification_improvement

Sidechains integration step4 batch verification improvement
MarcoOl94 and others added 28 commits September 24, 2021 11:01
…for all RPC commands. JSON view modified. Tests updated.
RPC changes: pubkeyhash replaced with taddr
Added version in gettransaction and CTP fields only if it's a sidecha…
@albertog78 albertog78 changed the base branch from sidechains_testnet to zen_master September 29, 2021 16:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants