1cff73c0e5
Update docs
2024-11-21 16:38:00 +09:00
Denis Davidyuk
16308a7840
Docs: Move poseidon
outside of create
( #510 )
2024-08-12 09:02:56 +02:00
Denis Davidyuk
46a307432f
Docs: Fix return value type in Auction example ( #511 )
2024-08-12 09:02:29 +02:00
Hans Svensson
aa532046d3
[Ceres]: Improve documentation of new features
2024-01-31 09:11:30 +01:00
Hans Svensson
1a80f3faa0
[Ceres]: Update delegation signature documentation ( #494 )
...
* [Ceres]: Update delegation signature documentation
* Fix TYPOs
2024-01-31 09:11:30 +01:00
Hans Svensson
745eeda858
[Ceres]: Raw pointers as bytes ( #493 )
...
* DataPt should contain bytes() now that we have it
* Fix missing negation in docs
2024-01-31 09:11:30 +01:00
Hans Svensson
78b758c337
[Ceres]: Allow arbitrary sized message in Crypto.verify_sig ( #481 )
...
* Allow arbitrary sized msg in signature verification
* Move Address.to_bytes documentation to correct place
2024-01-31 09:11:30 +01:00
Hans Svensson
108cb1f948
[Ceres]: Add Chain.network_id ( #468 )
...
* Add Chain.network_id
* Bump aebytecode version
2024-01-31 09:11:30 +01:00
Hans Svensson
2c8dcf8032
[Ceres]: Add arbitrary size byte arrays ( #456 )
...
* Extend compiler to allow bytes()/bytes as type
* Add split_any, to_fixed_size, size, to_any_size, Int.to_bytes and String.to_bytes
* Add tests
* Use and and not andalso in unify, some things have side-effects
* Bump to aebytecode v3.3.0
* Changelog + update documentation
* fix wording in documentation
2024-01-31 09:11:30 +01:00
Hans Svensson
c51d0a5e21
[Ceres]: Document generic all names delegation signatures ( #440 )
2024-01-31 09:11:30 +01:00
Hans Svensson
e44174b71c
[Ceres]: document changes to Auth.tx_hash ( #439 )
2024-01-31 09:11:30 +01:00
Hans Svensson
dcea538e11
[Ceres]: Introduce AENSv2 to add raw data pointers ( #426 )
...
Remove unused variable in AENSCompat
2024-01-31 09:11:30 +01:00
Hans Svensson
f60f9122ba
[Ceres]: Add bitwise ops, Address.to_bytes and Crypto.poseidon
2024-01-31 09:11:30 +01:00
Hans Svensson
c1e8195fd8
Document Chain.spend and sort Chain functions ( #460 )
...
* Document Chain.spend and sort Chain functions
* Too little coffee, re-adding gas-limit
2023-06-19 11:49:03 +02:00
Hans Svensson
d5ff9d4a2f
fix AENS.update stdlib doc ( #459 )
2023-06-15 22:45:39 +02:00
Nikita Fuchs
9ad8e26e88
Add clarification for Chain.timestamp in the stdlib docs ( #429 )
2022-12-07 17:34:55 +03:00
Nikita Fuchs
7b8957b46a
Update sophia_stdlib.md ( #350 )
...
* Update sophia_stdlib.md
add more precise description of oracle TTLs
* Update sophia_stdlib.md
2022-06-18 12:03:46 +02:00
Radosław Rowicki
0af45dfd19
Deprecate AEVM ( #375 )
...
* Deprecate AEVM
* Fix test, changelog
* Restore old rebar
* rebar lock fix
* undo export
Co-authored-by: Gaith Hallak <gaithhallak@gmail.com>
* undo export
Co-authored-by: Gaith Hallak <gaithhallak@gmail.com>
* Solve GH suggestions
* Fix the docs
* update docs
* Remove unused tests
* undo weird change
Co-authored-by: Gaith Hallak <gaithhallak@gmail.com>
2022-05-10 15:33:59 +02:00
Dincho Todorov
85879f5380
Fix BLS12_381.fp and BLS12_381.fr size in the docs ( #377 )
2022-04-27 17:10:56 +03:00
Dincho Todorov
8897cc6cbd
Fix bls12_381 anchor in the stdlib docs ( #376 )
2022-04-26 20:10:11 +03:00
marc0olo
bf04362f9a
docs: order namespaces alphabetically and place Set in includables
2022-02-04 12:41:08 +01:00
Hans Svensson
d4ea7d5d3b
Clarify signature format for ecverify/ecrecover ( #365 )
2022-01-11 14:02:40 +01:00
Hans Svensson
3218a2c172
Fix docs Oracle.expire -> Oracle.expiry
2021-10-21 14:08:03 +02:00
Hans Svensson
9cb3158dfd
Fix documentation and comments
2021-09-12 16:24:08 +02:00
Hans Svensson
becafe4001
Add Bitwise.aes to stdlib
2021-09-12 14:57:45 +02:00
Marco Walz
262452fb70
Feature/mkdocs with versioning ( #333 )
...
* docs: restructuring & introduction of mkdocs with versioning provided by mike
* docs: ad repositories section to sophia examples
* docs: refactoring and consistent naming of æternity
* docs: hint for new file destination
* docs: revert capital letter
* docs: accept proposed changes
* docs: fix anchors in stdlib
2021-08-27 17:46:18 +03:00
Gaith Hallak
3029bf31cb
Implement Set
stdlib ( #335 )
...
* Implement Set stdlib
* Rename an argument of the function Set.fold
* Add docs for Set stdlib
* Correct the usage of articles in the docs
* Fix bug
* Fix the link to Set stdlib section
Co-authored-by: Radosław Rowicki <35342116+radrow@users.noreply.github.com>
2021-08-07 10:08:45 +02:00
Radosław Rowicki
4896ad3b36
Add Option.force_msg ( #328 )
...
* Add Option.force_msg
* CHANGELOG update
2021-08-03 11:39:53 +02:00
Frank Feng
d793660545
Fix var in example
2021-07-24 16:46:13 +08:00
Hans Svensson
9d76e6186a
Fix stdlib doc
2021-07-13 20:01:54 +02:00
radrow
b22eeffc3d
Formatting in stdlib doc
2021-06-26 19:10:15 +02:00
radrow
3996b6a711
Call.fee doc
2021-05-25 10:53:40 +02:00
Radosław Rowicki
1d9f59fec3
Contract factories and bytecode introspection ( #305 )
...
* Support for CREATE, CLONE and BYTECODE_HASH
* Add missing files
* Pushed the clone example through the typechecker
* CLONE compiles
* Fix dependent type in CLONE
* Bytecode hash fixes
* Refactor
* Refactor 2
* move some logic away
* Fixed some error messages. Type inference of child contract still does some random shit\n(mistakes arguments with result type)
* CREATE sometimes compiles and sometimes not
* Fix some scoping/constraint issues
* works, needs cleanup
* cleanup
* Fix some tests. Remove optimization of singleton tuples
* Fix default argument for clone
* Cleanup
* CHANGELOG
* Mention void type
* Address review, fix some dialyzer errors
* Please dialyzer
* Fix failing tests
* Write negative tests
* Docs
* TOC
* missing 'the'
* missing 'the'
* missing 'the'
* missing 'the'
* mention pre-fund
* format
* pre-fund clarification
* format
* Grammar in docs
2021-05-18 12:21:57 +02:00
Hans Svensson
00a3a51d0d
Add missing Auth.tx
2021-05-10 09:54:57 +02:00
Hans Svensson
a0111066e7
Merge branch 'lima' into merge_lima_to_master
2021-04-30 14:07:06 +02:00
radrow
1a14602f36
Upgrade sorting function
2021-02-09 14:18:42 +01:00
radrow
ac673602b9
Merge branch 'lima' into master
2020-10-13 10:22:05 +02:00
Hans Svensson
c0d9759e60
Whitespace fixes
2020-10-07 16:53:24 +02:00
Hans Svensson
b7b242bc66
Document the (changed) behavior of Chain.block_hash
2020-10-07 16:53:10 +02:00
radrow
7e32ef57c2
Added contains
functions in List and Option. Fixed one type error catch
2020-08-26 11:56:18 +02:00
Hans Svensson
cb2588fae2
Make the network id an explicit part of the signature material
2020-05-29 08:47:01 +02:00
Hans Svensson
8f240a7ddf
Fix AENS types + whitespace
2020-05-27 08:06:06 +02:00
Marco Walz
cc07e3a638
fix param description for AENS interface
2020-05-05 11:21:27 +02:00
radrow
d2dcb9e249
Add AENS example, readd delegation signature chapter, fix links
2020-04-30 00:02:26 +02:00
radrow
adb3cf5406
Update documentation to master
2020-04-29 15:27:40 +02:00
Radosław Rowicki
83e03f3013
Added documentation ( #239 )
...
* Added documentation
* Update readme
* Update readme
* Format fix
* Events
* Stdlib mention
* Frac doc
* Frac doc comparison warning
* Typos
* Format fix, TOC added
* Fixed link
* Update editor message
* Split TOC
* Moved out AEVM ABI
* Minor format
Co-Authored-By: Hans Svensson <hanssv@gmail.com>
* Typo
Co-Authored-By: Hans Svensson <hanssv@gmail.com>
* Grammar
Co-Authored-By: Hans Svensson <hanssv@gmail.com>
* Language
Co-authored-by: Hans Svensson <hanssv@gmail.com>
2020-03-10 12:39:39 +01:00