Commit Graph

1341 Commits (fccdfc2a1641e266dd0b501862ee61219fab0004)

Author SHA1 Message Date
tuxxy fccdfc2a16 Add get_contract_data method to find contracts on the Registrar chain via address or name
Fix syntax error
2018-04-12 20:59:06 -06:00
tuxxy 0fb2d03707 Add chain data operations and make _read/write_registrar_file functions module level protected helpers 2018-04-12 20:59:06 -06:00
tuxxy 4db236f246 Store chain name information and add tester default chain 2018-04-12 20:59:06 -06:00
tuxxy 69983b9283 Add enroll method for Registrar 2018-04-12 20:59:06 -06:00
tuxxy a285fa947d Add Registrar class with private read/write methods 2018-04-12 20:59:06 -06:00
tuxxy bafa095e3f Add empty interfaces.py file 2018-04-12 20:59:06 -06:00
Kieran Prasch 157bf90d96 Minimal solc compilation to web3 contracts. 2018-04-12 20:59:06 -06:00
Kieran Prasch 15be632621 Deletes project.json populus chains config 2018-04-12 20:59:06 -06:00
Kieran Prasch 37b83b2b75 Updates Pipfile with Web3 contract testing deps, moves out README, adds missing __init__. 2018-04-12 20:59:06 -06:00
Kieran Prasch cce28aeaec Keeps a running test suite. 2018-04-12 20:59:06 -06:00
Kieran Prasch 89b6c6a741 Add Pipfile.lock 2018-04-12 20:59:06 -06:00
Kieran Prasch 5ec9760a83 Consolidate test fixtures and utilities, optimize imports 2018-04-12 20:59:03 -06:00
Kieran Prasch 122bb8bb2c Relocates solidity source into descrete namespace. blockchain.py -> chains.py 2018-04-12 20:58:15 -06:00
Kieran Prasch 7c356ae6bd Pick PR#22 from kms-eth; Further smooths file tree and namespaces. 2018-04-12 20:58:15 -06:00
Tux 3eab8cb083
Merge pull request #223 from jMyles/bytesplitting
No more as_b64 for UmbralPublicKeys.
2018-04-12 20:51:00 -06:00
jMyles 9cc25929c8 No more as_b64 for UmbralPublicKeys. 2018-04-12 19:18:42 -07:00
Tux 6078883fff
Merge pull request #220 from KPrasch/thunderdome
Updates nkms network apistar usage to version 0.4.3
2018-04-12 12:22:37 -06:00
Kieran Prasch ebd722ead0 Updates nkms network apistar usage to version 0.4.3; Adds public_key method to Ursula superclass. 2018-04-11 20:32:53 -07:00
Tux a972f0e801
Merge pull request #219 from tuxxy/crypto-config
Spice up config
2018-04-11 20:15:25 -06:00
tuxxy 17b22ad1a4 Use Blake2b as the HKDF hash 2018-04-11 17:23:46 -06:00
tuxxy 0b55e6d3e1 Write public keyfiles in generate 2018-04-11 17:00:34 -06:00
tuxxy a3f03b8338 Use term 'key_material' instead of 'master_key' 2018-04-11 16:59:46 -06:00
tuxxy 82536055b6 Change private key dir perms from 744 to 700 2018-04-11 16:29:29 -06:00
tuxxy 6636e11ee4 Add _save_public_keyfile function 2018-04-11 16:23:39 -06:00
tuxxy 1dcafa1edb Merge remote-tracking branch 'nucypher/master' into crypto-config 2018-04-11 16:09:28 -06:00
K Prasch df60841fd9
Merge pull request #215 from KPrasch/master
Merge nucypher-kms-ethereum constituents
2018-04-11 14:56:12 -07:00
K Prasch 534406006f
Merge branch 'master' into master 2018-04-11 14:55:57 -07:00
K Prasch 1c484c41a0
Merge pull request #216 from jMyles/absorb-eth-codebase
Keeping a passing test suite.
2018-04-11 14:54:41 -07:00
tuxxy 6cdeddab40 encrypt() -> decrypt() 2018-04-10 21:46:32 -06:00
jMyles 5e04f1a215 Skipping blockchain tests for now. 2018-04-10 20:21:23 -07:00
Justin Holmes a028ef001c Merge commit to smooth conflicts after the unification merge. 2018-04-10 19:31:06 -07:00
Justin Holmes e27f174ad3
Merge branch 'master' into master 2018-04-10 19:30:06 -07:00
Justin Holmes 55b11dcc3c
Merge pull request #196 from jMyles/unification-aftermath
Unification aftermath Part 1
2018-04-10 18:40:54 -07:00
tuxxy 99f1b1b6d3 Make parse_keyfile and save_private_keyfile 'private' 2018-04-10 19:40:20 -06:00
Kieran Prasch adfa29609e Manually merges inter-codebase tests, setup, pipfile, config classes, and sol source, respectively updates imports. 2018-04-10 17:03:21 -07:00
Kieran Prasch 38bb5095af Merge remote-tracking branch 'tuxxy/crypto-config' into config: Includes blockchain inter-codebase integration. 2018-04-10 15:16:06 -07:00
Kieran Prasch 50c1aacb1f Implements protected key caching methods for keyring. 2018-04-10 16:02:35 -06:00
Kieran Prasch bb52cab664 Successfuly create keyring paths and keys, setting permissions with file descriptors. Better naming/comments, Reintroduces config.utils 2018-04-10 16:01:16 -06:00
Kieran Prasch 0315fbaa56 Extract key configuration module; Fixes key caching scope, Deprecates Wallet in favor of umbral-style key handling; Add keyring generation functionality. 2018-04-10 15:56:22 -06:00
Kieran Prasch f952723597 Updates pipfile with web3 and eth_accounts 2018-04-10 15:53:58 -06:00
tuxxy 32503c59f7 Add get_signing_key and get_decrypting_key functions; Add comment for time on master key derivation; Cleanup stale functions 2018-04-10 15:53:09 -06:00
tuxxy e3ba60e729 Use JSON and dicts for keyfiles via _parse_keyfile and _save_keyfile 2018-04-10 15:53:02 -06:00
tuxxy 6e24f05556 Add key derivation functions for master and wrapping keys, and add
functiosn to encrypt/decrypt key material
2018-04-10 15:51:34 -06:00
Kieran Prasch ec88557dfa Implements protected key caching methods for keyring. 2018-04-10 14:41:44 -07:00
Tux 9899355ba6
Merge pull request #195 from jMyles/absorb-eth-codebase
Absorb KMS-ETH codebase.
2018-04-10 14:22:43 -06:00
jMyles 5b46b9d17a Moves and fixes to support KMS logic with unified ETH codebase. 2018-04-10 00:34:18 -07:00
jMyles d0f1821d82 Final merge commit to complete unification of projects. Prior to this commit, the KMS and the Ethereum integration lived in different repositories. 2018-04-10 00:33:06 -07:00
jMyles d10cae3c5f [KMS-ETH]- Moving to separate dir in preparation to absorb. LAST COMMIT ON nucypher-kms-ethereum project before unification. 2018-04-09 21:41:36 -07:00
K Prasch 3ef3fd5a36 [KMS-ETH]- Merge pull request #21 from KPrasch/web3
Prepare for testnet & merge with nucypher-kms
2018-04-09 13:14:32 -07:00
Kieran Prasch 30835b8221 [KMS-ETH]- Begin to deprecate populus with web3 TestProvider; Deprecate IssuerDeployer. Begin reflow of deployer subclasses to depend on other deployers, instead of agents. Updates Enum references. 2018-04-09 12:58:13 -07:00