David Núñez
|
37e0d22d61
|
Merge pull request #1542 from vzotova/re-stake-invert
Re-stake flag invert
|
2019-12-26 10:32:54 +00:00 |
vzotova
|
7b089dac11
|
Apply suggestions from code review #1542
Co-Authored-By: MacLane Wilkison <maclane@nucypher.com>
|
2019-12-26 13:21:13 +03:00 |
vzotova
|
e66058530e
|
Fixes #1349, enable re-staking by default
|
2019-12-26 13:21:12 +03:00 |
David Núñez
|
6269ad8619
|
Merge pull request #1407 from vzotova/new-worklock
WorkLock updates
|
2019-12-26 10:18:57 +00:00 |
vzotova
|
4f0a49ff4a
|
Upgradeability test revision
|
2019-12-26 13:01:11 +03:00 |
vzotova
|
bb15e4bad1
|
Apply suggestions from code review #1407
|
2019-12-26 13:01:10 +03:00 |
vzotova
|
686a977f43
|
Test flag for StakingEscrow in administrator class
|
2019-12-26 13:01:10 +03:00 |
Victoria
|
9b5ef923cb
|
Apply suggestions from code review #1407
Co-Authored-By: David Núñez <david@nucypher.com>
|
2019-12-26 13:01:10 +03:00 |
vzotova
|
a473357eca
|
Fix after rebasing
|
2019-12-26 13:01:10 +03:00 |
vzotova
|
d6f10f7167
|
Apply suggestions from code review #1407
|
2019-12-26 13:01:09 +03:00 |
vzotova
|
6843f309f4
|
Reentrancy protection test for cancelBid
|
2019-12-26 13:01:09 +03:00 |
vzotova
|
0e3c616861
|
Class name in registry id calculation
|
2019-12-26 13:01:09 +03:00 |
vzotova
|
3c000d5742
|
Fixed integration test
|
2019-12-26 13:01:08 +03:00 |
vzotova
|
5d522666d4
|
Fixed worklock tests
|
2019-12-26 13:01:08 +03:00 |
vzotova
|
2ad5f4220d
|
Locking tokens in WorkLock
|
2019-12-26 13:01:08 +03:00 |
vzotova
|
f7c0401ff5
|
Test flag for multiple worklock in StakingEscrow
|
2019-12-26 13:01:08 +03:00 |
vzotova
|
acd8f50e16
|
Update test_worklock
|
2019-12-26 13:01:07 +03:00 |
vzotova
|
c57a4d8f16
|
More updates for WorkLock
|
2019-12-26 13:01:07 +03:00 |
vzotova
|
4d8bab171d
|
Draft of new WorkLock phases
|
2019-12-26 13:01:07 +03:00 |
vzotova
|
b454a0fd40
|
Completed tests for burn tokens
|
2019-12-26 13:01:06 +03:00 |
vzotova
|
73e0b6378c
|
Explicit StakingEscrow and WorkLock initialization
|
2019-12-26 13:01:06 +03:00 |
vzotova
|
75e8abda4b
|
Ability to burn tokens, changed initialization for StakingEscrow and WorkLock
|
2019-12-26 13:01:06 +03:00 |
David Núñez
|
11e7fc6c92
|
Merge pull request #1470 from vzotova/upgradability-test
Versioning of contracts and upgradability test
|
2019-12-26 09:58:03 +00:00 |
David Núñez
|
a7920c4aba
|
Merge pull request #1549 from cygnusv/urlparse
Workaround for urlparse problem
|
2019-12-26 09:57:21 +00:00 |
jMyles
|
922fbaac98
|
Workaround for urlparse problem - see #1548
|
2019-12-26 10:39:41 +01:00 |
vzotova
|
4dcb5b201d
|
Apply suggestions from code review #1470
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
Co-Authored-By: David Núñez <david@nucypher.com>
|
2019-12-24 19:01:06 +03:00 |
vzotova
|
d81217618f
|
Doc updates for contract versions
|
2019-12-24 19:01:05 +03:00 |
vzotova
|
9def52d817
|
Fixed tests after contract version integration
|
2019-12-24 19:01:05 +03:00 |
vzotova
|
52bba7884c
|
Completed upgradeability test
|
2019-12-24 19:01:05 +03:00 |
vzotova
|
adb11d6785
|
Test for multi-version contract deployment
|
2019-12-24 19:01:05 +03:00 |
vzotova
|
98185a99c4
|
Search using contract version, checking version while deployment
|
2019-12-24 19:01:04 +03:00 |
vzotova
|
24b7fc3539
|
Versioned contract class, contract version in registry, ability to remove parameters from constructor in deployers (overrides)
|
2019-12-24 19:01:04 +03:00 |
vzotova
|
06d9f3921a
|
Deployers: version as input parameter
|
2019-12-24 19:01:04 +03:00 |
vzotova
|
df2fbc290e
|
Deployers: overrides for constructor parameters
|
2019-12-24 19:01:03 +03:00 |
vzotova
|
4ce0a3658b
|
Upgradability test: download contracts from github, master branch
|
2019-12-24 19:01:03 +03:00 |
vzotova
|
7002734e0b
|
Test for multi-source solidity compilation
|
2019-12-24 19:01:03 +03:00 |
vzotova
|
4971a3d468
|
Versions for upgradeable contracts, deploy contract using version
|
2019-12-24 19:01:03 +03:00 |
vzotova
|
b140a03972
|
SolidityCompiler: ability to use multiple directories for compilation
|
2019-12-24 19:01:02 +03:00 |
vzotova
|
79f50206c6
|
Removed unnecessary * from solidity docs
|
2019-12-24 19:01:02 +03:00 |
K Prasch
|
ee79b2e55e
|
Merge pull request #1533 from KPrasch/static
Static Nodes from Disk
|
2019-12-23 15:39:20 -08:00 |
David Núñez
|
caaaaa0a54
|
Merge pull request #1543 from mswilkison/python-version
Add python 3.8 support to docs
|
2019-12-19 11:36:20 +00:00 |
Kieran R. Prasch
|
f4d77b6e96
|
Fixes --dev domain for Alic and Bob init via CLI.
|
2019-12-18 21:48:43 -08:00 |
Kieran R. Prasch
|
000645b3f7
|
Focused URI aggregation; Fixes exccessive seednode Teacher init calls; Optimizes static node file I/O; Handle non-staking seeds.
|
2019-12-18 21:48:43 -08:00 |
MacLane Wilkison
|
3da234ce82
|
Add python 3.8 support to docs
|
2019-12-18 15:24:31 -08:00 |
Kieran R. Prasch
|
b6b59f86f2
|
Correct typo in hardcoded preferred node
|
2019-12-18 14:44:39 -08:00 |
Kieran R. Prasch
|
8be0db6467
|
Introduce optional static nodes from JSON config file
|
2019-12-18 14:44:39 -08:00 |
David Núñez
|
1a1491da03
|
Merge pull request #1539 from derekpierre/data-flow
CLI Guide for Grant and Retrieve
|
2019-12-17 16:44:20 +00:00 |
derekpierre
|
010ed72301
|
Convert CLI demo into a CLI guide
|
2019-12-17 09:35:30 -05:00 |
derekpierre
|
dfe88ab3f6
|
Added CLI demo example for grant and retrieve to docs
Remove extended timeout from cherry-picked commit
|
2019-12-16 11:45:14 -05:00 |
Michael Egorov
|
c1734da38b
|
Hackathon demo - example and dirty fix
(cherry picked from commit 8250549433f15844586406d708bc1e4cd4c4f1e0)
|
2019-12-13 14:08:56 -05:00 |