Commit graph

330 commits

Author SHA1 Message Date
j01tz
788d050bbe
slatepack: Add WORDS_PER_LINE (#420) 2020-05-27 22:54:23 +01:00
Yeastplume
03cb1097e0
Slatepack Pt. 3 - The Packening (SlatepackAddress implementation) (#413)
* addition of SlatepackAddress type

* complete conversion of ed25519 keys to x25519 and isolate conversion within libwallet

* refactor packing/unpacking of slates logic into libwallet and out of slate adapters

* println
2020-05-26 09:51:05 +01:00
Antioch Peverell
038dafcc25
Merge pull request #412 from antiochp/local_chain_type
local vs global chain_type (for better test isolation)
2020-05-23 11:47:08 +01:00
antiochp
e368c4cb46 Merge remote-tracking branch 'upstream/master' into local_chain_type 2020-05-23 11:03:37 +01:00
Yeastplume
586a72d2ed
Don't run doctests on Windows CI (#416)
* don't run doctests on windows CI

* CI Testing
2020-05-23 10:54:27 +01:00
antiochp
2561589546 set_local_chain_type in owner and foreign tests 2020-05-23 10:10:23 +01:00
antiochp
0a19d5cca0 bump 2020-05-22 22:03:47 +01:00
antiochp
bee541792b bump 2020-05-22 17:35:07 +01:00
antiochp
e89abf6bae bump 3 2020-05-22 16:30:40 +01:00
antiochp
c9e41bf0cd bump for ci 2 2020-05-22 16:07:32 +01:00
antiochp
8848e82954 bump for ci 2020-05-22 15:24:48 +01:00
antiochp
66f67b5170 update grin deps 2020-05-22 14:36:06 +01:00
antiochp
72ff4b4e13 use local chain_type and global chain_type as necessary 2020-05-22 14:35:35 +01:00
Yeastplume
2769436117
Slatepack - Pt 2 - Encryption (#411)
* recreate PR from #400

* first tests with slate encryption

* simplify slatepack model to contain encryption header in payload, and add de/ser tests

* update tests and confirm slatepack encryption working

* remove recipient list, add version check warning
2020-05-22 11:48:11 +01:00
Yeastplume
9450d2a3b8
Compact slate merge (#404)
* Add support for sending compact slates (#366)

* WIP add support for sending compact slates

* add repopulate_tx function to internal API

* first pass at compacted slate working

* move slate compaction to separate function

* test fixes

* support compact slate inits in invoice workflow

* add compress flags to send and invoice

* attempting to remove is_compact and assume all V4 slates begin as compact

* attempting to calculate offsets when full tx data isn't available

* update calc_commit to use participant blind data

* update doctests for compact slates

* start to remove unneeded fields from serialization

* make num_participants optional

* remove other_version from slate

* use grin master branch

* remove message field

* lock height assumed to be 0 if it doesn't exist

* don't serialise receiver signature when null

* don't serialize payment_info if not needed

* remove participant id from participant info

* add note on id field

* fix finalize and receive doctests

* finalize_tx tests, init_send_tx tests

* doctests for process_invoice_tx, retrieve_tx, tx_lock_outputs

* finished test changes

* update from grin master

* rebuild PR from diff (#380)

* recreate PR from diff (#381)

* serialize tx struct into top level coms object (#382)

* remove height (#383)

* Add State Slate (#384)

* add state field to slate and SlateV4

* set slate state at each transaction stage, add check to tests

* serialize slate status properly

* V4 Slate field tweaks (#386)

* various tweaks to V4 slate

* field renaming

* serialize slate v4 ID as base64 (#387)

* remove amount and fee where not needed (#388)

* Final Changes for compact Slate (#389)

* add tests for all types of file output, remove message args

* default range proof serialization

* shorten output features serialization

* rename payment proof fields in slate v4

* v4 payment proof serialization

* Binary Slates (#385)

* start test implementation

* add experimental binary serialization to slate

* serialize id

* serialize fields that can be skipped as a separate struct

* factor out sigs serialization

* clean up sigs and coms serialization

* completed v4 bin serialization

* add manual de/ser traits for V4 bin slate

* add simple byte array serializer

* complete wiring in of bin slate serialization

* clarify comment

* clarify comment

* update version

* test output dir name fix

* update slate v4 change description

* add binary output to command line

* Remove unneeded signature data during S2 and I2 stages (#390)

* remove unneeded return signature data during S2

* remove unneeded sig data from I2

* Doctest Fixes for compact slate branch (#392)

* begin to fix doctests

* more doctest fixes

* fix receive_tx

* update get_stored_tx to accept an UUID instead of a tx object, and operate on a raw Transaction object (#394)

* Fixes to async transaction posting (#395)

* unstash post_tx changes

* add offset during S3 and I3

* Revert slate id serialization to hex-string uuid (#396)

* update from master (#397)

* v3.x.x - v4.0.0 wallet compatibility fixes (#398)

* changes to support http sending to v3 wallets

* sending via http/tor TO 3.0.0 wallet works

* receiving FROM 3.0.0 wallets works over http/tor

* output converted V3 slate when needed

* paying invoices from 3.0.0 wallets working

* handle all participant info in slate states

* sending and receiving standard file transactions between v3 and 4 wallets confirmed working

* all file-based workflows working

* fixes resulting from tests

* remove reminder warnings

* remove lock_height, add kernel_features + arguments (#399)

* grin-wallet master now building against grin master (#402) (#403)

Co-authored-by: Antioch Peverell <apeverell@protonmail.com>

* Enhanced offset creation (#407)

* initial tests reworking offset creation

* invoice flow fixing + tests

* further test fixes

* change offset name in v4 slate, base64 serialize

* logic optimisation

* changes based on review feedback

Co-authored-by: Antioch Peverell <apeverell@protonmail.com>
2020-05-19 11:19:03 +01:00
Antioch Peverell
19da1e4aec
grin-wallet master now building against grin master (#402) 2020-05-11 10:27:47 +01:00
Quentin Le Sceller
dceeda93be
Use latest AP hosted agents (#371)
* Use latest AP hosted agents

* Simplify CI structure
2020-03-26 09:39:33 -04:00
Yeastplume
c42d5ddcff
Make Transaction Field in V4 Slate Optional (#356)
* make transaction field in V4 Slate optional

* add mutable/non mutable version of tx getter

* removal of mut references where not needed

* remove more muts

* update from master

* update from master

* test fixes
2020-03-10 18:19:27 +00:00
jaspervdm
aebc352fbe
Update hyper-timeout version (#364) 2020-03-10 16:49:37 +01:00
jaspervdm
7a95f42cc8
Detect reverted transactions (#355)
* Detect reverted transactions

* Add reverted amount to funds display

* Support cancelling reverted txs

* Add reverted_after field for reverted transactions

* Update grin dependency to master branch

* Panic on failed test cleanup

* Only delete test dir if it exists

* Stop wallet proxy in accounts test

* Stop proxy thread in all controller tests

* Typo

* Add sleep after revert test

* Longer sleep in revert tests
2020-03-10 16:49:17 +01:00
jaspervdm
63eb25a92b
Stop proxy in controller tests to allow dir cleanup on Windows (#363)
* Stop wallet proxy in controller tests to allow directory cleanup in Windows

* Update test client

* Update to latest grin master

* is_unspent -> get_unspent
2020-03-10 12:00:33 +01:00
Yeastplume
1810854b24
Remove V2 Slate, Add V4 (#354)
* add V4 slate

* add V4 slate

* deprecation warnings as reminders

* fix doctests, add warnings and change upstream grin back to master
2020-03-06 09:33:47 +00:00
Yeastplume
62e3aed00d
Remove V2 Owner API (#351)
* remove v2 owner API

* rename former owner_rpc_s to owner_rpc

* remove use_token arg from doc tests
2020-03-04 13:38:40 +00:00
Yeastplume
decdd173a0
version bump for next potential release 2020-03-02 15:11:18 +00:00
Yeastplume
695e425f22
Version bump for 3.1.0 release (#350) 2020-03-02 13:10:28 +00:00
jaspervdm
2f67695b37
Remove unused dependencies (#347) 2020-02-25 18:33:05 +01:00
Yeastplume
df8b706fbb
Version increment for 3.1.0-beta.2 (#346) 2020-02-25 10:46:28 +00:00
Quentin Le Sceller
4f0c5c015f
Fix CI (#345)
* Fix CI
2020-02-24 22:31:44 -05:00
jaspervdm
b56afda5f9
Fix compilation issues (#344) 2020-02-24 22:39:32 +01:00
Yeastplume
bf27520bd2
update and confirm new ring::aead version (#343) 2020-02-24 17:28:57 +00:00
jaspervdm
bed60dff5b
Merge pull request #342 from jaspervdm/futures0.3
Update hyper/tokio/futures dependencies
2020-02-24 16:24:39 +01:00
Jasper van der Maarel
6024d8ed2d
Update rustfmt edition 2020-02-24 16:21:33 +01:00
Jasper van der Maarel
8ca3f9994b
Update hyper/tokio/futures dependencies 2020-02-24 16:20:14 +01:00
Yeastplume
9213559548
Update ring crates, update ring AEAD functionality to new ring API (#341) 2020-02-24 12:03:09 +00:00
Yeastplume
1ced8990b9
Add sample script to init and call the secure owner API from node.js (#335)
* add sample script to init and call the secure owner API from node

* fix xiaojay's name.. thanks xiaojay!
2020-02-18 12:28:23 +00:00
Yeastplume
da064acc33
Change EncryptedRequest 'id' field to String (#336)
* change ID field in encrypted request/response to be a string of any kind

* Use JsonId Enum instead of String value
2020-02-18 12:28:08 +00:00
Yeastplume
b2c973fd0b
Cargo update (#337) 2020-02-18 10:23:33 +00:00
jaspervdm
4774704aeb
Shutdown runtime after task is completed (#331)
* Use current thread for tokio runtime

* Use single thread runtime with shutdown
2020-02-14 09:57:39 +00:00
Yeastplume
4bb0398e21
Convert node client to use V2 Node API (#329)
* add beginnings of jsonrpc node client, get_chain_tip implementation

* version info and outputs from node

* return async split up of get_output requests

* add and test get kernel functionality

* height range to pmmr indices

* test fixes

* outputs by pmmr index
2020-02-14 09:16:43 +00:00
Quentin Le Sceller
a92b8d44b3
CI: Fix macOS build (#332)
* CI: Fix macOS build

* Missing condition
2020-02-13 17:07:02 +00:00
Yeastplume
3571ff8e37
add ability to specify scan height backwards from tip (#325) 2020-02-07 10:17:37 +00:00
Quentin Le Sceller
40a0dbdd7f
Forgotten Cargo.lock (#327) 2020-02-07 10:07:31 +00:00
Quentin Le Sceller
1116bc5545
Less cloning and additional pattern simplifications (#326)
* API cleanup

* Config cleanup

* Impl cleanup

* Libwallet cleanup

* Additionnal simplification
2020-02-07 09:39:56 +00:00
Yeastplume
2d264db91a
Wallet Interactive-mode, Part 1 (#295)
* cli addition to yml

* first experiments with CLI mode

* rustfmt

* modify owner_single_use to take optional instantiated API

* refactor command functions to take owner api instance

* modify commands to use single owner api instance

* add ability to pass customised message handler to API

* prevent update wallet attempt if wallet hasn't been opened

* fix output when internal updater is running

* add termion, use cli for status updates, remove logging output from CLI

* some attempts to clean up the command prompt and accomodate scanning intervals

* rework listener slightly to allow for cli mode, add close command

* remove termion dependency
2020-02-06 09:08:24 +00:00
Quentin Le Sceller
0ae921461c
CI: Remove Rust installation for macOS (#324) 2020-02-04 15:41:28 -05:00
Quentin Le Sceller
047ea9372f
Remove cloning and various formating/efficiency improvements (#321) 2020-02-04 16:17:46 +00:00
Yeastplume
c76ee7c803
Cargo update (#323) 2020-02-04 10:04:57 +00:00
Yeastplume
ed5b9008c0
Ensure API create_wallet returns failure when provided with invalid mnemonic seeds (#319)
* Ensure  returns failure with invalid mnemonic seeds, add tests

* test fixes resulting from change
2020-01-31 12:00:49 +00:00
Yeastplume
e71d79dc38
Rework directory checks/setups at launch (#318)
* rework setup code to ensure --top_level_dir flag works and all files are only output into the desired directory

* check for existence of wallet configuration file in target directory before asking recovery phrase and password

* test fixes and add test_mode flag to parse_init_args
2020-01-31 09:18:11 +00:00
Yeastplume
14e126bb1e
add serde(default) specifier to ttl_blocks and payment_proof_recipient_address (#316) 2020-01-29 15:11:08 +00:00