Skip to content

Commit

Permalink
Update/update sys contracts (#58)
Browse files Browse the repository at this point in the history
* update: sync system contract abis

* update: update test chain address

* update: prevent address to generate account (#56)
  • Loading branch information
Keith-CY authored Oct 23, 2018
1 parent 44f59f4 commit b184773
Show file tree
Hide file tree
Showing 19 changed files with 7,681 additions and 1,563 deletions.
2 changes: 1 addition & 1 deletion packages/nervos-chain/lib/bundle.js

Large diffs are not rendered by default.

55 changes: 1 addition & 54 deletions packages/nervos-chain/lib/systems/abis/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 1 addition & 126 deletions packages/nervos-chain/lib/systems/abis/authorization.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions packages/nervos-chain/lib/systems/abis/batchTx.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = [
{
constant: false,
inputs: [{ name: '', type: 'bytes' }],
name: 'multiTxs',
outputs: [],
payable: false,
stateMutability: 'nonpayable',
type: 'function'
}
];
exports.default = [{ "constant": false, "inputs": [{ "name": "", "type": "bytes" }], "name": "multiTxs", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }];
87 changes: 1 addition & 86 deletions packages/nervos-chain/lib/systems/abis/chainManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 1 addition & 20 deletions packages/nervos-chain/lib/systems/abis/emergencyBrake.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = [
{
constant: true,
inputs: [],
name: 'state',
outputs: [{ name: '', type: 'bool' }],
payable: false,
stateMutability: 'view',
type: 'function'
},
{
constant: false,
inputs: [{ name: '_state', type: 'bool' }],
name: 'setState',
outputs: [],
payable: false,
stateMutability: 'nonpayable',
type: 'function'
}
];
exports.default = [{ "constant": true, "inputs": [], "name": "state", "outputs": [{ "name": "", "type": "bool" }], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [{ "name": "_state", "type": "bool" }], "name": "setState", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }];
Loading

0 comments on commit b184773

Please sign in to comment.