-
Notifications
You must be signed in to change notification settings - Fork 43
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
Upstream merge 4 #99
Upstream merge 4 #99
Conversation
as per "An Empirical Analysis of Linkability in the Monero Blockchain", by Miller et al.
And percent if usefull (% < 99) /monero#4020
It was accepting any character for the dot (yeah, massive big I know)
avoids people thinking it's somehow a generic AE system
Fixes failing test during Arch package build (due to attempt to write to ~/.bitmonero/...). Prefix temp dir path with "monero-" because we are not putting it on the system, so good to identify ourselves in case the dir gets left over due to crash, etc.
That takes a lot of time for even not so large wallets
…lets /monero#4188
Blocks have a very wide range, whereas actual size is the relevant quantity to consider when syncing
…monero#4207 Non fluffy block nodes should now be very rare
Many people are using this as a "let's see what this does" command when something doesn't work as they thought it should, and thus destroying info that they might still need.
Reported by cslashm
It's obsolete and removed from at least Arch Linux 8.2 Reported by moneroexamples
Will test this ASAP, thanks for your hard work, cam! |
Nice work Cam. I will have a chance to build on OSX high Sierra and windoze 10 hopefully tonight or tomorrow when I get my build environment set up on my new machine. |
Built on Ubuntu 18.10 Built and tested wallet/daemon commands on testnet. No issues. |
|
Build success on native Mac OS 10.13.6. Issues: EditTesting on windows 10 No issues observed during testing. Daemon functions properly. |
### Fix license of use, update 2019; Format ISO 8869-1; ---------------------------------------------------------------------------------------------------------------------- in Memoriam Guto Schiavon ![guto-schiavon_bitcoin](https://user-images.githubusercontent.com/7637553/50562143-a7506f80-0cf8-11e9-9e58-bed4565c4715.jpg) R.I.P pioneer and friend. #ripGUTO
`pacman -Syuu` can either upgrade or degrade the packages (depending upon the package lists), and should not be normally used. Instead of that, one should use `pacman -Syu` which only upgrades the packages.
Adding my gpg key for aeon
Otherwise it'd end up with whatever was included last
in particular with NFS
Closing in favor of #100 -- rebased and removed duplicate merge. |
Opening multiple PRs on the same subject without good reason is not helpful in general. You could have just made whatever changes to your existing branch (e.g. git reset or git rebase) and force pushed the updated branch (git push -f). |
Following @stoffu's last PR format.
This pull request merges upstream patches after monero-project#4129 which is the last one included in #90. This PR includes upstream PRs from monero-project#3528 merged on August 15 up to monero-project#4223 merged on August 23:
Additionally, monero-project#4274 was added to fix a compile issue on Ubuntu 18.10.
Notable updates:
Wallet RPC new commands
Wallet CLI
This group of upstream merges contains many fixes that get us ready for the next patch that will contain many more major updates to AEON.