-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ECO-2489] Add emojicoin arena Move prototype (#408)
Co-authored-by: Matt <[email protected]>
- Loading branch information
Showing
5 changed files
with
1,106 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[addresses] | ||
arena = "_" | ||
integrator = "_" | ||
|
||
[dependencies.EmojicoinDotFun] | ||
local = "../emojicoin_dot_fun" | ||
|
||
[dev-addresses] | ||
arena = "0xaaa" | ||
coin_factory = "0xbbb" | ||
emojicoin_dot_fun = "0xc0de" | ||
integrator = "0xddd" | ||
|
||
[package] | ||
authors = ["Econia Labs ([email protected])"] | ||
name = "EmojicoinArena" | ||
upgrade_policy = "compatible" | ||
version = "1.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Emojicoin Arena | ||
|
||
## A note on pseudo-randomness | ||
|
||
Since randomness is not supported in `init_module` per [`aptos-core` #15436], | ||
pseudo-random substitute implementations are used for the first crank. For a | ||
detailed rationale that explains how this is effectively random in practice, see | ||
[this `emojicoin-dot-fun` pull request comment]. | ||
|
||
[this `emojicoin-dot-fun` pull request comment]: https://github.com/econia-labs/emojicoin-dot-fun/pull/408#discussion_r1887856202 | ||
[`aptos-core` #15436]: https://github.com/aptos-labs/aptos-core/issues/15436 |
Oops, something went wrong.