Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP-0023 Oracle pool 2.0 #41

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3efd0c6
EIP-0022 md file for oracle pool 2.0
scalahub Sep 1, 2021
ab5b37a
Rename EIP-22 to EIP-23
scalahub Sep 7, 2021
adc4544
Update eip-0023.md
scalahub Sep 7, 2021
ddbfbfc
Add EIP-23 to index of EIPs
scalahub Sep 7, 2021
52c467e
Add description of oracle pool 2.0
scalahub Sep 11, 2021
ee92d8c
Store participant public keys in R4
scalahub Sep 11, 2021
d35140e
Add counter to pool box and fix typos
scalahub Sep 12, 2021
95a2da0
Update the pool box instead of refresh box
scalahub Sep 13, 2021
0ba8625
Fix typos, streamline headings
scalahub Sep 13, 2021
2aecd3c
Add transaction to extract reward tokens
scalahub Sep 14, 2021
731e8ca
Add description of refresh and oracle tx
scalahub Sep 15, 2021
786cc9f
Keep epoch counter in R5 or oracle box
scalahub Sep 29, 2021
0faaa3a
Update eip-0023.md
scalahub Sep 30, 2021
3eb4c2b
Update box creation height in R5 of ballot
scalahub Oct 3, 2021
92e4bf3
Add description of the update mechanism
scalahub Oct 4, 2021
2d21b68
Fix typos, add cross-references to contracts
scalahub Oct 4, 2021
1e4748e
Fix description of update mechanism
scalahub Oct 4, 2021
7c3a2a4
Oracle can change reward tokens in oracle box
scalahub Oct 13, 2021
1a49f9e
Ensure creation height is preserved in update
scalahub Oct 25, 2021
d12e62a
Add prerequisites for running own pool
scalahub Oct 28, 2021
ac70adb
Fix type in epochLength symbol usage
scalahub Oct 28, 2021
bd7a609
Fix typo in eip-0023.md
scalahub Apr 19, 2022
196e89a
Store reward tokens in oracle pool box
scalahub Jun 16, 2022
80de6e9
Add table of contents based on headings
scalahub Jul 6, 2022
a9e08d5
Use ballot contract from testing version v2b
scalahub Jul 11, 2022
5d3c178
fix markdown rendering
greenhat Jul 28, 2022
23e2d40
properly fix md rendering;
greenhat Jul 28, 2022
abf27ef
Allow preserving pool script during update
scalahub Jul 29, 2022
ffb7a76
Update author list for EIP23 (add greenhat)
scalahub Jul 29, 2022
01782c7
Update eip-0023.md
scalahub Aug 4, 2022
dabfb0a
Split out EIP-23 contracts into separate files
kettlebell Aug 31, 2022
fec79b7
Add encoded contract hashes to EIP-23
kettlebell Aug 31, 2022
e485df2
Update eip-0023/eip-0023.md (add link to scastie)
kettlebell Aug 31, 2022
f3a32eb
Merge pull request #78 from kettlebell/eip23_separate_contract_files
scalahub Nov 23, 2022
c6f5425
Allow changing pool creation height in update
scalahub Nov 24, 2022
1757e00
Merge branch 'master' into eip23
scalahub Nov 24, 2022
cae50b7
Update eip-0023/eip-0023.md
scalahub Nov 24, 2022
b7138e7
in update contract check reward tokens are either preserved or voted …
greenhat Feb 16, 2023
f67124b
update update contract hash according to changes in https://github.co…
greenhat Feb 27, 2023
821fc1f
Fix link to EIP23 readme file
scalahub Apr 9, 2023
21be0b3
Fix link to main readme file
scalahub Apr 9, 2023
2e14357
Remove text on sample token exchange contract
scalahub Apr 9, 2023
2b24dc2
Merge pull request #89 from ergoplatform/eip23-update-contract-reward…
greenhat Jun 27, 2023
3bd226b
let ballot token owner (R4 in ballot box) always spend the ballot box;
greenhat Jun 28, 2023
9cbe17c
update ballot contract hash
greenhat Jun 28, 2023
997b99f
Merge pull request #94 from ergoplatform/eip23-owner-can-spend-ballot
greenhat Aug 10, 2023
2b4a2e4
Update eip-0023/eip-0023.md
kushti Nov 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Please check out existing EIPs, such as [EIP-1](eip-0001.md), to understand the
| [EIP-0005](eip-0005.md) | Contract Template |
| [EIP-0006](eip-0006.md) | Informal Smart Contract Protocol Specification Format |
| [EIP-0017](eip-0017.md) | Proxy Contracts |
| [EIP-0023](eip-0023.md) | Oracle pool 2.0 |
Loading