Skip to content

Commit

Permalink
0.5.32
Browse files Browse the repository at this point in the history
## What's Changed
* [stylebot] Fixes for code style by @github-actions in https://github.com/term-finance/term-finance/pull/1126
* Bump version to 0.5.32 by @github-actions in https://github.com/term-finance/term-finance/pull/1124
* Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in https://github.com/term-finance/term-finance/pull/1122
* Bump @types/node from 20.8.6 to 20.8.9 by @dependabot in https://github.com/term-finance/term-finance/pull/1125
* Upgrades to yarn 4. by @robotoer in https://github.com/term-finance/term-finance/pull/1120
* Bump prettier from 2.8.8 to 3.0.3 by @dependabot in https://github.com/term-finance/term-finance/pull/1128
* Bump eslint-plugin-prettier from 4.2.1 to 5.0.1 by @dependabot in https://github.com/term-finance/term-finance/pull/1129
* eliminate evergreen management role from protocol by @aazhou1 in https://github.com/term-finance/term-finance/pull/1132
* [stylebot] Fixes for code style by @github-actions in https://github.com/term-finance/term-finance/pull/1133
* Publishes latest docs. by @robotoer in https://github.com/term-finance/term-finance/pull/1134

**Full Changelog**: https://github.com/term-finance/term-finance/compare/0.5.31...0.5.32
  • Loading branch information
Term Finance committed Oct 26, 2023
1 parent f214c85 commit 474d96a
Show file tree
Hide file tree
Showing 123 changed files with 14,750 additions and 21,249 deletions.
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodejs 18.18.2
nodejs 18.15.0
python 3.11.6
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

21 changes: 6 additions & 15 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
checksumBehavior: update
compressionLevel: mixed

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
enableGlobalCache: false

npmPublishRegistry: "https://npm.pkg.github.com"
npmRegistries:
"https://npm.pkg.github.com":
npmAlwaysAuth: true
npmAuthToken: '${NODE_AUTH_TOKEN:-}'

npmScopes:
"term-finance":
npmRegistryServer: "https://npm.pkg.github.com"
term-finance:
npmAlwaysAuth: true
npmAuthToken: '${NODE_AUTH_TOKEN:-}'
npmAuthToken: "${NODE_AUTH_TOKEN:-}"
npmRegistryServer: "https://npm.pkg.github.com"
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,20 @@


**Full Changelog**: https://github.com/term-finance/term-finance/compare/0.5.29...0.5.31

## 0.5.32

### What's Changed
* [stylebot] Fixes for code style by @github-actions in https://github.com/term-finance/term-finance/pull/1126
* Bump version to 0.5.32 by @github-actions in https://github.com/term-finance/term-finance/pull/1124
* Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in https://github.com/term-finance/term-finance/pull/1122
* Bump @types/node from 20.8.6 to 20.8.9 by @dependabot in https://github.com/term-finance/term-finance/pull/1125
* Upgrades to yarn 4. by @robotoer in https://github.com/term-finance/term-finance/pull/1120
* Bump prettier from 2.8.8 to 3.0.3 by @dependabot in https://github.com/term-finance/term-finance/pull/1128
* Bump eslint-plugin-prettier from 4.2.1 to 5.0.1 by @dependabot in https://github.com/term-finance/term-finance/pull/1129
* eliminate evergreen management role from protocol by @aazhou1 in https://github.com/term-finance/term-finance/pull/1132
* [stylebot] Fixes for code style by @github-actions in https://github.com/term-finance/term-finance/pull/1133
* Publishes latest docs. by @robotoer in https://github.com/term-finance/term-finance/pull/1134


**Full Changelog**: https://github.com/term-finance/term-finance/compare/0.5.31...0.5.32
18 changes: 0 additions & 18 deletions abi/TermController.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "EVERGREEN_MANAGEMENT_ROLE",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getProtocolReserveAddress",
Expand Down Expand Up @@ -335,11 +322,6 @@
"internalType": "address",
"name": "devopsWallet_",
"type": "address"
},
{
"internalType": "address",
"name": "evergreenManagementWallet_",
"type": "address"
}
],
"name": "initialize",
Expand Down
18 changes: 0 additions & 18 deletions abi/TermPriceConsumerV3.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,19 +206,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "EVERGREEN_MANAGEMENT_ROLE",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -304,11 +291,6 @@
"internalType": "address",
"name": "devopsWallet_",
"type": "address"
},
{
"internalType": "address",
"name": "evergreenManagementWallet_",
"type": "address"
}
],
"name": "initialize",
Expand Down
18 changes: 0 additions & 18 deletions abi/TestTermPriceConsumerV3.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "EVERGREEN_MANAGEMENT_ROLE",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -299,11 +286,6 @@
"internalType": "address",
"name": "devopsWallet_",
"type": "address"
},
{
"internalType": "address",
"name": "evergreenManagementWallet_",
"type": "address"
}
],
"name": "initialize",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../../../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/contracts/TermAuction.sol/TermAuction.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/260d9205c98fe40c102d527f4dccabc8.json"
"buildInfo": "../../build-info/cc78a979712a8e2a9bc115dce072ed41.json"
}
Loading

0 comments on commit 474d96a

Please sign in to comment.