Alessandro Coglio
9daeaf41e0
[RFC] Add some text about input/output files.
2021-09-27 14:25:35 -07:00
Alessandro Coglio
acd217036d
[RFC] Move some text under 'alternatives'.
2021-09-27 14:14:18 -07:00
Alessandro Coglio
8f6d1a2d89
[RFC] Add subsection about transaction I/O access.
2021-09-27 13:49:51 -07:00
Alessandro Coglio
da66672a6f
[RFC] Add subsection for entry point I/O types.
2021-09-27 13:39:23 -07:00
Alessandro Coglio
52eedad24c
[RFC] Put transaction inputs/outputs into subsection.
2021-09-27 13:05:42 -07:00
Alessandro Coglio
f525d34922
[RFC] Move text on multiple entry points to subsection.
...
Also improve that text.
2021-09-27 12:47:54 -07:00
Alessandro Coglio
184243b471
[RFC] Make title and summary more precise.
...
We are improving the current model, not creating a new one.
2021-09-27 12:38:24 -07:00
Alessandro Coglio
4c95d41c31
[RFC] Move background to new section.
2021-09-27 12:30:13 -07:00
Alessandro Coglio
5ee579005c
[RFC] Add link to Zexe paper.
...
Other small improvements to the text.
2021-09-27 12:27:18 -07:00
Alessandro Coglio
4c3b0d344b
Merge pull request #1342 from AleoHQ/rfc
...
[RFC] Initial draft of record/transaction RFC.
2021-09-27 10:55:53 -07:00
Alessandro Coglio
e08d2522f1
[RFC] Revise discussion of 'input' treatment.
...
Incorporate suggestions from Eric and Mazdak on this.
2021-09-21 09:49:36 -07:00
Alessandro Coglio
1fc9814421
[RFC] Incorporate suggestion.
2021-09-21 09:12:04 -07:00
Alessandro Coglio
151366ba5c
[RFC] Add a new idea for handling transaction outputs.
2021-09-20 11:04:51 -07:00
Alessandro Coglio
d863d1e3ed
[RFC] Mention also Output as suggested.
2021-09-20 10:07:49 -07:00
Alessandro Coglio
59cadadf2d
[RFC] Incorporate naming suggestion.
2021-09-20 09:55:50 -07:00
Alessandro Coglio
b08e63124b
[RFC] interface -> entrypoint
...
This emerged as consensus from yesterday's meeting.
2021-09-17 10:10:39 -07:00
Alessandro Coglio
43a4a6e414
[RFC] Fix typo.
2021-09-17 10:07:51 -07:00
Alessandro Coglio
c491a16f36
[RFC] Use x instead of * -- Eric M.'s suggestion.
2021-09-17 10:07:10 -07:00
Alessandro Coglio
a5f74195cf
Merge pull request #1333 from AleoHQ/array-len-function
...
[Feature] Adds .len() postfix to arrays
2021-09-15 10:10:32 -07:00
Alessandro Coglio
4c816dd024
[RFC] Fix two typos.
...
Thanks to Errol Drummond for reporting these.
2021-09-14 09:09:02 -07:00
Alessandro Coglio
65cfffac99
[RFC] Initial draft of record/transaction RFC.
2021-09-13 10:13:47 -07:00
damirka
4f41f09ef2
Merge branch 'master' into array-len-function
2021-09-13 14:26:38 +03:00
damirka
158576f8f5
changed length() to len()
2021-09-10 16:55:32 +03:00
gluaxspeed
93f9f7df30
update built-ins rfc
2021-09-10 06:50:01 -07:00
Alessandro Coglio
dc9864d89c
Merge pull request #1311 from AleoHQ/rfc-tweak
...
[RFC] Streamline RFC author information.
2021-09-08 09:37:32 -07:00
gluaxspeed
80eeacb3c5
fix some refrences
2021-09-07 09:24:00 -07:00
gluaxspeed
9ac0510cb9
update rfc #8
2021-09-07 03:58:28 -07:00
Alessandro Coglio
eee2db223d
[RFC] Streamline RFC author information.
2021-08-31 09:11:26 -07:00
Alessandro Coglio
a42b7f35c2
[RFC] Update an ABNF rule fragment.
...
This was referring to a previous version of the rule, and presumably it is the
reason why 'true' and 'false' were accidentally re-added to the keyword rule.
2021-08-27 11:28:24 -07:00
Alessandro Coglio
378599afba
[RFC] Add more proposed mods to ABNF grammar.
2021-08-23 14:39:59 -07:00
Alessandro Coglio
b2cce0e140
[RFC] Avoid repeated word.
2021-08-23 14:25:15 -07:00
Alessandro Coglio
0732ea15b6
Merge pull request #1248 from AleoHQ/rfc/primitive-types-as-circuits
...
[RFC] Add an RFC for Scalar Methods
2021-08-18 10:53:08 -07:00
Alessandro Coglio
9c3c57c9cd
Merge pull request #1252 from AleoHQ/rfc-native-functions
...
[RFC] Initial proposal for better native functions.
2021-08-18 10:18:09 -07:00
gluaxspeed
c140e666a5
make suggested changes, also renumber as it would conflict with 009 bits/bytes
2021-08-16 11:38:01 -07:00
Alessandro Coglio
6047886446
[RFC] Extend bit/byte conversion RFC.
...
Add a paragraph clarifying what an adequate implementation strategy could be.
In any case, we are likely to go with methods on scalar types directly.
2021-08-16 10:48:24 -07:00
Alessandro Coglio
6e264b86ef
[RFC] Extend bit/byte conversion RFC.
...
Add an alternative in which we go to methods directly. This seems more likely at
this point, given that we seem to have a fairly simple and quick way to support
methods on scalar types that does not involve turning scalar types into circuit
types.
2021-08-16 10:44:10 -07:00
Alessandro Coglio
1bc19d8b1c
[RFC] Extend the native functions RFC a bit more.
...
Explicate how the initially proposed design is consistent with Java, and how the
native implementations live in separate files in that design. This better paves
the way to the more recent variant of this proposal, currently discussed under
alternatives but that may be eventually "swapped" if that's also the rest of the
team's consensus.
2021-08-16 10:22:04 -07:00
Alessandro Coglio
16daa63dea
[RFC] Extend native functions RFC based on discussion with Jon.
2021-08-16 10:19:16 -07:00
Alessandro Coglio
110b05bfc2
[RFC] Improve title as suggested by Jon.
2021-08-16 10:11:52 -07:00
gluaxspeed
54eb95c62d
Change RFC based on discussion
2021-08-13 18:21:39 -07:00
Alessandro Coglio
f1384787ee
[RFC] Initial proposal for native functions.
2021-08-13 12:00:19 -07:00
gluaxspeed
fe3de3900e
add rfc for primtive types as circuits
2021-08-12 01:30:24 -07:00
Alessandro Coglio
87db1bfdb6
[RFC] Add an RFC for bit and byte conversions.
2021-08-03 13:28:57 -07:00
Alessandro Coglio
16947a2808
Merge pull request #1202 from AleoHQ/rfc-built-in-decls
...
[RFC] Initial draft of RFC for built-in declarations.
2021-07-28 11:07:41 -07:00
Alessandro Coglio
c655b636d3
Merge pull request #1187 from AleoHQ/rfc-type-aliases
...
[RFC] Initial RFC for type aliases.
2021-07-28 11:03:35 -07:00
Alessandro Coglio
542638baf9
[RFC] Initial draft of RFC for built-in declarations.
...
This has been written to be more broad than type aliases, which were the initial
inspiration for this.
2021-07-27 13:38:22 -07:00
Alessandro Coglio
14d8c261a1
[RFC] Expand discussion on length operator.
...
In particular, this captures a previous GitHub discussion with Jon and Elijah.
2021-07-26 12:54:20 -07:00
Alessandro Coglio
4a8b857b27
[RFC] Add exmaples to type alias RFCs.
...
As suggested by Jon.
2021-07-23 23:22:56 -07:00
Alessandro Coglio
4919b2cc02
[RFC] Divide 'Design' section into subsections.
2021-07-23 23:13:46 -07:00
Alessandro Coglio
7ea35ef7ab
[RFC] Initial RFC for type aliases.
2021-07-23 22:05:12 -07:00