MacLane Wilkison
|
3acd253b7f
|
Fix typos, outdated commands, PEP8
|
2019-06-14 19:18:37 -07:00 |
damon c
|
5b594efe9d
|
Apply suggestions from code review (add -f to ignore missing files)
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
|
2019-06-14 10:51:47 -07:00 |
Damon C
|
e1e89f9c96
|
better output from circle compare_reqs
|
2019-06-13 17:58:07 -07:00 |
Damon C
|
70dc0007ca
|
compare requirements files on circle
|
2019-06-13 17:04:43 -07:00 |
Damon C
|
65539e2920
|
add filepath args to rebuild_pipenv and conform to accepted methods
|
2019-06-13 17:04:43 -07:00 |
K Prasch
|
7648332fbc
|
Merge pull request #1076 from KPrasch/master
Bump version: 0.1.0-alpha.22 → 0.1.0-alpha.23
|
2019-06-13 15:29:02 -07:00 |
Kieran Prasch
|
ba10560761
|
Bump version: 0.1.0-alpha.22 → 0.1.0-alpha.23
|
2019-06-13 14:18:22 -07:00 |
K Prasch
|
6b3c892761
|
Merge pull request #1069 from KPrasch/sentree
Sentry Logging Integration with Breadcrumb Hooks and Blacklist
|
2019-06-13 11:19:08 -07:00 |
Kieran Prasch
|
50e93a7598
|
Updates Sentry LoggingIntegration with logger blacklist, breadcrumb hooks. Removes twisted logging from geth process.
|
2019-06-12 16:37:39 -07:00 |
David Núñez
|
d0adc7955c
|
Merge pull request #1047 from vepkenez/dockerize-demos
dockerize demos for ci
|
2019-06-11 01:30:30 +02:00 |
Damon C
|
efe4a38321
|
store ursula logs as artifacts
|
2019-06-10 12:24:37 -07:00 |
K Prasch
|
fab5b63e7c
|
Merge pull request #984 from KPrasch/casual-geth
Casual Alice with Policy and Payment Defaults
|
2019-06-09 12:54:03 -07:00 |
Kieran Prasch
|
80057d8ffb
|
Sanity checks for testerchain
|
2019-06-08 20:23:23 -07:00 |
Kieran Prasch
|
9e96b1191a
|
Fixes miscalculated first period reward rate (See #1063), Improves depth of reward collection integration testing
|
2019-06-08 20:23:16 -07:00 |
Kieran Prasch
|
e43ba62616
|
Style and convention improvements found while debugging failed reward collection test
|
2019-06-08 20:21:51 -07:00 |
Kieran Prasch
|
f643f3ae78
|
Cleanup policy and arrangement value code paths - Fixes Issue #1015 - BlockchainPolicy value must be greater than 0.
|
2019-06-08 15:34:25 -07:00 |
K Prasch
|
d743e3b791
|
Respond to RFCs in PR #984; Apply suggestions from code review
Co-Authored-By: David Núñez <david@nucypher.com>
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
|
2019-06-08 14:32:35 -07:00 |
Kieran Prasch
|
dfbbba47b2
|
Accept alice configuration policy defaults at init-time by CLI flags.
|
2019-06-08 14:30:01 -07:00 |
Kieran Prasch
|
cc345404c7
|
Thin out web3 client syncing, Use configuration classes for default controller ports
|
2019-06-08 14:30:01 -07:00 |
Kieran Prasch
|
807ffd3eaf
|
Passing decentralized grant CLI lifecycle test
|
2019-06-08 14:30:01 -07:00 |
Kieran Prasch
|
8b244c9781
|
Gives PolicyAuthor an economics instance
|
2019-06-08 14:30:01 -07:00 |
Kieran Prasch
|
098e0f460d
|
Use a common bootstrapping function for making cli characters
|
2019-06-08 14:30:01 -07:00 |
Kieran Prasch
|
c83fa75197
|
Creating a code path for... Bob. Aviods ethereum client logic during CLI init command.
|
2019-06-08 14:26:07 -07:00 |
Kieran Prasch
|
c6ca78e070
|
Alice view command is a little more eager.
|
2019-06-08 14:26:07 -07:00 |
Kieran Prasch
|
cf64e5f114
|
Restores skipped stake division test on MinerAgent
|
2019-06-08 14:26:07 -07:00 |
Kieran Prasch
|
9430997aa7
|
Refining blockchian sync management for internal geth processes
|
2019-06-08 14:26:07 -07:00 |
Kieran Prasch
|
459bc033b0
|
Alice restores default policy values from configuration file
|
2019-06-08 14:26:07 -07:00 |
Kieran Prasch
|
3bfc7aa3c8
|
Remove expiration date from create policy entry points
|
2019-06-08 14:26:07 -07:00 |
Kieran Prasch
|
c077db8ed6
|
Generic and specific character configuration testing
|
2019-06-08 14:26:07 -07:00 |
Kieran Prasch
|
f90cc4542e
|
Testing decentralized grant, Adds missing datetime to policy creation tests.
|
2019-06-08 14:26:05 -07:00 |
Kieran Prasch
|
6097c83eb7
|
Almost all of checksum_public_address -> checksum_address
|
2019-06-08 14:25:35 -07:00 |
Kieran Prasch
|
4019ab69b6
|
On-chain BlockchainPolicy publication by ALice
|
2019-06-08 14:25:35 -07:00 |
Kieran Prasch
|
ad8bb56cff
|
AliceConfiguration file I/O and character production with policy defaults
|
2019-06-08 14:25:35 -07:00 |
Kieran Prasch
|
c527158e4a
|
Alice character interface creates a BlockchainPolicy with default values
|
2019-06-08 14:25:35 -07:00 |
Kieran Prasch
|
4a7a881d3e
|
Realize the Agency metaclass
|
2019-06-08 14:25:26 -07:00 |
Damon C
|
30dda2c696
|
update circle config to test docker demos
|
2019-06-06 12:19:34 -07:00 |
Damon C
|
eb667dbf32
|
make dockerized demos work in circle CI env
|
2019-06-06 12:18:58 -07:00 |
Damon C
|
f231c499f7
|
update docker image version and readme
|
2019-06-06 12:17:41 -07:00 |
Damon C
|
e497522f03
|
docker version of heartbeat demo
|
2019-06-06 12:16:52 -07:00 |
Damon C
|
41cc9e359f
|
docker version of finnegan's wake demo
|
2019-06-06 12:16:04 -07:00 |
Kieran R. Prasch
|
2f5e514d1f
|
working towards default Alice cryptoeconomics values during grant
|
2019-06-05 09:16:34 -07:00 |
Kieran R. Prasch
|
e32aab17e4
|
Casual Alice Geth and moving towards testnet as a default provider process
|
2019-06-05 09:16:34 -07:00 |
K Prasch
|
9330e69bee
|
Merge pull request #951 from nucypher/hawksbeard
[EPIC] Decentralized Characters & Integrated Ethereum Node Providers
|
2019-06-05 09:06:12 -07:00 |
Kieran Prasch
|
c873ad8784
|
Respond to RFCs in PR #951
|
2019-06-05 08:54:44 -07:00 |
David Núñez
|
6f1fa31aa8
|
Merge pull request #1048 from KPrasch/verify
Decentralized Identity Verification Fixes and Naming
|
2019-06-05 17:24:51 +02:00 |
Kieran Prasch
|
efaa733b08
|
Respond to RFCs in PR #1048; Add docstrings to Teacher exceptions.
|
2019-06-05 08:08:58 -07:00 |
Kieran Prasch
|
1f618addba
|
Perform on-chain staking-check as node verification (Fix); Handle InvalidNode exception subclasses for logging
|
2019-06-04 21:39:46 +03:00 |
Kieran Prasch
|
5dae01cc79
|
Realizing the value of a decentralized identity namespace, Verification/Validation naming clarifications, Code cleanup and style fixes for signature flow.
|
2019-06-04 21:13:29 +03:00 |
K Prasch
|
ef4848b42c
|
Merge pull request #1040 from KPrasch/intermode
Intermode node verification support
|
2019-06-04 00:06:31 +03:00 |
Kieran R. Prasch
|
2ab9c303d4
|
Ensure node discovery verification and identity_evidence remian compadible with federated nodes
|
2019-06-03 23:47:05 +03:00 |