David Núñez
38c9238e48
Removing secretHash in Upgradeable shifted all slots in test contract
...
secretHash itself occupied a slot, but in addition, it was in between an address and an uint8, which now fit together in a single slot, so all slots of this test contract have moved 2 places.
2020-04-09 23:36:39 +02:00
David Núñez
e1dc124317
Adapt everything else to no secrets: deployers, tests, CLI, docs, etc
2020-04-09 17:59:56 +02:00
David Núñez
00c449fac5
Remove secret deployment hash from proxy contracts
2020-04-09 14:47:54 +02:00
K Prasch
d28041da5c
Merge pull request #1850 from cygnusv/fix-954
...
Test ReEncryptionValidator library constants
2020-04-08 14:09:14 -07:00
David Núñez
a9fe5218f5
Merge pull request #1847 from KPrasch/ci-demo
...
Fix failed examples tests on CI
2020-04-08 17:36:22 +02:00
K Prasch
93353635ce
Update scripts/circle/run_heartbeat_demo_docker-circle.sh
...
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
2020-04-08 08:11:36 -07:00
Kieran Prasch
0872541e97
Remove echo about waiting for learning; I am only sleeping...
2020-04-08 07:40:23 -07:00
K Prasch
0c6d08b6b8
Merge pull request #1856 from derekpierre/sphinx-update
...
Enable docs to build with latest version of sphinx
2020-04-07 20:17:23 -07:00
derekpierre
0264351abc
Enable docs to build with latest version of sphinx. Recomoonmark needed to be specified differently in the configuration
2020-04-07 10:16:02 -04:00
K Prasch
350e58d839
Merge pull request #1851 from KPrasch/master
...
Bump version: 2.1.0-beta.1 → 2.1.0-beta.2
2020-04-06 15:23:54 -07:00
Kieran Prasch
2da817ae1a
Bump version: 2.1.0-beta.1 → 2.1.0-beta.2
2020-04-06 13:59:30 -07:00
K Prasch
0ed41feac3
Merge pull request #1839 from KPrasch/chesire-kitty
...
Availability sensor bug fixes and Improvements
2020-04-06 13:55:26 -07:00
David Núñez
abdc5e76fb
Finally, Solidity 0.6 now allows to test library constants ( Fixes #954 )
2020-04-06 22:09:11 +02:00
Kieran Prasch
93ca641441
Respond to RFCs; Sensor -> Tracker; Testing touch up/follow up.
2020-04-06 12:14:06 -07:00
Kieran Prasch
7ca9402d76
Auto-restart logic for uptime checks; Tighten mutex.
2020-04-06 12:14:06 -07:00
Kieran Prasch
8601b855ad
Implements node_or_sprout evaluation for availability checks, enforce one check at a time.
2020-04-06 12:14:06 -07:00
Kieran Prasch
da66ecf21c
Cleanup ursula startup console output; Improve accuracy.
2020-04-06 12:14:06 -07:00
K Prasch
64d912c43c
Merge pull request #1844 from vzotova/worklock-0.6.5
...
Make some fields immutable in Worklock (solidity 0.6.5)
2020-04-06 11:49:53 -07:00
K Prasch
ae9a9868a9
Merge pull request #1810 from vzotova/update-solidity
...
Update solidity to 0.6.x
2020-04-06 11:49:40 -07:00
vzotova
0b2d0000b9
WorkLock: make some fields immutable
2020-04-06 18:24:58 +03:00
David Núñez
ed6413fbc0
Merge pull request #1840 from djskinner/patch-1
...
docs: remove <YOUR STAKER ADDRESS>
2020-04-06 15:26:22 +02:00
djskinner
5d1c995948
Remove <YOUR STAKER ADDRESS>
...
Since --staker-address is no loner required it does not refer to anything
2020-04-04 08:37:24 +01:00
K Prasch
0b3865d09d
Merge pull request #1815 from KPrasch/signer
...
External signer documentation for staking CLI
2020-04-03 09:31:57 -07:00
K Prasch
4bfb02a295
Merge pull request #1836 from nucypher/templates
...
Add "Bug" Issue Template
2020-04-03 09:23:38 -07:00
K Prasch
de7c6e7be8
Merge pull request #1825 from vepkenez/gemini-ansible-tweaks
...
Gemini ansible worker deploy tweaks
2020-04-03 09:18:25 -07:00
K Prasch
9c173beb5f
Merge pull request #1831 from KPrasch/master
...
Relock Deps
2020-04-03 09:16:08 -07:00
Kieran Prasch
d56ed7d231
Respond to RFCs in PR #1836
2020-04-03 09:13:44 -07:00
K Prasch
cde9fd235e
Add "Bug" Issue Template
2020-04-03 08:58:44 -07:00
Kieran Prasch
29d0775fb9
Update deps with reverted sphinx
2020-04-03 08:43:34 -07:00
vzotova
87e299400b
WorkLock: fix misprint
2020-04-03 15:32:51 +03:00
vzotova
aa208533e7
Solidity: change string signatures to bytes selectors
2020-04-03 15:32:50 +03:00
vzotova
c89e539761
Update solidity version in contracts 0.5.3 -> 0.6.1
2020-04-03 15:31:43 +03:00
Kieran Prasch
e157d178f9
Relock Deps
2020-04-02 13:29:02 -07:00
damon
d554112b2c
update ansible docs and examples
2020-04-01 22:21:20 -07:00
K Prasch
a399e827d7
Merge pull request #1824 from KPrasch/master
...
Bump version: 2.0.0-beta.11 → 2.1.0-beta.1
2020-04-01 21:38:48 -07:00
damon
bda8326b9d
cleanup host options
2020-04-01 20:39:47 -07:00
damon
4da264c74b
remove staker address from urusula init
2020-04-01 20:39:25 -07:00
Kieran Prasch
a31dc30ec2
Bump version: 2.0.0-beta.11 → 2.1.0-beta.0
2020-04-01 18:24:54 -07:00
David Núñez
273865eead
Merge pull request #1822 from cygnusv/gemini
...
Preparation for Gemini
2020-04-02 03:11:16 +02:00
David Núñez
9d8b98d2a8
Update Gemini's contract registry with latest StakingEscrow contract
2020-04-02 03:02:58 +02:00
David Núñez
6a0c2a4379
Change some missing cassandras to gemini
2020-04-02 02:32:18 +02:00
K Prasch
b18c7077ad
Merge pull request #1819 from KPrasch/sensory
...
Bug fixes for Ursula: availability sensor, cert/stamp verification, nicknames
2020-04-01 17:21:15 -07:00
David Núñez
ad32065754
Define a separate discovery URI for each network
2020-04-02 02:20:38 +02:00
Kieran Prasch
d4b5e164ac
Mention the usage of --hw-wallet in tandem with clef.
2020-04-01 16:30:48 -07:00
Kieran Prasch
a03de26f45
Bug fixes found during UX audit with @derekpierre.
2020-04-01 16:24:05 -07:00
David Núñez
cc94c202f6
Include a copy of the gemini registry in the nucypher package
2020-04-01 22:45:50 +02:00
David Núñez
3d5d32bff1
Redirect discovery service to gemini testnet seednodes
2020-04-01 22:43:56 +02:00
David Núñez
5874779a9f
Merge pull request #1788 from vzotova/staking-contracts-updates
...
Staking contracts updates
2020-04-01 21:55:52 +02:00
Kieran Prasch
a45550ea27
Handle encountering a non-Ursula certificate in self health checks... needs follow up.
2020-04-01 11:53:59 -07:00
Kieran Prasch
ef1cae71de
Ensure that self health check defaults can be diabled with a one-liner
2020-04-01 11:53:59 -07:00