forked from Electron-Cash/Electron-Cash
-
Notifications
You must be signed in to change notification settings - Fork 53
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
BONUS kryprowaluty bez depozytu #248
Open
Mnichasz
wants to merge
3,047
commits into
simpleledger:master
Choose a base branch
from
Electron-Cash:cashtokens
base: 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
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
Scalenet should be 'sBCH'. Regtest should be 'rBCH'. Fixed.
Launch BCHN and Fulcrum Docker containers and start a EC daemon that accepts RPC requests that gets verified in the test cases. Add trivial test cases that checks the following RPC methods: getunusedaddress getbalance getservers Only enabled for Linux amd64 due to lack of test environment, will be skipped on other environments. Fulcrum & BCHN can also also be launched in regtest mode via: $ docker-compose -f electroncash/tests/regtest/docker-compose.yml up And the application can connect to this network via the --regtest argument.
Closes #2492. It turns out a `make_dir()` call was missing. Oops.
Add servers_chipnet.json to setup.py
…uffle plugin code comments
Remove LabelSync option
* Add instructions to compile the icons for Qt * Normally you can skip this step (Add instructions to compile the icons for Qt)
Android: Bump chaquopy to 13.0.0
Remove RPA option for now for wallet creation.
- Updated dockerfiles - Fixup to error from newer git about permissions of /opt/electroncash inside docker container.
In preparation for release
Need to mark the work dir as "safe" otherwise git complains
Add `tx_hashes` to exported payment requests
Regtest via pytest
I moved my node to a different hosting provider and made some DNS changes. Updating server list appropriately. Old clients will be able to connect to "bch.ninja" until 30 days after this change is released.
Change bch.ninja to cashnode.bch.ninja
* Run tox in github action Run test suite on python 3.7..3.10 on win, macos and linux. Executed on each pull request. * Add Python3.6
Setting an address based on a public signing key as the requestor can (and has) caused confusion where users think they can send funds. Set the key owner which is hard coded to 'BitPay, Inc.' instead. Fix has been verified with invoice from test.bitpay.com. Fixes #2505
Set BitPay as requestor on jsonPayPro invoices
* Add basic test for jsonPaymentProtocol Verify that signature verification works on BitPay invoices. The signature check itself is kind of Mickey Mouse-ish since the keys themselves aren't verified so this rather verifies that the payment request is well formed. * Remove staticmethod decorator
* It's adviced to run also on master branch Since you want to avoid regression on master branch. Also trigger a on push (master). * Add GitHub Actions badge pipeline
Solution is to just not put any text in table cell since it's not used for anything anyway.
Fix transparent scrollbars
- Also made the token-id columns more compact in a few places. - Also attached more app-wide signaling when user edits token name so more views/widgets get updated when this happens. - Plus miscellaneous small fixups and cleanups.
"Flags" -> "Capability" "NFT Hex" -> "NFT Commitment"
It now defaults to being smaller ...
In the perhaps naive hope that on no platform will this mean they get crushed to nothing.
- Copy Token Name added (in lieu of Copy Category) - Adjusted tooltip for token history list to describe what it is showing you as a category ID
- "Delete" button moved to the right and given a trash icon - Table made tighter (got rid of the empty space for the collapser control since none of the items are collapsible) - Put the "Delete" button in the same widget as the "N copies" button. - Added some missing tooltips
Some desktop styles render the "reset" (clear) button same as "cancel". Not good. Redone to not use the auto-magic logic of Qt for this button.
On some Linux setups this looked just like the "Cancel" button which can be visually confusing. Fixed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@OPReturnCode