Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into stk-type-ap56
Browse files Browse the repository at this point in the history
  • Loading branch information
vkonst committed Oct 4, 2020
2 parents 18c567b + a94768a commit f946ac9
Show file tree
Hide file tree
Showing 304 changed files with 248,269 additions and 1,198 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ dist/
CNAME

# actus-solditiy, ap-contracts
build/
artifacts/
ts-bindings
mnemonic.js
ts-bindings/

Expand All @@ -15,9 +12,6 @@ coverage/

# buidler
cache/
test/artifacts/

docs/

# node
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.4",
"version": "0.4.7",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
12 changes: 0 additions & 12 deletions packages/actus-solidity/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/actus-solidity/buidler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task(TASK_COMPILE_GET_COMPILER_INPUT).setAction(async (_, __, runSuper) => {

module.exports = {
paths: {
artifacts: './test/artifacts'
artifacts: './build/contracts'
},
defaultNetwork: 'buidlerevm',
networks: {
Expand Down
61 changes: 61 additions & 0 deletions packages/actus-solidity/build/contracts/ACTUSConstants.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"contractName": "ACTUSConstants",
"abi": [
{
"inputs": [],
"name": "MAX_CYCLE_SIZE",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "MAX_EVENT_SCHEDULE_SIZE",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "ONE_POINT_ZERO",
"outputs": [
{
"internalType": "int256",
"name": "",
"type": "int256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "PRECISION",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5060bb8061001f6000396000f3fe6080604052348015600f57600080fd5b506004361060465760003560e01c80636f37e55b14604b578063aaf5eb68146063578063c40c5a98146069578063edc0465f146069575b600080fd5b6051606f565b60408051918252519081900360200190f35b6051607b565b60516080565b670de0b6b3a764000081565b601281565b60788156fea264697066735822122080bb101bcc184c155fc8e17ba26025bef64bf6ef152edeb82dcd7b2cec3fd1d164736f6c634300060b0033",
"deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060465760003560e01c80636f37e55b14604b578063aaf5eb68146063578063c40c5a98146069578063edc0465f146069575b600080fd5b6051606f565b60408051918252519081900360200190f35b6051607b565b60516080565b670de0b6b3a764000081565b601281565b60788156fea264697066735822122080bb101bcc184c155fc8e17ba26025bef64bf6ef152edeb82dcd7b2cec3fd1d164736f6c634300060b0033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading

0 comments on commit f946ac9

Please sign in to comment.