Skip to content

Commit

Permalink
Merge pull request #421 from BoostryJP/feature/#420
Browse files Browse the repository at this point in the history
Bump solidity
  • Loading branch information
YoshihitoAso authored Aug 14, 2023
2 parents 8dee5dc + 2a98c06 commit 766c3b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ English | [日本語](README_JA.md)
- Version 3.10
- [Solidity](https://docs.soliditylang.org/)
- We are using Solidity to implement our smart contracts.
- Currently, we are using v0.8.19.
- Currently, we are using v0.8.21.
- [eth-brownie](https://github.com/eth-brownie/brownie)
- We are using the eth-brownie framework for developing and testing our contracts.
- [GoQuorum](https://github.com/ConsenSys/quorum)
- We support the official GoQuorum node of [ibet-Network](https://github.com/BoostryJP/ibet-Network).
- We use [ganache-cli](https://github.com/trufflesuite/ganache-cli) for local development and unit testing, and we use the latest version.
- [OpenZeppelin](https://openzeppelin.com/contracts/)
- Our project is partly dependent on OpenZeppelin.
- We use openzeppelin-contracts v4.8.
- We use openzeppelin-contracts v4.9.

## Overview

Expand Down
4 changes: 2 additions & 2 deletions README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
- バージョン 3.10
- [Solidity](https://docs.soliditylang.org/)
- スマートコントラクトの実装には Solidity を利用しています。
- 現在、私たちは v0.8.19 を利用しています。
- 現在、私たちは v0.8.21 を利用しています。
- [eth-brownie](https://github.com/eth-brownie/brownie)
- eth-brownie フレームワークを利用して、コントラクトの開発とテストを行なっています。
- [GoQuorum](https://github.com/ConsenSys/quorum)
- [ibet-Network](https://github.com/BoostryJP/ibet-Network) の公式の GoQuorum ノード上での動作をサポートしています。
- ローカル開発・テストでは [ganache-cli](https://github.com/trufflesuite/ganache-cli) を利用しています。最新バージョンを利用しています。
- [OpenZeppelin](https://openzeppelin.com/contracts/)
- 私たちのプロジェクトの一部は OpenZeppelin に依存しています。
- openzeppelin-contracts の v4.8 を利用しています。
- openzeppelin-contracts の v4.9 を利用しています。

## 各コントラクトの概要

Expand Down
2 changes: 1 addition & 1 deletion brownie-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ networks:
compiler:
evm_version: berlin
solc:
version: 0.8.19
version: 0.8.21
dependencies:
OpenZeppelin/[email protected]

0 comments on commit 766c3b4

Please sign in to comment.