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

Release 0.3.2 #414

Merged
merged 18 commits into from
Aug 26, 2024
Merged

Release 0.3.2 #414

merged 18 commits into from
Aug 26, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 25, 2024

What's Changed

Full Changelog: v0.3.1...0.3.2

AgustinRamiroDiaz and others added 17 commits August 14, 2024 11:42
Signed-off-by: Agustín Ramiro Díaz <[email protected]>
…378)

* refactor: enable event tracking by default

* refactor: reverted enabling of tracking by default and having it enabled only when not in develop mode

* fix: contract example for VectorStore

* chore: log also when a transaction is updated as finalized

* feat: Added filter list to print starting and success execution logs

* feat: set log level and endpoints with info logs disabled in the environment

* fix: removed unused imports
… no validators (#377)

* feat: add warning when no providers configured

* feat: prevent removing last account

* feat: prevent contract interaction and deployment when 0 validators

* fix: make displayAdress getter safe in case local storage is emptied

* feat: always load validators and prevent interaction when 0 validators

* fix: simplify some notifications

* fix: remove some unused changes

* fix: lint errors

* revert: remove some log

* feat: improve copy of read/write buttons

---------

Co-authored-by: Den <[email protected]>
Co-authored-by: Den <[email protected]>
Co-authored-by: Cristiam Da Silva <[email protected]>
* feat: display compiling errors in a notice in the editor

* fix: remove legacy variables that were leftover from aa merge conflict

* fix: unit tests import

---------

Co-authored-by: Den <[email protected]>
Co-authored-by: Cristiam Da Silva <[email protected]>
* feat: improve the UI of transaction modal

* fix: prevent double events on close modals

* fix: lint errors

* fix: improved output section title and scroll

---------

Co-authored-by: Cristiam Da Silva <[email protected]>
Co-authored-by: Den <[email protected]>
* fix: added missing endpoint parameter

* refactor: reorder endpoints definition and creation

* refactor: removed unused endpoint
…of repeated pending transactions (#388)

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
#390)

* feat: pass message handler to consensus, node, and genvm

* feat: capture standard output on contract execution

* feat: show contract execution logs in the simulator's UI

* feat: added mesage handler in endpoints definition

* fix: vertical scroll in simulators main screen

* fix: endpoints definition order

* feat: unified socket messages for logging contract execution
* fix: home tab scroll, improve home tab UI and copy, fix menu item tooltips

* fix: light mode bg color

* fix: hide play button when no opened contract

* feat: improve home tab UI, copy, add "start" CTA

* fix: cleanup orphan opened contracts from store

---------

Co-authored-by: Den <[email protected]>
* feat: clone validator

* feat: delete validator with a confirm button instead of a modal

* feat: improve validator modal UI and update e2e test

* fix: lint errors

* fix: required prop in validator modal

* fix: ts required prop

* fix: scope transition, attribute styling

* feat: only show create validator CTA when 0 validators, add "create new" button in validator title section

---------

Co-authored-by: Den <[email protected]>
Co-authored-by: Den <[email protected]>
Signed-off-by: Agustín Ramiro Díaz <[email protected]>
* fix: GH Release action permissions

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

* chore: rename

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

---------

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
* fix: use abi instead of methods, fix input mapping

* fix: cleanup log, add default field values, fix linting

* fix: add backwards compatibility for input mapping in constructors

* fix: hide methods prefixed with underscore

* perf: use abi in constructor parameters, get rid of 'method' property in rpc schema response payload

* perf: cleanup backwards compatibility code for constructors

* refactor: remove 'variables'

---------

Co-authored-by: Den <[email protected]>
Co-authored-by: Den <[email protected]>
* chore: use postgresql public image and add necessary alembic migration

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

* fix: wrong action trigger

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

* fix: trailing whitespace

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

* fix: remove custom network

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

* fix: remove feedbuzz network

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

---------

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
- Fixed merge conflicts (see below)
- Fixed bug where the tutorial file tab would be out of the viewport by adding the item as first item in the tabs
- Updated tutorial mock abi (was breaking since we deleted methods property)

# Conflicts:
#	frontend/src/components/Simulator/ContractMethodItem.vue
#	frontend/src/components/Simulator/ContractsPanel.vue
#	frontend/src/components/Simulator/DeleteValidatorModal.vue
#	frontend/src/components/Simulator/ValidatorModal.vue
#	frontend/src/stores/contracts.ts
#	frontend/src/stores/tutorial.ts
@cristiam86 cristiam86 merged commit 0db613f into main Aug 26, 2024
6 of 7 checks passed
AgustinRamiroDiaz added a commit that referenced this pull request Aug 28, 2024
## What's Changed
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
AgustinRamiroDiaz added a commit that referenced this pull request Aug 28, 2024
## What's Changed
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
AgustinRamiroDiaz added a commit that referenced this pull request Aug 28, 2024
## What's Changed
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
AgustinRamiroDiaz added a commit that referenced this pull request Aug 28, 2024
## What's Changed
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
AgustinRamiroDiaz added a commit that referenced this pull request Aug 28, 2024
## What's Changed
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
AgustinRamiroDiaz added a commit that referenced this pull request Aug 29, 2024
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
AgustinRamiroDiaz added a commit that referenced this pull request Aug 29, 2024
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
@cristiam86 cristiam86 deleted the release-0.3.2 branch September 4, 2024 10:30
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

Successfully merging this pull request may close these issues.

3 participants