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

a script that passes now but fails later will break chain #32

Open
bradyrussell opened this issue Oct 26, 2020 · 3 comments
Open

a script that passes now but fails later will break chain #32

bradyrussell opened this issue Oct 26, 2020 · 3 comments

Comments

@bradyrussell
Copy link
Owner

right now TIME could be used like

PUSH (timestamp)
TIME
LESSTHAN
VERIFY

@bradyrussell
Copy link
Owner Author

disabled TIME due to this issue. we can reenable it if I use the confirmation time if the script is in a confirmed block

@bradyrussell
Copy link
Owner Author

TIME would be cool in that sense because we could use it to deterministically choose a 'random' enough value
like
TIME
PUSH
MODULO

then branch on that maybe pay different addresses?

@bradyrussell
Copy link
Owner Author

getting the block time with how i have things right now would be a pain. this is gonna be on the backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant