Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Adding governance portal helper #84

Merged
merged 119 commits into from Jun 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
884125a
regen lockfile
hrharder May 27, 2019
ab906ad
initial commit for gov-portal-helper
hrharder May 28, 2019
30aae7d
rebuild docs
hrharder May 28, 2019
6270402
update listing processer
hrharder May 28, 2019
585abbd
Adding force-local to the post install lerna link. This should ensur…
Freydal May 28, 2019
b23a499
Removing version from private package
Freydal May 28, 2019
9335b9f
updating lockfile
hrharder May 28, 2019
30b4086
Reverting removal of version. Will look for issues later with lerna …
Freydal May 28, 2019
3c7ed9c
Adding script to deploy contracts to our private geth node
Freydal May 28, 2019
4dd5e12
Adding gov-portal-helper build output to prettier ignore
Freydal May 28, 2019
be72394
Merge branch 'feature/add-gov-helper-poc' of github.com:ParadigmFound…
Freydal May 28, 2019
d9964e9
Adding prettier changes
Freydal May 28, 2019
5aa1d39
Updating migrate to handle a fresh kosu (6174) chain and ensure deter…
Freydal May 28, 2019
0454541
Deploying to Kosu
Freydal May 28, 2019
eb76c14
Adding a script to prettier the deployedAddresses output.
Freydal May 28, 2019
4843ea0
re-add latest changes (overritten by merge)
hrharder May 28, 2019
59297d1
updated lockfile
hrharder May 28, 2019
cf82408
Merge branch 'master' into feature/add-gov-helper-poc
Freydal May 28, 2019
83bd880
Adding a method to read a challenge.
Freydal May 28, 2019
334317c
running prettier
Freydal May 28, 2019
f1d6aa4
Adding get challenge to kosu.js
Freydal May 28, 2019
07a346f
Adding a getFuture logs function to poll for upcoming logs
Freydal May 28, 2019
31685bb
Exposing maxRewardRate
Freydal May 28, 2019
09fc909
Catching and throwing an error when a user attempts to excede the max…
Freydal May 28, 2019
5beddce
Adding functionality to get future events.
Freydal May 28, 2019
a98faac
Updating depoy script ot new domain.
Freydal May 29, 2019
18799bf
removing the then await success and decode pattern to use the new gen…
Freydal May 29, 2019
67ace6d
Updating test command to have a timeout extention. Removing in code t…
Freydal May 29, 2019
64eef4a
Updating the transaction success pattern.
Freydal May 29, 2019
430445b
Cleaning up todos. Implementing a todo. Adding a pending test for w…
Freydal May 29, 2019
5cd37c8
Cleaning up todos
Freydal May 29, 2019
acf7b0f
Cleaning up todos
Freydal May 29, 2019
2c3c787
Cleaning up todos
Freydal May 29, 2019
68a55b1
Fixing a stray issue.
Freydal May 29, 2019
f0d3a54
Fixing an issue missed
Freydal May 30, 2019
e0966bf
Adding new events to decoder
Freydal May 30, 2019
1a153d7
Adding event and test for validator confirmed
Freydal May 30, 2019
de7b265
Adding an event and tests for listing removal
Freydal May 30, 2019
63aa4fe
Adding a ValidatorChallengeResolved event and tests
Freydal May 30, 2019
d2b8a3f
Updating test page to init a new gov.
Freydal May 30, 2019
6d7ddab
Not tracking dist main js in repo
Freydal May 30, 2019
6d1ee24
ignoring dist/main js in gov-portal-helper
Freydal May 30, 2019
4113e52
Testing with webpacker-dev-server for hotloading and additional etc
Freydal May 30, 2019
883b351
Initializing on creation
Freydal May 30, 2019
df8c449
Processing validator
Freydal May 30, 2019
31faeee
Fixing issues with results from caluclation
Freydal May 30, 2019
a6114b1
Adding process challenge
Freydal May 30, 2019
401805e
Removing switch logs. Adding exiting listings as validators until fu…
Freydal May 30, 2019
1711906
Listening for and reacting to events.
Freydal May 30, 2019
d4be7a8
Refactoring to better account for blocks in the past that aren't bein…
Freydal May 30, 2019
25e5135
Removing to string for now since it could be null. The number may be…
Freydal May 30, 2019
d4b1e1c
Loading develop page with debugger logs on
Freydal May 30, 2019
78daabc
Binding this so it can access the state.
Freydal May 30, 2019
5b74134
Fixing issues with methods changing but not params. Fixing issue wit…
Freydal May 30, 2019
734d61c
Adding public key hex to the event outputs
Freydal May 30, 2019
5dcabf0
Adding debug logs
Freydal May 30, 2019
935492b
Adding a test for and fixing an issue uncovered during event testing …
Freydal May 30, 2019
e3b7ddb
Fixing a issue with a warning message.
Freydal May 30, 2019
0eb71ad
Ignoring registry update events for now.
Freydal May 30, 2019
7ff283c
Fixing a delete using the wrong source for hex key
Freydal May 30, 2019
f3f092f
Removing init on create
Freydal May 30, 2019
8f72a45
Running prettier
Freydal May 30, 2019
92c5289
Updating index to print state and init the helper.
Freydal May 30, 2019
e8fc5e6
Fixing to compare string to string
Freydal May 30, 2019
72df08c
Tracking the total tokens revealed
Freydal May 30, 2019
b09c531
Exposing total tokens revealed
Freydal May 30, 2019
c1302f5
Fixing issue with voting after migration.
Freydal May 30, 2019
013d8ad
Revealing vote info.
Freydal May 30, 2019
e2632b6
adding vote power estimation
hrharder May 30, 2019
88d9f79
Fixing variable. It is set outside of the constructor. It sohoudln't…
Freydal May 30, 2019
a62f3fe
adding (slow) historical loader method
hrharder May 31, 2019
47d24fe
moving typedefs
hrharder May 31, 2019
35bbaf1
params => properties
hrharder May 31, 2019
5669c81
rebuild docs
hrharder May 31, 2019
ec8d18e
fixing docs
hrharder May 31, 2019
c36be13
Updating challenge to take a snapshot of the pre challenge listing st…
Freydal May 31, 2019
41f203f
Updating registry to output listings and challegnes via additional me…
Freydal May 31, 2019
6320032
minor refactor, using singular 'gov_update' event
hrharder May 31, 2019
569c9d9
more minor refactor/add get past block timestamp
hrharder Jun 1, 2019
6a0a5ee
running prettier
hrharder Jun 1, 2019
d4300c1
Temporarily removing reading functions from contract system till risi…
Freydal Jun 3, 2019
fbeb935
Disabling tests covering removed functions
Freydal Jun 3, 2019
9539ab5
Merge branch 'master' into feature/add-gov-helper-poc
hrharder Jun 3, 2019
746abcc
trigger CI
hrharder Jun 3, 2019
2ee7bed
typo and missing await
hrharder Jun 3, 2019
a42d234
tslint ignore on typedef
hrharder Jun 3, 2019
c6a1058
adding doc comment to util method
hrharder Jun 3, 2019
53ea0ef
unnecessary semicolon (linting)
hrharder Jun 3, 2019
bb1de74
opposing lint/prettier semicolon rules
hrharder Jun 3, 2019
d0153b8
adding tslint-config as dev dependency
hrharder Jun 3, 2019
02e042e
feature/add-gov-helper-poc
hrharder Jun 3, 2019
12009e3
update tsline rules
hrharder Jun 3, 2019
f6bbbeb
update kosu.js to be current published version
hrharder Jun 3, 2019
c258e28
update kosu-system-contracts to npm version
hrharder Jun 3, 2019
522435d
update portal helper to published version
hrharder Jun 3, 2019
76299e4
updating lockfile
hrharder Jun 3, 2019
9a9744a
trigger CI for PR
hrharder Jun 3, 2019
b490eb3
Merge branch 'feature/add-gov-helper-poc' of github.com:ParadigmFound…
Freydal Jun 3, 2019
38e3f78
Disableing functions removed from contracts until gas issues resolved
Freydal Jun 3, 2019
09fa455
Running prettier
Freydal Jun 3, 2019
63d4a2b
Updating start script
Freydal Jun 3, 2019
6ebda61
Showing migrations from tests
Freydal Jun 3, 2019
d83b0b6
Adding the default that was missing
Freydal Jun 3, 2019
f6c50c4
running prettier
Freydal Jun 3, 2019
ed63fd2
Speeding up tests slightly and adding timeout time.
Freydal Jun 3, 2019
24bbde5
adding kosu-geth to cloudbuild, formatting
hrharder Jun 3, 2019
c4049eb
trigger drone
hrharder Jun 3, 2019
83aa842
Bringing 0x templates into the project to make some customizations.
Freydal Jun 4, 2019
f8c4508
Adding a test to ensure the gas cost of Validator registry stays unde…
Freydal Jun 4, 2019
87cbd99
Merge branch 'feature/add-gov-helper-poc' of github.com:ParadigmFound…
Freydal Jun 4, 2019
2029803
Removing proxy architecture for the Validator contract
Freydal Jun 4, 2019
5dbb758
Running prettier
Freydal Jun 4, 2019
6e9f5b9
Fixing test failure
Freydal Jun 4, 2019
3842fdd
Exposing reintroduced functions
Freydal Jun 4, 2019
bb9bee9
Redeploying to kosu
Freydal Jun 4, 2019
fdf51fc
Fixing an issue
Freydal Jun 4, 2019
e9aa11d
Fixing an issue and adding a test
Freydal Jun 4, 2019
05573b6
Adding a new method to pull all challenge history.
Freydal Jun 5, 2019
7b7cb30
Increasing the timeout for tests to run.
Freydal Jun 5, 2019
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

update tsline rules

  • Loading branch information
hrharder committed Jun 3, 2019
commit 12009e3c196cb7ce85bf2e22a858bc5139cbfe02
@@ -32,7 +32,7 @@
"max-file-line-count": [true, 800],
"max-line-length": false,
"member-access": true,
"member-ordering": [true],
"member-ordering": true,
"new-parens": true,
"newline-before-return": false,
"no-angle-bracket-type-assertion": true,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.