Kieran Prasch
|
65d1b7aa51
|
Allow contract registry to write to a globally default location (config root) despite using a custom configuration root at init time.
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
4e8cdf27a9
|
Removing enode (for now)
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
0565893be6
|
Accurately reflect destruction operations; Simplify usage; UrsulaConfiguration implements BaseConfiguration.
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
4c4abec366
|
keyring_dir -> keyring_root; update registry default paths.
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
656f224913
|
Removes GH registry publication code; Fixes #965- Remove registry publication from CLI tooling.
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
5c50a4efad
|
Ensure config_root is preserved on BaseConfiguration init.
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
701c7b5f15
|
CharacterConfiguration subclasses implemnt BaseConfiguration class attrs; Reorganize tests.config
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
d888c60607
|
Adds BaseConfiguration and Ursula standard configurations tests; Style touchups, Preserving 'checksum_address'.
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
ec7ba627e8
|
Refactors NodeConfiguration to implement BaseConfiguration; Removes stranger configuration support, Cleanup NodeConfiguration interfaces
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
8fcdf8e2f4
|
Makes NuCypherKeyring disk write operations more lazy.
|
2019-07-04 11:22:38 +02:00 |
Kieran Prasch
|
3c949192f0
|
Introduces BaseConfiguration
|
2019-07-04 11:22:38 +02:00 |
David Núñez
|
9638dc86bf
|
Fix name of StakingEscrowAgent. It was StakingEscrow
|
2019-07-04 11:22:38 +02:00 |
David Núñez
|
b9dd215421
|
Fix test for emission of unknown LL version warnings. Closes #1039
|
2019-07-04 11:22:38 +02:00 |
David Núñez
|
9eee8e6c9d
|
Removing some re-emerging garbage, probably from a rebase
|
2019-07-04 11:22:38 +02:00 |
David Núñez
|
398896d2ab
|
Leftovers: Miner --> Staker, MiningAdjudicator --> Adjudicator, etc.
|
2019-07-04 11:22:38 +02:00 |
Kieran R. Prasch
|
877833aaf3
|
Understand Staker and Staking to be separate ideas.
|
2019-07-04 11:22:38 +02:00 |
Kieran R. Prasch
|
3a80eec247
|
Goodbye, Three Agents. Hello, Agency.
|
2019-07-04 11:22:38 +02:00 |
Kieran R. Prasch
|
5551ce950c
|
MinerEscrow -> StakingEscrow, and MiningAdjudicator -> Adjudicator in agency, and in-test
|
2019-07-04 11:22:38 +02:00 |
szotov
|
8e85deec07
|
Apply suggestions from code review
|
2019-07-04 11:22:38 +02:00 |
szotov
|
33e97a9c2f
|
miner->staker in tests and docs
|
2019-07-04 11:22:38 +02:00 |
szotov
|
821b0dcdbc
|
Renamed miner-> staker in contracts
|
2019-07-04 11:22:38 +02:00 |
szotov
|
fbe4493951
|
Changed restriction on miner<->worker relationship
|
2019-07-04 11:22:38 +02:00 |
szotov
|
69b21a2a85
|
Tests for worker events
|
2019-07-04 11:22:38 +02:00 |
szotov
|
73d6391672
|
Increase gas limit again
|
2019-07-04 11:22:38 +02:00 |
szotov
|
f237389ca7
|
Tests for slashing worker
|
2019-07-04 11:22:38 +02:00 |
szotov
|
946ec2b2f1
|
Added way to slash intermediary contracts
|
2019-07-04 11:22:38 +02:00 |
szotov
|
0d7a356a27
|
Small changes in docs
|
2019-07-04 11:22:38 +02:00 |
szotov
|
8747177c5a
|
Moved minimum worker periods to constructor
|
2019-07-04 11:22:38 +02:00 |
szotov
|
1a76d9984b
|
Fixed agent tests
|
2019-07-04 11:22:38 +02:00 |
szotov
|
727a074503
|
Added test for setting worker
|
2019-07-04 11:22:38 +02:00 |
szotov
|
b545e3ec9b
|
Fixed small issues, added setWorker to UserEscrow
|
2019-07-04 11:22:38 +02:00 |
szotov
|
8bc89805ff
|
Fix agents tests
|
2019-07-04 11:22:38 +02:00 |
szotov
|
f850a42f58
|
Added worker role, excluded minting and activity confirmation from lock method
|
2019-07-04 11:22:38 +02:00 |
David Núñez
|
a2cdafd500
|
Merge pull request #926 from nucypher/epic-schabowski
[EPIC] Schabowski: Fixes for bugs revealed by Coinlist, EthCapeTown, and EthNY hackathons
|
2019-07-04 11:15:57 +02:00 |
David Núñez
|
a106af2e1c
|
Apply suggestions from code review
|
2019-07-04 11:15:20 +02:00 |
jMyles
|
189a87399c
|
Resetting side channel between two of the tests.
|
2019-07-03 16:55:12 -07:00 |
jMyles
|
a57affca11
|
Updating test showing that #920 is fixed.
|
2019-07-03 13:59:52 -07:00 |
jMyles
|
afe26661d5
|
Adding message number to side channel flow.
|
2019-07-03 13:51:58 -07:00 |
jMyles
|
c613bcd077
|
A few new places where capsule_side_channel needs to be called.
|
2019-06-28 21:11:51 -07:00 |
jMyles
|
523fde54b4
|
Our Ursula from config is also supposed to be interactive per the test spec.
|
2019-06-28 20:11:55 -07:00 |
jMyles
|
54249ebb5e
|
Adding --interactive for the moment in order to display command prompt, on which test assertion relies.
|
2019-06-28 20:11:55 -07:00 |
jMyles
|
2b6f6c653b
|
Only use SimpleObserver if the user has expressly specified a log level. A good-enough compromise for now I guess.
|
2019-06-28 20:11:55 -07:00 |
jMyles
|
64df43169f
|
Adding a block to catch NotFound, in case Ursula 404's.
|
2019-06-28 20:11:55 -07:00 |
jMyles
|
06a75d1f15
|
Cleaning up retrieve() by consolidation a branch.
|
2019-06-28 20:11:55 -07:00 |
jMyles
|
a88d8c4159
|
Skipping test until #920 is closed.
|
2019-06-28 20:11:55 -07:00 |
jMyles
|
e182d4677f
|
Assigning each instance's IP address as its rest port in docker compose file.
|
2019-06-28 20:10:59 -07:00 |
jMyles
|
820ae2c2c9
|
Make UrsulaCommandProtocol opt-in. Closes #1087.
|
2019-06-28 20:10:59 -07:00 |
jMyles
|
8b14f5d974
|
A different way to assert work_order similarity.
|
2019-06-28 20:10:59 -07:00 |
jMyles
|
3f59475a36
|
Logging phantom node situation, though we do need to full-on bucket these per #567.
|
2019-06-28 20:10:59 -07:00 |
jMyles
|
b92c41d928
|
Bob sets correctness keys earlier.
|
2019-06-28 20:10:59 -07:00 |