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

go-kosu: automatically load latest addresses during build #244

Merged
merged 6 commits into from Aug 29, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

bump

  • Loading branch information
hrharder committed Aug 29, 2019
commit 81d97f232eb54400d9bbfbc9e58f1234ea6e831c
@@ -1,12 +1,12 @@
{
"name": "@kosu/go-kosu",
"private": true,
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Development and CI docker images and supporting scripts for Kosu.",
"repository": "https://github.com/ParadigmFoundation/kosu-monorepo.git",
"repository": "https://github.com/ParadigmFoundation/kosu-monorepo/blob/master/packages/go-kosu",
"license": "MIT",
"scripts": {
"build": "yarn abigen && yarn bindata &&make",
"build": "yarn abigen && yarn bindata && make",
"bindata": "go generate ./witness",
"abigen": "jq '.compilerOutput.abi' node_modules/@kosu/system-contracts/generated-artifacts/EventEmitter.json | abigen --abi - --pkg witness --type EventEmitter -out witness/event_emitter.go",
"docs": "yarn docs:clean && yarn docs:setup && yarn docs:rpc",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.