Commit Graph

8351 Commits (1b60b813ddf1a9f48d8dcfd86ec905357b21da3b)

Author SHA1 Message Date
Kieran Prasch ec75abd83f Includes shorthand flags for bob's public keys. 2020-12-05 09:51:01 -08:00
Kieran Prasch cba70fc5fd Newsfragment for PR #2371 2020-12-05 09:45:44 -08:00
Kieran Prasch 2fb5637f20 Use s decimal casted referenced to economics for CLI's min. stake option. 2020-12-05 09:45:34 -08:00
Kieran Prasch 148402c5ec Newsfragment for PR #2458 2020-12-05 08:29:48 -08:00
Kieran Prasch 66ada04432 Relax regex testing for contract versioning. 2020-12-05 08:16:27 -08:00
Kieran Prasch 683617a507 Remove annotations for 're.Pattern' to comtinue supporting python 3.6. 2020-12-05 08:15:54 -08:00
tuxxy 7babc611c5 Set teacher min_stake to 15000 NU. oops.... 2020-12-05 08:02:57 -08:00
damon e1d1e3a90e cloudworkers: allow namespace creation in operation 2020-12-04 15:44:48 -08:00
damon 5c533d5017 nucypher cloudworkers refactored and production tested 2020-12-04 14:36:59 -08:00
Kieran Prasch 2f613b8b9c
Bump version: 4.2.0 → 4.2.1 2020-12-04 09:02:27 -08:00
K Prasch c1b51c367c
Merge pull request #2452 from KPrasch/main
Remove imported 'tests' reference from packaged constants.
2020-12-04 09:00:22 -08:00
David Núñez 111ccc55dc
Merge pull request #2185 from derekpierre/dao-doc
[WIP] Initial DAO documentation
2020-12-04 13:47:56 +01:00
Kieran R. Prasch 8226e775cc
newsfragment for PR #2452 2020-12-03 19:59:18 -08:00
Kieran R. Prasch 65a41e7f33
Remove imported 'tests' reference from packaged constants. 2020-12-03 19:53:29 -08:00
Kieran Prasch 9a99fe7bd3
Bump version: 4.1.2 → 4.2.0 2020-12-03 17:00:38 -08:00
Kieran Prasch e8370513f8 Increase maximum acceptable version length in regex test for contracts. 2020-12-03 16:48:04 -08:00
David Núñez 5972896510
Merge pull request #2439 from vzotova/compile-std
Standard Solc Compile (Multiversion)
2020-12-03 18:11:22 +01:00
Victoria a8f0ec5bc5 Apply suggestions from code review #2439
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
Co-authored-by: Kieran Prasch <kieran@nucypher.com>
Co-authored-by: David Núñez <david@nucypher.com>
2020-12-03 18:39:44 +03:00
vzotova 0a518df17a Refine upgradeability test 2020-12-03 16:48:35 +03:00
vzotova af5bb16fab Solidity 0.7.3->0.7.5 2020-12-03 16:48:35 +03:00
vzotova d221051284 Small touch ups for logs and tests while compilation 2020-12-03 16:48:34 +03:00
vzotova cedb66caf9 Finished bytecode validation for equal versions of the same contract 2020-12-03 16:48:34 +03:00
vzotova 4ff174eed0 Generate remappings settings based on source bundle 2020-12-03 16:48:34 +03:00
vzotova c7ec3c7ecb Fix predefined source bundles 2020-12-03 16:48:34 +03:00
vzotova bf247bc73f Take allowed path from source bundle while compilation 2020-12-03 16:48:33 +03:00
vzotova 96e959f60a Fix after rebasing 2020-12-03 16:48:33 +03:00
Kieran Prasch a16691bd62 Return of import remappings. 2020-12-03 16:48:33 +03:00
Kieran Prasch 90ce32d305 Workaround for invalid / reused nonce in tests. 2020-12-03 16:48:33 +03:00
Kieran Prasch 616f89b057 Use a calculated relative path with imports and source URLs for compiler input config 2020-12-03 16:48:33 +03:00
Kieran Prasch 1fe2d91297 Jamming with Viki and Derek. 2020-12-03 16:48:32 +03:00
Kieran Prasch 37f7a20814 All I want for christmas is a working source bundle 2020-12-03 16:48:32 +03:00
Kieran Prasch b8949a7972 Follow the yellow brick road 2020-12-03 16:48:32 +03:00
Kieran Prasch 0dec898159 Implements CachedInterface as a NamedTuple. 2020-12-03 16:48:32 +03:00
Kieran Prasch 0f1bac7d32 Newsfragment for solc compiler usage updates. 2020-12-03 16:48:31 +03:00
Kieran Prasch 6f04cef63d Rescues a test utility from fixtures and modifies estimate gas metrics to use standard compiler output. 2020-12-03 16:48:31 +03:00
Kieran Prasch 4499b86fb5 Woring around apidoc issues with compile constants when tests.__file__ is None. 2020-12-03 16:48:31 +03:00
Kieran Prasch 673223cf43 Ignore solc compile and economics from autodoc. 2020-12-03 16:48:31 +03:00
Kieran Prasch 706db66ee5 Compiler test module uses new entry points. 2020-12-03 16:48:30 +03:00
Kieran R. Prasch e8f42360ec Moves nonce testing concept to PR #2074 2020-12-03 16:48:30 +03:00
Kieran Prasch d40c422ceb Use absoute import paths for nucypher 2020-12-03 16:48:30 +03:00
Kieran Prasch 70cf785c7f Arrange tests to respect upstream changes; Conventionalize testerchain class attrs; Accept nonce atability testing with delay. 2020-12-03 16:48:30 +03:00
Kieran Prasch 923dee3a07 Breakout compile functionality into a package. 2020-12-03 16:48:30 +03:00
Kieran R. Prasch faabdb5ac2 Drafts simple nonce stability testing helper contract. 2020-12-03 16:48:29 +03:00
Kieran R. Prasch 7b0896f121 hypothesis validation for devdoc regex. Finish test split. 2020-12-03 16:48:29 +03:00
Kieran R. Prasch d3e7d70faf Seperates multiversion compile test into another module. 2020-12-03 16:48:29 +03:00
Kieran R. Prasch f112fba017 Use Interfaces to rework module based compilation to aggregate multiversion contracts from devdoc specifiers. Handle import remappings from souces; Threading lock for nonce collection. 2020-12-03 16:48:29 +03:00
Kieran R. Prasch ab71b85be2 Initial discovery of nonce instability. 2020-12-03 16:48:28 +03:00
Kieran R. Prasch 775fe32828 Handle multiversion compiler test source directories and remove old compiler usage from chain interfaces. 2020-12-03 16:48:28 +03:00
Kieran R. Prasch 11a807c096 Simplify solidity compiler module with a more stateless and functional approach; Use the standard compiler method. 2020-12-03 16:48:28 +03:00
David Núñez 066255d22a
Merge pull request #2369 from KPrasch/router
Staking interface router ownership transfer
2020-12-03 13:33:32 +01:00