Releases: provable-things/ethereum-api
Releases · provable-things/ethereum-api
v0.7.0
What's Changed
- Add support for Sepolia testnet by @oliviera9 in #116
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Merge dev branches by @D-Nice in #3
- LogN support in oraclizeAPI by @bertani in #5
- Fixed parsing of an address in a checksum format with uppercase characters by @polybioz in #9
- Update to the oraclizeAPI modifier to only update the connector address in storage if it has changed. by @AdamJLemmon in #17
- updated to deployed connector by @D-Nice in #19
- Targeting solidity compiler v0.4.18 and updated to silence warnings by @AdamJLemmon in #23
- Add fix for matchBytes32Prefix by @marcogiglio in #24
- Replace var with uint by @marcogiglio in #26
- Add support for delay to randomDS and fixes length prefix verification in randomDS proof by @marcogiglio in #36
- Integrate cbor lib by @D-Nice in #46
- Update pragma solidity by @D-Nice in #48
- Revert "Update pragma solidity" by @D-Nice in #49
- fix backwards compatibility following cbor update by @D-Nice in #50
- Solidity code syntax highlighting by @ShubhamTatvamasi in #53
- add comments on relaxing random commit hash vars by @D-Nice in #55
- Solc 0.4.22 compatibility patch by @D-Nice in #58
- Update to Solc 0.5 by @gskapka in #67
- Fix parse int still working with > 1 decimal by @gskapka in #68
- updates pragma to error on solc 0.5 by @D-Nice in #69
- updates & renames
README.md
by @gskapka in #81 - fix/limits solidity pragma of 0.5.x version of API by @gskapka in #82
- feat: add goerli OAR by @D-Nice in #83
- feat(ethereum-api): adds package.json for npm import compatibility by @gskapka in #87
- fix(0.4.24 & 0.5): rm various compiler warnings by @gskapka in #89
- feat: add drone ci by @D-Nice in #91
- rebrand to provable by @D-Nice in #90
- fix/natspec doxygen bug by @gskapka in #92
- feat(CI): test
caller-pays-for-query
truffle example in CI by @gskapka in #93 - fix: broken api symlink by @D-Nice in #96
- chore(ci): improve pipeline by @D-Nice in #97
- feat: adds contract api compatible with sol 0.6 by @allemanfredi in #98
- feat: add BSC mainnet OAR by @oliviera9 in #107
- feat: add Polygon mainnet OAR by @oliviera9 in #111
- feat(ethereum-api): <- adds version targeting solc 0.8.x by @gskapka in #112
New Contributors
- @D-Nice made their first contribution in #3
- @bertani made their first contribution in #5
- @polybioz made their first contribution in #9
- @AdamJLemmon made their first contribution in #17
- @marcogiglio made their first contribution in #24
- @ShubhamTatvamasi made their first contribution in #53
- @gskapka made their first contribution in #67
- @allemanfredi made their first contribution in #98
- @oliviera9 made their first contribution in #107
Full Changelog: https://github.com/provable-things/ethereum-api/commits/v0.6.0