Bitcoin Forum
May 28, 2024, 12:24:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Bounty] 0.5 BTC breadwallet modification feasability test and estimate  (Read 691 times)
yodark (OP)
Sr. Member
****
Offline Offline

Activity: 297
Merit: 264



View Profile WWW
May 07, 2015, 10:41:23 AM
 #1

Hello Everyone

I have a little bounty. A little hack into an existing wallet

I would like you to take breadwallet ios source code.  https://github.com/voisine/breadwallet

Look under
Code:
- (BOOL)signTransaction:(BRTransaction *)transaction

and see if you can replace the transaction object in order to include a transaction generated by the counterparty API output :

From : http://counterparty.io/docs/api/#transaction-encodings
Send 1 XCP (specified in satoshis) from one address to another.

Code:
payload = {
           "method": "create_send",
           "params": {
                      "source": "1CUdFmgK9trTNZHALfqGvd8d6nUZqH2AAf",
                      "destination": "17rRm52PYGkntcJxD2yQF9jQqRS4S2nZ7E",
                      "asset": "XCP",
                      "quantity": 1
                     },
           "jsonrpc": "2.0",
           "id": 0,
          }

I expect two outcomes
The outcome would to the feasibility is  :

1. Done the source code has been updated to include a hard coded transaction request to the API that can be signed and broadcasted
2. Source code not updated but with a detailed description why this function can't be used out of the box and why.

Second output

Is a rough estimate about half a page on what would it take to implement counterparty API to breadwallet source code. This mean allowing people to view and send not only bitcoin but other asset counterparty.

Depending on the feasibility we might we could start a bigger the full project.

Thank you a lot

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
«««« SpellsOfGenesis.com  Collect Monsters and Cards on Blockchain  »Collect« »Trade« »Evolve« »Subscribe to beta now«»»»»
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄

yodark (OP)
Sr. Member
****
Offline Offline

Activity: 297
Merit: 264



View Profile WWW
May 13, 2015, 11:36:05 AM
 #2

up

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
«««« SpellsOfGenesis.com  Collect Monsters and Cards on Blockchain  »Collect« »Trade« »Evolve« »Subscribe to beta now«»»»»
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄

deliciousowl
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250


View Profile
May 13, 2015, 02:50:35 PM
 #3

Interesting. Make sure to cross-post this in https://bitcointalk.org/index.php?topic=395761.11540 and http://counterpartytalk.org

yodark (OP)
Sr. Member
****
Offline Offline

Activity: 297
Merit: 264



View Profile WWW
May 13, 2015, 03:42:36 PM
 #4

done `!

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
«««« SpellsOfGenesis.com  Collect Monsters and Cards on Blockchain  »Collect« »Trade« »Evolve« »Subscribe to beta now«»»»»
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!