Skip to content
#

governance

Here are 385 public repositories matching this topic...

PastaPastaPasta
PastaPastaPasta commented Mar 31, 2021

Create a test, likely a functional test, that tests that dstxes are properly validated during propagation. The test should fail with the following patch applied dashpay/dash@953a0ea.

Additionally, checking that these transactions are included in the default block template / mined would also be very valuable.

By completing this issue

help wanted Good First Issue tests
pmbrull
pmbrull commented Apr 4, 2022

Let's prepare a mixin for interacting with Roles and Policies with the Python client, in case users want to use the API directly.

Do not only have the list, get etc, but also utility methods, such as updating a default role. It should wrap the following logic:

import requests
import json

# Get the ID
data_consumer = requests.get("http://localhost:8585/api/v1/roles/name/DataCo
good first issue client
sfarazkazmi
sfarazkazmi commented Jun 16, 2021

Describe the bug
When using parse-tree command, error information in printed twice with slightly different text.

To Reproduce
Please supply:

var status = ['ACTIVE']

NOTE: Please be sure that the templates, rules and logs you provide as part of your bug report do not contain any sensitive information.

Expected behavior
There should be one error log instead of dupli

bug good first issue help wanted
PIVX
furszy
furszy commented Mar 5, 2020

Our current JSON-RPC wiki is outdated.

A lot of commands were changed, new commands were added and some were removed.
Some description might need to be rewritten in a more comprehensible way.

This is a good first issue for anyone who wants to start familiarizing with the PIVX sources.

Good First Issue
rezoan
rezoan commented Jul 14, 2021

In my ubuntu 20.04.2.0, i have python 2.7.18 and pip3 20.0.2.
I was trying to install prancer-basic via pip3 install prancer-basic
It get installed successfully with below warning:

WARNING: The scripts populate_json, prancer, register_key_in_azure_vault, terraform_to_json and validator are installed in '/home/r4redu/.local/bin' which is not on PATH.
  Consider adding this director
help wanted good first issue

Improve this page

Add a description, image, and links to the governance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the governance topic, visit your repo's landing page and select "manage topics."

Learn more