Skip to content

Commit 631559d

Browse files
committed
Encapsulate GSN.initialze into its own reusable method
1 parent 2f2ae4e commit 631559d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+81
-58
lines changed

build/contracts/ACL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6185,7 +6185,7 @@
61856185
},
61866186
"networks": {},
61876187
"schemaVersion": "3.0.23",
6188-
"updatedAt": "2020-03-05T10:06:52.143Z",
6188+
"updatedAt": "2020-03-05T10:42:18.158Z",
61896189
"devdoc": {
61906190
"author": "Lukas Lukac, Lightstreams, 11.7.2018",
61916191
"methods": {},

build/contracts/ArtistToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@
21532153
},
21542154
"networks": {},
21552155
"schemaVersion": "3.0.23",
2156-
"updatedAt": "2020-03-05T10:06:52.166Z",
2156+
"updatedAt": "2020-03-05T10:42:18.183Z",
21572157
"devdoc": {
21582158
"methods": {
21592159
"allowance(address,address)": {

build/contracts/BancorFormula.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6721,7 +6721,7 @@
67216721
},
67226722
"networks": {},
67236723
"schemaVersion": "3.0.23",
6724-
"updatedAt": "2020-03-05T10:06:52.184Z",
6724+
"updatedAt": "2020-03-05T10:42:18.200Z",
67256725
"devdoc": {
67266726
"details": "Modified from the original by Slava Balasanov https://github.com/bancorprotocol/contracts Split Power.sol out from BancorFormula.sol and replace SafeMath formulas with zeppelin's SafeMath Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. \"",
67276727
"methods": {

build/contracts/BondingCurveToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6427,7 +6427,7 @@
64276427
},
64286428
"networks": {},
64296429
"schemaVersion": "3.0.23",
6430-
"updatedAt": "2020-03-05T10:06:52.169Z",
6430+
"updatedAt": "2020-03-05T10:42:18.186Z",
64316431
"devdoc": {
64326432
"details": "Source: https://github.com/commons-stack/genesis-contracts/tree/master/contracts/bondingcurveBonding curve contract based on Bacor formula inspired by bancor protocol and simondlr https://github.com/bancorprotocol/contracts https://github.com/ConsenSys/curationmarkets/blob/master/CurationMarkets.sol",
64336433
"methods": {

build/contracts/CommonsToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20625,7 +20625,7 @@
2062520625
},
2062620626
"networks": {},
2062720627
"schemaVersion": "3.0.23",
20628-
"updatedAt": "2020-03-05T10:06:52.175Z",
20628+
"updatedAt": "2020-03-05T10:42:18.191Z",
2062920629
"devdoc": {
2063020630
"author": "Rinke Hendriksen (@eknir) and Pavle Batuta (@flooffieban), during the Oddyssey hackathon in Groningen '19 (part of team: Giveth - Crowdfunding the commons)",
2063120631
"details": "We use the BancorFormule to define the slope of the curve, an ERC20 to model the internal token (minted by the bonding curve) and an ERC20 to model the external (stable currency) tokenSource: https://github.com/commons-stack/genesis-contracts/tree/master/contracts/bondingcurve",

build/contracts/Context.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
},
586586
"networks": {},
587587
"schemaVersion": "3.0.23",
588-
"updatedAt": "2020-03-05T10:06:52.241Z",
588+
"updatedAt": "2020-03-05T10:42:18.254Z",
589589
"devdoc": {
590590
"methods": {}
591591
},

build/contracts/ENS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@
21032103
},
21042104
"networks": {},
21052105
"schemaVersion": "3.0.23",
2106-
"updatedAt": "2020-03-05T10:06:52.238Z",
2106+
"updatedAt": "2020-03-05T10:42:18.251Z",
21072107
"devdoc": {
21082108
"methods": {}
21092109
},

build/contracts/ENSRegistry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4877,7 +4877,7 @@
48774877
},
48784878
"networks": {},
48794879
"schemaVersion": "3.0.23",
4880-
"updatedAt": "2020-03-05T10:06:52.239Z",
4880+
"updatedAt": "2020-03-05T10:42:18.252Z",
48814881
"devdoc": {
48824882
"methods": {
48834883
"constructor": {

build/contracts/ERC20.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11974,7 +11974,7 @@
1197411974
},
1197511975
"networks": {},
1197611976
"schemaVersion": "3.0.23",
11977-
"updatedAt": "2020-03-05T10:06:52.187Z",
11977+
"updatedAt": "2020-03-05T10:42:18.203Z",
1197811978
"devdoc": {
1197911979
"details": "Implementation of the basic standard token. https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md Originally based on code by FirstBlood: https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol * This implementation emits additional Approval events, allowing applications to reconstruct the allowance status for all accounts just by listening to said events. Note that this isn't required by the specification, and other compliant implementations may not do it.",
1198011980
"methods": {

build/contracts/ERC20Burnable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@
11341134
},
11351135
"networks": {},
11361136
"schemaVersion": "3.0.23",
1137-
"updatedAt": "2020-03-05T10:06:52.191Z",
1137+
"updatedAt": "2020-03-05T10:42:18.208Z",
11381138
"devdoc": {
11391139
"details": "Token that can be irreversibly burned (destroyed).",
11401140
"methods": {

0 commit comments

Comments
 (0)