Skip to content

Commit

Permalink
Merge branch 'dev' into feat/tx.pendingAt
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 1, 2022
2 parents ced5b52 + 587e7c7 commit ef7d11e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/6a84ae86.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- helios-background
5 changes: 5 additions & 0 deletions packages/background/src/db-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
Means this attribute is the representation of an entity and it's one of the
children of the parent entity.
Doc about component feature https://blog.datomic.com/2013/06/component-entities.html
Note:
1. when adding/removing doc only attribute, there's no need to use migration
2. attribute need to be added in this file in order to be able to read in js code
*/
const schema = {
// ## basic
Expand Down Expand Up @@ -185,6 +189,7 @@ const schema = {
ok: {doc: 'extra data is finished'},
contractCreation: {doc: 'contract creation tx'},
simple: {doc: 'simple tx'},
sendAction: {doc: 'speedup or cancel'},
contractInteraction: {doc: 'contract interaction tx'},
token20: {doc: '20 contract'},
tokenNFT: {doc: 'nft contract'},
Expand Down

0 comments on commit ef7d11e

Please sign in to comment.