Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: guiferpa/aurora

v0.1.8-alpha

19 Feb 04:44
v0.1.8-alpha
9fb52f9

Choose a tag to compare

Changelog

  • 9fb52f9 chore: added config for hombrew tap
  • 7936f2d chore: added config for homebrew tap

v0.1.7-alpha

19 Feb 04:29
v0.1.7-alpha
d2aa40b

Choose a tag to compare

Changelog

  • d2aa40b chore: modified tap's repo

v0.1.6-alpha

19 Feb 04:25
v0.1.6-alpha
f2bf0ef

Choose a tag to compare

Changelog

  • f2bf0ef chore: created homebrew tap

v0.1.5-alpha

19 Feb 04:14
v0.1.5-alpha
7e7b577

Choose a tag to compare

Changelog

  • 7e7b577 chore: changed .goreleaser.yaml

v0.0.1-alpha

17 Feb 18:43
v0.0.1-alpha
ce68600

Choose a tag to compare

Changelog

  • ce68600 chore: added pipeline for release with GoReleaser
  • 1c9adbb chore: fixed some examples
  • 34ae438 chore: changed the example folder
  • 82f5f43 bump version to v0.14.1
  • be2597a chore: fixed REPL
  • 4a7f53b chore created docs file
  • df48e7c chore: improved README.md
  • ced81cd chore: created CHANGELOG.md
  • 41a2a39 chore: fixed cover command to generate output file
  • 4bb370b chore: fixed some tests
  • 1285d4d chore: improved tests
  • dfae9f2 wip: creating lowering for associative operators
  • 4090d27 wip: changed and created fixes for EVM builder
  • 936ffba chore: improved defer
  • 9be099b chore: changed interface for arguments getter
  • 176ab46 chore: changed operands system for calcs into EVM
  • ac82d78 chore: fixed evaluator assertion logic
  • af193fc chore: removed OpResult
  • 76e3d99 chore: removed OpEndScope
  • 7e8542d chore: removed OpResult and improved evaluator
  • 18bf10a wip: removing OpResult
  • 4a48a18 wip: creating support for variable
  • 47df430 feat: added support for dynamic profile flag
  • eb6ba90 feat: added arguments support for evaluator root
  • 4bd1be0 chore: changed CLI flags patterns
  • e6ef1a3 feat: created parse for arguments value
  • 193ff27 feat: added support for args in compiled EVM bytecodes
  • 8d1fd2e docs: created doc for defer design arch
  • 16418dd chore: implemented stop for no match dispatcher
  • a2c8709 fix: added padding for jumpdest
  • e86a65d chore: improved logs for deploy command
  • 550abca chore: improved deploy feature
  • 2988ccd chore: improved manifest feature
  • e3c6fdc chore: created logic for get infos for call and deploy from manifest
  • bc410dc chore: improved logs for init command
  • be286f6 chore: added aurora.toml in .gitignore
  • b26a9a1 chore: added some tests for internal/cli
  • 5ff9d2f chore: changed structure of CLI commands
  • ec6a51f bump version 0.13.1
  • cabe328 chore: created manifest package to handle manifest file ops
  • 469c7e4 chore: improved readme.md
  • ed88f2f bump version 0.13.0
  • 9f07456 chore: added manifest requirement at readme.md
  • ea836f6 chore: added repl command in hook manisfest ignore filter
  • 8ad71cf chore: improved manifest file content
  • 39c836b chore: created hook for manifest file persistence validation
  • a7dbfe9 chore: added init command
  • a9cf664 chore: improved readme.md
  • 88bc2d5 chore: removed examples/tape_bracket.ar
  • 4f47756 bump version to 0.12.10
  • e0edf28 chore: removed unnecessary benchs with old source code
  • 43bca42 chore: add comparison benchmark test
  • b654978 chore: fix scanner tests
  • 18a75ba chore: new tests added
  • 9035030 chore: add legacy symbols for compatibility
  • e63b947 chore: rename tagsWithDescription
  • efbb920 rm md benchmarks
  • 1ba7f7b cleanup: rm comment
  • 3b0ee7d fix: lint
  • c0e9e2f lint: md benchmarks file
  • 29286c7 feat: add manual scanner benchmarks
  • b74c838 feat: apply ScanToken fn to lexer, cleanups
  • a21b4f7 chore: add keywords proper map, add tests
  • 5478436 test: TODO message
  • e742278 init: manual scanner for lexer
  • 69be32f Update README.md
  • c063671 chore: added resize for playground
  • 04f8c7b chore: added debug mode for playground web
  • af0a84b chore: added playground demo in readme.md
  • 09e6a5f chore: added playground demo GIF
  • 6dd43ae chore: added mascot in readme.md
  • 7c17d2e chore: added mascot image
  • a1431ac chore: created wrtier for runtime error
  • 2c56426 chore: created clear feature for playground
  • 3ba305d chore: changed presentation in playground web
  • 436ab3f chore: created custom writer for REPL
  • 5e9d7fd chore: fixed length for playground bytes
  • d4b0691 chore: cleared playground source code
  • e0b8ff2 chore: changed default source code in playground
  • 14a4842 chore: created custom writer for runtime
  • 539bcd3 chore: created custom writer for playground eval
  • eab558b chore: improved layout for playground web
  • 85b7e50 wip: improving playground web
  • 4a8deca chore: added loading support for async editor's render
  • bd5bcdb chore: added support for logges in repl
  • e2b14a3 chore: improved help details
  • ed74604 chore: created logger for builder
  • b08ebb1 chore: improved logger for evaluator
  • cd56839 chore: built logging for parser
  • 9875919 chore: splitted struct for improve logging
  • 6bc6897 chore: fixed lint
  • 39be783 chore: colorized logger for lexer
  • ce9043d chore: created bloom function to byteutil hex
  • 49a819f chore: changed error returns
  • 37f7fd6 chore: added support for logging for lexer
  • 493fbea chore: created new way to enable logger for parser
  • a1e27ea chore: improved command for call EVM dispatcher
  • 347a2c3 chore: added support for multi funcs in evm builder
  • 658c42d chore: added support for boolean in evm builder
  • 2a034c7 chore: added design for state management
  • 3787c46 chore: improved EVM builder design
  • 33b446b chore: created deploy and call commands
  • 203ae21 chore: added support for init code in EVM
  • 6df4e27 chore: fixed print function
  • 54fd1dd chore: added support for 1.24 at pipeline
  • 8a71d29 chore: improved playground
  • a366647 chore: changed readme.md
  • 1110510 chore: removed eval command
  • 6bc9acd Merge branch 'main' into evm
  • 7229fd3 chore: created POC for functions compilation to evm arch
  • 41e7aa0 chore: fixed lint
  • 92349c4 chore: bum go version for ethereum package
  • 7dfd5cd chore: added support for basic math ops in evm
  • 8135dc7 chore: fixed String for debug flag in repl mode
  • 1f21b9d Merge branch 'main' into evm
  • 6866091 chore: improved repl printer to support boolean values
  • 8520d84 chore: improved support for raw data in repl mode
  • 664e6b9 chore: added raw printer for repl mode
  • fb8e434 fix: typo
  • 88cf19c Merge branch 'main' into evm
  • 5ac79b0 chore: improved getter for uint64
  • 72f9630 Merge branch 'main' into evm
  • ee06ffc chore: added support for hexadecimal numbers
  • c0b2af6 Update README.md
  • 8d8f221 bump version 0.12.8
  • 5f7acca chore: added s...
Read more