Commit Graph

7707 Commits (313465818f7a72bd9039d7a37bceaace8bc6bc73)

Author SHA1 Message Date
Kieran Prasch 6a186eb385
Adjusts tests for hasty commitments 2020-09-21 11:05:06 -07:00
Kieran Prasch 59d597fe03
Remove tracking requirement until long-term solution is implemented. 2020-09-21 10:22:17 -07:00
Kieran Prasch 76b7a45f8f
Accomodate 'fire and forget' transaction broadcasting. 2020-09-21 10:21:47 -07:00
AlexMapley 894b696782 set availability score to -1 when ursula --disable-availability-check flag is set 2020-09-21 09:21:01 -04:00
Al f8876aeb79
Apply suggestions from code review
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2020-09-21 09:11:16 -04:00
David Núñez 2854f4ba72 Fix wrong method call inside TrezorSigner.__get__address() 2020-09-19 22:44:21 +02:00
David Núñez c7e070b474
Merge pull request #2267 from vzotova/worklock-winddown
StakingEscrow: enable wind down for claim from worklock
2020-09-19 21:42:04 +02:00
Kieran Prasch 69b6cd1cd0
Repond to RFCs in PR #2220 2020-09-18 13:59:49 -07:00
Derek Pierre 248fdd5c5f
Merge pull request #2256 from derekpierre/docs-limpia
Docs Update
2020-09-18 09:35:44 -04:00
vzotova e9b506ff92 StakingEscrow: enable wind down for claim from worklock 2020-09-18 14:34:54 +03:00
Kieran Prasch 030730f488
Fixes import in doa CLI 2020-09-17 17:46:27 -07:00
AlexMapley dad0ddc1ee export ursula_availability_score prometheus metric 2020-09-17 19:15:42 -04:00
derekpierre 614d5bd62e Apply RFC to #2256.
Co-authored-by: K Prasch <kieran@nucypher.com>
2020-09-17 16:47:32 -04:00
Kieran Prasch 90b52da283
Relock dependencies with trezor (updates) 2020-09-17 13:26:38 -07:00
Kieran Prasch 98233ab295
Internalize SIGNERS constant. 2020-09-17 13:26:38 -07:00
Kieran Prasch 3b91842887
Reworks URI_SCHEME as an abstract classmethod. 2020-09-17 13:26:38 -07:00
Kieran Prasch 180ae82b7b
Responds to RFCs in PR #2262 2020-09-17 13:26:38 -07:00
Kieran Prasch a9af58764d
Relocates SignedMessage type to common signer baseclass. 2020-09-17 13:26:38 -07:00
Kieran Prasch c6095d0f18
Improve comments for trezor signing method. 2020-09-17 13:26:38 -07:00
Kieran R. Prasch 765adb0310
Allow module-scoped trezor imports. 2020-09-17 13:26:38 -07:00
Kieran R. Prasch 8f6def2851
Respond to RFCs - Returns filesystem integration tests to thier home. 2020-09-17 13:26:38 -07:00
Kieran Prasch 6a0e1eeb17
Accomodate basic trezor signer URI scheme; Fixturize mocked trezorlib components 2020-09-17 13:26:38 -07:00
Kieran Prasch 9bf1e995c9
Internalize a subset or trezorlib usage; Complete docstrings and type hinting for trezor signer. 2020-09-17 13:26:38 -07:00
Kieran Prasch 9677b25fb3
Consolodate web3 signer unit tests; Improvements to trezor method decoration. 2020-09-17 13:26:38 -07:00
Kieran Prasch 1e4e07b487
Accept the transaction key and formatting differences between python and trezor transactions. 2020-09-17 13:26:38 -07:00
derekpierre d79b878c12
Added unit test for Trezor transaction format conversion. 2020-09-17 13:26:38 -07:00
Kieran Prasch 37e3650d96
relocate trezor transaction formatting to it's own method. 2020-09-17 13:26:38 -07:00
derekpierre 5552a84176
Rollback py-solc-x version and clean up imports. 2020-09-17 13:26:38 -07:00
Kieran Prasch b13aeb163f
Avoid circular import 2020-09-17 13:26:38 -07:00
Kieran Prasch ce6433a791
Accept that clef is a unique scheme. 2020-09-17 13:26:38 -07:00
Kieran Prasch c59a1d317d
Preserve tha ability to use passthrough signers. 2020-09-17 13:26:38 -07:00
Kieran Prasch cae29b98fc
Keep libusb import function scoped. 2020-09-17 13:26:38 -07:00
Kieran Prasch 148528b24c
Signers is now a package 2020-09-17 13:26:33 -07:00
Kieran R. Prasch 5461141b4d
Relock deps with trezor 2020-09-17 13:23:24 -07:00
Kieran R. Prasch 60772428a5
Formalize default trezor derivation path and formatting. 2020-09-17 13:23:24 -07:00
tuxxy bf793de3b8
Format data in the transaction_dict correctly 2020-09-17 13:23:24 -07:00
Kieran R. Prasch d9bf625849
Successful comm with the trezor emulator 2020-09-17 13:23:24 -07:00
Kieran R. Prasch 12cf3842cc
Crafting the TrezorSigner 2020-09-17 13:23:24 -07:00
Kieran R. Prasch f24fa9f869
Throw trezor code into signers like a tossed salad. 2020-09-17 13:23:24 -07:00
derekpierre f207b69a20 Overall cleanup of paths to scripts depending on where the document is. 2020-09-17 15:24:30 -04:00
derekpierre b0fe51b1ae Update documentation regarding Keystore signer. 2020-09-17 15:07:32 -04:00
derekpierre 9f9b29e8f4 Add note about only running docker image on x86 architecture. 2020-09-17 12:22:39 -04:00
Derek Pierre 9cabd4ebef
Merge pull request #2260 from derekpierre/resolution-impossible
Equalize docs dependency versions with nucypher requirements.
2020-09-17 11:45:44 -04:00
derekpierre 378640be3f Equalize dependency versions with nucypher requirements. 2020-09-17 11:28:00 -04:00
K Prasch 7a26900976
Merge pull request #2258 from vzotova/remove-force-lock
Remove force re-stake lock
2020-09-17 08:27:13 -07:00
Derek Pierre 7f57dafcf7
Merge pull request #2259 from derekpierre/resolution-impossible
Fix broken docs build due to dependencies
2020-09-17 11:02:56 -04:00
derekpierre 885798c8eb Update dependencies for docs requirements. 2020-09-17 10:47:08 -04:00
derekpierre fac1837228 Fixed broken links on Installation page. 2020-09-17 09:53:41 -04:00
David Núñez 85c14b0819
Merge pull request #2253 from derekpierre/ursula-limpia
Provide periodic feedback to user about still waiting for bonding and funding
2020-09-17 13:58:31 +02:00
vzotova 346cfd9714 Solidity 0.7.0 -> 0.7.1 2020-09-17 13:55:18 +03:00