Skip to content

Commit

Permalink
VRFv2: Doc strings, UX improvements, QA (#5246)
Browse files Browse the repository at this point in the history
* Doc strings, UX improvements

* Fix tests

* Remaining tests cases, bug fix from the sub exhaustion testcase

* Cleanup

* Fix operator ui test

* Hide s_ convention from abi

* Inherit docs from interface

Co-authored-by: Steve Ellis <email@steveell.is>

* Fix inherit docstrings

Co-authored-by: autorebase-bot <92488320+autorebase-bot@users.noreply.github.com>
Co-authored-by: Steve Ellis <email@steveell.is>
  • Loading branch information
3 people authored Oct 21, 2021
1 parent 18a23cc commit 80c583a
Show file tree
Hide file tree
Showing 29 changed files with 988 additions and 271 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ go-solidity-wrappers: tools/bin/abigen ## Recompiles solidity contracts and thei
testdb: ## Prepares the test database
go run ./core/main.go local db preparetest

.PHONY: testdb
testdb-user-only: ## Prepares the test database
go run ./core/main.go local db preparetest --user-only

# Format for CI
.PHONY: presubmit
presubmit:
Expand Down
Loading

0 comments on commit 80c583a

Please sign in to comment.