Skip to content

Commit

Permalink
Merge pull request #98 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
manneredboor authored May 11, 2023
2 parents 8c86fa1 + aecc3dc commit 7fc8ba5
Show file tree
Hide file tree
Showing 53 changed files with 12,316 additions and 650 deletions.
1,054 changes: 1,054 additions & 0 deletions abi/AccountingOracle.abi.json

Large diffs are not rendered by default.

83 changes: 65 additions & 18 deletions abi/ACL.abi.json → abi/AragonACL.abi.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,69 @@
[
{
"constant": true,
"inputs": [],
"name": "proxyType",
"outputs": [{ "name": "proxyTypeId", "type": "uint256" }],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "isDepositable",
"outputs": [{ "name": "", "type": "bool" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "implementation",
"outputs": [{ "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "appId",
"outputs": [{ "name": "", "type": "bytes32" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "kernel",
"outputs": [{ "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "name": "_kernel", "type": "address" },
{ "name": "_appId", "type": "bytes32" },
{ "name": "_initializePayload", "type": "bytes" }
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{ "payable": true, "stateMutability": "payable", "type": "fallback" },
{
"anonymous": false,
"inputs": [
{ "indexed": false, "name": "sender", "type": "address" },
{ "indexed": false, "name": "value", "type": "uint256" }
],
"name": "ProxyDeposit",
"type": "event"
},
{
"constant": true,
"inputs": [],
Expand Down Expand Up @@ -145,15 +210,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "appId",
"outputs": [{ "name": "", "type": "bytes32" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
Expand Down Expand Up @@ -303,15 +359,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "kernel",
"outputs": [{ "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
Expand Down
File renamed without changes.
82 changes: 64 additions & 18 deletions abi/AragonFinance.abi.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,68 @@
[
{
"constant": true,
"inputs": [],
"name": "proxyType",
"outputs": [{ "name": "proxyTypeId", "type": "uint256" }],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "isDepositable",
"outputs": [{ "name": "", "type": "bool" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "implementation",
"outputs": [{ "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "appId",
"outputs": [{ "name": "", "type": "bytes32" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "kernel",
"outputs": [{ "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "name": "_kernel", "type": "address" },
{ "name": "_appId", "type": "bytes32" },
{ "name": "_initializePayload", "type": "bytes" }
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{ "indexed": false, "name": "sender", "type": "address" },
{ "indexed": false, "name": "value", "type": "uint256" }
],
"name": "ProxyDeposit",
"type": "event"
},
{
"constant": true,
"inputs": [],
Expand Down Expand Up @@ -224,15 +288,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "appId",
"outputs": [{ "name": "", "type": "bytes32" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
Expand Down Expand Up @@ -355,15 +410,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "kernel",
"outputs": [{ "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
Expand Down
File renamed without changes.
Loading

0 comments on commit 7fc8ba5

Please sign in to comment.