Guild icon
Peercoin Official
peercoin / development
Discussion related to Peercoin development and surrounding projects.
Between 01-Jan-20 12:00 AM and 13-May-20 12:00 AM
Avatar
Avatar
Avatar
GitHub BOT 08-Jan-20 12:50 AM
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Avatar
GitHub BOT 08-Jan-20 07:19 AM
Peercoin plans to default to the Trezor's explorer - blockbook as default API in the near future. Perpera should support it.
Avatar
Avatar
peerchemist 08-Jan-20 09:19 AM
@Matvei pls post here if you have questions
Avatar
Matvei 08-Jan-20 09:20 AM
ok
Avatar
Avatar
Avatar
GitHub BOT 09-Jan-20 05:41 AM
Avatar
Avatar
Avatar
GitHub BOT 10-Jan-20 04:26 AM
`7c6a5ed` Merge pull request #1 from peercoin/master - captainbuckkets `84e97c1` Correct Portuguese Translation - captainbuckkets `b73d67c` Merge pull request #131 from captainbuckkets/ma... - peerchemist
`3e527be` blockbook-driver - Matvei-Vasily `b650303` fix-support future mainnet deployment - Matvei-Vasily `37cc29d` fix small error - Matvei-Vasily `29512d5` scriptPubKey - Matvei-Vasily `2a612bd` Merge pull request #8 from Matvei-Vasily/#7-blo... - peerchemist
Avatar
GitHub BOT 10-Jan-20 07:06 AM
So secondary mode of operation should be to simply allow user to tailor the txn using perpera-web and sign/send it using the standard client or some other application.
We are close to retiring the explorer.peercoin.net, perpera should start using the new backend.
Avatar
GitHub BOT 10-Jan-20 07:34 AM
`38093d0` scriptPubKey - Matvei-Vasily `ff2171b` #4 Return txid or error message after sending t... - Matvei-Vasily `17fa61f` Merge pull request #9 from Matvei-Vasily/#4-ret... - peerchemist
@Matvei-Vasily make it return the error message if there is one as well.
Avatar
GitHub BOT 10-Jan-20 07:52 AM
Avatar
GitHub BOT 10-Jan-20 08:07 AM
`1fe2da2` default driver to blockbook - Matvei-Vasily `afe5aa1` Merge pull request #10 from Matvei-Vasily/defau... - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 13-Jan-20 01:47 PM
Allow user to select what hashing algo should be used #14 Allow user to attach the document via URI #15
Avatar
GitHub BOT 14-Jan-20 06:46 AM
I get error when compiling:
./src/components/RegisterPopup/RegisterPopup.tsx Module not found: Can't resolve 'js-sha3' in '/home/cookie/projects/perpera-web/src/components/RegisterPopup'
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 14-Jan-20 01:12 PM
`8377756` change driver to blockbook - Matvei-Vasily `140eca2` return txid, message. - Matvei-Vasily `8b8b95a` no message - Matvei-Vasily `ad196a5` no message - Matvei-Vasily `85c3b32` raw transaction - Matvei-Vasily
`5056401` show raw transaction - Matvei-Vasily `209d4c2` Merge pull request #24 from Matvei-Vasily/show-... - peerchemist
@kazzkiq @bananenwilly what do do about this? Is it even a problem?
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 16-Jan-20 08:41 AM
`781b029` prepare for npmjs - backpacker69 `0ffb34f` Merge pull request #12 from backpacker69/master - peerchemist
Avatar
captainbuckkets 16-Jan-20 11:13 AM
Nice
Avatar
GitHub BOT 16-Jan-20 01:06 PM
Avatar
Matvei 16-Jan-20 02:34 PM
Hi @backpacker are you available now?
I have some questions. could you help me?
Avatar
captainbuckkets 16-Jan-20 02:37 PM
@Matvei Maybe I can point you in the right direction. Whats your question?
Avatar
Matvei 16-Jan-20 02:39 PM
I am going to make perpera-web build process to use perpera. I think perpera is on npm now. I tried npm install @backpacker69/perpera I want to know if it's working fine.
Avatar
peerchemist 16-Jan-20 02:41 PM
@buckkets @backpacker will know
Avatar
captainbuckkets 16-Jan-20 02:43 PM
NPM outside my area lol
Avatar
backpacker 16-Jan-20 02:50 PM
afaik it should be working fine
if not tell me and i help you, you dig
Avatar
Matvei 17-Jan-20 03:39 AM
hi @backpacker how are you doing? I tried npm install @backpacker69/perpera, but there is no src files. you can check here. https://registry.npmjs.org/@backpacker69/perpera/-/perpera-1.0.1.tgz
Avatar
peerchemist 17-Jan-20 06:03 AM
@backpacker can you check what is missing to package to be valid?
@Matvei do you see anything wrong with the package?
Avatar
backpacker 17-Jan-20 06:16 AM
try version 1.0.2
Avatar
Matvei 17-Jan-20 06:30 AM
ok, thank you.
Avatar
Avatar
Avatar
GitHub BOT 17-Jan-20 12:01 PM
Avatar
Avatar
GitHub BOT 18-Jan-20 03:59 AM
Avatar
Avatar
GitHub BOT 19-Jan-20 07:14 AM
Lot of tiny things have changed, I think we can merge into master now.
Avatar
GitHub BOT 20-Jan-20 03:12 AM
`60ae12e` settxfee stub - backpacker69 `37df99c` accept many insignificant trailing digits - backpacker69 `ec3eaa5` MIT/X11 changed to MIT in some files - sandakersmann `a40ad67` Fixed license in checkpointsync.h - sandakersmann `adf9c81` Merge pull request #488 from sandakersmann/develop - peerchemist
Avatar
Avatar
Matvei 20-Jan-20 03:38 AM
Hi @backpacker how are you doing?
Avatar
Avatar
Matvei 20-Jan-20 03:50 AM
Hi @backpacker could you tell me details about 'shouldn't it now read blockbook' ?
Avatar
backpacker 20-Jan-20 03:51 AM
hey there @Matvei
the label for this provider still reads iquidus
also, you've left iquidus code while it's not used anymore, perhaps get rid of it as well as other dead explorer code
mercator
etc
Avatar
Matvei 20-Jan-20 04:03 AM
listUnspent: { "blockbook": peerBlockbookBasedExplorer.listUnspent('https://blockbook.peercoin.net') },
I changed it like this, is it ok?
@backpacker Could you check my pr again?
Avatar
Avatar
backpacker 20-Jan-20 04:15 AM
you can't just change get to post everywhere and expect it to work )
Avatar
Matvei 20-Jan-20 04:19 AM
I see, I will change it right now.
Avatar
backpacker 20-Jan-20 04:20 AM
make sure you test it
Avatar
Matvei 20-Jan-20 04:36 AM
@backpacker Could you check my pr again?
Avatar
backpacker 20-Jan-20 04:36 AM
yes, it looks better, did you test it?
Avatar
Matvei 20-Jan-20 04:36 AM
yes, create new transaction and verify, sign and broadcast.
Avatar
captainbuckkets 20-Jan-20 04:37 AM
Testnet works?
Avatar
Matvei 20-Jan-20 04:37 AM
yes I tested in tblockbook.peercoin.net
Avatar
captainbuckkets 20-Jan-20 04:38 AM
Awesome!
Avatar
peerchemist 20-Jan-20 04:38 AM
Pls merge and deploy ASAP, buckkets has work to do
Avatar
backpacker 20-Jan-20 04:39 AM
can you please remove dead explorers as a separate PR
Avatar
Avatar
Matvei 20-Jan-20 04:41 AM
you mean peerBasedExplorer?
Avatar
backpacker 20-Jan-20 04:45 AM
i mean iquidus and mercator and maybe there are others that are not used any more
Avatar
Matvei 20-Jan-20 04:46 AM
yes, I just checked and mercator and peerbasedExplorer are not used anymore.
Avatar
backpacker 20-Jan-20 04:49 AM
not sure how you tested it, but getting unspent outputs does not work
Avatar
Matvei 20-Jan-20 04:49 AM
Could you tell me what happens there?
Avatar
backpacker 20-Jan-20 04:50 AM
try to make a new transaction
enter any address
watch it
Avatar
Matvei 20-Jan-20 04:50 AM
yes
Avatar
backpacker 20-Jan-20 04:51 AM
Avatar
Matvei 20-Jan-20 05:10 AM
Oh I tried with my address and didn't notice that(there was only 1), I fixed that issue.
Avatar
peerchemist 20-Jan-20 05:10 AM
are we there yet
Avatar
GitHub BOT 20-Jan-20 05:14 AM
`22a0f1e` Revert "cointoolkit - blockbook backend" - backpacker69
[peercoin/cointoolkit] New branch created: revert-6-cointoolkit-blockbook-backend
Avatar
Matvei 20-Jan-20 05:18 AM
@backpacker could you check my pr? I fixed list unspent issue.
Avatar
peerchemist 20-Jan-20 05:22 AM
all in one PR again 🙂
Avatar
Avatar
Matvei 20-Jan-20 06:33 AM
@backpacker are you available now?
Avatar
Matvei 20-Jan-20 06:43 AM
I didn't modify iquidus provider.
just removed mercator and peerbasedExplorer. as I said, they are not used anymore.(edited)
Avatar
backpacker 20-Jan-20 06:45 AM
please look at your pr
let me know when you have it opened
Avatar
Matvei 20-Jan-20 06:46 AM
you can see I modified blockbook provider. not iquidus provider.
Avatar
backpacker 20-Jan-20 06:46 AM
but i thought we are removing it
iquidus provider
it's still there
Avatar
Matvei 20-Jan-20 06:47 AM
you mean iquidus provider?
Avatar
backpacker 20-Jan-20 06:47 AM
yes
Avatar
Matvei 20-Jan-20 06:47 AM
I think it's used for other modes....
Avatar
backpacker 20-Jan-20 06:47 AM
which one?
Avatar
Matvei 20-Jan-20 06:48 AM
for example, sparklecoin
Avatar
backpacker 20-Jan-20 06:48 AM
got you
what about nuBasedExplorer
Avatar
Matvei 20-Jan-20 06:48 AM
it's also used for nubits
Avatar
backpacker 20-Jan-20 06:49 AM
don't see it in drop down
Avatar
Matvei 20-Jan-20 06:50 AM
you can check it in cointoolkit.js
Avatar
backpacker 20-Jan-20 06:51 AM
please remove all traces of nubits from code
and nushares
Avatar
Matvei 20-Jan-20 06:51 AM
is it ok?
Avatar
backpacker 20-Jan-20 06:51 AM
it is
Avatar
Matvei 20-Jan-20 06:51 AM
ok I will.
ok, I finished.
Is it ok?
Avatar
backpacker 20-Jan-20 07:11 AM
can you check if any other providers are not needed anymore? i mean i now see blockcredits bcBasedExplorer, can you just go over them and make sure all of them are gone?
Avatar
Matvei 20-Jan-20 07:20 AM
blockcredits and blockshares are not used anymore?
Avatar
peerchemist 20-Jan-20 07:21 AM
it's ded Jim
just remove it
all that mentions it(edited)
Avatar
Matvei 20-Jan-20 07:22 AM
ok, what about litecoin?
Avatar
peerchemist 20-Jan-20 07:22 AM
IDK we can leave that
enough cleanup for today
Avatar
Matvei 20-Jan-20 07:23 AM
ok I will remove bcbasedexplorer now.
I finished, could you check, please?
Avatar
peerchemist 20-Jan-20 07:29 AM
@backpacker(edited)
Avatar
GitHub BOT 20-Jan-20 07:56 AM
`80de952` fixed list unspent issue. - Matvei-Vasily `111ecf3` remove nubits and nushares - Matvei-Vasily `7894ff9` remove bcBasedExplorer. - Matvei-Vasily `abd69de` Merge pull request #8 from Matvei-Vasily/fix-li... - backpacker69
Avatar
backpacker 20-Jan-20 07:58 AM
unfortunately it's still no good
Avatar
Matvei 20-Jan-20 07:59 AM
could you tell me, please?
Avatar
backpacker 20-Jan-20 07:59 AM
inputs show 0.000
they are there, but amount is not calculated
here it is working in bitcoin:
Avatar
peerchemist 20-Jan-20 08:05 AM
@Matvei please concentrate
Avatar
Matvei 20-Jan-20 08:05 AM
yes, I am checking now.
Avatar
GitHub BOT 20-Jan-20 08:23 AM
Avatar
Matvei 20-Jan-20 08:25 AM
I fixed that issue.
Avatar
peerchemist 20-Jan-20 08:34 AM
Ok so that's done
Avatar
Avatar
Avatar
backpacker 20-Jan-20 09:30 AM
and still
for fucks sake
Avatar
Matvei 20-Jan-20 09:31 AM
it's working here....
Avatar
Avatar
backpacker 20-Jan-20 09:38 AM
care to provide a screenshot of it working?
Avatar
Irritant 20-Jan-20 09:39 AM
have you cleared your browser cache?
Avatar
Matvei 20-Jan-20 09:39 AM
it's working fine here...(edited)
Avatar
backpacker 20-Jan-20 09:42 AM
it's working in chrome
restarting firefox
no, it doesn't work in firefox
Avatar
Irritant 20-Jan-20 09:45 AM
ctrl-shift-r ?
Avatar
backpacker 20-Jan-20 09:47 AM
nuked my cache db and reloaded
now it works
it could be firefox related
Avatar
Matvei 20-Jan-20 09:48 AM
so it's working fine?
Avatar
Matvei 20-Jan-20 10:00 AM
@backpacker could you check my pr for trim user input(issue #3), please?
Avatar
GitHub BOT 20-Jan-20 01:25 PM
I've just tested it and it does not trim the space added after the WIF.
Avatar
Avatar
GitHub BOT 20-Jan-20 03:33 PM
Process: I go to generate a new time lock address with "Peercoin (Testnet)" selected from the drop down and while using a testnet address. I get the shareable verification link and open it in a new tab and it is now on the Peercoin mainnet. This may lead to some user confusion as now the redeem address is not one that they own or were aware of. They may save/share this information without realizing it does not contain the redemption information. If this is expected behavior then perhaps...
Avatar
backpacker 20-Jan-20 03:47 PM
@Matvei trimming is not complete, for example verify value is not trimmed and i am sure others too
Avatar
GitHub BOT 20-Jan-20 07:17 PM
#3 fix trim user input(new transaction, verify, sign, broadcast)
Avatar
Matvei 20-Jan-20 07:18 PM
Hi @backpacker I fixed trimming for new transaction, verify, sign and broadcast.
Avatar
backpacker 21-Jan-20 01:37 AM
what about settings
or advanced transaction fields
Avatar
Avatar
backpacker 21-Jan-20 03:22 AM
@Matvei that ledger thing for perpera, does it compile for you ok?
Avatar
GitHub BOT 21-Jan-20 03:23 AM
Avatar
Matvei 21-Jan-20 03:24 AM
@backpacker "npm install" it can help you.
Avatar
backpacker 21-Jan-20 03:27 AM
let me try
which part calls ledger's getWalletPublicKey method?
not sure where to click
Avatar
Matvei 21-Jan-20 03:34 AM
perpera-web. it is for the test.(edited)
Avatar
backpacker 21-Jan-20 03:34 AM
which branch
Avatar
Matvei 21-Jan-20 03:35 AM
in perpera-web, you can see my pr(Hardware wallet support)...
Avatar
backpacker 21-Jan-20 03:39 AM
perpera web, branch * hardware-wallet-support 6bc52b5
opening index.html just white screen
Avatar
Matvei 21-Jan-20 03:40 AM
well, you copied compiled perpera.js to public?
Avatar
backpacker 21-Jan-20 03:41 AM
i checked out hardware-wallet-support branch in perpera-web
doesn't it contain this compiled code?
Avatar
Matvei 21-Jan-20 03:42 AM
well, you need to follow the steps in perpera-web/README.md
npm install npm start
Avatar
backpacker 21-Jan-20 03:42 AM
thanks, it's all new to me
😦
Avatar
Avatar
backpacker 21-Jan-20 03:44 AM
it's running!
now where's that hardware wallet
Avatar
Matvei 21-Jan-20 03:44 AM
there you can see test button on the top-left coner.
Avatar
backpacker 21-Jan-20 03:44 AM
can you please add support for bluetooth transaport?
Avatar
Matvei 21-Jan-20 03:45 AM
yes, I can, first I need to test it if it's working fine.
so can you see test button?
current is for hw-transport-webusb
Avatar
backpacker 21-Jan-20 03:47 AM
yep, i press the button and it asks for hardware wallet, so at least that part is working just like it should
Avatar
Matvei 21-Jan-20 03:48 AM
ok, and you can select hardware wallet. could you tell me the output in the console after you select hardware wallet?
output should be hardware wallet address and public key. I want see if it's working fine...
Avatar
Avatar
GitHub BOT 21-Jan-20 10:18 AM
To increase safety we should not count PoW blocks as confirmed blocks in our reference node. This would also make the job easier for exchanges.
Avatar
Avatar
Avatar
GitHub BOT 22-Jan-20 06:08 AM
I believe minting by default is not user friendly, mostly because user does not expect such a behaviour and thinks of wallet as a storage rather than active participant in the PoS consensus. In the past we had many complaints by users who have minted by accident, then come to complain about their coins being locked and they don't know why. To work around this I propose we implement two different "accounts" in the wallet. One account would be normal, "spending" account which PoS minter thre...
I believe this is more user friendly, and more in line with light wallets which most users use today. This is for the graphical wallet only, not for the daemon.
Avatar
GitHub BOT 22-Jan-20 06:25 AM
Icons for add file / add uri on the right look generic and ugly. !image I propose to: * make them vertical, one down one up * fix mobile layout for those * use new icons, attached bellow Here are new icons in svg format: attach_icons.zip
Avatar
Avatar
GitHub BOT 22-Jan-20 01:44 PM
`3fd9b31` add Foundation disclaimer - peerchemist
`59fe5e7` shorten the "Trustless base layer paragraph" - peerchemist
`9abf18a` fix Foundation page css - peerchemist
`e2b29ce` fix Trustless Base Layer css - peerchemist
Avatar
Avatar
GitHub BOT 22-Jan-20 04:18 PM
Tested on testnet only, but when generating a transaction and going to broadcast results in infinite loading saying "Please wait, loading..." even after the transaction was broadcasted and visible on an explorer. !image Said transaction after being broadcasted: https://chainz.cryptoid.info/ppc-test/tx.dws?867856.htm
Avatar
GitHub BOT 23-Jan-20 02:39 PM
Perhaps was limited to Firefox specifically. Chrome did not have the same issue. Maybe it was client side but I am unsure since I cannot replicate it, but chem said he was previously aware of this issue.
Nevermind, it is still looping. This time it didn't throw an error I had previously. I did replicate it then in this case.
Avatar
Avatar
GitHub BOT 24-Jan-20 02:30 PM
[peercoin/perpera-nextcloud] New branch created: master
Avatar
Avatar
GitHub BOT 25-Jan-20 05:14 AM
Avatar
GitHub BOT 25-Jan-20 12:13 PM
Avatar
GitHub BOT 27-Jan-20 05:03 AM
Fastest way to resolve this is probably to comment out the bitcoin-regtest from the library.
Avatar
GitHub BOT 27-Jan-20 08:14 AM
Avatar
Avatar
Avatar
GitHub BOT 27-Jan-20 11:44 AM
`da34208` change fetch - get to post - Matvei-Vasily `e158d83` Merge pull request #16 from Matvei-Vasily/chang... - peerchemist
`facc6bf` change fetch - get to post - Matvei-Vasily `0738db3` Merge pull request #2 from Matvei-Vasily/change... - peerchemist
Avatar
Avatar
Avatar
GitHub BOT 27-Jan-20 02:27 PM
Avatar
Avatar
Avatar
Avatar
GitHub BOT 28-Jan-20 05:44 AM
`4f5fa06` rfc0013 - Nagalim `7c4e3f4` rfc0013 edits, motivation, drawbacks, alternati... - Nagalim `f8e4c7a` formatting 0013 - Nagalim `387d420` Merge pull request #31 from Nagalim/master - peerchemist
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 28-Jan-20 01:11 PM
This introduces new RPC calls, introduced in Peercoin-v0.8.
`a2cf9f5` add rpc method - Matvei-Vasily `e8ef987` Merge pull request #3 from Matvei-Vasily/rpc-me... - peerchemist
Avatar
Avatar
Matvei 29-Jan-20 07:53 AM
Hi @backpacker, are you available now?
Avatar
GitHub BOT 29-Jan-20 08:24 AM
Alternative to this could be setting up "reserved coins", ie. a some minimum coins that should never be staked.
User friendly should not go before security of the network in the main full node client. Light clients can serve the user friendly aspect.
what about making minting only possible when you have encrypted your wallet (so you have to unlock it for minting anyway), it is also better for wallet security imo
Avatar
GitHub BOT 29-Jan-20 08:42 AM
Not a fan of that suggestion either. I think it is enough that you deactivate minting in the RPC.
Avatar
GitHub BOT 29-Jan-20 11:20 AM
i think that such change must go through regular rfc process before becoming a task for development. this is not a trivial user interface matter, but change of default participation in securing of the network. our current pos difficulty is low enough as it is, this change would reduce it further. i am against this change and the way its managed.
Avatar
GitHub BOT 29-Jan-20 02:42 PM
Avatar
Avatar
GitHub BOT 30-Jan-20 04:47 AM
`7c5ba20` make wording cleaner - peerchemist
Avatar
GitHub BOT 30-Jan-20 05:34 AM
`f42f8f0` fill missing on rfc13 - peerchemist
Avatar
GitHub BOT 30-Jan-20 08:08 AM
Avatar
Avatar
GitHub BOT 31-Jan-20 04:35 PM
Avatar
GitHub BOT 01-Feb-20 06:33 AM
Hello, may i ask why you still included bignum.h after moving from the old source instead of using arith_uint256?
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 03-Feb-20 12:03 PM
`a916773` Updating year to 2020 - captainbuckkets `84710cc` Merge pull request #4 from captainbuckkets/master - peerchemist
Avatar
GitHub BOT 04-Feb-20 04:40 AM
`acec352` fix max op_return relay size - backpacker69
Avatar
Avatar
GitHub BOT 04-Feb-20 06:56 AM
Some functions are still using the bignum, it's planned to eventually port them to new arithmetic.
@BlockMechanic do you mind contacting me privately on telegram, discord or us via the foundation@peercoin.net email. We are looking for developers to help out with the next few releases.
Avatar
Avatar
GitHub BOT 04-Feb-20 02:12 PM
Avatar
Avatar
GitHub BOT 05-Feb-20 05:04 AM
`bef3479` Merge pull request #486 from peercoin/release-0.8 - backpacker69 `6d10627` Merge pull request #487 from peercoin/develop - backpacker69 `60ae12e` settxfee stub - backpacker69 `37df99c` accept many insignificant trailing digits - backpacker69 `ec3eaa5` MIT/X11 changed to MIT in some files - sandakersmann
[peercoin/peercoin] New tag created: v0.8.5ppc
Avatar
Avatar
GitHub BOT 05-Feb-20 08:18 AM
Nice ! Have you tested this ? I'll run a test when i get some time.
Nice ! Have you tested this ? I'll run a test when i get some time.
i've tested it and it most certainly does not work properly for pow rewards calculation due to superior precision of openssl bignum implementation. while arith_uint256 unfortunately is not very precise.
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 05-Feb-20 08:20 PM
Avatar
GitHub BOT 06-Feb-20 05:08 AM
Avatar
Avatar
GitHub BOT 08-Feb-20 09:28 AM
`7cf0425` let's not allow broken transactions - backpacker69
[peercoin/peercoin] New branch created: nobrokentransactions
Avatar
Avatar
GitHub BOT 08-Feb-20 10:44 AM
`7cf0425` let's not allow broken transactions - backpacker69 `94acc60` Merge pull request #512 from peercoin/nobrokent... - peerchemist
[peercoin/peercoin] branch deleted: nobrokentransactions
`7cf0425` let's not allow broken transactions - backpacker69 `94acc60` Merge pull request #512 from peercoin/nobrokent... - peerchemist `72a4369` Merge pull request #513 from peercoin/develop - backpacker69
[peercoin/peercoin] New tag created: v0.8.5.1ppc
`ed58b41` minimal version bump - backpacker69
Avatar
Avatar
Avatar
Avatar
GitHub BOT 09-Feb-20 07:00 AM
Avatar
GitHub BOT 09-Feb-20 08:34 AM
Under Project -> Contribute ___ ## Contribute — How You Can Help Make Peercoin Better Peercoin is a free/open-source project, and you are more than welcome to help us make it better! There are many ways you can help: ### Reporting Bugs If you find bugs in Peercoin client, we need you to file them in our issue tracker. Your problem may have already been reported, so it’s a good idea to check to avoid filing a duplicate. Learn more about [link to git...
Maybe it's time to refactor wallet categories anyway. Wallets/Paper Wallet/Hardware Wallet/Unofficial wallet
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 10-Feb-20 05:07 PM
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Avatar
Random_guy 10-Feb-20 06:26 PM
that's for the website or wallet ?(edited)
just see the tweet 😅
Avatar
captainbuckkets 10-Feb-20 06:34 PM
Website
Senty sent it to me
Avatar
Random_guy 10-Feb-20 06:36 PM
yeah i just see that is a french student who saw it on twitter
Did we need a checker for french btw ?
Avatar
captainbuckkets 10-Feb-20 06:37 PM
I was verified a year ago, but it looks like it was a typo(edited)
The problem is if the verifier missed something like a swapped letter thats hard
I also manually handled all of those translations but I dont recall typing them in manually
So I dont know where it came from
Again this was almost exactly a year ago that I was working on this too
Hard to remember
Avatar
Random_guy 10-Feb-20 06:38 PM
but there has only a bit was checking if i look on transifex(edited)
Avatar
captainbuckkets 10-Feb-20 06:57 PM
Every time the website updates it asks to be reverified
Even if the information hasn't fundamentally changed
Avatar
peerchemist 10-Feb-20 06:58 PM
front page should be re-done
as text has been changed
Avatar
Random_guy 10-Feb-20 06:59 PM
okay
Avatar
peerchemist 10-Feb-20 07:00 PM
I can ping you tomorrow once I update the slogan
we've just voted the new one
#Peercoin, sustainable cryptocurrency for a trustless future. $PPC #proofofstake #crypto #blockchain
peercoinhypers 2
Avatar
Random_guy 10-Feb-20 07:00 PM
5/5 at your service sir
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 12-Feb-20 10:42 AM
Avatar
GitHub BOT 15-Feb-20 09:04 AM
@backpacker69 Would be great if you could merge this ASAP :)
Avatar
GitHub BOT 15-Feb-20 09:17 AM
`6596619` fix unlock wallet issue - Matvei-Vasily `71e2394` Merge pull request #506 from Matvei-Vasily/wall... - peerchemist `acec352` fix max op_return relay size - backpacker69 `2dd6299` version bump - backpacker69 `96b3216` new checkpoints data - backpacker69
Avatar
GitHub BOT 15-Feb-20 03:03 PM
Avatar
Avatar
Avatar
GitHub BOT 17-Feb-20 03:03 AM
`69153e0` Merge pull request #2 from peercoin/master - captainbuckkets `1d56d3f` French Correction - captainbuckkets `97d344d` Merge pull request #3 from peercoin/master - captainbuckkets `b48a4f6` Address update as per Senty - captainbuckkets `d7956b7` Merge pull request #136 from captainbuckkets/ma... - peerchemist
Avatar
Avatar
GitHub BOT 17-Feb-20 04:40 AM
Can this be PR'd against new v0.9 branch? So we can test more easily.
Avatar
GitHub BOT 17-Feb-20 04:49 AM
[peercoin/peercoin] New branch created: release-0.9
`d3df5b5` correct pow target - backpacker69 `115b920` rfc15 - backpacker69 `e66ceee` Merge pull request #516 from backpacker69/powta... - peerchemist
`0d816a8` version bump to 0.9.0 - backpacker69
Avatar
Avatar
GitHub BOT 17-Feb-20 12:08 PM
`9cffccb` return correct result - backpacker69
Avatar
GitHub BOT 17-Feb-20 03:24 PM
Based on pepera.ts package which is now on the npm.
Avatar
Avatar
roadcrypto 19-Feb-20 12:58 AM
?define human
Avatar
Dyno BOT 19-Feb-20 12:58 AM
dynoError Couldn't find any definition for this word!
Avatar
roadcrypto 19-Feb-20 12:58 AM
?joke
Avatar
Dyno BOT 19-Feb-20 12:58 AM
dynoError Error 404: Humor module not found!
Avatar
roadcrypto 19-Feb-20 12:58 AM
#fired
!help
Avatar
Peer6 BOT 19-Feb-20 12:59 AM
Author icon MEE6 Plugins Commands
Commands
!help commands
Moderator
!help moderator
Avatar
Altpocket BOT 19-Feb-20 12:59 AM
@roadcrypto, sent you all the commands!
Avatar
roadcrypto 19-Feb-20 12:59 AM
!top 10
🤔
$help
✔ 1
%help
bunch of stank bots.
Avatar
Avatar
GitHub BOT 20-Feb-20 04:09 AM
Avatar
peerchemist 20-Feb-20 04:30 AM
compiling
Avatar
captainbuckkets 20-Feb-20 04:53 AM
Nice
Avatar
Irritant 20-Feb-20 05:52 AM
compiling takes forever on my rpi
Avatar
Irritant 20-Feb-20 06:14 AM
almost there
and it is running
"subversion": "/Satoshi:0.16.3/Peercoin:0.9.0(v0.9.0.0-ccc1d7413)/",
Avatar
backpacker 20-Feb-20 08:30 AM
that's a good commit that one
Avatar
GitHub BOT 20-Feb-20 10:45 AM
[peercoin/peercoin] New tag created: v0.9.0ppc.rc1
Avatar
Avatar
Avatar
GitHub BOT 21-Feb-20 08:18 AM
Avatar
GitHub BOT 21-Feb-20 08:49 AM
Also want it to read out in the receive tab, at least if you click on details.
Avatar
GitHub BOT 22-Feb-20 06:10 PM
Avatar
GitHub BOT 22-Feb-20 06:20 PM
Corrected a typo and improved the writing a bit. On line 17, to clarify the changes: - Peercoin has a fixed transaction fee filters out spam [...] + Peercoin's fixed transaction fee filters out spam [...] That's all. Best regards.
Avatar
Avatar
Avatar
GitHub BOT 22-Feb-20 07:55 PM
`69686a1` Bump npm from 4.6.1 to 6.13.7 - dependabot[bot]
Bumps npm from 4.6.1 to 6.13.7. Release notes Sourced from npm's releases.
## v6.13.7 ## 6.13.7 (2020-01-28) ### BUG FIXES * `7dbb91438` #655 Update CI detection cases (@​isaacs) ### DEPENDENCIES * [0fb1296c7](https://github....
[peercoin/docs] New branch created: dependabot/npm_and_yarn/npm-6.13.7
Avatar
GitHub BOT 23-Feb-20 04:44 AM
`69686a1` Bump npm from 4.6.1 to 6.13.7 - dependabot[bot] `a3c4272` Merge pull request #45 from peercoin/dependabot... - peerchemist
[peercoin/docs] branch deleted: dependabot/npm_and_yarn/npm-6.13.7
Avatar
Avatar
GitHub BOT 24-Feb-20 09:45 AM
staking=0 in .conf file is commonly used by our forks and clones to stop the minter thread. To prevent confusion and people trying to stop minter thread on peercoin daemon with this command, node should understand staking as alias for "minting".
Avatar
Avatar
GitHub BOT 24-Feb-20 11:16 AM
Avatar
Avatar
Avatar
Avatar
Avatar
Irritant 27-Feb-20 08:41 AM
Community created JSON files for plugins. Contribute to ix-plugin-hub/iocage-plugin-index development by creating an account on GitHub.
Avatar
GitHub BOT 27-Feb-20 01:48 PM
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Avatar
GitHub BOT 27-Feb-20 02:02 PM
`f589345` Merge pull request #4 from peercoin/master - captainbuckkets `a1c77b3` Adding SwapSpace - captainbuckkets `1d9eff8` Merge pull request #137 from captainbuckkets/ma... - peerchemist
Avatar
Avatar
Avatar
Avatar
Nagalim 02-Mar-20 12:45 PM
It looks like we are currently at inflation modifier 4, which implies ~25% chain participation
This is higher than I expected, and brings up the question: do we want to limit rfc11 to 4 max instead of 5?
Avatar
Irritant 02-Mar-20 12:50 PM
Isn't there a way to calculate the number of coins that is minting from the pos difficulty?
Avatar
Nagalim 02-Mar-20 03:43 PM
It requires estimating average coinage of minting coins. Rfc11 kind of uses this concept, but a bit different. It takes the total coinage consumed for the whole year (in units of coinyears) and divides that into the total coin supply
We could have done an implementation using pos difficulty, I mentioned that at one point, but I worry that it would be easier to manipulate.
Avatar
Irritant 02-Mar-20 04:02 PM
When the block is created it tells how much coinage is consumed, so to rephrase, wouldnt it be possible to calculate the coins that was minting, 1 or more block ago?(edited)
Avatar
Nagalim 02-Mar-20 05:30 PM
The complexity is that you can never know how many coins are 'minting' at any given moment in time, you can only know when they find a block.
Pretend I turn on my minter for a day, fail to mint anything, then turn it off. Were my coins 'minting'? Because it would be impossible for the network to know that
So no matter what, you are estimating as if we have 'continuous minters', and a constant number of minting coins
In reality, the PoS difficulty changes quite a bit, which could indicate a change in minting coins or a change in average days coins are held before minting with them.
So you can do some approximate estimate of how many coins were minting at any given time using pos difficulty, but it is prone to a number of attacks if then used to determine reward.
By summing coinage over a year, we attempt to minimize those attacks
Avatar
Irritant 02-Mar-20 06:03 PM
ah yes i understand a little bit better
🙂
Avatar
Avatar
GitHub BOT 04-Mar-20 05:44 AM
`5cfd9ba` there's no need to calculate pow rewards when m... - backpacker69 `324827f` rfc11 implemented - backpacker69 `e0da9a7` show progress of loading stake map - backpacker69
Avatar
GitHub BOT 04-Mar-20 05:59 AM
[peercoin/peercoin] New tag created: v0.9.0ppc.rc2
Avatar
Avatar
backpacker 05-Mar-20 04:32 AM
everyone needs to update their testnet nodes to rc2 and possibly reconsiderblock 65dba9802cb911397d179956db9ccbe79d195823e616c0492090336ba95533dd
Avatar
Hemenke 05-Mar-20 10:08 AM
hi,i am new to peercoin and must upgrade to 0.8.5 version.now it is 0.7 , but how do i do that??I downloaded the new one and see four dir's .It is on a pi3+.Have not seen a solution on the network for the problem.
Avatar
Irritant 05-Mar-20 10:11 AM
raspberry pi?
Avatar
Hemenke 05-Mar-20 10:13 AM
si
Avatar
Irritant 05-Mar-20 10:13 AM
can you try this
Peercoin apt reposititory serving Debian stable packages - peercoin/deb-repo
Avatar
Hemenke 05-Mar-20 10:14 AM
But that is e new install,is there no upgrade?
or update
Avatar
Irritant 05-Mar-20 10:14 AM
how is upgrade different?
or update
you keep your wallet.dat (and you have backups right)
it also "updates/upgrades" with apt get update/upgrade
when new version
Avatar
Hemenke 05-Mar-20 10:16 AM
ooo is it in the repositore from debian?
Avatar
Irritant 05-Mar-20 10:16 AM
it is in the https://peercoin.github.io/deb-repo/ repositore
Peercoin apt reposititory serving Debian stable packages
you add it first
(you're running buster?)
Avatar
Hemenke 05-Mar-20 10:18 AM
yes i am running Buster and will try yhat ,thanks
👍 1
Avatar
GitHub BOT 06-Mar-20 05:15 PM
`8cd199e` limit effective coinage to one year - backpacker69
Avatar
GitHub BOT 07-Mar-20 06:37 AM
[peercoin/peercoin] New tag created: v0.9.0ppc.rc3
Avatar
Avatar
Avatar
Irritant 09-Mar-20 08:39 AM
what is now.sh?
im afraid spambots can read sourcecode, replacing the text with image and removing the link from the sourcecode would be better imo, or what would be even better is stop using email completely
Avatar
Irritant 09-Mar-20 08:59 AM
or some form that generates an unique email address (so we can see who leaks/sells it to spammers)
Avatar
GitHub BOT 09-Mar-20 02:58 PM
`d2d783a` rfc13 is rejected - peerchemist `0426871` update RFCs by status - peerchemist
Avatar
GitHub BOT 11-Mar-20 06:47 AM
`babc0f1` getstakemap rpc call - backpacker69 `5d16567` remove softfork bips - backpacker69
Avatar
HighLow 11-Mar-20 08:42 AM
hi, how can I send a transaction on Peercoin Blockchain with some String attached to that transaction?
Avatar
peerchemist 11-Mar-20 09:14 AM
Just add something to op return, up to 256 bytes is acceptable
Use cointoolkit to assemble the txn
Avatar
HighLow 11-Mar-20 09:27 AM
from the peercoin wallet it doesn't work?(edited)
Avatar
Avatar
peerchemist 12-Mar-20 04:32 PM
@HighLow no
I mean there is no ui to do it
Avatar
GitHub BOT 13-Mar-20 06:38 AM
`3573da1` fill nFlags during construction - backpacker69
Avatar
GitHub BOT 14-Mar-20 12:37 PM
Avatar
Avatar
GitHub BOT 15-Mar-20 04:51 AM
[peercoin/FindstakeJS] New branch created: dependabot/npm_and_yarn/acorn-5.7.4
Bumps acorn from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view ![Dependabot compatibility score](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolv...
Avatar
GitHub BOT 15-Mar-20 08:58 AM
Avatar
Avatar
GitHub BOT 16-Mar-20 05:20 AM
`12003bc` refactor rfc11 inflation adjustment calculation... - backpacker69
Avatar
GitHub BOT 16-Mar-20 05:35 AM
[peercoin/peercoin] New tag created: v0.9.0ppc.rc4
Avatar
Avatar
GitHub BOT 17-Mar-20 06:21 AM
`b46a203` ability to filter out mint transactions - backpacker69
Avatar
Avatar
GitHub BOT 19-Mar-20 11:03 AM
`2d94739` allow staking=0 to disable minting - backpacker69 `332a8f1` rfc11 check stake rewards using prev block mone... - backpacker69
Avatar
GitHub BOT 20-Mar-20 03:10 AM
[peercoin/peercoin] New tag created: v0.9.0ppc.rc5
Avatar
Avatar
Avatar
GitHub BOT 22-Mar-20 05:48 AM
Avatar
GitHub BOT 22-Mar-20 03:07 PM
Address some of the compiler warnings that might have come from us.
Avatar
GitHub BOT 22-Mar-20 04:31 PM
we are likely to have softforks in future why do you remove this code?
Avatar
GitHub BOT 22-Mar-20 06:41 PM
we are likely to have softforks in future why do you remove this code?
The compiler warning that prompted me to remove it:
rpc/blockchain.cpp:1053:17: warning: ‘UniValue SoftForkDesc(const string&, int, CBlockIndex*, const Consensus::Params&)’ defined but not used [-Wunused-function] static UniValue SoftForkDesc(const std::string &name, int version, CBlockIndex* pindex, const Consensus::Params& consensusParams) ^~~~~~~~~~~~
but if you think we'll need ...
Avatar
GitHub BOT 23-Mar-20 05:50 AM
`248610a` Hardened checkpoint update for v0.9.0 testnet - sandakersmann `76c0239` Merge pull request #519 from sandakersmann/rele... - backpacker69
`f6a32b0` Fix compiler warnings by removing unused variab... - belovachap `d15e621` Fix compiler warning by removing unused variable. - belovachap `9fea2b6` Fix compiler warning by using parenthesis to en... - belovachap `72d941c` Bring back SoftForkDesc. - belovachap `1727028` Merge pull request #520 from belovachap/belovac... - backpacker69
Avatar
GitHub BOT 23-Mar-20 10:33 AM
[peercoin/peercoin] New tag created: v0.9.0ppc.rc6
peercoin 1
Avatar
Avatar
Avatar
Avatar
GitHub BOT 24-Mar-20 01:45 PM
@backpacker69 @peerchemist Would be great if we could merge this ASAP. I have some updates to the icons to push as well.
`6f1ecdf` Hardened checkpoint update for v0.9.0 testnet 2 - sandakersmann `4787144` Merge pull request #521 from sandakersmann/rele... - backpacker69
Avatar
Avatar
GitHub BOT 24-Mar-20 02:05 PM
Avatar
GitHub BOT 26-Mar-20 07:38 AM
`f12b7fc` add abra wallet, prettier - bananenwilly `e5447f5` bump react scripts - bananenwilly
[peercoin/peercoin.net] New branch created: abra
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Avatar
GitHub BOT 26-Mar-20 08:40 AM
`f12b7fc` add abra wallet, prettier - bananenwilly `e5447f5` bump react scripts - bananenwilly `c94e630` Merge pull request #138 from peercoin/abra - peerchemist
[peercoin/peercoin.net] branch deleted: abra
It seems that service is largely defunct and does not support Peercoin anymore. https://www.peercoin.net/resources#exchanges !image
`e5a1321` remove novaexchange, remove bcbitcoin - bananenwilly
[peercoin/peercoin.net] New branch created: cleanexchanges
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Avatar
Avatar
GitHub BOT 26-Mar-20 05:21 PM
`5c27745` Updated icons to improve resolution - sandakersmann `40cfad5` Merge pull request #522 from sandakersmann/rele... - peerchemist
Avatar
GitHub BOT 26-Mar-20 06:04 PM
I was thinking about adding some unit tests to a function in release-0.9 but noticed that running make check locally is saying 0 tests are being run. It looks like the tests have to be enabled in the ./configure --enable-tests step of compiling in order for the test suite to exist now? From https://travis-ci.org/github/peercoin/peercoin/jobs/666455029 : ``` ============================================================================ Testsuite summary for Peercoin 0.9.0 =========...
Avatar
Avatar
GitHub BOT 27-Mar-20 07:06 PM
Maybe a fix for this is coming, but here's what I found on my computer with this branch checked out: I still need to pass a flag to configure to get the tests to compile (./configure --enable-tests), and make check hits the error: `` CXXLD test/test_peercoin_fuzzy libbitcoin_common.a(libbitcoin_common_a-warnings.o): In function GetWarnings(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /usr/include/c++/7/bits/basic_string.h:6045: un...
Avatar
GitHub BOT 27-Mar-20 07:31 PM
Avatar
GitHub BOT 27-Mar-20 11:43 PM
why do you have checkpoints disabled
As far as I can tell from the output of ./configure --enable-tests, checkpoints are enabled: ``` Options used to compile and link: checkpoints = yes with wallet = yes with gui / qt = yes qt version = 5 with qr = yes with zmq = no with test = yes with bench = yes with upnp = yes use asm = yes debug enabled = no werror = no target os = linux build os = ...
Avatar
GitHub BOT 28-Mar-20 12:37 PM
Nice, https://github.com/peercoin/peercoin/pull/524/commits/f2d19c20fbd02e7ccfc2dcc13b8c52109759f294 gets the test suite to compile. Progress :tada: Looks like both the core and the qt tests are failing, though: ``` FAIL: qt/test/test_peercoin-qt FAIL: test/test_peercoin ============================================================================ Testsuite summary for Peercoin 0.9.0 ============================================================================ # TOTAL: 2 # PASS: 0 ...
Avatar
GitHub BOT 29-Mar-20 07:26 AM
that will require a lot more work, but you can already start adding tests that you want
Avatar
GitHub BOT 29-Mar-20 07:15 PM
Avatar
Avatar
GitHub BOT 01-Apr-20 05:10 AM
before: found 837 vulnerabilities (424 low, 11 moderate, 401 high, 1 critical) after: found 282 low severity vulnerabilities
Avatar
GitHub BOT 01-Apr-20 05:43 AM
`55496ec` bump node-sass - bananenwilly `b893390` migrate react-scripts-ts to react-scripts - bananenwilly `69277ca` Merge pull request #28 from bananenwilly/master - peerchemist
Avatar
GitHub BOT 01-Apr-20 07:19 AM
`fe5a493` eslint - bananenwilly `0517d2b` fix status svgs to work with chromium - bananenwilly `dcaecb9` Merge pull request #29 from bananenwilly/master - peerchemist
Avatar
GitHub BOT 01-Apr-20 07:39 AM
Prettier did some things. One eslint warning left: ./src/components/Add/Add.tsx Line 87:10: The function binding is unnecessary no-extra-bind I'm not sure if it's really unnecessary, so I didn't touch it
Avatar
Avatar
GitHub BOT 01-Apr-20 08:31 AM
Avatar
GitHub BOT 01-Apr-20 04:27 PM
Avatar
GitHub BOT 02-Apr-20 12:42 AM
For 0011: Addressing the runaway timing attack Addition of a static reward portion Creation of a dynamic weight Explanation of a difficulty-dependent solution as an alternative Creation of 0016 targeted at 75 days split frequency
Avatar
GitHub BOT 02-Apr-20 05:24 AM
`f1db7d5` alternative adjustment calculation - Nagalim `4952717` Rfc11 - static subsidy - Nagalim `f5fd439` 0011 - dynamic reward - Nagalim `f141905` Create 0016 - Nagalim `b44ae5b` Merge pull request #36 from Nagalim/master - peerchemist
Avatar
GitHub BOT 02-Apr-20 05:32 AM
`8024fe0` Update 0016-split-and-combine.md - peerchemist
Avatar
GitHub BOT 03-Apr-20 07:19 PM
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 04-Apr-20 11:29 AM
`477a74d` Bump acorn from 5.7.3 to 5.7.4 - dependabot[bot] `1e70198` Merge pull request #11 from peercoin/dependabot... - bananenwilly
[peercoin/FindstakeJS] branch deleted: dependabot/npm_and_yarn/acorn-5.7.4
`2b2a994` Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 - dependabot[bot]
[peercoin/FindstakeJS] New branch created: dependabot/npm_and_yarn/lodash.defaultsdeep-4.6.1
Bumps lodash.defaultsdeep from 4.6.0 to 4.6.1. Commits ddf9354 Bump to v4.6.1. 5f58b65 Rebuild lodash and docs. 1ec20c5 Use propertyIsEnumerable var. 3421fab Update lodash dev dep. deeaf27 Avoid cloning symbols internally. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.defaultsdeep&package-manager=npm_and_yarn&previous-version=4.6.0&new-version...
[FindstakeJS] Branch dependabot/npm_and_yarn/lodash-4.17.15 was force-pushed to d0bc1ef
`2b2a994` Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 - dependabot[bot] `dfdc8ac` Merge pull request #12 from peercoin/dependabot... - bananenwilly
[peercoin/FindstakeJS] branch deleted: dependabot/npm_and_yarn/lodash.defaultsdeep-4.6.1
`d0bc1ef` Bump lodash from 4.17.11 to 4.17.15 - dependabot[bot] `a8a34a6` Merge pull request #10 from peercoin/dependabot... - bananenwilly
[peercoin/FindstakeJS] branch deleted: dependabot/npm_and_yarn/lodash-4.17.15
Avatar
Avatar
GitHub BOT 05-Apr-20 04:32 PM
Minimum adjustment should be '1', not dependent on the reward size.
Avatar
GitHub BOT 05-Apr-20 05:56 PM
`1bfd44c` 0011 - minimum adjustment - Nagalim `99ec7be` Merge pull request #37 from Nagalim/patch-1 - peerchemist
Avatar
GitHub BOT 06-Apr-20 03:03 AM
Avatar
GitHub BOT 07-Apr-20 05:51 AM
`711a242` Bump npm from 4.6.1 to 6.13.4 - dependabot[bot] `7276c40` Merge pull request #18 from peercoin/dependabot... - bananenwilly
[peercoin/PeercoinUniversity] branch deleted: dependabot/npm_and_yarn/npm-6.13.4
[peercoin/PeercoinUniversity] New branch created: dependabot/npm_and_yarn/npm-6.14.4
Bumps npm from 4.6.1 to 6.14.4. Release notes Sourced from npm's releases. v6.14.4 6.14.4 (2020-03-25) DEPENDENCIES 136832dca mkdirp@0.5.4 Bump minimist@1.2.5 transitive dep to resolve security issue 9c554fd8c update-notifier@2.5.0 bump deep-extend@1.2.5 bump is-ci@1.2.1 bump is-retry-allowed@1.2.0 bump rc@1.2.8 bump registry-auth-token@3.4.0 bump widest-line@2.0.1 8bf99b2b5 #1053 deps: updates term-size to use signed binary v6.14.3 6.14.3 (2020-03-19) DOC...
[peercoin/PeercoinUniversity] branch deleted: dependabot/npm_and_yarn/npm-6.14.4
Avatar
GitHub BOT 07-Apr-20 06:59 AM
`45c8634` updated rfc11 implemented - backpacker69 `44ad316` postpone v0.9 fork to 21st of May - backpacker69
Avatar
GitHub BOT 08-Apr-20 04:52 PM
`e23dff9` Revert "Hardened checkpoint update for v0.9.0 t... - backpacker69
[peercoin/peercoin] New tag created: v0.9.0ppc.rc7
Avatar
Avatar
Avatar
GitHub BOT 09-Apr-20 06:20 AM
`fe0d4c9` no need to modify CheckCoinStakeTimestamp - backpacker69
Avatar
Avatar
Avatar
GitHub BOT 09-Apr-20 07:25 AM
`5847a28` Hardened checkpoint update for v0.9.0 testnet 3 - sandakersmann `eb7f522` Merge pull request #525 from sandakersmann/rele... - backpacker69
Avatar
Avatar
GitHub BOT 14-Apr-20 09:43 AM
Avatar
Avatar
Avatar
Avatar
Avatar
GitHub BOT 28-Apr-20 09:08 PM
Hey there, the docs were out-of-date on the version of bootstrap file we were hosting so I'm dropping this paragraph. I also removed the ancient bootstrap files from the server, I don't think there's much benefit from us providing them and I doubt they will be missed. We do still host a stakebox image and an AppImage file, so at least there is still some reason to keep the server itself :) Although I might be in touch about moving the server to a smaller droplet (we could easily fit on a $...
Avatar
GitHub BOT 29-Apr-20 03:27 AM
`67916d6` We don't generate / host bootstrap files anymor... - belovachap `e6c321b` Merge pull request #46 from belovachap/update_b... - peerchemist
`1d206d1` coinage limit and pos reward - Nagalim `63085c8` Delete 0018-pos-reward.md - Nagalim `39e927a` Merge pull request #38 from Nagalim/rfc-17 - peerchemist
Avatar
GitHub BOT 29-Apr-20 02:19 PM
Avatar
GitHub BOT 01-May-20 02:20 AM
3%+0.25 changes to alternatives section (continuous vrs periodic)
Avatar
Avatar
GitHub BOT 02-May-20 03:10 AM
Requests will accumulate between sequential calls from the same RPCClient instantiation. Moreover an illegal string offset warning will occur if a single request (non-batch) is made first. The warning is derived from the first, single request being classified as non-batch and thus the elements of the encapsulated array are elevated to the parent array of "requests." When the second request is made, because "requests" is still populated, it is interpreted as batch. The batch method will then t...
Avatar
Avatar
GitHub BOT 02-May-20 06:36 AM
`4c40b57` rfc17 and rfc18 - peerchemist `618d326` Merge branch 'Nagalim-master' - peerchemist `25375c3` rfc11 has been rejected - peerchemist `6899082` update RFCs by status - peerchemist
Avatar
GitHub BOT 04-May-20 05:47 AM
Avatar
GitHub BOT 04-May-20 07:54 AM
`1587bf9` compilation fixes for tests - backpacker69 `3e83f58` uri tests - backpacker69 `64fd794` fix base58 tests - backpacker69 `ddee950` fix linking - backpacker69 `1fe1180` make blocks valid - backpacker69
Avatar
GitHub BOT 04-May-20 10:43 AM
`89a6c36` Revert hardened checkpoints - backpacker69
Avatar
GitHub BOT 04-May-20 11:17 AM
[peercoin/peercoin] New tag created: v0.9.0ppc.rc8
Avatar
Avatar
GitHub BOT 04-May-20 04:01 PM
Avatar
GitHub BOT 04-May-20 05:03 PM
Avatar
GitHub BOT 04-May-20 08:54 PM
Avatar
Avatar
Avatar
GitHub BOT 05-May-20 06:22 PM
`10dd273` Hardened checkpoint update for v0.9.0 testnet 4 - sandakersmann `298e6c5` Merge pull request #526 from sandakersmann/rele... - peerchemist
Avatar
GitHub BOT 09-May-20 06:19 AM
`3252a93` 00018-pos-reward - Nagalim `79335ba` Merge pull request #39 from Nagalim/master - peerchemist
`f7e28c9` 0019 - Nagalim `40dc934` Merge pull request #40 from Nagalim/master - peerchemist
Avatar
Exported 900 message(s)